 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root{ --bg:#0b1220; --panel:#111827; --muted:#9ca3af; --text:#e5e7eb; --accent:#3b82f6; --accent-2:#2563eb; --ring:#60a5fa; } *{ box-sizing:border-box } body{ margin:0; font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif; color:var(--text); background:linear-gradient(180deg,#0b1220 0%,#0f172a 100%); } .wrap{ max-width:900px; margin:56px auto; padding:0 20px; } .card{ background:var(--panel); border:1px solid #1f2937; border-radius:16px; padding:28px 22px; box-shadow:0 10px 30px rgba(0,0,0,.35); } h1{ font-size:clamp(24px,3.2vw,36px); margin:0 0 8px; } h2{ font-size:18px; margin:18px 0 8px; } .lead{ color:var(--muted); margin:0 0 18px; font-size:18px; } .muted{ color:var(--muted); } .hero{ text-align:center; margin-bottom:10px; } .tick{ width:70px; height:70px; border-radius:50%; margin:0 auto 12px; display:grid; place-items:center; background:rgba(59,130,246,.12); border:1px solid rgba(96,165,250,.4); box-shadow:0 0 0 6px rgba(59,130,246,.08); } .tick svg{ width:36px; height:36px; fill:var(--accent); } .panel{ background:#0b1220; border:1px solid #263141; border-radius:12px; padding:16px; margin-top:16px; } .steps{ margin:8px 0 0 18px; padding:0; } .steps li{ margin:8px 0; } .hint{ color:var(--muted); font-size:14px; margin-top:10px; } .actions{ display:flex; gap:12px; align-items:center; margin-top:18px; flex-wrap:wrap; } .btn{ display:inline-block; background:var(--accent); color:#fff; text-decoration:none; padding:12px 18px; border-radius:12px; font-weight:700; } .btn:hover{ background:var(--accent-2); } .btn-secondary{ background:transparent; color:var(--text); border:1px solid #263141; } .btn-secondary:hover{ border-color:#35507a; } .footer{ margin-top:14px; font-size:14px; } a{ color:var(--accent); text-decoration:none; } a:hover{ color:var(--accent-2); text-decoration:underline; }
