.login-page{min-height:100vh;display:flex;background:#0c0c0f;position:relative;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.login-left{flex:1;display:none;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;padding:3rem 4rem}@media(min-width:1024px){.login-left{display:flex}}.left-bg{position:absolute;inset:0;background:linear-gradient(145deg,#1a1206,#0c0c0f 40%,#0f0f14)}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;will-change:transform;pointer-events:none}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#f59e0b,transparent 70%);top:10%;left:20%;animation:orb-float 20s ease-in-out infinite}.orb-2{width:350px;height:350px;background:radial-gradient(circle,#f97316,transparent 70%);bottom:15%;right:15%;animation:orb-float 25s ease-in-out infinite reverse}.orb-3{width:250px;height:250px;background:radial-gradient(circle,#d97706,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:orb-pulse 15s ease-in-out infinite}@keyframes orb-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(15px,30px) scale(1.05)}}@keyframes orb-pulse{0%,to{opacity:.2;transform:translate(-50%,-50%) scale(1)}50%{opacity:.4;transform:translate(-50%,-50%) scale(1.3)}}.left-content{position:relative;z-index:10;max-width:540px;margin:auto 0}.brand-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.15);border-radius:100px;margin-bottom:2.5rem}.brand-badge-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.brand-badge-text{font-size:.75rem;font-weight:600;color:#f59e0b;letter-spacing:.08em;text-transform:uppercase}.left-heading{font-size:3.25rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#f5f5f7;margin-bottom:1.5rem}.left-heading .accent-word{background:linear-gradient(135deg,#f59e0b,#f97316,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.left-description{font-size:1.0625rem;line-height:1.7;color:#8e8e93;font-weight:400}.feature-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:3rem}.feature-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#141418;border:1px solid rgba(255,255,255,.06);border-radius:12px;font-size:.8125rem;font-weight:500;color:#8e8e93;transition:all .3s ease}.feature-tag:hover{border-color:#ffffff1f;color:#f5f5f7;transform:translateY(-2px)}.feature-tag svg{width:16px;height:16px;color:#f59e0b;flex-shrink:0}.left-footer{position:relative;z-index:10;font-size:.75rem;color:#636366}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;background:#0c0c0f}@media(min-width:1024px){.login-right{max-width:560px;border-left:1px solid rgba(255,255,255,.06)}}.mobile-glow{display:none}@media(max-width:1023px){.mobile-glow{display:block;position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(245,158,11,.08),transparent 70%);border-radius:50%;pointer-events:none}}.form-container{width:100%;max-width:400px;position:relative;z-index:10;animation:form-enter .6s cubic-bezier(.16,1,.3,1) both}@keyframes form-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.login-right{padding:2rem 1.5rem}.form-container{max-width:100%}}
