.auth-container{background:radial-gradient(ellipse 60% 50% at 50% 50%,#b5894f0a 0%,transparent 70%),var(--paper);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-box{background:var(--white);border:1px solid #0000000f;border-radius:6px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 60px #00000014}.auth-header{text-align:center;border-bottom:1px solid #0000000d;padding:3rem 2.5rem 2rem}.auth-logo{letter-spacing:.02em;color:var(--ink);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;text-decoration:none;display:inline-block}.auth-logo span{color:var(--gold)}.auth-title{color:var(--ink);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;line-height:1.2}.auth-subtitle{color:var(--muted);font-size:.88rem;font-weight:300;line-height:1.5}.auth-body{padding:2.5rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.auth-form-group{flex-direction:column;gap:.5rem;display:flex}.auth-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:500}.auth-input{width:100%;color:var(--ink);background:var(--paper);border:1.5px solid #0000001a;border-radius:2px;outline:none;padding:.85rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.95rem;transition:border-color .2s}.auth-input:focus{border-color:var(--gold)}.auth-input::placeholder{color:#7a706066}.auth-error{color:#c44;background:#cc444414;border-left:2px solid #c44;border-radius:2px;padding:.75rem 1rem;font-size:.8rem;font-weight:400}.auth-submit{background:var(--ink);width:100%;color:var(--paper);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;margin-top:.5rem;padding:.95rem 1.5rem;font-size:.85rem;font-weight:500;transition:background .2s}.auth-submit:hover{background:var(--gold)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-footer{text-align:center;border-top:1px solid #0000000d;padding:1.5rem 2.5rem 2.5rem}.auth-footer-text{color:var(--muted);font-size:.88rem;font-weight:300}.auth-footer-link{color:var(--gold);font-weight:500;text-decoration:none;transition:color .2s}.auth-footer-link:hover{color:var(--ink);text-decoration:underline}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";background:#00000014;height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider-text{background:var(--white);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:0 1rem;font-size:.78rem;font-weight:400;display:inline-block;position:relative}.auth-back{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.auth-back:hover{color:var(--ink)}.auth-back-icon{font-size:.9rem}@media (max-width:500px){.auth-container{padding:1rem}.auth-header{padding:2rem 1.5rem 1.5rem}.auth-body{padding:2rem 1.5rem}.auth-footer{padding:1.5rem}}
