.profile-modal-root{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:16px}.spin{animation:profileSpin 1s linear infinite}@keyframes profileSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-modal-backdrop{position:absolute;inset:0;background:#020617cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-modal-shell{width:min(560px,100%);position:relative;z-index:1}.profile-modal-enter{animation:profileModalIn .3s cubic-bezier(.16,1,.3,1)}@keyframes profileModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-modal-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #0000006b}.profile-modal-header{padding:18px 18px 14px;border-bottom:1px solid #1e293b;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:linear-gradient(90deg,#0f172a,#111d34,#0f172a)}.profile-modal-header h2{margin:0;color:#fff;font-size:1.16rem;font-weight:700;display:inline-flex;align-items:center;gap:8px}.profile-modal-header p{margin:6px 0 0;color:#94a3b8;font-size:.84rem}.profile-modal-header-actions{display:flex;align-items:flex-start;gap:10px}.profile-close-btn{width:32px;height:32px;border-radius:10px;border:1px solid #334155;background:transparent;color:#cbd5e1}.profile-progress-circle-wrap{position:relative;width:48px;height:48px}.profile-progress-circle{width:48px;height:48px;transform:rotate(-90deg)}.profile-progress-circle-wrap span{position:absolute;inset:0;display:grid;place-items:center;font-size:.68rem;font-weight:700}.profile-progress-fill{transition:stroke-dashoffset .45s ease,stroke .45s ease}.profile-progress-track{height:3px;background:#1e293b}.profile-progress-bar{height:100%;background:linear-gradient(90deg,#059669,#34d399);transition:width .45s ease}.profile-form{padding:16px 18px 18px;display:grid;gap:12px;max-height:calc(100vh - 220px);overflow:auto}.profile-alert{border:1px solid rgba(245,158,11,.25);background:#f59e0b1a;color:#fef3c7;border-radius:10px;padding:10px;display:flex;align-items:flex-start;gap:8px;font-size:.8rem}.profile-alert strong{display:block;margin-bottom:2px}.profile-field{display:grid;gap:6px}.profile-field label{color:#cbd5e1;font-size:.82rem;font-weight:600}.profile-field label span{color:#f87171}.profile-field label small{color:#64748b;font-weight:500}.profile-field input,.profile-field select,.profile-phone-row select,.profile-phone-row input{width:100%;border:1px solid #334155;background:#1e293b;border-radius:10px;padding:10px 12px;color:#f8fafc;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.profile-field input:focus,.profile-field select:focus,.profile-phone-row select:focus,.profile-phone-row input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.profile-input-wrap{position:relative}.profile-valid-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.profile-phone-row{display:grid;grid-template-columns:88px 1fr;gap:8px}.profile-checkbox-row{display:flex;align-items:flex-start;gap:10px;color:#94a3b8;font-size:.8rem}.profile-checkbox-row input{width:18px;height:18px;margin-top:1px}.profile-error{margin:0;color:#f87171;font-size:.76rem}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:6px}.profile-cancel-btn,.profile-submit-btn{border-radius:10px;padding:10px 12px;font-size:.84rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px}.profile-cancel-btn{border:1px solid #334155;background:transparent;color:#94a3b8}.profile-submit-btn{border:0;background:#059669;color:#fff}.profile-submit-btn:hover{background:#10b981}.profile-submit-btn:disabled,.profile-cancel-btn:disabled,.profile-close-btn:disabled{opacity:.65;cursor:not-allowed}.profile-success-toast{margin-top:10px;border:1px solid rgba(16,185,129,.26);background:#10b9811f;color:#6ee7b7;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px}.profile-success-icon{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#10b981;color:#fff;flex-shrink:0}.profile-success-title{font-size:.85rem;font-weight:700}.profile-success-subtitle{font-size:.76rem;opacity:.9;margin-top:2px}.shake{animation:profileShake .5s cubic-bezier(.36,.07,.19,.97) both}@keyframes profileShake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.login-screen-root{min-height:100vh;background:#020617;display:flex;overflow:hidden;position:relative;font-family:Inter,IBM Plex Sans,sans-serif}.fade-in-up{animation:loginFadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.fade-in-delay{animation:loginFadeInUp .6s cubic-bezier(.16,1,.3,1) .2s forwards;opacity:0}.fade-in-delay-2{animation:loginFadeInUp .6s cubic-bezier(.16,1,.3,1) .4s forwards;opacity:0}@keyframes loginFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hover:hover{transform:translateY(-2px);box-shadow:0 10px 40px -10px #10b9814d}.btn-hover:active{transform:translateY(0)}.login-left-pane{width:50%;display:none;padding:44px;position:relative;border-right:1px solid rgba(30,41,59,.75);background:radial-gradient(at 0% 0%,rgba(16,185,129,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(59,130,246,.1) 0px,transparent 50%),#0f172a}.login-left-glow-a,.login-left-glow-b,.login-right-glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(60px)}.login-left-glow-a{width:320px;height:320px;right:-120px;top:22%;background:#10b9811f}.login-left-glow-b{width:220px;height:220px;left:-100px;bottom:-30px;background:#3b82f61a}.login-brand,.login-mobile-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:800;letter-spacing:-.02em}.login-brand{font-size:1.6rem}.login-mobile-brand{display:inline-flex;font-size:1.2rem;margin-bottom:24px}.login-brand-icon{width:40px;height:40px;border-radius:12px;background:#10b981;color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px #10b9813d}.login-left-copy{max-width:540px;margin-top:90px}.login-left-copy h1{margin:0;color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em}.login-left-copy h1 span{color:#34d399}.login-left-copy p{margin:18px 0 0;color:#94a3b8;font-size:1.1rem;line-height:1.6}.login-feature-list{margin-top:38px;display:grid;gap:12px}.login-feature-list div{color:#cbd5e1;display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.login-feature-list svg{color:#34d399}.login-left-footer{position:absolute;left:44px;bottom:34px;color:#94a3b8b8;font-size:.82rem}.login-right-pane{width:100%;min-height:100vh;padding:28px 20px;display:grid;place-items:center;position:relative;background:#020617}.login-card{width:min(460px,100%);border-radius:22px;padding:30px;background:#1e293bb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 54px #00000080}.login-card-head{text-align:center;margin-bottom:24px}.login-card-head h2{margin:0;color:#fff;font-size:1.66rem}.login-card-head p{margin:8px 0 0;color:#94a3b8;font-size:.9rem}.login-google-btn,.login-email-btn,.login-submit-btn{width:100%;border-radius:12px;border:1px solid transparent;padding:12px 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px}.login-google-btn{background:#fff;color:#0f172a;border-color:#e2e8f0}.login-google-icon{width:18px;height:18px}.login-divider{margin:18px 0;position:relative;text-align:center}.login-divider:before{content:"";position:absolute;inset:50% 0 auto;height:1px;transform:translateY(-50%);background:linear-gradient(to right,transparent,rgba(148,163,184,.3),transparent)}.login-divider span{position:relative;z-index:1;padding:0 8px;background:#1e293be6;color:#64748b;font-size:.74rem;font-weight:700}.login-email-btn{background:#1e293b;color:#fff;border-color:#334155}.login-email-form{margin-top:16px;display:grid;gap:12px}.login-email-form label{display:grid;gap:6px;color:#cbd5e1;font-size:.82rem;font-weight:600}.login-email-form input{width:100%;border:1px solid #334155;background:#0f172ab3;border-radius:10px;padding:11px 12px;color:#fff;outline:none}.login-email-form input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.login-email-row{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;font-size:.8rem}.login-check-row{display:inline-flex;align-items:center;gap:6px;color:#94a3b8;font-weight:500}.login-email-row a,.login-help a,.login-legal-links a{color:#34d399;text-decoration:none}.login-submit-btn{margin-top:4px;background:#059669;color:#fff}.login-submit-btn:hover{background:#10b981}.login-status{margin:10px 0 0;color:#94a3b8;font-size:.84rem}.login-error{margin:8px 0 0;color:#fca5a5;font-size:.84rem}.login-help{margin:18px 0 0;text-align:center;color:#64748b;font-size:.84rem}.login-legal-links{margin-top:18px;display:inline-flex;gap:18px;color:#64748b;font-size:.75rem}.login-right-glow{width:340px;height:340px;right:-120px;top:-80px;background:#10b98114}.login-dev-wrap{position:fixed;right:24px;bottom:24px;z-index:90}.login-dev-tip{position:absolute;right:0;bottom:calc(100% + 8px);background:#0f172a;color:#e2e8f0;border-radius:8px;padding:6px 10px;font-size:.75rem;white-space:nowrap;border:1px solid rgba(148,163,184,.28)}@media(min-width:1024px){.login-left-pane{display:block}.login-right-pane{width:50%}.login-mobile-brand{display:none}}@media(max-width:1023px){.login-right-pane{align-content:start;padding-top:28px}.login-card{padding:22px}}
