:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0}main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.container{background:#111827;border:1px solid #1f2937;border-radius:16px;padding:24px;max-width:640px;width:100%;box-shadow:0 16px 70px -32px rgba(0,0,0,.8)}h1{margin:0 0 8px;font-size:24px}p{margin:0 0 12px;line-height:1.5}a{color:#7dd3fc;text-decoration:none}a:hover{text-decoration:underline}.small{font-size:14px;color:#cbd5e1}.badge{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#0ea5e9;color:#0b1224;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.glow{color:#e2e8f0;text-shadow:0 0 12px rgba(14,165,233,.7)}.terminal{margin:18px 0;padding:16px;background:#0b1224;border:1px solid #1f2937;border-radius:12px;font-family:SFMono-Regular,ui-monospace,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;color:#7dd3fc;min-height:180px}.line{margin-bottom:6px}.line.active{color:#e2e8f0;font-weight:600}.prompt{color:#22d3ee}.cursor{display:inline-block;width:10px;height:16px;background:#22d3ee;margin-left:6px;animation:blink 1s steps(2,start) infinite}.progress{margin:12px 0 8px;width:100%;height:8px;background:#0b1224;border:1px solid #1f2937;border-radius:999px;overflow:hidden}.progress-bar{width:100%;height:100%;background:linear-gradient(90deg,#0ea5e9,#22d3ee,#0ea5e9);animation:progress 1.6s ease-in-out infinite}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes progress{0%{transform:translateX(-30%)}50%{transform:translateX(0)}to{transform:translateX(30%)}}