:root{color-scheme:light;--ink: #172026;--muted: #61717d;--line: #dce4e8;--panel: #ffffff;--surface: #f5f7f8;--blue: #2563eb;--blue-dark: #1d4ed8;--green: #0f8a5f;--amber: #b45309;--red: #b42318;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--surface);color:var(--ink)}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;min-height:68px;padding:12px clamp(16px,3vw,40px);border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--ink);color:#fff;font-size:.82rem}.topnav{display:flex;gap:4px}.topnav a,.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid transparent;border-radius:8px;text-decoration:none;font-weight:700;cursor:pointer}.topnav a{color:var(--muted)}.topnav a:hover{color:var(--ink);background:#edf2f5}.account-area{display:flex;align-items:center;justify-content:flex-end;gap:8px}.account-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.button.primary:hover{background:var(--blue-dark)}.button.secondary{border-color:#bed2e2;background:#eaf2f8;color:#18384f}.button.ghost{border-color:var(--line);background:#fff;color:var(--ink)}.button.stretch{width:100%}.workspace{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:36px 0 56px}.workspace.narrow{width:min(460px,calc(100% - 32px))}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading.full{grid-column:1 / -1}.eyebrow{margin:0 0 8px;color:var(--green);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(2rem,5vw,4rem);line-height:1;letter-spacing:0}h2{margin-bottom:14px;font-size:1.15rem}.muted{color:var(--muted)}.segmented{display:inline-grid;grid-auto-flow:column;padding:4px;border:1px solid var(--line);border-radius:8px;background:#fff}.segmented button{min-width:74px;height:34px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.segmented button.active{background:var(--ink);color:#fff}.compact-tabs{margin-bottom:14px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.project-card,.panel,.empty-state{border:1px solid var(--line);border-radius:8px;background:var(--panel)}.project-card{display:grid;overflow:hidden;min-height:360px}.project-card-body{display:grid;gap:14px;padding:16px}.project-cover{aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid var(--line);background:#12191f}.project-cover img{display:block;width:100%;height:100%;object-fit:cover}.project-cover-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#1484572e,#2f62e133),#152028;color:#fff;font-weight:900;letter-spacing:0;text-transform:uppercase}.project-card h2{margin:0;font-size:1.4rem}.project-card p{color:var(--muted)}.project-type{width:max-content;padding:4px 8px;border-radius:999px;background:#e7f5ee;color:var(--green);font-size:.76rem;font-weight:900;text-transform:uppercase}.card-meta{display:flex;justify-content:space-between;gap:10px;margin-top:auto;color:var(--muted);font-size:.9rem}.empty-state{display:grid;gap:14px;place-items:center;min-height:220px;padding:24px;color:var(--muted);text-align:center}.room-layout{width:min(1800px,calc(100% - 24px));margin:0 auto;padding:16px 0 24px}.room-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:end;margin-bottom:12px}.room-header h1{font-size:clamp(1.7rem,3vw,2.8rem)}.room-header p:not(.eyebrow){max-width:760px;color:var(--muted)}.rating-panel{display:grid;gap:8px;justify-items:end;min-width:180px}.room-actions{display:flex;gap:8px;align-items:center;justify-content:end;flex-wrap:wrap}.stars{display:grid;grid-auto-flow:column;gap:2px}.stars button{width:34px;height:34px;border:0;border-radius:6px;background:transparent;color:#aab6bf;font-size:1.25rem;cursor:pointer}.stars button.selected,.stars button:hover{color:var(--amber);background:#fff7ed}.project-frame{width:100%;height:clamp(560px,calc(100svh - 190px),980px);border:1px solid var(--line);border-radius:8px;background:#fff}.project-frame:fullscreen{width:100vw;height:100vh;border:0;border-radius:0}.two-column,.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-grid{align-items:start}.panel{padding:18px}.panel.reviews{grid-column:1 / -1}.auth-panel h1{margin-bottom:22px;font-size:2rem}form{display:grid;gap:12px}.auth-link{justify-self:center;color:var(--muted);font-size:.92rem;font-weight:800;text-decoration:none}.auth-link:hover{color:var(--blue)}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.turnstile-widget{min-height:65px}input,select,textarea{width:100%;min-height:42px;border:1px solid #cfd9df;border-radius:8px;background:#fff;color:var(--ink);padding:10px 12px}textarea{resize:vertical}.prompt-box{min-height:390px;margin-top:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.88rem;line-height:1.5}.list{display:grid;gap:10px}.list.compact{margin-top:14px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd}.list-row div{display:grid;gap:3px}.list-row span{color:var(--muted);font-size:.9rem}.setup-link-box{display:grid;gap:10px;margin-bottom:14px;padding:12px;border:1px solid #f2c38b;border-radius:8px;background:#fff8ed}.row-actions{display:flex!important;grid-auto-flow:column;align-items:center;justify-content:end;gap:8px}.toast{position:fixed;right:20px;bottom:20px;z-index:40;max-width:min(420px,calc(100% - 40px));padding:12px 14px;border-radius:8px;color:#fff;font-weight:800;box-shadow:0 18px 40px #1720262e}.toast.success{background:var(--green)}.toast.error{background:var(--red)}@media(max-width:820px){.topbar{grid-template-columns:1fr;gap:10px}.topnav,.account-area{justify-content:start;flex-wrap:wrap}.section-heading,.room-header{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.two-column,.admin-grid{grid-template-columns:1fr}.rating-panel{justify-items:start}.room-actions{justify-content:start}.project-frame{height:max(460px,70svh)}.list-row,.review-row{align-items:stretch;flex-direction:column}.row-actions{justify-content:start;flex-wrap:wrap}}
