@keyframes slowSpin{to{transform:rotate(1turn)}}@keyframes emblemSpin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-page{min-height:100vh;background:#050508;color:#ede9e3;font-family:var(--sans,"Outfit",system-ui,sans-serif);overflow:hidden}.login-page,.login-page *{box-sizing:border-box}html:has(.login-page),html:has(.login-page) body{background:#050508!important;margin:0;padding:0;overflow:hidden}.login-page:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 900px 700px at 10% 15%,hsla(39,46%,61%,.035),transparent),radial-gradient(ellipse 700px 600px at 90% 85%,rgba(167,139,250,.025),transparent)}.env-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:100;background:linear-gradient(90deg,#a78bfa,#60a5fa,#5eead4,#34d399,#fbbf24,#fb7185);opacity:.5}.login-layout{z-index:2;min-height:100vh;width:100%}.brand-panel,.login-layout{position:relative;display:flex}.brand-panel{flex:1;flex-direction:column;justify-content:center;align-items:center;padding:60px;overflow:hidden}.brand-panel:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:conic-gradient(from 0deg,rgba(167,139,250,.06),rgba(96,165,250,.06),rgba(94,234,212,.06),rgba(52,211,153,.06),rgba(251,191,36,.06),rgba(251,113,133,.06),rgba(167,139,250,.06));animation:slowSpin 30s linear infinite;filter:blur(80px)}.brand-content{position:relative;z-index:1;text-align:center;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) both}.brand-emblem{width:80px;height:80px;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto 32px}.brand-emblem:before{content:"";position:absolute;inset:-3px;border-radius:22px;background:conic-gradient(from 0deg,#a78bfa,#60a5fa,#5eead4,#34d399,#fbbf24,#fb7185,#a78bfa);animation:emblemSpin 8s linear infinite;opacity:.5}.brand-emblem:after{content:"P";position:absolute;inset:3px;border-radius:17px;background:#09090e;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:500;color:#c9a96e;z-index:1}.brand-emblem:after,.brand-name{font-family:var(--serif,"Cormorant Garamond",Georgia,serif)}.brand-name{font-size:48px;font-weight:300;letter-spacing:12px;background:linear-gradient(180deg,#ebd9b3,#c9a96e,#dfc69a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.brand-tagline{font-size:11px;letter-spacing:5px;color:#6a6560;text-transform:uppercase;font-weight:400;margin-bottom:56px}.brand-features{display:flex;flex-direction:column;gap:14px;text-align:left;max-width:300px}.feature{display:flex;align-items:center;gap:12px;font-size:12px;color:#9d978e;opacity:0;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.feature:first-child{animation-delay:.4s}.feature:nth-child(2){animation-delay:.55s}.feature:nth-child(3){animation-delay:.7s}.feature:nth-child(4){animation-delay:.85s}.feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.feature-dot.teal{background:#5eead4;box-shadow:0 0 8px rgba(94,234,212,.4)}.feature-dot.blue{background:#60a5fa;box-shadow:0 0 8px rgba(96,165,250,.4)}.feature-dot.violet{background:#a78bfa;box-shadow:0 0 8px rgba(167,139,250,.4)}.feature-dot.amber{background:#fbbf24;box-shadow:0 0 8px rgba(251,191,36,.4)}.login-panel{width:480px;display:flex;flex-direction:column;justify-content:center;padding:60px;position:relative;border-left:1px solid hsla(39,46%,61%,.06);background:#09090e}.login-panel:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,hsla(39,46%,61%,.15),transparent)}.login-header{margin-bottom:36px;opacity:0;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) .2s both}.login-title{font-family:var(--serif,"Cormorant Garamond",Georgia,serif);font-size:28px;font-weight:400;color:#ede9e3;margin-bottom:6px}.login-subtitle{font-size:13px;color:#6a6560;font-weight:300}.login-error{padding:10px 14px;font-size:12px;background:rgba(251,113,133,.08);border:1px solid rgba(251,113,133,.2);color:#fb7185;border-radius:8px;margin-bottom:20px;animation:fadeIn .3s ease both}.login-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;color:#050508;background:linear-gradient(135deg,#c9a96e,#dfc69a);border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:var(--sans,"Outfit",system-ui,sans-serif);letter-spacing:.8px;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.2,0,0,1);opacity:0;animation:fadeUp .5s cubic-bezier(.16,1,.3,1) .5s both}.login-btn:hover{transform:translateY(-1px);box-shadow:0 8px 32px hsla(39,46%,61%,.2)}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-group{margin-bottom:20px;opacity:0;animation:fadeUp .5s cubic-bezier(.16,1,.3,1) both}.form-group:first-child{animation-delay:.3s}.form-group:nth-child(2){animation-delay:.4s}.form-label{font-weight:500;font-size:12px;color:#ede9e3;display:block;margin-bottom:6px;letter-spacing:.3px}.form-input{width:100%;height:48px;color:#ede9e3;background:#0e0e14;border:1px solid hsla(39,46%,61%,.12);border-radius:8px;padding:0 16px;font-size:14px;font-family:var(--sans,"Outfit",system-ui,sans-serif);outline:none;transition:all .2s cubic-bezier(.2,0,0,1)}.form-input::placeholder{color:#3d3a36}.form-input:focus{border-color:#c9a96e;box-shadow:0 0 0 3px hsla(39,46%,61%,.08)}.form-links{display:flex;justify-content:space-between;margin-top:20px;opacity:0;animation:fadeIn .5s cubic-bezier(.16,1,.3,1) .6s both}.form-link{color:#c9a96e;text-decoration:none;font-size:12px;transition:color .15s}.form-link:hover{color:#dfc69a}.login-legal{margin-top:auto;padding-top:40px;text-align:center;color:#3d3a36;font-size:10px;line-height:1.6;opacity:0;animation:fadeIn .5s ease .8s both}@media (max-width:960px){.login-layout{flex-direction:column}.brand-panel{padding:40px 30px;min-height:auto}.brand-panel:before{display:none}.brand-name{font-size:36px;letter-spacing:8px}.brand-features{display:none}.login-panel{width:100%;border-left:none;border-top:1px solid hsla(39,46%,61%,.06);padding:40px 30px}}