:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #08111f; color: #edf5ff; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at top, #173150 0, #08111f 48rem); }
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 64px; }
.eyebrow, .platform { margin: 0 0 8px; color: #79c9ff; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 0; font-size: clamp(2rem, 5vw, 4.25rem); line-height: 1.03; }
.intro { color: #aec1d8; font-size: 1.1rem; }
.access { display: grid; grid-template-columns: 1fr minmax(320px, 520px); gap: 28px; align-items: end; margin: 38px 0 20px; padding: 24px; background: #101f33; border: 1px solid #29405d; border-radius: 18px; }
.access h2 { margin: 0 0 6px; }.access p { margin: 0; color: #aec1d8; }
label { display: block; margin-bottom: 8px; font-weight: 700; }.key-row { display: flex; gap: 10px; }
input, button { min-height: 48px; border-radius: 10px; font: inherit; }
input { min-width: 0; flex: 1; padding: 0 14px; color: #fff; background: #07101d; border: 1px solid #46617f; }
button { padding: 0 18px; border: 0; background: #45aef5; color: #04101b; font-weight: 800; cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
.toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin: 18px 0; color: #aec1d8; }.toolbar p { margin: 0; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.card { padding: 24px; background: rgba(16,31,51,.92); border: 1px solid #29405d; border-radius: 18px; box-shadow: 0 16px 42px rgba(0,0,0,.24); }
.card-heading { display: flex; justify-content: space-between; gap: 16px; align-items: start; }.card h2 { margin: 0; font-size: 1.6rem; }
.badge { padding: 8px 12px; border-radius: 999px; font-size: .8rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.badge.waiting { background: #3c4656; }.badge.pass { background: #156b44; color: #bfffdc; }.badge.fail { background: #811f31; color: #ffd6dc; }
dl { margin: 24px 0 0; }dl div { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 1.2fr); gap: 14px; padding: 13px 0; border-top: 1px solid #263b56; }
dt { color: #91a8c2; }dd { margin: 0; text-align: right; overflow-wrap: anywhere; }.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .85rem; }
@media (max-width: 780px) { .shell { padding-top: 30px; }.access, .cards { grid-template-columns: 1fr; }.key-row { flex-direction: column; }.toolbar { align-items: stretch; flex-direction: column; }.toolbar button { width: 100%; }dl div { grid-template-columns: 1fr; gap: 5px; }dd { text-align: left; } }
