@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Sans:wght@400;500;600;700&display=swap");
:root { color-scheme: dark; font-family: "DM Sans", system-ui, sans-serif; color: #eee6d5; background: #0f0d0b; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: grid; place-items: center; padding: 32px 20px; background: radial-gradient(ellipse at 50% 0%, #d7b86f0d, transparent 60%), #0f0d0b; }
.auth-wrap { width: min(100%, 440px); }
.brand { display: flex; align-items: center; justify-content: center; gap: 15px; letter-spacing: .35em; color: #d7b86f; font-family: Georgia, serif; font-size: 24px; margin-bottom: 28px; }
.brand-symbol { display: block; width: 56px; height: 65px; flex-shrink: 0; background: url("/assets/vision-board.png") -674px -355px / 1536px 1024px no-repeat; mix-blend-mode: screen; }
.auth-card { padding: 36px; border: 1px solid #d7b86f30; border-radius: 16px; background: #171410; box-shadow: 0 18px 80px #0004; }
.eyebrow { font-size: 10px; color: #d7b86f; letter-spacing: .18em; text-transform: uppercase; }
h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 40px; line-height: 1.12; font-weight: 400; margin: 12px 0; }
p { color: #b5ad9e; line-height: 1.6; font-size: 14px; margin: 0 0 28px; }
form { display: grid; gap: 12px; }
label { font-size: 13px; color: #eee6d5; margin-top: 6px; }
input { width: 100%; min-width: 0; background: #0f0d0b; color: #eee6d5; border: 1px solid #ffffff24; border-radius: 8px; padding: 13px 14px; font: inherit; font-size: 16px; }
input:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid #d7b86f; outline-offset: 4px; }
.hint { font-size: 12px; color: #b5ad9e; margin: -2px 0 3px; }
button { border: 0; border-radius: 8px; background: #d7b86f; color: #19130a; font: inherit; font-size: 14px; font-weight: 600; padding: 14px 18px; cursor: pointer; }
button:disabled { cursor: wait; opacity: .55; }
.form-error { color: #e0a193; font-size: 13px; line-height: 1.5; margin: 0; min-height: 20px; overflow-wrap: anywhere; }
.auth-footer { text-align: center; font-size: 12px; color: #8e877b; margin: 24px 0 0; }
.auth-link { display: inline-block; color: #b5ad9e; background: transparent; padding: 0; font-size: 13px; font-weight: 400; margin-top: 20px; text-decoration: underline; text-underline-offset: 4px; }
.session-email { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
@media(max-width: 480px) { .auth-card { padding: 28px 24px; } h1 { font-size: 36px; } }
