:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f8;--panel:#fff;--text:#172026;--muted:#61717d;--line:#dfe5e8;--brand:#0f766e;--brand-dark:#115e59;--accent:#b45309}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}.shell{place-items:center;min-height:100vh;padding:32px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;gap:28px;width:min(960px,100%);padding:32px;display:grid;box-shadow:0 18px 60px #17202614}.eyebrow,.label{color:var(--muted);margin:0;font-size:13px;line-height:1.4}h1{letter-spacing:0;max-width:680px;margin:8px 0 0;font-size:42px;line-height:1.05}.lede{max-width:620px;color:var(--muted);font-size:17px;line-height:1.6}.statusGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.status{border:1px solid var(--line);border-radius:8px;min-height:104px;padding:16px}.status p:last-child{margin:10px 0 0;line-height:1.35}.authBox{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.subject{overflow-wrap:anywhere;margin:6px 0 0;font-size:18px;font-weight:700}button{cursor:pointer;border:0;border-radius:6px;min-height:42px;padding:0 18px;font-weight:700}button:disabled{cursor:not-allowed;opacity:.55}.primaryButton{background:var(--brand);color:#fff}.primaryButton:hover:not(:disabled){background:var(--brand-dark)}.secondaryButton{color:var(--accent);background:#f3eadc}@media (max-width:760px){.shell{place-items:stretch stretch;padding:16px}.panel{padding:22px}h1{font-size:32px}.statusGrid{grid-template-columns:1fr}.authBox{flex-direction:column;align-items:stretch}}
