@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&family=Outfit:wght@700&display=swap";:root{--theme-upper: #ffffff;--theme-lower: #f8fafc;--theme-accent: #3b82f6;--theme-text: #020617;--theme-text-muted: #64748b;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:var(--theme-lower)}body{margin:0;background-color:var(--theme-lower);color:var(--theme-text);min-height:100vh}*{box-sizing:border-box}.container{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px}.card{background-color:var(--theme-upper);border-radius:32px;padding:64px 48px;max-width:600px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:32px}.logo-container{width:120px;height:120px;border-radius:28px;overflow:hidden;box-shadow:0 12px 24px #3b82f626;background:#fff;display:flex;align-items:center;justify-content:center}.logo{width:100%;height:100%;object-fit:cover}.title{font-family:Outfit,sans-serif;font-size:48px;font-weight:700;color:var(--theme-text);margin:0;letter-spacing:-.02em;line-height:1.1}.subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:var(--theme-text-muted);max-width:400px;margin:0}.cta-button{background-color:var(--theme-accent);color:#fff;border:none;padding:16px 40px;border-radius:14px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;box-shadow:0 4px 6px -1px #3b82f633}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f64d;background-color:#2563eb}.cta-button:active{transform:translateY(1px)}.footer{margin-top:24px;font-size:14px;color:var(--theme-text-muted)}
