.auth-scene{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;font-family:DM Sans,sans-serif;background:#f8f8fc}.auth-brand{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:48px;overflow:hidden;background:#1a1230}.auth-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 80%,rgba(168,85,247,.15) 0%,transparent 70%),radial-gradient(ellipse 50% 45% at 80% 15%,rgba(99,102,241,.12) 0%,transparent 70%),radial-gradient(ellipse 45% 40% at 50% 50%,rgba(139,92,246,.08) 0%,transparent 60%);background-size:150% 150%;animation:auth-ambient 20s ease-in-out infinite;pointer-events:none}@keyframes auth-ambient{0%,to{background-position:0% 0%}25%{background-position:30% 10%}50%{background-position:10% 30%}75%{background-position:25% 15%}}.auth-brand-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px}.auth-brand:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(168,85,247,.2) 30%,rgba(168,85,247,.2) 70%,transparent 100%)}.auth-brand-top{position:relative;z-index:1}.auth-brand-logo{display:flex;align-items:center;gap:3px;margin-bottom:80px}.auth-brand-logo-text{font-family:Outfit,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.04em;color:#fff}.auth-brand-logo-dot{width:6px;height:6px;border-radius:50%;background:#a855f7;margin-top:-8px}.auth-brand-headline{position:relative;z-index:1}.auth-brand-headline h1{font-family:Outfit,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.035em;line-height:1.15;color:#fff;margin-bottom:20px}.auth-brand-headline h1 span{background:linear-gradient(135deg,#a855f7,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-brand-headline p{font-size:16px;line-height:1.7;color:#ffffff80;max-width:400px}.auth-brand-stats{position:relative;z-index:1;display:flex;gap:48px}.auth-brand-stat{display:flex;flex-direction:column;gap:4px}.auth-brand-stat-value{font-family:Outfit,sans-serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-.02em}.auth-brand-stat-label{font-size:13px;color:#fff6;letter-spacing:.01em}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:48px;background:#fff;position:relative}.auth-container{width:100%;max-width:380px;animation:auth-enter .6s cubic-bezier(.16,1,.3,1) both}@keyframes auth-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-title{font-family:Outfit,sans-serif;font-size:24px;font-weight:700;color:#111118;letter-spacing:-.02em;margin-bottom:8px}.auth-subtitle{font-size:14px;color:#6b7280;margin-bottom:36px;line-height:1.5}.auth-field{position:relative;margin-bottom:20px}.auth-field-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.auth-input{width:100%;padding:12px 14px;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111118;font-family:DM Sans,sans-serif;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-input::placeholder{color:#9ca3af}.auth-input:hover{border-color:#9ca3af}.auth-input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.auth-error{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;font-size:13px;color:#dc2626;animation:auth-shake .4s ease-in-out}.auth-error-icon{flex-shrink:0;width:18px;height:18px;color:#ef4444}@keyframes auth-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.auth-btn{width:100%;padding:12px 24px;border:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#fff;cursor:pointer;margin-top:8px;background:#a855f7;transition:background .2s,box-shadow .2s,transform .15s}.auth-btn:hover{background:#9333ea;box-shadow:0 4px 24px #a855f740;transform:translateY(-1px)}.auth-btn:active{transform:translateY(0);box-shadow:none}.auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.auth-btn--secondary{background:transparent;color:#0009;border:1px solid rgba(0,0,0,.15);margin-top:16px}.auth-btn--secondary:hover{background:#0000000a;box-shadow:none;transform:none}.auth-btn-spinner{display:inline-flex;align-items:center;gap:10px}.auth-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;margin-top:32px;font-size:14px;color:#6b7280;animation:auth-enter .6s cubic-bezier(.16,1,.3,1) .1s both}.auth-footer a{color:#9333ea;text-decoration:none;font-weight:600;transition:color .2s}.auth-footer a:hover{color:#7c3aed}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-field-row .auth-field{margin-bottom:20px}.auth-pending-icon{display:flex;align-items:center;justify-content:center;margin:0 auto 20px;width:56px;height:56px;border-radius:14px;background:#a855f714;border:1px solid rgba(168,85,247,.15)}.auth-pending-icon svg{width:28px;height:28px;color:#9333ea}.auth-pending-icon--rejected{background:#fef2f2;border-color:#fecaca}.auth-pending-icon--rejected svg{color:#ef4444}.auth-pending-info{display:flex;flex-direction:column;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:20px}.auth-pending-info-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.auth-pending-info-row+.auth-pending-info-row{border-top:1px solid #e5e7eb}.auth-pending-info-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.auth-pending-info-value{font-size:14px;color:#374151}.auth-pending-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fffbeb;border:1px solid #fde68a;border-radius:20px;color:#b45309;font-size:12px;font-weight:600}.auth-pending-badge--rejected{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fef2f2;border:1px solid #fecaca;border-radius:20px;color:#dc2626;font-size:12px;font-weight:600}@media (max-width: 900px){.auth-scene{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-panel{min-height:100vh}.auth-input{font-size:16px}}.auth-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f8f8fc;z-index:9999}.auth-loading-logo{display:flex;flex-direction:column;align-items:center;gap:14px;animation:authLoadPulse 1.8s ease-in-out infinite}.auth-loading-icon{width:48px;height:48px;color:#a855f7}.auth-loading-icon svg{width:100%;height:100%}.auth-loading-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:-.02em;color:#1a0e2e}@keyframes authLoadPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.97)}}
