@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--color-bg: #100826;--color-surface: #1E0E45;--color-surface-2: #2B1566;--color-purple: #6B35C8;--color-purple-light: #9B7FD4;--color-orange: #FF8534;--color-orange-dark:#E06820;--color-gold: #FFD700;--color-text: #FFFFFF;--color-text-muted: #BBA8D8;--color-border: #3D2278;font-family:Nunito,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:600;color-scheme:dark;background-color:var(--color-bg);color:var(--color-text)}body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background:radial-gradient(ellipse at top,#1e0e45,#100826 70%)}*{box-sizing:border-box}.container{display:flex;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:20px}.card{background:linear-gradient(160deg,var(--color-surface-2) 0%,var(--color-surface) 100%);border:1px solid var(--color-border);border-radius:36px;padding:80px 72px;max-width:640px;width:100%;text-align:center;box-shadow:0 0 0 1px #6b35c84d,0 32px 80px #0009,inset 0 1px #ffffff0f;display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:260px;height:120px;background:radial-gradient(ellipse,rgba(107,53,200,.45) 0%,transparent 70%);pointer-events:none}.logo-container{width:180px;height:180px;border-radius:36px;overflow:hidden;box-shadow:0 12px 32px #00000080,0 0 0 4px #6b35c880;margin-bottom:8px}.logo{width:100%;height:100%;object-fit:cover}.title{font-family:Nunito,sans-serif;font-size:44px;font-weight:900;color:var(--color-text);margin:0;letter-spacing:-.01em;line-height:1.1;text-shadow:0 2px 16px rgba(107,53,200,.5)}.subtitle{font-family:Nunito,sans-serif;font-size:16px;font-weight:600;color:var(--color-text-muted);margin:0;line-height:1.5}.cta-button{background:linear-gradient(180deg,#24c84d,#119d33);color:#fff;border:2.2px solid #0f7627;border-bottom:4px solid #0b5e1d;padding:12px 36px;border-radius:12px;font-size:16px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-bottom-width .1s ease;box-shadow:0 4px 8px #00000040,inset 0 1px #ffffff4d;margin-top:12px;font-family:Nunito,sans-serif;letter-spacing:.02em;text-shadow:-1.5px -1.5px 0 #0b5e1d,1.5px -1.5px 0 #0b5e1d,-1.5px 1.5px 0 #0b5e1d,1.5px 1.5px 0 #0b5e1d,0px 2px 2px rgba(0,0,0,.4);position:relative;z-index:1;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d,inset 0 1px #fff6;background:linear-gradient(180deg,#2ae058,#13b33b)}.cta-button:active{transform:translateY(2px);border-bottom:2px solid #0b5e1d;box-shadow:0 2px 4px #0003,inset 0 1px #fff3}.footer{margin-top:16px;font-size:13px;color:var(--color-text-muted);opacity:.6}@media(max-width:640px){.card{padding:60px 40px}}@media(max-width:480px){.card{padding:48px 24px;border-radius:28px}.title{font-size:32px}}
