:root{color:#13211e;--bg:#f4f7f6;--bg-strong:#e7efec;--surface:#fff;--surface-soft:#f8fbfa;--surface-raised:#fff;--text:#13211e;--text-strong:#071411;--muted:#5f6d68;--muted-strong:#394842;--line:#d8e3df;--line-strong:#bdcbc6;--accent:#0f766e;--accent-strong:#0b5f59;--accent-soft:#dff5f1;--blue:#2563eb;--blue-soft:#e3ecff;--gold:#b7791f;--gold-soft:#fff3d6;--danger:#b42318;--danger-soft:#fff0ef;--shadow:0 18px 50px #1b2d281a;--shadow-soft:0 8px 24px #1b2d2814;--radius:8px;--radius-sm:6px;background:#f4f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color:#eaf3f8;--bg:#0b1218;--bg-strong:#111d26;--surface:#14212a;--surface-soft:#101a22;--surface-raised:#182832;--text:#eaf3f8;--text-strong:#f7fbff;--muted:#9fb2bf;--muted-strong:#c5d5df;--line:#263946;--line-strong:#3a5262;--accent:#22c7d6;--accent-strong:#7ddfeb;--accent-soft:#102f3a;--blue:#8ab4ff;--blue-soft:#182b4c;--gold:#f5c76b;--gold-soft:#3f3118;--danger:#ff8a80;--danger-soft:#3b1e1b;--shadow:0 18px 50px #00000038;--shadow-soft:0 8px 24px #0000002e;background:#0b1218}}:root[data-theme=dark]{color:#eaf3f8;--bg:#0b1218;--bg-strong:#111d26;--surface:#14212a;--surface-soft:#101a22;--surface-raised:#182832;--text:#eaf3f8;--text-strong:#f7fbff;--muted:#9fb2bf;--muted-strong:#c5d5df;--line:#263946;--line-strong:#3a5262;--accent:#22c7d6;--accent-strong:#7ddfeb;--accent-soft:#102f3a;--blue:#8ab4ff;--blue-soft:#182b4c;--gold:#f5c76b;--gold-soft:#3f3118;--danger:#ff8a80;--danger-soft:#3b1e1b;--shadow:0 18px 50px #00000038;--shadow-soft:0 8px 24px #0000002e;background:#0b1218}*{box-sizing:border-box}body{background:linear-gradient(135deg, #0f766e12, transparent 34%), linear-gradient(315deg, #2563eb0f, transparent 36%), var(--bg);min-width:320px;min-height:100vh;margin:0}:root[data-theme=dark] body{background:linear-gradient(135deg, #22c7d612, transparent 34%), linear-gradient(315deg, #5086ff14, transparent 36%), var(--bg)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) body{background:linear-gradient(135deg, #22c7d612, transparent 34%), linear-gradient(315deg, #5086ff14, transparent 36%), var(--bg)}}a{color:inherit}button,select{font:inherit}button,.button{border:1px solid var(--text-strong);border-radius:var(--radius-sm);background:var(--text-strong);min-height:40px;color:var(--surface);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-weight:750;text-decoration:none;transition:transform .14s,border-color .14s,background .14s;display:inline-flex}button:hover:not(:disabled),.button:hover:not(:disabled){transform:translateY(-1px)}button:disabled,.button:disabled,select:disabled{cursor:not-allowed;opacity:.62}select:disabled{border-color:var(--line);background:var(--bg-strong);color:var(--muted)}button svg,.button svg,.nav-links svg,.theme-option svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:18px;height:18px}.button.secondary{border-color:var(--line-strong);background:var(--surface);color:var(--text)}.button.quiet{border-color:var(--line);background:var(--surface-soft);color:var(--text)}.button.full-width{width:100%}select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);min-width:104px;color:var(--text);padding:8px 10px}code{background:var(--bg-strong);color:var(--text-strong);border-radius:4px;padding:1px 5px}h1,h2,p{margin-top:0}h1{color:var(--text-strong);letter-spacing:0;margin-bottom:0;font-size:clamp(30px,4vw,48px);line-height:1.02}h2{color:var(--text-strong);letter-spacing:0;margin-bottom:0;font-size:20px;line-height:1.2}p{line-height:1.55}.muted{color:var(--muted)}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.page-loader{background:var(--bg);min-height:100vh;color:var(--muted);place-items:center;font-weight:750;display:grid}.app-shell{grid-template-columns:292px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-content:start;gap:26px;height:100vh;padding:22px;display:grid;position:sticky;top:0}.brand-block,.brand-lockup,.identity-card,.primary-cell,.badge-row,.switch-control,.panel-heading{align-items:center;display:flex}.brand-block{gap:12px}.brand-block span,.brand-block strong{display:block}.brand-block span{color:var(--muted);font-size:12px;font-weight:750}.brand-block strong{color:var(--text-strong);font-size:16px}.brand-block.compact{gap:10px}.brand-mark{border-radius:var(--radius);background:linear-gradient(135deg, var(--accent), var(--blue));color:#fff;letter-spacing:0;width:40px;height:40px;box-shadow:var(--shadow-soft);flex:none;place-items:center;font-size:13px;font-weight:900;display:inline-grid}.brand-mark.large{width:58px;height:58px;font-size:18px}.nav-links{gap:7px;display:grid}.nav-links a{border-radius:var(--radius-sm);min-height:44px;color:var(--muted-strong);border:1px solid #0000;align-items:center;gap:11px;padding:10px 11px;font-weight:750;text-decoration:none;display:flex}.nav-links a:hover{border-color:var(--line);background:var(--surface-soft)}.nav-links a.active{border-color:var(--line-strong);background:var(--accent-soft);color:var(--text-strong)}.identity-card,.profile-trigger{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);gap:10px;min-width:0;padding:10px}.profile-trigger{width:100%;min-height:auto;color:var(--text);text-align:left;justify-content:flex-start}.profile-trigger:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface);transform:none}.profile-trigger[aria-expanded=true]{border-color:var(--accent);background:var(--accent-soft)}.chevron-icon{width:16px;height:16px;color:var(--muted);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;margin-left:auto;transition:transform .14s}.profile-trigger[aria-expanded=true] .chevron-icon{transform:rotate(180deg)}.avatar{border-radius:var(--radius-sm);background:var(--blue-soft);width:36px;height:36px;color:var(--blue);flex:none;place-items:center;font-size:12px;font-weight:900;display:grid}.identity-copy{min-width:0}.identity-copy strong,.identity-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.identity-copy strong{color:var(--text-strong);font-size:13px}.identity-copy span{color:var(--muted);font-size:12px}.workspace{grid-template-rows:auto 1fr;min-width:0;min-height:100vh;display:grid}.app-header{z-index:10;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:flex-end;align-items:flex-start;gap:16px;padding:16px 32px;display:flex;position:sticky;top:0}.header-brand{display:none}.profile-panel{width:min(360px,100%);display:grid;position:relative}.profile-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.profile-popover{z-index:20;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(320px,100%);box-shadow:var(--shadow);gap:10px;padding:12px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.profile-popover-label{color:var(--muted);text-transform:uppercase;margin:0;font-size:12px;font-weight:850}.content{width:min(1180px,100%);margin:0 auto;padding:32px 32px 72px}.page-stack{gap:24px;display:grid}.page-heading{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 82%, transparent);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.page-heading.dashboard-hero,.page-heading.architecture-hero{min-height:190px}.page-intro{max-width:720px;margin:12px 0 0}.section-heading{gap:2px;margin-bottom:16px;display:grid}.theme-toggle{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;display:grid}.theme-option{min-height:34px;color:var(--muted-strong);text-transform:capitalize;background:0 0;border:0;border-radius:5px;gap:5px;padding:6px;font-size:11px;font-weight:800}.theme-option[aria-pressed=true]{background:var(--surface);color:var(--text-strong);box-shadow:0 1px 2px #00000014}.theme-option:hover:not(:disabled){transform:none}.login-shell{grid-template-columns:minmax(0,1.1fr) minmax(360px,460px);align-items:center;gap:28px;min-height:100vh;padding:32px;display:grid;position:relative}.login-theme{width:300px;max-width:calc(100vw - 48px);position:absolute;top:24px;right:24px}.login-hero,.login-panel,.panel,.stat-card,.architecture-summary article,.stack-card,.flow-grid>div,.link-card{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 86%, transparent);box-shadow:var(--shadow-soft)}.login-hero{gap:30px;padding:clamp(28px,5vw,52px);display:grid}.brand-lockup{gap:16px}.brand-lockup h1{font-size:clamp(40px,7vw,76px)}.login-copy{max-width:720px;color:var(--muted-strong);margin-bottom:0;font-size:18px}.auth-diagram{grid-template-columns:minmax(90px,130px) 1fr minmax(90px,130px) 1fr minmax(90px,130px);align-items:center;gap:10px;max-width:640px;display:grid}.diagram-node{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);min-height:58px;color:var(--text-strong);place-items:center;font-size:13px;font-weight:850;display:grid}.diagram-node.browser{border-color:var(--accent)}.diagram-node.api{border-color:var(--blue)}.diagram-node.session{border-color:var(--gold)}.diagram-rail{background:linear-gradient(90deg, var(--line-strong), var(--accent));height:2px}.login-panel{gap:22px;padding:28px;display:grid}.login-panel h2{font-size:28px}.login-actions{gap:12px;display:grid}.provider-button{align-items:center;min-height:44px;display:grid}.google-provider{border-radius:999px;justify-self:center;width:min(100%,352px);padding:4px}.google-button{border-radius:999px;place-items:center;width:100%;min-height:42px;display:grid;position:relative;overflow:visible}.google-button:not(.is-loaded):before{content:attr(data-loading-label);border:1px solid var(--line);background:var(--surface-soft);width:min(100%,344px);min-height:42px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:850;display:inline-flex}.google-button iframe{border-radius:999px;display:block}:root[data-theme=dark] .google-button{background:#1f1f1f;border-radius:999px;min-height:44px;overflow:hidden;box-shadow:0 14px 36px #0000002e}:root[data-theme=dark] .google-provider:focus-within .google-button{box-shadow:0 0 0 2px var(--bg-strong), 0 0 0 4px var(--blue), 0 14px 36px #0000002e}:root[data-theme=dark] .google-button iframe{clip-path:inset(5px 13px round 999px)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .google-button{background:#1f1f1f;border-radius:999px;min-height:44px;overflow:hidden;box-shadow:0 14px 36px #0000002e}:root:not([data-theme=light]) .google-provider:focus-within .google-button{box-shadow:0 0 0 2px var(--bg-strong), 0 0 0 4px var(--blue), 0 14px 36px #0000002e}:root:not([data-theme=light]) .google-button iframe{clip-path:inset(5px 13px round 999px)}}.banner{border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;line-height:1.45}.banner.warning{border-color:color-mix(in srgb, var(--gold) 50%, var(--line));background:var(--gold-soft)}.banner.error{border-color:color-mix(in srgb, var(--danger) 48%, var(--line));background:var(--danger-soft);color:var(--text-strong)}.banner.dismissible{justify-content:space-between;align-items:center;gap:16px;display:flex}.badge{border:1px solid var(--line-strong);background:var(--surface);width:fit-content;min-height:26px;color:var(--muted-strong);border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;font-weight:850;display:inline-flex}.role-admin{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.role-owner{border-color:var(--gold);background:var(--gold-soft);color:var(--gold)}.role-user{border-color:var(--line-strong)}.provider-google{color:var(--text-strong);background:linear-gradient(#eff6ff,#eff6ff) padding-box padding-box,linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335) border-box;border-color:#0000;position:relative;box-shadow:inset 0 0 0 1px #ffffff2e}:root[data-theme=dark] .provider-google{background:linear-gradient(#142947,#142947) padding-box padding-box,linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335) border-box}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .provider-google{background:linear-gradient(#142947,#142947) padding-box padding-box,linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335) border-box}}.provider-microsoft{border-color:var(--blue);background:var(--blue-soft)}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat-card{align-content:start;gap:9px;padding:20px;display:grid}.stat-card span,.link-card span,.architecture-summary span,.stack-card span,.summary-strip span{color:var(--muted);font-size:13px;font-weight:800}.stat-card strong{color:var(--text-strong);font-size:38px;line-height:1}.stat-card p{color:var(--muted);margin-bottom:0}.stat-icon{border-radius:var(--radius);background:var(--accent-soft);width:42px;height:42px;color:var(--accent);place-items:center;display:grid}.stat-icon svg,.architecture-orbit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:22px;height:22px}.stat-icon.total{background:var(--blue-soft);color:var(--blue)}.stat-icon.session{background:var(--gold-soft);color:var(--gold)}.dashboard-grid,.card-grid{grid-template-columns:1.05fr 1fr;gap:16px;display:grid}.panel{align-content:start;gap:18px;padding:20px;display:grid}.panel-heading{justify-content:space-between;gap:16px}.profile-list{gap:0;margin:0;display:grid}.profile-list div{border-top:1px solid var(--line);grid-template-columns:minmax(110px,.34fr) 1fr;gap:14px;padding:13px 0;display:grid}.profile-list div:first-child{border-top:0}.profile-list dt{color:var(--muted);font-size:13px;font-weight:800}.profile-list dd{min-width:0;color:var(--text-strong);overflow-wrap:anywhere;margin:0}.link-card{gap:7px;padding:18px;text-decoration:none;display:grid}.link-card:hover{border-color:var(--accent);transform:translateY(-1px)}.link-card strong{color:var(--text-strong);font-size:21px}.link-card p{color:var(--muted);margin-bottom:0}.secondary-link{background:var(--surface-soft)}.architecture-hero{align-items:center}.architecture-orbit{width:min(260px,32vw);min-width:220px;color:var(--accent);place-items:center;display:grid}.architecture-orbit svg{width:100%;height:auto}.architecture-orbit rect{fill:var(--surface);stroke:var(--line-strong)}.architecture-orbit path,.architecture-orbit circle{stroke:currentColor}.architecture-summary,.stack-grid,.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.architecture-summary article,.stack-card,.flow-grid>div{align-content:start;gap:10px;padding:20px;display:grid}.architecture-summary strong,.stack-card strong{color:var(--text-strong);font-size:18px}.architecture-summary p{color:var(--muted);margin-bottom:0}.tag-list,.check-list,.flow-list{margin:0;padding:0}.tag-list{flex-wrap:wrap;gap:8px;list-style:none;display:flex}.tag-list li{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted-strong);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.flow-list,.check-list{color:var(--muted-strong);gap:11px;line-height:1.5;display:grid}.flow-list{counter-reset:auth-flow;list-style:none}.flow-list li{counter-increment:auth-flow;grid-template-columns:30px 1fr;gap:11px;display:grid}.flow-list li:before{content:counter(auth-flow);background:var(--accent-soft);width:26px;height:26px;color:var(--accent-strong);border-radius:999px;place-items:center;font-size:12px;font-weight:900;display:inline-grid}.check-list{padding-left:20px}.admin-heading{align-items:center}.admin-count{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted-strong);white-space:nowrap;border-radius:999px;align-items:center;padding:8px 12px;font-size:13px;font-weight:850;display:inline-flex}.summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summary-strip article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px}.summary-strip strong{color:var(--text-strong);margin-top:5px;font-size:28px;line-height:1;display:block}.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:14px 16px}th{background:var(--surface-soft);color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:12px}tr:last-child td{border-bottom:none}tbody tr:hover td{background:color-mix(in srgb, var(--accent-soft) 34%, transparent)}.row-has-locked-controls select:disabled{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line) 68%, transparent)}.primary-cell,.badge-row{flex-wrap:wrap;gap:8px}.email-text{color:var(--text-strong);overflow-wrap:anywhere;font-weight:750}.table-badge-fallback{display:none}.switch-control{min-height:32px;color:var(--text-strong);white-space:nowrap;gap:9px;position:relative}.switch-control.is-disabled{color:var(--muted);cursor:not-allowed}.switch-control input{width:100%;height:100%;cursor:inherit;opacity:0;margin:0;position:absolute;inset:0}.switch-track{border:1px solid var(--line-strong);background:var(--bg-strong);border-radius:999px;flex:none;width:38px;height:24px;transition:background .14s,border-color .14s;position:relative}.switch-track:after{background:var(--muted);content:"";border-radius:999px;width:16px;height:16px;transition:background .14s,transform .14s;position:absolute;top:3px;left:3px}.switch-control input:checked+.switch-track{border-color:var(--accent);background:var(--accent-soft)}.switch-control input:checked+.switch-track:after{background:var(--accent);transform:translate(16px)}.switch-control input:disabled+.switch-track{border-color:var(--line);background:var(--bg-strong)}.switch-control input:disabled+.switch-track:after{background:var(--muted)}.switch-control input:checked:disabled+.switch-track{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent-soft) 44%, var(--bg-strong))}.switch-control input:checked:disabled+.switch-track:after{background:color-mix(in srgb, var(--accent) 58%, var(--muted))}.switch-control input:focus-visible+.switch-track{outline:2px solid var(--blue);outline-offset:2px}@media (width<=980px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;padding:14px 16px;position:static}.sidebar .brand-block{display:none}.nav-links{grid-template-columns:repeat(3,minmax(0,1fr))}.app-header{justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.header-brand{display:flex}.profile-panel{width:min(360px,58vw)}.login-shell{grid-template-columns:1fr;padding-top:96px}.stat-grid,.dashboard-grid,.architecture-summary,.stack-grid,.flow-grid{grid-template-columns:1fr}.architecture-orbit{width:100%;max-width:280px}}@media (width<=680px){.content{padding:22px 16px 44px}.page-heading,.admin-heading{flex-direction:column;align-items:flex-start;padding:20px}h1{font-size:32px}.nav-links{grid-template-columns:1fr}.theme-toggle{grid-template-columns:repeat(3,1fr)}.app-header{flex-direction:column;align-items:stretch}.profile-panel{width:100%}.profile-row{grid-template-columns:minmax(0,1fr)}.login-shell{gap:16px;padding:88px 16px 24px}.login-theme{width:auto;max-width:none;top:16px;left:16px;right:16px}.login-hero,.login-panel{padding:22px}.auth-diagram{grid-template-columns:1fr}.diagram-rail{justify-self:center;width:2px;height:22px}.summary-strip{grid-template-columns:1fr}.profile-list div{grid-template-columns:1fr;gap:5px}.banner.dismissible{flex-direction:column;align-items:stretch}}
