:root{--template-font: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;--template-text: #f3efe9;--template-muted: rgba(243, 239, 233, .72);--template-surface: rgba(18, 22, 33, .78);--template-surface-border: rgba(255, 255, 255, .08);--template-background: radial-gradient(circle at top, rgba(66, 143, 255, .24), transparent 34%), radial-gradient(circle at bottom left, rgba(41, 212, 171, .18), transparent 28%), linear-gradient(180deg, #0c1220 0%, #131c2f 45%, #0f1626 100%);--template-accent-start: #87b8ff;--template-accent-end: #3ee0b6;--template-button-text: #0f1828}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;font-family:var(--template-font);color:var(--template-text);background:var(--template-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a{font:inherit}.template-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.template-card{width:min(100%,620px);display:grid;justify-items:center;gap:16px;padding:40px 32px;border:1px solid var(--template-surface-border);border-radius:32px;background:var(--template-surface);box-shadow:0 30px 80px #00000052;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center}.template-brand{display:flex;justify-content:center;width:100%}.template-logo{width:min(180px,48vw);max-height:108px;object-fit:contain}.template-logo--fallback{display:grid;place-items:center;width:108px;height:108px;border-radius:28px;background:linear-gradient(135deg,#87b8ff38,#3ee0b638);border:1px solid rgba(255,255,255,.1);font-size:2.8rem;font-weight:700}.template-brand-name{margin:0;font-size:.9rem;letter-spacing:.18em;text-transform:uppercase;color:var(--template-muted)}.template-card h1,.template-message,.template-meta,.template-note{margin:0}.template-card h1{font-size:clamp(2rem,5vw,3.4rem);line-height:.95}.template-message{max-width:34rem;font-size:1.08rem;color:var(--template-text)}.template-meta,.template-note{font-size:.95rem;color:var(--template-muted)}.template-progress{width:min(100%,420px);display:grid;gap:10px;margin-top:8px}.template-progress__track{position:relative;height:18px;overflow:hidden;border-radius:999px;background:#ffffff14}.template-progress__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--template-accent-start),var(--template-accent-end));box-shadow:0 0 30px #3ee0b638;transition:width .24s ease}.template-progress__fill.is-indeterminate{width:42%!important;background-size:200% 100%;animation:template-shimmer 1.4s linear infinite}.template-progress__fill.is-complete{width:100%!important}.template-progress__caption{font-size:.88rem;color:var(--template-muted)}.template-cta,.template-secondary{min-width:220px;padding:15px 20px;border:0;border-radius:999px;text-decoration:none;font-weight:700}.template-cta{color:var(--template-button-text);background:linear-gradient(135deg,var(--template-accent-start),var(--template-accent-end))}.template-secondary{color:var(--template-text);background:transparent;border:1px solid rgba(255,255,255,.14);cursor:pointer}.template-note code{font-family:SFMono-Regular,Menlo,monospace;font-size:.9em}@keyframes template-shimmer{0%{transform:translate(-35%)}to{transform:translate(145%)}}@media (max-width: 640px){.template-card{padding:32px 22px;border-radius:24px}.template-logo--fallback{width:88px;height:88px;border-radius:22px;font-size:2.2rem}.template-message{font-size:1rem}.template-cta,.template-secondary{width:100%}}
