:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#101214;color:#f4f5f6}*{box-sizing:border-box}body{margin:0}header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #2b2f33;font-size:14px}header strong{font-size:20px;letter-spacing:2px}header strong span{color:#91bbff}header>span{color:#929ba5}main{max-width:1200px;margin:32px auto;padding:0 24px}.screen{aspect-ratio:16/9;background:#060708;position:relative;overflow:hidden}video{width:100%;height:100%}#cover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(ellipse at center,#1d2632,#090c11 70%);padding:24px;text-align:center}.eyebrow{font-size:12px;letter-spacing:2px;color:#91bbff}h1{font-size:clamp(26px,4vw,48px);font-weight:500;margin:16px 0 0}p{color:#aeb6c0;font-size:16px}form{display:flex;gap:8px;margin-top:20px}input,button,select{font:inherit;padding:12px 16px;border:1px solid #39424c;border-radius:5px;background:#171d25;color:white;min-height:44px}button{cursor:pointer;background:#a8c9ff;color:#0b1728;border:0;transition:background .18s}button:hover{background:#c5daff}input{width:220px}h2{font-size:23px;margin:8px 0}.bar{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid #2b2f33}.bar>div:last-child{display:flex;align-items:center;gap:12px}label{font-size:14px;color:#aeb6c0}#retry{background:#262d36;color:white}aside{font-size:14px;color:#788492;line-height:1.8;max-width:850px;margin:24px 0}#status{min-height:28px}@media(max-width:600px){header{height:68px}header>span{display:none}main{padding:0 14px;margin-top:18px}.screen{aspect-ratio:4/3}form{flex-direction:column}.bar{align-items:start;gap:12px}.bar>div:last-child{flex-wrap:wrap;justify-content:end}label{display:none}input{width:100%}#cover p{font-size:14px}}
