:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--card-bg:#fff;--card-border:#e5e4e7;--border:#e5e4e7;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--card-bg:#1e293b;--card-border:#2e303a;--border:#2e303a}}#root{min-height:100vh}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}p{margin:0}.page{box-sizing:border-box;background:linear-gradient(135deg,#f0f4f8 0%,#d9e2ec 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}@media (prefers-color-scheme:dark){.page{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}}.card{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:20px;width:100%;max-width:480px;padding:56px 64px;box-shadow:0 20px 60px #00000014}@media (prefers-color-scheme:dark){.card{box-shadow:0 20px 60px #0006}}.checkmark-wrap{justify-content:center;margin-bottom:28px;display:flex}.checkmark{border-radius:50%;width:80px;height:80px}.checkmark-circle{stroke:#22c55e;stroke-width:2px;stroke-dasharray:151;stroke-dashoffset:0;animation:.6s ease-out forwards draw-circle}.checkmark-check{stroke:#22c55e;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-out .5s forwards draw-check}@keyframes draw-circle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes draw-check{to{stroke-dashoffset:0}}.card h1{color:var(--text-h);letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:700}.date{color:var(--text);margin:0 0 24px;font-size:18px}.badge{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}
