@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.auth-page{background:#060a13;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";background:radial-gradient(circle, rgba(var(--brand-rgb,99, 102, 241), .08) 0%, transparent 70%);pointer-events:none;width:60%;height:60%;position:absolute;top:-30%;left:-20%}.auth-page:after{content:"";background:radial-gradient(circle, rgba(var(--brand-rgb,99, 102, 241), .05) 0%, transparent 70%);pointer-events:none;width:60%;height:60%;position:absolute;bottom:-30%;right:-20%}.auth-brand-panel{flex-direction:column;flex:1;justify-content:center;padding:4rem;display:none;position:relative;overflow:hidden}@media (width>=1024px){.auth-brand-panel{display:flex}}.auth-brand-panel:before{content:"";background:linear-gradient(135deg, rgba(var(--brand-rgb,99, 102, 241), .05) 0%, #0f172a4d 50%, rgba(var(--brand-rgb,99, 102, 241), .08) 100%);pointer-events:none;position:absolute;inset:0}.brand-content{z-index:1;max-width:500px;position:relative}.brand-logo{align-items:center;gap:12px;margin-bottom:3rem;text-decoration:none;display:flex}.brand-logo-icon{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;font-weight:900;display:flex}.brand-logo-text{color:#f1f5f9;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.brand-logo-text span{color:#d97706}.brand-headline{color:#f1f5f9;letter-spacing:-1px;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.15}.brand-headline .highlight{background:linear-gradient(135deg,#d97706,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.brand-subtext{color:#94a3b8;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.brand-features{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.brand-features li{color:#cbd5e1;align-items:center;gap:12px;font-size:.95rem;font-weight:500;display:flex}.brand-features li .feat-icon{background:#6366f11a;border:1px solid #6366f133;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.auth-form-panel{z-index:2;flex-direction:column;justify-content:center;width:100%;max-width:520px;margin:0 auto;padding:2rem;display:flex;position:relative}@media (width>=1024px){.auth-form-panel{border-left:1px solid #ffffff0f;margin:0;padding:3rem 4rem}}.auth-form-panel .mobile-logo{align-items:center;gap:10px;margin-bottom:2.5rem;text-decoration:none;display:flex}@media (width>=1024px){.auth-form-panel .mobile-logo{display:none}}.mobile-logo .brand-logo-icon{width:40px;height:40px;font-size:1.2rem}.mobile-logo .brand-logo-text{font-size:1.3rem}.auth-header{margin-bottom:2rem}.auth-title{color:#f1f5f9;letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.auth-subtitle{color:#64748b;margin:0;font-size:.95rem}.auth-subtitle a{color:#818cf8;font-weight:600;text-decoration:none;transition:color .2s}.auth-subtitle a:hover{color:#a5b4fc}.oauth-section{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.oauth-btn{color:#e2e8f0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.oauth-btn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 20px #0000004d}.oauth-btn svg{flex-shrink:0;width:20px;height:20px}.auth-divider{align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff14;flex:1;height:1px}.auth-divider span{color:#475569;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:.8rem;font-weight:500}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.field-group{flex-direction:column;gap:6px;display:flex}.field-label{color:#94a3b8;letter-spacing:.3px;font-size:.85rem;font-weight:600}.field-input{color:#f1f5f9;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s}.field-input:focus{border-color:var(--brand-color,#6366f1);background:rgba(var(--brand-rgb,99, 102, 241), .05);box-shadow:0 0 0 3px rgba(var(--brand-rgb,99, 102, 241), .15)}.field-input::placeholder{color:#475569}.field-error{color:#f87171;margin-top:2px;font-size:.8rem}.auth-options-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.remember-label{cursor:pointer;color:#94a3b8;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.remember-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-color,#6366f1);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff26;border-radius:4px}.forgot-link{color:#818cf8;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-link:hover{color:#a5b4fc}.auth-submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:14px 24px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1)}.auth-submit-btn:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 8px 30px rgba(var(--brand-rgb,99, 102, 241), .3);transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-status{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98133;border-radius:10px;margin-bottom:1.5rem;padding:12px 16px;font-size:.85rem;font-weight:500}.auth-footer{text-align:center;color:#475569;margin-top:2.5rem;font-size:.8rem}.fields-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.fields-row{grid-template-columns:1fr}}
