:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#171a1f;--muted:#626b75;--line:#d9dde2;--surface:#fff;--canvas:#f3f5f7;--accent:#117b5c;--danger:#b42318;--warning:#9a6700}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--canvas);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}main{width:min(100% - 32px,960px);margin:0 auto;padding:48px 0}.masthead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding-bottom:24px;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 6px;font-size:13px;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:42px;line-height:1}h2{margin-bottom:6px;font-size:20px}.version{color:var(--muted);font-size:13px;font-weight:700}.workspace{padding-top:36px}.section-heading p,.status-copy p{color:var(--muted);margin-bottom:0}.api-status{border:1px solid var(--line);background:var(--surface);border-radius:6px;justify-content:space-between;align-items:center;gap:24px;min-height:96px;margin-top:20px;padding:20px;display:flex}.status-copy{align-items:flex-start;gap:12px;min-width:0;display:flex}.status-copy p{overflow-wrap:anywhere;margin-top:5px}.status-indicator{background:var(--warning);border-radius:50%;flex:0 0 10px;width:10px;height:10px;margin-top:4px}.status-indicator--success{background:var(--accent)}.status-indicator--error{background:var(--danger)}button{border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;border-radius:4px;flex:none;min-height:40px;padding:0 14px}button:hover:not(:disabled){background:#33383f}button:focus-visible{outline-offset:2px;outline:3px solid #8dc9b7}button:disabled{cursor:wait;opacity:.55}@media (max-width:640px){main{width:min(100% - 24px,960px);padding:28px 0}h1{font-size:36px}.api-status{flex-direction:column;align-items:stretch}button{width:100%}}
