:root{color-scheme:dark;--studio-bg: #0e0f10;--studio-panel: rgba(20, 22, 23, .91);--studio-panel-soft: rgba(20, 25, 34, .78);--studio-border: rgba(230, 223, 207, .16);--studio-text: #fffaf1;--studio-muted: #cfc8bb;--studio-label: #c3b99d;--studio-quiet: #9f978b;--studio-accent: #e2504c}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--studio-bg);color:var(--studio-text);font-synthesis:none;text-rendering:optimizeLegibility}button,input,select{font:inherit}a{color:inherit}.auth-header,.studio-app-header{position:relative;min-height:94px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid rgba(230,223,207,.12);background:#0e0f10eb;z-index:2}.auth-title,.studio-app-title{min-width:0}.auth-eyebrow,.studio-eyebrow,.app-card p{margin:0 0 7px;color:var(--studio-label);font-size:11px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.auth-title h1,.studio-app-title h1{display:inline-flex;align-items:center;gap:10px;margin:0;color:var(--studio-text);font-size:30px;line-height:1.05;font-weight:800}.auth-title h1 img,.studio-app-title h1 img{width:30px;height:30px;flex:0 0 auto}.auth-subtitle,.studio-subtitle{margin:8px 0 0;color:var(--studio-muted);font-size:15px;line-height:1.35}.studio-subtitle b{color:var(--studio-text);font-weight:700}.studio-app-actions{display:grid;gap:8px;justify-items:end;min-width:0}.auth-actions,.studio-nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.auth-actions{align-self:start;justify-self:end}.auth-button,.studio-button{min-height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(230,223,207,.16);border-radius:999px;padding:7px 12px;background:#141922b8;color:var(--studio-muted);font-size:13px;font-weight:650;text-decoration:none;cursor:pointer}.app-shell>.studio-app-header,#app-shell>.studio-app-header,.dashboard-shell>.studio-app-header{position:absolute;inset:0 0 auto;display:flex;align-items:flex-start;flex-wrap:wrap;min-height:0;gap:14px;padding:22px 24px 70px;border-bottom:0;background:linear-gradient(180deg,#0e0f10f0,#0e0f1000);pointer-events:none}.dashboard-shell>.studio-app-header{z-index:20}.app-shell>.studio-app-header>*,#app-shell>.studio-app-header>*,.dashboard-shell>.studio-app-header>*{pointer-events:auto}.app-shell>.studio-app-header .studio-app-actions,#app-shell>.studio-app-header .studio-app-actions,.dashboard-shell>.studio-app-header .studio-app-actions{display:flex;flex-direction:column;align-items:flex-end;flex-wrap:nowrap;gap:8px;margin-left:auto;justify-items:end}.dashboard-shell>.studio-app-header .studio-app-actions,.dashboard-shell>.studio-app-header .studio-nav-actions,.dashboard-shell>.studio-app-header .scenario-controls,.dashboard-shell>.studio-app-header .hud-control-row,.dashboard-shell>.studio-app-header .hud-select,.dashboard-shell>.studio-app-header .studio-button,.dashboard-shell>.studio-app-header .studio-button *{pointer-events:auto}.auth-button:hover,.auth-button:focus-visible,.studio-button:hover,.studio-button:focus-visible{color:var(--studio-text);border-color:#e6dfcf52}.portal-shell,.route-loading,.not-found-page{min-height:100vh;background:radial-gradient(circle at 15% 12%,rgba(226,80,76,.11),transparent 32rem),radial-gradient(circle at 80% 0%,rgba(130,180,129,.08),transparent 34rem),#0e0f10}.app-grid{width:min(1120px,calc(100% - 40px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:42px auto}.app-card{position:relative;min-height:250px;display:grid;grid-template-rows:128px minmax(0,1fr);overflow:hidden;border:1px solid var(--studio-border);border-radius:8px;background:var(--studio-panel);color:var(--studio-text);text-decoration:none;box-shadow:0 18px 42px #00000047}.app-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border:2px solid rgba(226,80,76,.62);border-radius:inherit;opacity:0;pointer-events:none}.app-card-image{width:100%;height:128px;display:block;object-fit:cover;border-bottom:1px solid rgba(230,223,207,.12);background:#15191d}.app-card-content{display:flex;justify-content:space-between;gap:18px;padding:18px 20px 20px}.app-card h2{margin:0;font-size:25px;line-height:1.1;letter-spacing:0}.app-card span{display:block;margin-top:14px;color:var(--studio-muted);font-size:15px;line-height:1.5}.app-card svg{flex:0 0 auto;margin-top:4px;color:var(--studio-accent)}.app-card:hover,.app-card:focus-visible{border-color:#e2504c7a;outline:none}.app-card:hover:after,.app-card:focus-visible:after{opacity:1}.not-found-page{display:grid;place-content:center;text-align:center}.route-loading{display:grid;place-content:center;color:var(--studio-muted)}@media(max-width:880px){.auth-header,.studio-app-header,.app-grid{grid-template-columns:1fr}.auth-actions,.studio-app-actions{justify-content:flex-end;justify-items:end}.studio-nav-actions{flex-wrap:wrap;justify-content:flex-end}}
