.auth-root{display:flex;flex-direction:column;min-height:100svh;overflow-x:hidden}.auth-left{display:none;position:relative;overflow:hidden;background:#1c1815}.auth-left-brand{position:absolute;top:0;left:0;right:0;padding:2.5rem 3rem;z-index:3;display:flex;flex-direction:column;gap:.5rem}.auth-brand-logo{display:flex;align-items:center;gap:.75rem}.auth-brand-name{font-family:var(--font-noto-serif),Georgia,serif;font-size:1.125rem;font-weight:700;color:#faf9f7;letter-spacing:-.01em}.auth-brand-sub{color:rgba(250,249,247,.55);font-size:.625rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase}.auth-carousel{position:relative;width:100%;height:100%;overflow:hidden}.auth-carousel-track{display:flex;width:100%;height:100%}.auth-slide{position:absolute;inset:0;background:#1c1815;opacity:0;transition:opacity .35s ease;pointer-events:none}.auth-slide--active{opacity:1;pointer-events:auto;transition:opacity .5s ease .3s}.auth-slide-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,24,21,.82) 0,rgba(28,24,21,.35) 50%,transparent)}.auth-slide-content{position:absolute;bottom:0;left:0;right:0;padding:0 3rem 3rem;z-index:2}.auth-slide-headline{font-family:var(--font-noto-serif),Georgia,serif;font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:600;font-style:italic;color:#ffffff;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.auth-slide-sub{font-size:.9375rem;color:rgba(255,255,255,.65);line-height:1.6;max-width:380px}.auth-carousel-dots{position:absolute;bottom:1.75rem;right:3rem;display:flex;gap:.5rem;z-index:3}.auth-dot{width:6px;height:6px;border-radius:50%;border:none;cursor:pointer;padding:0;background:rgba(255,255,255,.3);transition:background .2s,width .2s}.auth-dot--active{background:#cd7f32;width:18px;border-radius:3px}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;background:#faf9f7;padding:3rem 1.5rem}.auth-form-wrap{width:100%;max-width:26rem}.auth-mobile-logo{font-size:1.25rem;text-decoration:none;display:block;margin-bottom:2.5rem}.auth-headline,.auth-mobile-logo{font-family:var(--font-noto-serif),Georgia,serif;font-weight:700;color:#1a1c1b}.auth-headline{font-size:clamp(1.875rem,4vw,2.5rem);letter-spacing:-.02em;margin-bottom:.75rem}.auth-subline{font-size:.875rem;color:#534438;letter-spacing:.02em;margin-bottom:3rem;line-height:1.6}.auth-fields{gap:2rem}.auth-field,.auth-fields{display:flex;flex-direction:column}.auth-field-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.auth-label{font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#534438;transition:color .2s ease}.auth-field:focus-within .auth-label{color:#8e4e00}.auth-forgot{font-size:.75rem;font-weight:500;color:#7b5737;text-decoration:none;transition:color .2s ease}.auth-forgot:hover{color:#8e4e00}.auth-input{width:100%;background:transparent;border:none;border-bottom:2px solid #d8c2b2;padding:.75rem 0;font-size:1rem;font-family:var(--font-jakarta,sans-serif);color:#1a1c1b;outline:none;transition:border-color .3s ease;border-radius:0}.auth-input:focus{border-bottom-color:#8e4e00}.auth-input::placeholder{color:rgba(134,116,102,.45)}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 1000px #faf9f7;-webkit-text-fill-color:#1a1c1b}.auth-error{display:flex;align-items:flex-start;gap:.625rem;background:rgba(186,26,26,.07);border:1px solid rgba(186,26,26,.2);border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;color:#ba1a1a;margin-bottom:2rem}.auth-btn{width:100%;background:#cd7f32;color:#ffffff;font-family:var(--font-jakarta,sans-serif);font-weight:600;font-size:.9375rem;padding:1rem;border:none;border-radius:.5rem;cursor:pointer;box-shadow:0 4px 20px rgba(205,127,50,.28);transition:transform .2s ease,box-shadow .2s ease,background .15s ease,opacity .2s ease;margin-top:2.5rem}.auth-btn:hover:not(:disabled){background:#a8621e;transform:translateY(-1px);box-shadow:0 8px 28px rgba(205,127,50,.35)}.auth-btn:active:not(:disabled){transform:scale(.98)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer-link{margin-top:4rem;text-align:center;font-size:.875rem;color:#534438}.auth-footer-link a{color:#8e4e00;font-weight:600;text-decoration:none;margin-left:.25rem;transition:text-decoration .2s ease}.auth-footer-link a:hover{text-decoration:underline;text-underline-offset:3px}.auth-page-footer{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.5rem 2rem;pointer-events:none}.auth-page-footer a,.auth-page-footer span{font-size:.625rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(83,68,56,.4);text-decoration:none;pointer-events:auto;transition:color .2s ease}.auth-page-footer a:hover{color:#8e4e00}.auth-page-footer-links{display:flex;gap:1.5rem}@media (min-width:1024px){.auth-root{flex-direction:row;overflow:hidden}.auth-left{display:flex;width:50%;flex-shrink:0}.auth-mobile-logo{display:none}.auth-page-footer{position:fixed;bottom:0;left:50%;width:50%;padding:1.5rem 3rem}}.auth-btn:focus-visible{outline:2px solid #cd7f32;outline-offset:3px}.auth-footer-link a:focus-visible,.auth-forgot:focus-visible{outline:2px solid #cd7f32;outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){.auth-btn,.auth-input,.auth-label{transition:none}}