@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--root-bg:#0b0b0b;--surface-low:#141414;--surface:#1c1c1c;--surface-high:#242424;--accent-gold:#e8c15a;--accent-gold-hover:#f2d27a;--text-primary:#fff;--text-secondary:#aaa;--border-color:#ffffff14}@keyframes pulse-online{0%,to{opacity:1;box-shadow:0 0 6px #22c55e}50%{opacity:.4;box-shadow:0 0 2px #22c55e}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--root-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.flex{display:flex}.flex-col{flex-direction:column}.align-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gold-text{color:var(--accent-gold)}.gold-bg{background-color:var(--accent-gold);color:#000}.glass{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#1e1e1e99}.btn-primary{background-color:var(--accent-gold);color:#111;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.btn-primary:hover{background-color:var(--accent-gold-hover);transform:translateY(-1px)}.btn-secondary{background-color:var(--text-primary);color:#111;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.btn-secondary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-color);color:var(--text-secondary);background-color:#0000;border-radius:4px;padding:.5rem 1.5rem;transition:all .2s}.btn-outline:hover,.btn-outline.active{background-color:var(--surface-high);color:var(--text-primary);border-color:#0000}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@keyframes pillPulse{0%,to{box-shadow:0 0 10px var(--pill-glow,#8b5cf633)}50%{box-shadow:0 0 22px var(--pill-glow,#8b5cf673)}}.portal-pill{transition:transform .2s,filter .2s!important}.portal-pill:hover{filter:brightness(1.15);animation:1.6s ease-in-out infinite pillPulse;transform:translateY(-3px)scale(1.04)!important}.intro-container{color:#fff;background:#08060f;flex-direction:column;height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}@media (width<=768px){.intro-container{height:100vh;max-height:100vh;overflow:hidden}}.intro-container:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed2e 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;left:-10%}.intro-container:after{content:"";pointer-events:none;background:radial-gradient(circle,#a855f71f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.intro-content{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:860px;margin:0 auto;padding:2rem 1.5rem 1rem;display:flex;position:relative}.intro-badge{letter-spacing:2px;color:#c084fc;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8b5cf626;border:1px solid #8b5cf680;border-radius:99px;flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.3rem 1rem;font-size:.68rem;font-weight:700;display:inline-flex}.intro-badge-dot{background:#a855f7;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 8px #a855f7}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.intro-logo-group{flex-direction:column;flex-shrink:0;align-items:center;gap:0;animation:1.4s cubic-bezier(.22,1,.36,1) forwards logo-enter,7s ease-in-out 1.4s infinite logo-float;display:flex}.intro-logo{object-fit:cover;mix-blend-mode:screen;filter:drop-shadow(0 0 24px #a855f759)drop-shadow(0 0 48px #7c3aed33);border-radius:50%;flex-shrink:0;width:clamp(90px,18vh,140px);height:clamp(90px,18vh,140px);margin-bottom:.3rem;animation:7s ease-in-out 1.4s infinite logo-glow}.intro-logo-text{object-fit:contain;mix-blend-mode:screen;opacity:.9;flex-shrink:0;height:26px;margin-bottom:1rem}@keyframes logo-enter{0%{opacity:0;transform:translateY(20px)scale(.93)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}@keyframes logo-glow{0%,to{filter:drop-shadow(0 0 24px #a855f759)drop-shadow(0 0 48px #7c3aed2e)}50%{filter:drop-shadow(0 0 36px #a855f799)drop-shadow(0 0 72px #7c3aed59)drop-shadow(0 0 100px #e8c15a1a)}}.intro-title{letter-spacing:-.5px;margin-bottom:.8rem;font-family:Outfit,sans-serif;font-size:clamp(1.6rem,4vw,2.8rem);font-weight:300;line-height:1.1}.intro-title strong{background:linear-gradient(135deg,#c084fc,#a855f7,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:800}.intro-title em{margin-right:8px;font-style:italic;font-weight:300}.intro-desc{color:#fff6;max-width:480px;margin-bottom:1.4rem;font-family:Inter,sans-serif;font-size:clamp(.82rem,1.6vw,.92rem);font-weight:300;line-height:1.6}.button-group{align-items:center;gap:.75rem;display:flex}.btn-intro-primary{color:#fff;letter-spacing:1.5px;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#9333ea,#7c3aed) 0 0/200% 200%;border:none;border-radius:10px;padding:.75rem 2.2rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;transition:transform .2s,box-shadow .2s;animation:3s infinite grad-shift;position:relative;overflow:hidden;box-shadow:0 4px 24px #7c3aed73,0 0 40px #7c3aed33}.btn-intro-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-intro-primary:hover:before{left:100%}.btn-intro-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #7c3aed99,0 0 60px #7c3aed40}@keyframes grad-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-intro-secondary{color:#ffffff80;letter-spacing:1.5px;cursor:pointer;background:0 0;border:1px solid #8b5cf640;border-radius:10px;padding:.75rem 2.2rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:all .2s}.btn-intro-secondary:hover{color:#ffffffbf;background:#8b5cf614;border-color:#8b5cf666}.intro-divider{background:linear-gradient(90deg,#0000,#8b5cf680,#0000);width:60px;height:1px;margin:1.2rem auto}.intro-hero{text-align:center;flex-direction:column;align-items:center;display:flex}.intro-model-cta{text-align:center;margin-bottom:1.2rem}.intro-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.intro-trust-item{color:#ffffff4d;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.7rem;display:flex}.intro-trust-item svg{color:#a855f799}.intro-footer{z-index:1;border-top:1px solid #8b5cf614;flex-shrink:0;padding:.9rem 1.5rem;position:relative}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.footer-top a{color:#fff3;letter-spacing:1.5px;text-transform:uppercase;font-size:.65rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-top a:hover{color:#c084fc}.footer-top span{color:#ffffff26;letter-spacing:2px;font-size:.65rem}.footer-legal{color:#ffffff1f;text-align:center;text-transform:uppercase;letter-spacing:.8px;max-width:1000px;margin:0 auto;font-size:.58rem;line-height:1.7}@media (width>=481px) and (width<=768px){.intro-content{padding:1rem 1.5rem .5rem}.intro-badge{margin-bottom:.6rem}.intro-logo{width:clamp(90px,14vh,120px);height:clamp(90px,14vh,120px)}.intro-logo-text{height:20px;margin-bottom:.6rem}.intro-title{margin-bottom:.5rem;font-size:clamp(1.4rem,4vw,2rem)}.intro-desc{margin-bottom:.8rem;font-size:.8rem}.button-group{max-width:400px}.intro-divider{margin:.6rem auto}.intro-footer{padding:.6rem 1.5rem}.footer-top{margin-bottom:.4rem}.footer-legal{font-size:.52rem}}@media (width<=480px){.intro-container{height:100dvh;max-height:100dvh}.intro-content{justify-content:space-between;gap:0;padding:.5rem 1.2rem .4rem}.intro-hero{gap:.45rem;padding:3.5rem 0 0}.intro-hero .button-group{margin-top:1rem}.intro-badge{margin-bottom:0;padding:.2rem .7rem;font-size:.58rem}.intro-logo-group{gap:0;animation:1.4s cubic-bezier(.22,1,.36,1) forwards logo-enter,7s ease-in-out 1.4s infinite logo-float-mobile}@keyframes logo-float-mobile{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.intro-logo{width:80px;height:80px;margin-bottom:.1rem}.intro-logo-text{height:16px;margin-bottom:0}.intro-title{margin-bottom:0;font-size:1.3rem;line-height:1.15}.intro-desc{margin-bottom:0;font-size:.72rem;line-height:1.4}.button-group{flex-direction:row;justify-content:center;gap:.5rem;margin:0}.btn-intro-primary,.btn-intro-secondary{letter-spacing:.8px;flex:none;margin-top:1rem;padding:.65rem 1.2rem;font-size:.75rem}.intro-divider{width:40px;margin:0 auto}.intro-model-cta{margin-bottom:0}.intro-model-cta p{margin-bottom:.2rem!important;font-size:.6rem!important}.intro-model-cta span{letter-spacing:1px!important;font-size:.82rem!important}.intro-model-cta svg[width="18"]{width:13px!important;height:28px!important}.intro-trust{flex-wrap:nowrap;gap:.5rem}.intro-trust-item{letter-spacing:.3px;gap:.25rem;font-size:.55rem}.intro-trust-item svg{flex-shrink:0;width:10px;height:10px}.intro-footer{flex-shrink:0;padding:.4rem 1rem}.footer-top{flex-wrap:nowrap;align-items:center;gap:.3rem;margin-bottom:.2rem}.footer-top a{letter-spacing:.5px;white-space:nowrap;font-size:.52rem}.footer-top span{white-space:nowrap;font-size:.52rem}.footer-top div{gap:.5rem;display:flex}.footer-legal{letter-spacing:.3px;font-size:.44rem;line-height:1.4}.auth-card{border-radius:18px!important;padding:1rem 1.2rem!important}.auth-card img[style*="88px"],.auth-card img[style*="width: 90px"]{width:60px!important}.auth-card h1{font-size:1.15rem!important;line-height:1.1!important}.auth-card p{margin-bottom:.6rem!important;font-size:.72rem!important}.auth-card input{padding:.5rem .85rem!important;font-size:.82rem!important}.auth-card form{gap:.4rem!important}.auth-card button[type=submit]{margin-top:.2rem!important;padding:.65rem!important;font-size:.82rem!important}.auth-card>div:last-child{margin-top:.4rem!important;padding-top:.4rem!important;font-size:.58rem!important}}
