.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;background-color:#191819;font-family:var(--font-sans)}.auth-wordmark{font-family:var(--font-heading);font-size:1.1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ebd9a3;margin-bottom:2.5rem;text-align:center}.auth-card{width:100%;max-width:26rem;background-color:#000;border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 4px 24px rgba(0,0,0,.5)}.auth-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;color:#fff;margin-bottom:.5rem;text-align:center}.auth-subtitle{font-size:.875rem;color:#777;text-align:center;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:.875rem}.auth-input{width:100%;padding:.625rem .875rem;border-radius:.5rem;background-color:#191819;color:#fff;border:1px solid hsla(0,0%,100%,.12);font-family:var(--font-sans);font-size:.9375rem;transition:border-color .2s;outline:none}.auth-input::-moz-placeholder{color:#555}.auth-input::placeholder{color:#555}.auth-input:focus{border-color:#ebd9a3;box-shadow:0 0 0 2px hsla(45,64%,78%,.12)}.auth-checkbox-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.4;color:#777;margin-top:.25rem}.auth-checkbox{margin-top:.15rem;accent-color:#ebd9a3;flex-shrink:0}.auth-button{background-color:#ebd9a3;color:#191819;padding:.6875rem 1rem;border-radius:.5rem;width:100%;border:none;cursor:pointer;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;letter-spacing:.02em;transition:background-color .2s,transform .15s;margin-top:.375rem}.auth-button:hover{background-color:#fff}.auth-button:active{transform:translateY(1px)}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:#444;font-size:.8125rem}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.08)}.auth-google-button{display:flex;align-items:center;justify-content:center;gap:.625rem;background-color:transparent;color:#ccc;padding:.6875rem 1rem;border-radius:.5rem;width:100%;border:1px solid hsla(0,0%,100%,.15);cursor:pointer;font-family:var(--font-sans);font-size:.9375rem;transition:border-color .2s,background-color .2s,color .2s}.auth-google-button:hover{border-color:hsla(0,0%,100%,.35);background-color:hsla(0,0%,100%,.04);color:#fff}.auth-error{margin-top:.875rem;padding:.625rem .875rem;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#fca5a5}.auth-error,.auth-footer{font-size:.875rem;text-align:center}.auth-footer{margin-top:1.5rem;color:#666}.auth-link{color:#ebd9a3;text-decoration:none;transition:color .2s}.auth-link:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}@media (min-width:640px){.auth-card{padding:3rem 2.5rem}}