.auth-page *,.auth-page :after,.auth-page :before{box-sizing:border-box}.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:row;background:#fcfcfc;color:#0f172a;font-family:var(--font-sans,"Inter",system-ui,sans-serif);position:relative}.auth-page:after{background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.08) 1px,transparent 0);z-index:1}.auth-page:after,.auth-page:before{content:"";position:fixed;inset:0;pointer-events:none;background-size:32px 32px}.auth-page:before{background-image:radial-gradient(circle at 1px 1px,rgba(99,102,241,.6) 1.5px,transparent 0);mask-image:radial-gradient(400px circle at var(--mouse-x,-100%) var(--mouse-y,-100%),#000,transparent 100%);-webkit-mask-image:radial-gradient(400px circle at var(--mouse-x,-100%) var(--mouse-y,-100%),#000,transparent 100%);z-index:2;transition:opacity .3s ease}.auth-brand{width:50%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;overflow:hidden;background:transparent;border-right:1px solid rgba(0,0,0,.05);z-index:2}.auth-brand:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 10%,rgba(99,102,241,.08) 0,transparent 50%),radial-gradient(circle at 90% 90%,rgba(139,92,246,.06) 0,transparent 60%);filter:blur(40px)}.auth-brand__inner{display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative;z-index:2}.auth-brand:before{content:"";position:absolute;top:50%;left:50%;width:340px;height:340px;background:radial-gradient(circle,rgba(67,97,238,.06),transparent 70%);transform:translate(-50%,-50%);z-index:1}.auth-brand__logo{font-size:1rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#0f172a}.auth-brand__cube{position:relative;width:150px;height:150px;transform-style:preserve-3d;animation:spinCube 16s linear infinite;margin:4rem auto;cursor:pointer}.auth-cube__face{position:absolute;width:150px;height:150px;border:2px solid rgba(59,130,246,.4);background:transparent;pointer-events:auto;transition:border-color .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1),background .4s ease,-webkit-backdrop-filter .4s ease;transition:border-color .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1),background .4s ease,backdrop-filter .4s ease;transition:border-color .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1),background .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}.auth-cube__face:hover{border-color:#3b82f6;background:rgba(59,130,246,.15);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:inset 0 0 30px rgba(59,130,246,.5),0 0 20px rgba(59,130,246,.3)}.auth-cube__face--front{transform:translateZ(75px)}.auth-cube__face--back{transform:rotateY(180deg) translateZ(75px)}.auth-cube__face--right{transform:rotateY(90deg) translateZ(75px)}.auth-cube__face--left{transform:rotateY(-90deg) translateZ(75px)}.auth-cube__face--top{transform:rotateX(90deg) translateZ(75px)}.auth-cube__face--bottom{transform:rotateX(-90deg) translateZ(75px)}@keyframes spinCube{0%{transform:rotateX(-20deg) rotateY(0deg)}to{transform:rotateX(-20deg) rotateY(1turn)}}.auth-brand__tagline{font-size:.82rem;color:#475569;text-align:center;max-width:220px;line-height:1.65;margin:0}.auth-main{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2.5rem;position:relative;overflow-y:auto;z-index:2;background:transparent}.auth-nav{position:absolute;top:2rem;right:2rem;z-index:10}.auth-back{display:inline-flex;align-items:center;gap:.4rem;color:#64748b;text-decoration:none;font-weight:500;font-size:.82rem;transition:color .2s ease}.auth-back:hover{color:#0f172a}.auth-content{width:100%;display:flex;justify-content:center}.auth-panel{width:100%;max-width:440px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.04);animation:authEnter .5s cubic-bezier(.16,1,.3,1) both}.auth-panel--wide{max-width:580px}@keyframes authEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-logo{position:absolute;top:2rem;left:2.5rem;z-index:50;gap:.6rem;text-decoration:none}.auth-logo,.auth-logo__icon{display:flex;align-items:center}.auth-logo__icon{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;background:#fff}.auth-logo__text{font-size:.9rem;letter-spacing:.15em;text-transform:uppercase}.auth-logo__text,.auth-title{font-weight:700;color:#0f172a}.auth-title{font-size:1.65rem;margin:0 0 .5rem;letter-spacing:-.03em;line-height:1.2}.auth-subtitle{color:#64748b;margin:0 0 2.5rem;font-size:.88rem;line-height:1.65}.auth-field{margin-bottom:1.5rem}.auth-field__label{display:block;font-size:.72rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.06em}.auth-field__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem;flex-wrap:wrap}.auth-field__row .auth-field__label{margin-bottom:0}.auth-field__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#94a3b8;display:flex;pointer-events:none;transition:color .25s ease}.auth-field__wrapper{position:relative;display:flex;align-items:center}.auth-field__input,.auth-field__wrapper{background:transparent;border:none;border-radius:0}.auth-field__input{width:100%;border-bottom:2px solid rgba(0,0,0,.08);padding:.75rem 0 .75rem 2rem;font-size:.9rem;color:#0f172a;transition:all .25s ease}.auth-field__input::placeholder{color:#cbd5e1}.auth-field__input:focus{outline:none;border-bottom-color:#4361ee}.auth-field__input:focus+.auth-field__icon,.auth-field__input:not(:placeholder-shown)+.auth-field__icon{color:#4361ee}.auth-field__input--no-icon{padding-left:0}.auth-field__wrapper--workspace .auth-field__input{padding-left:0;padding-right:108px;text-align:right}.auth-field__suffix{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#64748b;font-size:.9rem;pointer-events:none;font-weight:500;white-space:nowrap}.auth-actions{display:flex;flex-direction:column;gap:.8rem;margin-top:2rem}.auth-btn-primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background:#4361ee;color:#fff;border:none;border-radius:6px;font-size:.88rem;font-weight:600;cursor:pointer;transition:box-shadow .25s ease,transform .12s ease,background .2s ease}.auth-btn-primary:hover:not(:disabled){box-shadow:0 0 20px rgba(67,97,238,.4);transform:translateY(-1px)}.auth-btn-primary:active:not(:disabled){transform:scale(.99)}.auth-btn-primary:disabled{opacity:.45;cursor:not-allowed}.auth-btn-secondary{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background:transparent;color:#475569;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-btn-secondary:hover:not(:disabled){background:#f1f5f9;color:#0f172a;border-color:rgba(0,0,0,.18)}.auth-link{color:#4361ee;text-decoration:none;font-size:.88rem;font-weight:500;transition:opacity .2s ease}.auth-link:hover{opacity:.8;text-decoration:underline}.auth-link--xs{font-size:.75rem}.auth-link--semibold{font-weight:600}.auth-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#ef4444;font-weight:500;animation:authEnter .3s ease both}.auth-error,.auth-success{font-size:.82rem;margin-bottom:1.5rem}.auth-success{padding:.8rem 1rem;background:rgba(16,185,129,.06);border-left:2px solid #10b981;color:#064e3b;border-radius:0 6px 6px 0;line-height:1.5}.auth-success-icon{width:60px;height:60px;border-radius:50%;background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.auth-success-icon--lg{width:68px;height:68px}.auth-divider{display:flex;align-items:center;text-align:center;color:#94a3b8;font-size:.75rem;font-weight:500;margin:1.5rem 0;text-transform:uppercase;letter-spacing:.05em}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;border-bottom:1px solid rgba(0,0,0,.08)}.auth-switch{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;gap:.75rem}.auth-switch__text{font-size:.88rem;color:#64748b;font-weight:500}.auth-switch__btn{width:100%;display:flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;background:rgba(67,97,238,.04);color:#4361ee;border:1px solid rgba(67,97,238,.15);border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s ease}.auth-switch__btn:hover{background:rgba(67,97,238,.08);border-color:rgba(67,97,238,.3);transform:translateY(-1px)}.auth-challenge{margin-bottom:1.5rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.auth-challenge__label{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.auth-challenge__highlight{color:#4361ee;font-weight:700}.auth-challenge__input{width:100%;padding:.7rem 0;background:transparent;border:none;border-bottom:1px solid #cbd5e1;color:#0f172a;outline:none;transition:border-color .2s ease;font-size:.95rem;font-family:inherit}.auth-challenge__input:focus{border-bottom-color:#4361ee}.auth-honeypot{position:absolute;left:-9999px}@keyframes authSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-spinner{animation:authSpin 1s linear infinite}@media (prefers-reduced-motion:reduce){.auth-brand__cube,.auth-panel{animation:none}.auth-panel{opacity:1;transform:none}.auth-error{animation:none}}@media (max-width:900px){.auth-page{flex-direction:column;background:#fcfcfc}.auth-brand{display:none}.auth-main{width:100%;min-height:100vh;padding:6rem 1.5rem 3rem}.auth-logo{display:flex;position:absolute;top:2rem;left:2rem}.auth-nav{top:1.25rem;left:1.25rem}.auth-panel,.auth-panel--wide{max-width:100%}.auth-title{font-size:1.4rem}.auth-subtitle{font-size:.85rem;margin-bottom:2rem}}@media (max-width:380px){.auth-main{padding:4.5rem 1.25rem 1.5rem}.auth-title{font-size:1.25rem}.auth-btn-primary,.auth-btn-secondary{padding:.8rem;font-size:.88rem;min-height:48px}.auth-challenge__input,.auth-field__input{font-size:1rem;min-height:48px}}