:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b0f1e; color: #f5f7ff; }
* { box-sizing: border-box; } body { margin: 0; background: radial-gradient(circle at top right, #202b57, transparent 45%), #0b0f1e; }
.setup-shell { width: min(760px, 100%); margin: 0 auto; padding: 36px 18px 60px; } header { margin-bottom: 22px; } .brand { color: #72e2b2; font-size: 11px; font-weight: 900; letter-spacing: .2em; } h1 { margin: 8px 0; font-size: clamp(28px, 6vw, 46px); letter-spacing: -.05em; } h2 { margin: 0 0 10px; font-size: 16px; } p { color: #aab4d2; line-height: 1.5; } .panel { margin-top: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(14,19,36,.88); box-shadow: 0 16px 40px rgba(0,0,0,.2); } label { display: block; margin-top: 13px; color: #d9def0; font-size: 12px; font-weight: 700; } input { width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #f5f7ff; background: rgba(255,255,255,.07); font: inherit; } input:focus { outline: 2px solid #72e2b2; } .two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .hint, .muted { font-size: 11px; font-weight: 400; } code { color: #72e2b2; } .actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 15px; } button, .button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; padding: 10px 13px; color: #edf1ff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; text-decoration: none; } .primary { border-color: transparent; background: #72e2b2; color: #08130f; } .secondary { background: rgba(255,255,255,.08); } .text-link { color: #9ca8d2; font-size: 12px; } .reward-row { display: grid; grid-template-columns: 1fr 150px auto; gap: 8px; align-items: end; } .reward-row label { margin-top: 0; } .remove { padding: 10px 12px; color: #ff9bb0; background: rgba(255,105,135,.1); } .status { min-height: 20px; margin-top: 14px; color: #72e2b2; font-size: 12px; font-weight: 700; } @media (max-width: 560px) { .two, .reward-row { grid-template-columns: 1fr; } .reward-row .remove { width: 100%; } }
.instructions { margin-top: 12px; color: #aab4d2; line-height: 1.55; font-size: 12px; } pre { overflow-x: auto; padding: 12px; border-radius: 8px; background: rgba(0,0,0,.25); color: #72e2b2; } summary { color: #72e2b2; cursor: pointer; font-weight: 800; }