@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap";:root{color-scheme:light dark;font-family:"Source Sans 3",sans-serif;--bg: radial-gradient(circle at top left, #fef6e9 0%, #f9f3ff 45%, #f5f9ff 100%);--bg-accent: #f5f6ff;--text: #1e1e1e;--text-muted: #666;--card: #ffffff;--panel: #ffffff;--border: #dddddd;--primary: #111111;--primary-contrast: #ffffff;--secondary: #f2f2f7;--danger: #b00020;--shadow-strong: 0 20px 60px rgba(17, 17, 17, .15);--shadow-soft: 0 12px 30px rgba(17, 17, 17, .08);--accent-soft: #fff8ee;--warning-bg: #fff2d6;--warning-border: #f0c57a;--error-bg: #ffe5e5;--error-text: #a50000;background:var(--bg);color:var(--text)}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--bg: radial-gradient(circle at top left, #1b1f24 0%, #15181d 45%, #0f1114 100%);--bg-accent: #1b1f27;--text: #f3f4f6;--text-muted: #a1a1aa;--card: #121419;--panel: #171a20;--border: #2a2e36;--primary: #f3f4f6;--primary-contrast: #0f1114;--secondary: #23272f;--danger: #ff5c70;--shadow-strong: 0 20px 60px rgba(0, 0, 0, .3);--shadow-soft: 0 12px 30px rgba(0, 0, 0, .22);--accent-soft: #242018;--warning-bg: #3a2b12;--warning-border: #6a4d1e;--error-bg: #3a151a;--error-text: #ffb4b4}}*{box-sizing:border-box}body{margin:0;min-height:100vh}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;margin:0 0 .5rem}p{margin:.25rem 0 0}.muted{color:var(--text-muted);font-size:.95rem}button{border:none;border-radius:999px;padding:.6rem 1.4rem;background:var(--primary);color:var(--primary-contrast);font-weight:600;cursor:pointer}button.secondary{background:var(--secondary);color:var(--text);border:1px solid var(--border)}button.danger{background:var(--danger);color:var(--primary-contrast)}button.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}button:disabled{opacity:.5;cursor:not-allowed}input,select{width:100%;padding:.6rem .75rem;border-radius:12px;border:1px solid var(--border);font-family:inherit;background:var(--card);color:var(--text)}label{display:flex;flex-direction:column;gap:.4rem;font-weight:600}.app-shell{padding:2rem 3rem 3rem}.simple-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.auth-shell{min-height:100vh;display:grid;place-items:center}.auth-card{background:var(--card);padding:2.5rem;border-radius:24px;box-shadow:var(--shadow-strong);max-width:420px;width:100%}.auth-card form{display:flex;flex-direction:column;gap:1rem}.error-banner{background:var(--error-bg);padding:.75rem;border-radius:12px;color:var(--error-text)}.top-nav{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;background:var(--card);padding:1.5rem;border-radius:24px;box-shadow:var(--shadow-strong);margin-bottom:2rem}.nav-actions{display:flex;gap:.75rem;align-items:center}.tab-row{display:flex;gap:.75rem;margin-bottom:1.5rem}.tab-button{border-radius:999px;padding:.55rem 1.2rem;background:var(--secondary);color:var(--text);border:1px solid var(--border);font-weight:600}.tab-button.active{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.nav-left{display:flex;gap:2rem;align-items:center}.save-new{display:flex;flex-direction:column;gap:.4rem}.hint{font-size:.85rem;color:var(--text-muted)}.nav-right{flex:1}.saved-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.saved-card{min-width:220px;background:var(--bg-accent);border-radius:18px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem;border:1px solid transparent;text-align:left}.saved-card.active{border-color:var(--primary);background:var(--accent-soft)}.saved-card input{border:none;background:transparent;font-weight:700;font-size:1rem;padding:0}.saved-card .subtext{font-size:.85rem;color:var(--text-muted)}.saved-card .price{font-weight:700;color:var(--text)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem}.category-section{background:var(--panel);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.category-group{margin-bottom:2rem}.category-group-header{padding:0 .5rem .5rem}.category-group-header h2{margin:0;font-size:1.1rem}.category-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.category-header .upgrade{color:var(--text-muted);font-size:.9rem}.options{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.option-row{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.75rem 1rem;border-radius:14px;border:1px solid var(--border);background:var(--card)}.option-row.selected{border-color:var(--primary);background:var(--accent-soft)}.option-title{font-weight:600}.option-meta{font-size:.85rem;color:var(--text-muted)}.option-price{font-weight:700}.option-price.negative{color:#1a8a4c}.location-section{background:var(--panel);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-soft);margin-bottom:1.5rem}.location-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.location-header .upgrade{color:var(--text-muted);font-size:.9rem}.location-controls{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.subtotal-panel{position:sticky;top:2rem;background:var(--panel);color:var(--text);padding:1.5rem;border-radius:24px;height:fit-content;box-shadow:var(--shadow-soft)}.line-items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.line-item{display:flex;justify-content:space-between}.line-item.discount input{width:120px}.line-item.subtotal{font-size:1.2rem;font-weight:700;margin-top:.75rem}.discount-input{display:flex;align-items:center;gap:.4rem}.discount-input .minus{font-weight:700}.line-item.total{margin-top:1rem;font-size:1.2rem}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-actions{display:flex;gap:.75rem;align-items:center}.pending-block{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.collapse-controls{display:flex;gap:.75rem;margin-bottom:1rem}.project-footer{margin-top:2rem;display:flex;justify-content:space-between;align-items:center}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.project-card{background:var(--card);padding:1rem;border-radius:16px;border:1px solid var(--border);text-align:left}.project-card.active{border-color:var(--primary);background:var(--accent-soft)}.panel{background:var(--panel);padding:1.5rem;border-radius:20px;box-shadow:var(--shadow-soft);margin-top:1.5rem}.page-header{margin:1rem 0}.profiles-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.project-row{background:var(--card);padding:1.25rem 1.5rem;border-radius:18px;box-shadow:var(--shadow-soft);margin-bottom:1rem;border:1px solid transparent;display:flex;flex-direction:column;gap:1rem}.project-row-header{display:flex;justify-content:space-between;align-items:center}.project-row-actions{display:flex;align-items:center;gap:.75rem}.icon-button{background:var(--secondary);color:var(--text);border:1px solid var(--border);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;padding:0}.icon-button svg{width:20px;height:20px}.empty-state{min-height:40vh;display:grid;place-items:center;color:var(--text-muted);font-size:1.1rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.admin-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.admin-cta{display:flex;align-items:flex-end}.member-list{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}.member-list ul{margin:0;padding-left:1rem}.member-header{display:flex;align-items:center;gap:.5rem}.member-label{font-weight:600;color:var(--text)}.icon-button.small{width:34px;height:34px}.icon-button.small svg{width:16px;height:16px}.pending-invite{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-view-banner{display:flex;justify-content:space-between;align-items:center;background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:16px;padding:.75rem 1rem;margin-bottom:1.5rem}.rls-panel{display:flex;flex-direction:column;gap:.75rem}.status-text{font-size:.9rem;color:var(--text-muted)}.admin-delete{margin-top:1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;display:grid;place-items:center;padding:1.5rem}.modal{background:var(--card);padding:1.8rem;border-radius:20px;max-width:480px;width:100%;box-shadow:var(--shadow-strong)}.modal.category-review{max-width:900px}.review-table{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem;max-height:55vh;overflow:auto}.review-row{display:grid;grid-template-columns:2fr 1.5fr 1.5fr .8fr;gap:.75rem;align-items:center}.review-row.header{font-weight:600;color:var(--text-muted)}.review-row input{width:100%}.confidence.high{color:#1a8a4c;font-weight:600}.confidence.low{color:var(--text-muted);font-weight:600}.tiered-review{margin-top:1.5rem}.tiered-table{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem;max-height:45vh;overflow:auto}.tiered-row{display:grid;grid-template-columns:1.2fr 1fr 1.4fr 2fr;gap:.75rem;align-items:center}.tiered-row.header{font-weight:600;color:var(--text-muted)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.file-upload{display:inline-flex;gap:.5rem;align-items:center;padding:.6rem 1rem;border-radius:999px;background:var(--primary);color:var(--primary-contrast);cursor:pointer;width:fit-content}.file-upload input{display:none}.invite-panel{margin-top:2rem}@media (max-width: 960px){.content-grid{grid-template-columns:1fr}.top-nav{flex-direction:column}.nav-left{flex-direction:column;align-items:flex-start}.nav-actions{width:100%;justify-content:flex-start}.location-controls{grid-template-columns:1fr}}
