:root{--bg-a:#0f0720;--bg-b:#1e0f3a;--card-a:#2a1650;--card-b:#1a1030;--purple:#7c3aed;--purple-2:#a855f7;--purple-soft:#a78bfa;--text:#ede9fe;--muted:#c4b5fd;--line:#8b5cf666;--radius:24px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{min-height:100%;margin:0}body{color:var(--text);background:linear-gradient(135deg,var(--bg-a),var(--bg-b));font-family:Inter,Arial,Helvetica,sans-serif}button,a{font:inherit}.page{justify-content:center;align-items:center;min-height:100svh;padding:18px 16px;display:flex}.card{text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,var(--card-a),var(--card-b));width:100%;max-width:400px;padding:38px 28px 27px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0a0419b3}.glow{filter:blur(55px);pointer-events:none;background:#a78bfa33;border-radius:50%;width:240px;height:240px;position:absolute;top:-95px;left:50%;transform:translate(-50%)}.content{z-index:1;position:relative}.badge{color:var(--purple-soft);border:1px solid var(--line);background:#a78bfa1f;border-radius:999px;align-items:center;gap:7px;margin-bottom:22px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.badge svg{fill:currentColor;width:14px;height:14px}.emblem{background:linear-gradient(135deg,var(--purple),#6d28d9);border-radius:50%;place-items:center;width:76px;height:76px;margin:0 auto 22px;display:grid;box-shadow:0 10px 30px #a78bfa6b}.emblem svg{width:44px;height:44px}h1{margin:0 0 9px;font-size:24px;font-weight:700;line-height:1.3}.lead{color:var(--muted);margin:0 0 26px;font-size:14px;line-height:1.55}.cta,.more{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;text-decoration:none;transition:transform .15s,filter .15s,border-color .15s;display:flex}.cta{color:var(--text);letter-spacing:.35px;background:linear-gradient(90deg,var(--purple),var(--purple-2));border:1px solid #8b5cf6;padding:18px;font-size:16px;font-weight:800;box-shadow:0 10px 24px #7c3aed73}.more{color:var(--purple-soft);border:1px solid var(--line);background:0 0;margin-top:12px;padding:14px;font-size:14px;font-weight:600}.cta svg{fill:currentColor;width:20px;height:20px}.more svg{fill:currentColor;width:16px;height:16px}.cta:hover,.more:hover{filter:brightness(1.08)}.cta:active,.more:active{transform:scale(.985)}.benefits{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:9px 17px;margin-top:18px;font-size:11.5px;display:flex}.benefits span{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.benefits svg{width:13px;height:13px;fill:var(--purple-soft)}.footer{z-index:1;color:#8f7fbc;margin-top:25px;font-size:11px;line-height:1.5;position:relative}.footer nav{flex-wrap:wrap;justify-content:center;gap:6px 10px;margin-bottom:8px;display:flex}.footer a{color:#aa93e8;text-decoration:none}.footer a:hover{text-decoration:underline}.loading{flex-direction:column;justify-content:center;align-items:center;min-height:390px;display:flex}.loader{background:conic-gradient(var(--purple-soft) var(--progress,0%),#a78bfa26 0);border-radius:50%;place-items:center;width:78px;height:78px;margin-bottom:24px;display:grid;box-shadow:0 0 30px #7c3aed47}.loader:after{content:"";background:#21123d;border-radius:50%;width:62px;height:62px}.loading h1{font-size:23px}.loading p{color:var(--muted);margin:6px 0 0;font-size:14px}.percent{font-weight:700;color:var(--purple-soft)!important;margin-top:12px!important;font-size:13px!important}.ready{animation:.45s both enter;display:none}@keyframes enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.overlay{z-index:20;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#080312c2;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.overlay.show{display:flex}.modal{text-align:left;border:1px solid var(--line);background:#20123b;border-radius:20px;width:100%;max-width:390px;padding:25px;box-shadow:0 24px 60px #00000073}.modal h2{margin:0 0 10px;font-size:19px}.modal p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.modal button{width:100%;color:var(--text);border:1px solid var(--line);cursor:pointer;background:#36205d;border-radius:13px;margin-top:18px;padding:13px;font-weight:700}.veil{z-index:30;background:#0c051bd1;place-items:center;display:none;position:fixed;inset:0}.veil.show{display:grid}.veilBox{color:var(--text);flex-direction:column;align-items:center;gap:13px;font-size:13px;font-weight:600;display:flex}.spinner{border:3px solid #c4b5fd40;border-top-color:var(--purple-soft);border-radius:50%;width:30px;height:30px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:360px){.card{padding:32px 20px 24px}h1{font-size:22px}.benefits{gap:8px 11px;font-size:10.5px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
