:root{--bg:#f6f3ee;--ink:#101010;--muted:#746f68;--purple:#6c35ff;--line:rgba(16,16,16,.12);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100svh;background:var(--bg)}button,input{font:inherit}.shell{max-width:1120px;min-height:100svh;margin:auto;padding:28px clamp(20px,5vw,56px);display:grid;grid-template-rows:auto 1fr auto}header{display:flex;justify-content:space-between;align-items:center;direction:ltr}.brand{font-size:12px;letter-spacing:.16em;font-weight:800;display:flex;gap:9px;align-items:center}.brand i{width:9px;height:9px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 5px rgba(108,53,255,.09)}header button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 13px;cursor:pointer}main{display:grid;place-items:center;padding:40px 0}.hero{width:min(620px,100%);text-align:center;display:grid;justify-items:center}.orb{width:clamp(160px,31vw,218px);aspect-ratio:1;border:0;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 24px 60px rgba(12,12,12,.16);transition:.2s}.orb:hover{transform:translateY(-3px)}.orb span{font-size:72px;filter:grayscale(1) brightness(10)}h1{font-size:clamp(44px,7vw,68px);line-height:.98;letter-spacing:-.05em;margin:42px 0 0}h1 b{color:var(--purple)}#idleCopy p{color:var(--muted);margin-top:18px}form{width:100%;margin-top:34px;text-align:right}form label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}form div{display:grid;grid-template-columns:1fr auto;gap:8px;direction:ltr}input{min-width:0;border:1px solid var(--line);background:rgba(255,255,255,.65);border-radius:15px;padding:16px;outline:none}form button,.card a{border:0;border-radius:15px;padding:0 22px;background:var(--ink);color:#fff;font-weight:800;text-decoration:none;display:grid;place-items:center;cursor:pointer}.card{width:100%;margin-top:34px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.55);padding:22px;display:grid;gap:14px}.card[hidden]{display:none}.row{display:flex;justify-content:space-between}.row strong{color:var(--purple);font-size:12px}.track{height:9px;background:rgba(16,16,16,.08);border-radius:99px;overflow:hidden}.track div{height:100%;width:0;background:var(--ink);transition:width .3s}.card small{text-align:left;color:var(--muted)}.ok{width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;margin:auto;font-size:22px}.card a{min-height:52px;background:var(--purple)}.card>button{border:0;background:transparent;color:var(--muted);cursor:pointer}.error strong{margin:auto;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}.platforms{margin-top:40px;color:var(--muted);font-size:11px;direction:ltr;text-align:center}footer{text-align:center;color:var(--muted);font-size:10px}@media(max-width:560px){form div{grid-template-columns:1fr}form button{min-height:50px}}
