:root{--bg:#eef2f7;--surface:#ffffff;--surface-soft:#f7f9fc;--surface-strong:#26262b;--surface-strong-2:#1a1a1e;--line:#d8dee8;--line-strong:#c8d0dd;--text:#1f2937;--muted:#6b7280;--muted-2:#94a3b8;--brand:#3b82f6;--brand-soft:#e6f0ff;--ok:#16a34a;--ok-soft:#dcfce7;--warn:#d97706;--warn-soft:#fef3c7;--fail:#dc2626;--fail-soft:#fee2e2;--unknown:#64748b;--unknown-soft:#e2e8f0;--shadow:0 12px 32px rgba(15,23,42,0.08);--radius-lg:5px;--sidebar-width:280px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.portal-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:70px 1fr;grid-template-areas:"sidebar header" "sidebar main"}.portal-shell,.sidebar{min-height:100vh;height:100vh}.sidebar{grid-area:sidebar;background:linear-gradient(180deg,var(--surface-strong),var(--surface-strong-2));color:#f8fafc;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.brand{display:flex;align-items:center;gap:14px;padding:20px 20px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:40px;height:40px;flex:0 0 auto;object-fit:contain}.brand-title{font-size:1.48rem;font-weight:700;letter-spacing:-.02em;margin:0}.nav-scroll{padding:18px 0 20px;overflow:auto;min-height:0;flex:1 1}.nav-section{padding:0 14px 18px}.nav-section+.nav-section{padding-top:6px}.nav-label,.panel-label,.summary-eyebrow,.theme-label{color:rgba(248,250,252,.42);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-label{padding:0 12px 10px}.nav-list{display:grid;grid-gap:4px;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:5px;color:rgba(248,250,252,.9);transition:background .18s ease,transform .18s ease}.nav-item:hover{background:rgba(255,255,255,.08);transform:translateX(2px)}.nav-item.active{background:rgba(255,255,255,.12);box-shadow:inset 3px 0 0 #60a5fa}.collapse-icon,.module-icon,.nav-icon,.search-icon{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-svg{width:100%;height:100%;display:block;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.nav-copy{min-width:0;display:block}.nav-title{font-size:.98rem;font-weight:500}.nav-badge{margin-left:auto;padding:4px 8px;border-radius:999px;font-size:.74rem;font-weight:700;background:rgba(59,130,246,.22);color:#dbeafe}.sidebar-footer{padding:14px;border-top:1px solid rgba(255,255,255,.08)}.theme-label{display:block;margin-bottom:10px}.theme-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.button-link,.collapse-button,.theme-option{border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(255,255,255,.05);color:#f8fafc}.theme-option{height:42px;display:inline-flex;align-items:center;justify-content:center}.theme-option.is-active{background:rgba(59,130,246,.22);border-color:rgba(96,165,250,.7)}.collapse-button{width:100%;margin-top:12px;padding:12px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.main-panel{grid-area:main;min-height:0;overflow:auto;background:var(--bg)}.topbar{grid-area:header;display:flex;align-items:center;gap:18px;padding:14px 24px;background:var(--surface-strong-2);color:#f8fafc;border-bottom:1px solid rgba(255,255,255,.08)}.topbar-title{display:none}.search-wrap{flex:1 1;display:flex;justify-content:center}.search-box{width:min(560px,100%);display:flex;align-items:center;gap:12px;padding:11px 16px;border:1px solid rgba(255,255,255,.14);border-radius:5px;background:rgba(255,255,255,.05);color:rgba(248,250,252,.82)}.search-box input{flex:1 1;border:0;outline:0;background:transparent;color:#f8fafc;min-width:0}.search-box input::placeholder{color:rgba(248,250,252,.52)}.identity-card{display:flex;align-items:center;gap:10px;padding-left:6px}.identity-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ef4444);color:white;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 0 0 3px rgba(255,255,255,.08)}.identity-copy{display:flex;flex-direction:column;gap:2px}.identity-name{font-size:.95rem;font-weight:600}.identity-role{color:rgba(248,250,252,.58);font-size:.78rem}.page-head{background:var(--surface);border-bottom:1px solid var(--line);padding:16px 28px 14px}.page-title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.crumb-bar{justify-content:space-between;gap:16px;background:var(--surface);border-bottom:1px solid var(--line);padding:12px 28px}.crumb-bar,.crumbs{display:flex;align-items:center}.crumbs{gap:10px;font-size:.98rem;color:var(--muted)}.crumbs strong{color:var(--text)}.crumb-actions{display:flex;align-items:center;gap:18px}.crumb-action{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.content{padding:20px}.page-copy-inline{margin:0 0 16px;color:var(--muted)}.content-grid,.portal-grid,.stack{display:grid}.content-grid,.portal-grid,.stack{gap:16px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:5px;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid var(--line)}.panel-title{margin:0;font-size:1.05rem;font-weight:700}.panel-body{padding:18px}.module-grid,.readiness-grid,.summary-grid{display:grid;grid-gap:14px;gap:14px}.module-grid,.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.check-card,.module-card,.readiness-card,.service-card,.summary-card{border:1px solid var(--line);border-radius:5px;background:var(--surface-soft)}.module-card{padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.module-card-link:hover{border-color:#b8c5d8}.module-head{display:inline-flex;align-items:center;gap:12px}.module-icon{color:var(--muted)}.module-title{margin:0;font-size:.98rem}.module-state{padding:5px 10px;border-radius:999px;font-size:.74rem;font-weight:700;text-transform:uppercase}.module-state.live{color:var(--ok);background:var(--ok-soft)}.module-state.building{color:var(--warn);background:var(--warn-soft)}.readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.readiness-card{padding:18px}.readiness-card h4{margin:8px 0 0;font-size:.98rem}.panel-label{display:block;margin:0;color:var(--muted)}.button-link{padding:10px 14px;color:var(--text);background:var(--surface);border-color:var(--line-strong)}.status-toolbar{display:flex;align-items:center;gap:12px}.status-updated{color:var(--muted);font-size:.95rem}.summary-card{min-height:126px;padding:18px 18px 18px 20px;display:grid;align-content:start;grid-gap:10px;gap:10px;border-left-width:5px}.summary-card.ok{border-left-color:var(--ok);background:linear-gradient(180deg,#f1fbf4,#f8fdf9)}.summary-card.warn{border-left-color:var(--warn);background:linear-gradient(180deg,#fff8eb,#fffdf8)}.summary-card.fail{border-left-color:var(--fail);background:linear-gradient(180deg,#fff1f1,#fff9f9)}.summary-card.is-muted{opacity:.42}.summary-card h4{margin:0;font-size:1rem}.summary-card p{margin:0}.summary-card p,.summary-eyebrow{color:var(--muted)}.status-group+.status-group{margin-top:18px}.group-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.group-title{margin:0;font-size:1rem}.group-note{color:var(--muted);font-size:.94rem}.status-grid{display:grid;grid-gap:14px;gap:14px}.status-grid-two,.status-grid-websites{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{overflow:hidden}.service-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer}.service-summary::-webkit-details-marker{display:none}.service-summary-copy{display:grid;grid-gap:4px;gap:4px}.service-title{font-size:.98rem;font-weight:700}.service-subtitle{color:var(--muted);font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.service-summary-meta{display:inline-flex;align-items:center;gap:12px}.service-updated{color:var(--muted);font-size:.83rem}.service-dot{width:14px;height:14px;border-radius:999px;display:inline-flex;background:var(--unknown);box-shadow:0 0 0 4px var(--unknown-soft)}.service-dot.ok{background:var(--ok);box-shadow:0 0 0 4px var(--ok-soft)}.service-dot.warn{background:var(--warn);box-shadow:0 0 0 4px var(--warn-soft)}.service-dot.fail{background:var(--fail);box-shadow:0 0 0 4px var(--fail-soft)}.service-body{padding:0 18px 18px;border-top:1px solid var(--line)}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding-top:14px}.check-card{padding:14px}.check-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.check-head h5{margin:0;font-size:.92rem}.check-card p{margin:0;line-height:1.5}.check-card p,.service-link{color:var(--muted);font-size:.9rem}.service-link{display:inline-flex;margin-top:14px}@media (max-width:1180px){.module-grid,.portal-shell,.readiness-grid,.status-grid-two,.status-grid-websites,.summary-grid{grid-template-columns:1fr}.portal-shell{grid-template-rows:auto auto 1fr;grid-template-areas:"sidebar" "header" "main"}}