@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap";:root{--a-primary:#0284c7;--a-dark:#0369a1;--a-text:#0f172a;--a-muted:#64748b;--a-border:#e2e8f0;--a-surface:#f8fafc;--a-white:#fff;--a-font:"Nunito", system-ui, sans-serif;--a-radius:12px;--a-shadow:0 4px 24px #0f172a14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--a-font)}.auth-root{grid-template-columns:.8fr 1.2fr;height:100vh;display:grid;overflow:hidden}.auth-panel{background:#0c1929;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-panel--motion{background:linear-gradient(#fff 0%,#f1f5f9 40%,#e2ebf5 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.motion-dots{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#0ea5e912 1px,#0000 1px);background-size:28px 28px;position:absolute;top:0;bottom:0;left:0;right:0}.motion-decor{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.motion-orb{filter:blur(40px);border-radius:50%;animation:6s ease-in-out infinite orbPulse;position:absolute}.motion-orb--primary{background:radial-gradient(circle,#0ea5e940 0%,#0000 70%);width:280px;height:280px;animation-delay:0s;top:15%;left:10%}.motion-orb--accent{background:radial-gradient(circle,#22c55e33 0%,#0000 70%);width:200px;height:200px;animation-delay:2s;bottom:20%;right:5%}.motion-orb--subtle{background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:160px;height:160px;animation-delay:4s;top:60%;left:-5%}@keyframes orbPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.motion-shape{animation:8s ease-in-out infinite shapeDrift;position:absolute}.motion-shape--1{background:#0ea5e926;border-radius:4px;width:18px;height:18px;animation-duration:7s;animation-delay:.5s;top:12%;right:18%}.motion-shape--2{background:#22c55e2e;border-radius:50%;width:12px;height:12px;animation-duration:9s;animation-delay:1.5s;top:75%;left:15%}.motion-shape--3{border:2.5px solid #0ea5e926;border-radius:6px;width:22px;height:22px;animation-duration:10s;animation-delay:3s;top:30%;left:8%}.motion-shape--4{background:#6366f126;border-radius:50%;width:10px;height:10px;animation-duration:6s;animation-delay:2s;bottom:30%;right:12%}@keyframes shapeDrift{0%,to{opacity:.5;transform:translateY(0)rotate(0)}25%{opacity:.9;transform:translateY(-14px)rotate(8deg)}50%{opacity:.7;transform:translateY(-8px)rotate(-5deg)}75%{opacity:1;transform:translateY(-18px)rotate(12deg)}}.motion-arc{pointer-events:none;position:absolute}.motion-arc--1{opacity:.8;width:220px;height:220px;animation:25s linear infinite arcSpin;top:5%;right:-30px}.motion-arc--2{opacity:.7;width:280px;height:280px;animation:35s linear infinite reverse arcSpin;bottom:-40px;left:-50px}@keyframes arcSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lottie-container{z-index:1;flex:none;justify-content:center;align-items:center;width:100%;padding:30px 40px 10px;animation:.8s ease-out both lottieEntrance;display:flex;position:relative;overflow:hidden}.lottie-container>div{max-width:520px;max-height:520px}.lottie-container svg{max-width:100%;max-height:100%}@keyframes lottieEntrance{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lottie-player{width:520px;max-width:85%;height:520px;max-height:65vh;overflow:hidden}.lottie-wrapper{opacity:0;transition:opacity .6s,transform .6s;transform:scale(.95)}.lottie-wrapper--visible{opacity:1;transform:scale(1)}.lottie-skeleton{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.lottie-skeleton__circle{background:linear-gradient(110deg,#0ea5e90f 0%,#0ea5e91f 40%,#0ea5e90f 60%,#0ea5e91f 100%) 0 0/300% 100%;border-radius:50%;width:160px;height:160px;animation:1.8s ease-in-out infinite shimmer}.lottie-skeleton__line{background:linear-gradient(110deg,#0ea5e90f 0%,#0ea5e91f 40%,#0ea5e90f 60%,#0ea5e91f 100%) 0 0/300% 100%;border-radius:7px;height:14px;animation:1.8s ease-in-out infinite shimmer}.lottie-skeleton__line--wide{width:200px;animation-delay:.2s}.lottie-skeleton__line--narrow{width:140px;animation-delay:.4s}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.motion-brand{text-align:center;z-index:1;opacity:0;padding:0 40px 36px;transition:opacity .6s .3s,transform .6s .3s;transform:translateY(12px)}.motion-brand--visible{opacity:1;transform:translateY(0)}.motion-brand__title{font-family:var(--a-font,"Nunito", sans-serif);color:#0f172a;letter-spacing:-.03em;margin:0 0 6px;font-size:26px;font-weight:800}.motion-brand__tagline{font-family:var(--a-font,"Nunito", sans-serif);color:#64748b;letter-spacing:.01em;margin:0;font-size:14px;font-weight:400}.auth-form-side{background:#fff;flex-direction:column;height:100%;padding:24px 40px;display:flex;position:relative;overflow:hidden auto}@keyframes birdFly{0%{opacity:0;transform:translate(-60px)translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(calc(100vw + 60px))translateY(-30px)}}@keyframes birdFlap{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}.auth-birds-bg{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.auth-bird{color:#0284c71f;animation:linear infinite birdFly;position:absolute}.auth-bird path{transform-origin:50%;animation:.4s ease-in-out infinite birdFlap}.auth-bird--1{color:#0284c71a;width:36px;animation-duration:14s;animation-delay:0s;top:18%;left:-40px}.auth-bird--1 path{animation-duration:.5s}.auth-bird--2{color:#0284c714;width:28px;animation-duration:10s;animation-delay:3s;top:35%;left:-40px}.auth-bird--2 path{animation-duration:.35s}.auth-bird--3{color:#0284c70f;width:20px;animation-duration:8s;animation-delay:6s;top:55%;left:-40px}.auth-bird--3 path{animation-duration:.3s}.auth-bird--4{color:#0284c712;width:16px;animation-duration:9s;animation-delay:8s;top:25%;left:-40px}.auth-bird--4 path{animation-duration:.32s}.auth-bird--5{color:#0284c70a;width:14px;animation-duration:16s;animation-delay:2s;top:70%;left:-40px}.auth-bird--5 path{animation-duration:.6s}.auth-form-wrap{z-index:1;background:#fff;border:1px solid #e8ecf1;border-radius:24px;width:100%;max-width:440px;margin:auto;padding:36px 40px;position:relative;box-shadow:0 8px 48px #0f172a12,0 1px 4px #0f172a0a}.auth-form-wrap--seamless{box-shadow:none;background:0 0;border:none}.auth-form-wrap--wide{max-width:540px;padding:32px 40px}.auth-form-hdr{text-align:center;border-bottom:none;margin-bottom:28px;padding-bottom:0}.auth-form-hdr__title{letter-spacing:-.03em;color:#0f172a;margin-bottom:8px;font-size:26px;font-weight:900}.auth-form-hdr__sub{color:#94a3b8;font-size:14.5px;line-height:1.5}.auth-alert{border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:600}.auth-alert--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.auth-alert--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.auth-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.auth-field:last-of-type{margin-bottom:0}.auth-label{color:#475569;letter-spacing:.05em;text-transform:uppercase;font-size:11.5px;font-weight:700}.auth-input-wrap{position:relative}.auth-input{width:100%;height:48px;font-family:var(--a-font);color:#0f172a;box-shadow:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:0 16px 0 44px;font-size:15px;font-weight:600;transition:all .2s}.auth-input:focus{background:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.auth-input::placeholder{color:#94a3b8;font-weight:500}.auth-input--pr{padding-right:44px}.auth-input-icon{color:#94a3b8;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.auth-input-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-input-btn:hover{color:var(--a-text)}.auth-grid-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px;display:grid}.auth-submit{width:100%;height:50px;font-family:var(--a-font);color:#fff;cursor:pointer;letter-spacing:.01em;background:#0284c7;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:28px;font-size:15.5px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 2px 8px #0284c733}.auth-submit:hover:not(:disabled){background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 14px #0284c74d}.auth-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #0284c733}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer-link{text-align:center;color:var(--a-muted);margin-top:22px;font-size:14px}.auth-footer-link a{color:var(--a-primary);font-weight:700;text-decoration:none}.auth-footer-link a:hover{text-decoration:underline}.auth-legal{text-align:center;color:#94a3b8;margin-top:28px;font-size:11px;line-height:1.6}.auth-legal a{color:#0284c7;font-weight:600;text-decoration:none}.auth-legal a:hover{color:#0369a1}.auth-divider{border:none;border-top:1px solid var(--a-border);width:100%;margin:24px 0}.auth-brand-badge{color:#0284c7;letter-spacing:.02em;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:20px;justify-content:center;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;margin:0 auto 20px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex}.auth-forgot-row{text-align:right;margin-top:-6px;margin-bottom:6px}.auth-forgot-link{color:#64748b;font-size:12.5px;font-weight:600;text-decoration:none;transition:color .15s}.auth-forgot-link:hover{color:var(--a-primary);text-decoration:underline}.auth-trust{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.auth-trust__item{color:#94a3b8;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.auth-trust__item svg{color:#0284c7}.auth-trust__dot{background:#e2e8f0;border-radius:50%;width:3px;height:3px}.auth-pwd-strength{align-items:center;gap:8px;margin-top:6px;display:flex}.auth-pwd-bar{flex:1;gap:3px;display:flex}.auth-pwd-bar__seg{border-radius:3px;flex:1;height:3px;transition:background .25s}.auth-pwd-label{white-space:nowrap;font-size:11px;font-weight:700}.auth-pwd-match{margin-top:5px;font-size:11.5px;font-weight:600}.auth-pwd-match--ok{color:#22c55e;align-items:center;gap:4px;display:inline-flex}.auth-pwd-match--no{color:#ef4444}.auth-optional{color:#94a3b8;text-transform:none;letter-spacing:0;font-size:10.5px;font-weight:500}.auth-steps{border-top:1px solid #ffffff1a;align-items:center;gap:0;margin-top:32px;padding-top:24px;display:flex}.auth-steps__item{color:#ffffffbf;white-space:nowrap;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:flex}.auth-steps__num{color:#38bdf8;background:#38bdf833;border:1px solid #38bdf859;border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:grid}.auth-steps__line{background:#ffffff26;flex:1;min-width:16px;height:1px;margin:0 8px}@media (max-width:820px){.auth-root{grid-template-columns:1fr;min-height:100dvh}.auth-root--login{width:100vw;height:100dvh;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.auth-panel{display:none!important}.auth-form-side{min-height:100dvh;padding:20px}.auth-root--login .auth-form-side{height:100%;overflow-y:auto}.auth-grid-2{grid-template-columns:1fr}.auth-input{font-size:16px}}@media (max-width:480px){.auth-form-side{padding:0 16px 16px}.auth-form-wrap,.auth-form-wrap--wide{max-width:100%;box-shadow:none;border-radius:16px;padding:24px 20px}.auth-form-hdr{margin-bottom:16px;padding-bottom:12px}.auth-form-hdr__title{font-size:22px}.auth-input{height:42px}.auth-btn{height:42px;font-size:14px}.auth-field{margin-bottom:12px}}.auth-panel--light{background:linear-gradient(160deg,#fff 0%,#eef4fb 40%,#dce8f5 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-panel--light:before{content:"";pointer-events:none;background:radial-gradient(circle,#0ea5e914 0%,#0000 70%);width:400px;height:400px;position:absolute;top:10%;left:20%}.reg-promo{text-align:center;max-width:400px;padding:48px 40px}.reg-promo__emoji{margin-bottom:20px;font-size:56px;animation:2s ease-in-out infinite emojiWave;display:inline-block}@keyframes emojiWave{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(14deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(10deg)}85%{transform:rotate(0)}}.reg-promo__title{font-family:var(--a-font,"Nunito", sans-serif);color:#1e293b;margin:0 0 24px;font-size:28px;font-weight:700;line-height:1.3}.reg-promo__title strong{color:#0284c7;font-weight:900}.reg-promo__divider{background:linear-gradient(90deg,#0000,#0ea5e940,#0000);border:none;height:2px;margin:0 0 24px}.reg-promo__plan{font-family:var(--a-font,"Nunito", sans-serif);color:#334155;text-align:left;margin-bottom:4px;font-size:15px;font-weight:600}.reg-promo__plan-badge{color:#0284c7;background:#e0f2fe;border-radius:6px;padding:2px 10px;font-size:13px;font-weight:800}.reg-promo__plan-desc{font-family:var(--a-font,"Nunito", sans-serif);color:#64748b;text-align:left;margin:0 0 20px;font-size:13.5px;line-height:1.5}.reg-promo__checklist{text-align:left;margin:0 0 28px;padding:0;list-style:none}.reg-promo__checklist li{font-family:var(--a-font,"Nunito", sans-serif);color:#334155;align-items:center;gap:10px;padding:7px 0;font-size:14px;font-weight:600;display:flex}.reg-promo__checklist li svg{flex-shrink:0;width:20px;height:20px}.reg-promo__icons{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.reg-promo__icon-item{flex-direction:column;align-items:center;gap:6px;display:flex}.reg-promo__icon-item span{font-family:var(--a-font,"Nunito", sans-serif);color:#64748b;font-size:10.5px;font-weight:600}.reg-promo__icon-box{border-radius:12px;place-items:center;width:44px;height:44px;transition:transform .2s;display:grid}.reg-promo__icon-box:hover{transform:scale(1.1)}.reg-promo__icon-box svg{width:20px;height:20px}.reg-promo__icon-box--blue{color:#2563eb;background:#dbeafe}.reg-promo__icon-box--green{color:#16a34a;background:#dcfce7}.reg-promo__icon-box--indigo{color:#4f46e5;background:#e0e7ff}.reg-promo__icon-box--emerald{color:#059669;background:#d1fae5}.reg-promo__icon-box--amber{color:#d97706;background:#fef3c7}.reg-promo__icon-box--rose{color:#e11d48;background:#ffe4e6}.reg-promo__highlight{text-align:left;background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border:1.5px solid #0ea5e926;border-radius:14px;align-items:center;gap:14px;margin-bottom:24px;padding:14px 18px;animation:3s ease-in-out infinite highlightPulse;display:flex}@keyframes highlightPulse{0%,to{box-shadow:0 0 #0ea5e900}50%{box-shadow:0 0 0 6px #0ea5e914}}.reg-promo__highlight-icon{color:#fff;background:#0284c7;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.reg-promo__highlight-icon svg{width:20px;height:20px}.reg-promo__highlight-title{font-family:var(--a-font,"Nunito", sans-serif);color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.reg-promo__highlight-desc{font-family:var(--a-font,"Nunito", sans-serif);color:#475569;font-size:12.5px;font-weight:500;line-height:1.4}.auth-google-wrap{justify-content:center;align-items:center;width:100%;min-height:48px;margin-bottom:0;display:flex;position:relative}.auth-google-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.auth-google-btn{width:100%;max-width:300px;height:48px;font-family:var(--a-font);color:#1e293b;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#fff;border:1.5px solid #e2e8f0;border-radius:24px;justify-content:center;align-items:center;gap:12px;padding:0 24px;font-size:14.5px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 4px #0000000f}.auth-google-btn:hover{border-color:#4285f4;transform:translateY(-1px);box-shadow:0 4px 16px #4285f433}.auth-google-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.auth-google-btn__icon{flex-shrink:0;width:20px;height:20px}.auth-google-btn__text{text-align:center;flex:1}[data-theme=dark] .auth-google-btn{color:#e2e8f0;background:#1e293b;border-color:#334155;box-shadow:0 1px 4px #0000004d}[data-theme=dark] .auth-google-btn:hover{background:#162032;border-color:#4285f4;box-shadow:0 4px 16px #4285f438}.auth-google-loading{width:100%;max-width:300px;height:48px;font-family:var(--a-font);color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:24px;justify-content:center;align-items:center;gap:10px;font-size:13.5px;font-weight:600;display:flex}.auth-google-loading .auth-spinner{border-color:#0284c7 #0284c733 #0284c733}.auth-or-divider{align-items:center;gap:14px;width:100%;margin:20px 0;display:flex}.auth-or-divider:before,.auth-or-divider:after{content:"";background:linear-gradient(90deg,#0000,#e2e8f0 30% 70%,#0000);flex:1;height:1px}.auth-or-divider span{font-family:var(--a-font);color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:12px;font-weight:600}[data-theme=dark] .auth-form-side{background:#0f172a}[data-theme=dark] .auth-form-wrap{background:#1e293b;border-color:#334155;box-shadow:0 8px 48px #0003}[data-theme=dark] .auth-form-wrap--seamless{box-shadow:none;background:0 0;border:none}[data-theme=dark] .auth-form-hdr__title{color:#f8fafc}[data-theme=dark] .auth-form-hdr__sub{color:#94a3b8}[data-theme=dark] .auth-label{color:#cbd5e1}[data-theme=dark] .auth-input{color:#f8fafc;background:#0f172a;border-color:#334155}[data-theme=dark] .auth-input:focus{background:#1e293b;border-color:#0284c7}[data-theme=dark] .auth-alert--error{color:#fca5a5;background:#dc26261a;border-color:#dc262633}[data-theme=dark] .auth-google-loading{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .auth-or-divider:before,[data-theme=dark] .auth-or-divider:after{background:linear-gradient(90deg,#0000,#334155 30% 70%,#0000)}[data-theme=dark] .auth-brand-badge{color:#38bdf8;background:#0284c71a;border-color:#0284c733}[data-theme=dark] .reg-promo__title{color:#f8fafc}[data-theme=dark] .reg-promo__desc{color:#cbd5e1}[data-theme=dark] .reg-promo__highlight{background:#0ea5e90d;border-color:#0ea5e91a}[data-theme=dark] .reg-promo__highlight-title{color:#e0f2fe}[data-theme=dark] .reg-promo__highlight-desc{color:#94a3b8}[data-theme=dark] .auth-bird{color:#ffffff0d}.auth-theme-toggle{color:#64748b;cursor:pointer;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:fixed;top:16px;right:16px;box-shadow:0 2px 8px #0f172a1a}.auth-theme-toggle:hover{color:#0f172a;background:#f8fafc;box-shadow:0 4px 12px #0f172a24}[data-theme=dark] .auth-theme-toggle{color:#94a3b8;background:#1e293b;border-color:#334155;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .auth-theme-toggle:hover{color:#f8fafc;background:#334155}[data-theme=dark] .auth-panel--motion{background:linear-gradient(#020617 0%,#0f172a 40%,#1e293b 100%)}[data-theme=dark] .auth-panel--light{background:linear-gradient(160deg,#020617 0%,#0f172a 40%,#1e293b 100%)}[data-theme=dark] .motion-brand__title{color:#f8fafc}[data-theme=dark] .motion-brand__tagline{color:#94a3b8}[data-theme=dark] .reg-promo__plan{color:#e2e8f0}[data-theme=dark] .reg-promo__plan-badge{color:#38bdf8;background:#0284c733}[data-theme=dark] .reg-promo__plan-desc{color:#cbd5e1}[data-theme=dark] .reg-promo__checklist li{color:#f8fafc}[data-theme=dark] .reg-promo__icon-item span{color:#e2e8f0}[data-theme=dark] .reg-promo__icon-box{background:#ffffff0d;border-color:#ffffff1a}
