:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#172033;font-synthesis:none;text-rendering:optimizelegibility;--ink:#172033;--muted:#5e6878;--paper:#f8f7f2;--line:#cbd2dc;--accent:#075fc9;--positive:#176b4a;--attention:#8a5200;--danger:#a32a24;--quiet:#eef1f4;--shadow:0 24px 70px #1d2a3e1a;background:#e9edf2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:linear-gradient(90deg,#0000 0 49.9%,#1720330a 50%,#0000 50.1%),#e9edf2;min-width:320px;min-height:100vh;margin:0}a{color:inherit}a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}button{min-height:40px;color:var(--accent);border:1px solid var(--line);font:inherit;cursor:pointer;background:0 0;border-radius:3px 12px 3px 3px;padding:8px 14px;font-weight:700}button:hover{background:var(--quiet)}button[data-primary]{color:var(--paper);background:var(--accent);border-color:var(--accent)}button[data-primary]:hover{filter:brightness(.92)}button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.app-shell{background:var(--paper);width:min(1180px,100% - 40px);min-height:calc(100vh - 40px);box-shadow:var(--shadow);border:1px solid #1720331a;flex-direction:column;margin:20px auto;padding:28px clamp(24px,5vw,72px) 24px;display:flex}.masthead,footer{justify-content:space-between;align-items:center;gap:24px;display:flex}.masthead{border-bottom:1px solid var(--line);padding-bottom:24px}.wordmark{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.wordmark-logo{object-fit:contain;background:#fff;border:1px solid #17203324;border-radius:3px 14px 3px 3px;flex:none;width:58px;height:40px;display:block}.wordmark strong,.wordmark small{display:block}.wordmark strong{letter-spacing:.01em;font-size:1rem}.wordmark small,.release-label,.eyebrow,.section-number,footer{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.73rem}.wordmark small{letter-spacing:.04em;text-transform:none;margin-top:2px}main{flex:1}.hero{max-width:860px;padding:clamp(68px,10vw,128px) 0 clamp(58px,8vw,92px);animation:.52s ease-out both enter}.eyebrow{color:var(--accent);margin:0 0 16px;font-weight:750}h1,h2,p{margin-top:0}h1{letter-spacing:-.065em;max-width:800px;margin-bottom:28px;font-size:clamp(2.7rem,7vw,6.3rem);line-height:.98}.hero-copy{max-width:690px;color:var(--muted);margin-bottom:0;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.8}.boundary-panel,.auth-panel{border-top:3px solid var(--ink);border-bottom:1px solid var(--line);padding:clamp(28px,5vw,52px) 0;animation:.52s ease-out 90ms both enter}.auth-panel{border-bottom:0}.panel-heading{grid-template-columns:80px 1fr;align-items:start;gap:20px;display:grid}.section-number{margin:3px 0 0}h2{letter-spacing:-.035em;margin-bottom:32px;font-size:clamp(1.6rem,3vw,2.6rem)}.boundary-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(36px,8vw,100px);padding-left:100px;display:grid}.boundary-grid>p{color:var(--muted);line-height:1.75}.status-message,.status-error,.service-status,.auth-content{padding-left:100px}.auth-message{padding-left:0}.auth-layout{grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:clamp(36px,8vw,100px);display:grid}.auth-lead{color:var(--ink);margin-bottom:10px;font-size:1.1rem;line-height:1.65}.auth-note{color:var(--muted);margin-bottom:0;font-size:.86rem;line-height:1.65}.auth-actions{flex-direction:column;align-items:stretch;gap:10px;display:flex}.auth-result{background:var(--quiet);border-left:4px solid;justify-content:space-between;align-items:flex-start;gap:28px;padding:22px 24px;display:flex}.auth-result[data-state=attention]{color:var(--attention)}.auth-result[data-state=positive]{color:var(--positive)}.auth-result[data-state=danger]{color:var(--danger)}.auth-result strong{margin-bottom:8px;display:block}.auth-result p{color:var(--muted);margin-bottom:0;line-height:1.65}.auth-result .auth-note{margin-top:8px}.auth-result button{flex:none}.status-message{color:var(--muted);margin-bottom:0}.status-error{max-width:760px}.status-error p{color:var(--danger);line-height:1.7}.service-status-intro{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:28px;display:flex}.service-status-intro p{max-width:620px;color:var(--muted);margin-bottom:0;line-height:1.75}.service-status-intro button{flex:none}.service-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.service-list li{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:18px 0;display:grid}.service-list strong,.service-list li div span{display:block}.service-list strong{margin-bottom:5px;font-size:1rem}.service-list li div span,.checked-at{color:var(--muted);font-size:.84rem;line-height:1.5}.status-text{background:var(--quiet);white-space:nowrap;border-left:3px solid;padding:6px 9px;font-size:.78rem;font-weight:750}.status-text[data-state=available]{color:var(--positive)}.status-text[data-state=unavailable]{color:var(--danger)}.status-text[data-state=notConfigured]{color:var(--attention)}.status-text[data-state=notObserved]{color:var(--muted)}.checked-at{text-align:right;margin:16px 0 0}dl{margin:0}dl div{border-top:1px solid var(--line);grid-template-columns:110px 1fr;gap:16px;padding:14px 0;display:grid}dt{color:var(--muted);font-size:.86rem}dd{margin:0;font-weight:650}dd a{color:var(--accent);text-underline-offset:4px}footer{margin-top:68px;padding-top:20px}@keyframes enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.app-shell{border:0;width:100%;min-height:100vh;margin:0}.release-label{text-align:right;max-width:120px}.panel-heading{grid-template-columns:42px 1fr}.boundary-grid{grid-template-columns:1fr;padding-left:62px}.status-message,.status-error,.service-status,.auth-content{padding-left:62px}.auth-layout{grid-template-columns:1fr;gap:24px}.auth-result{flex-direction:column}.service-status-intro{flex-direction:column;align-items:stretch;gap:18px}.service-status-intro button{align-self:flex-start}footer{flex-direction:column;align-items:flex-start}}@media (prefers-color-scheme:dark){:root{--ink:#eef3fb;--muted:#aab5c5;--paper:#151b24;--line:#3a4657;--accent:#69a9ff;--positive:#75d4a7;--attention:#efbb67;--danger:#ff9b94;--quiet:#202936;--shadow:0 24px 80px #00000059;color:var(--ink);background:#0d1219}body{background:linear-gradient(90deg,#0000 0 49.9%,#ffffff0a 50%,#0000 50.1%),#0d1219}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
