:root{--navy:#0c1b2d;--coffee:#4a3028;--gold:#c59a48;--ivory:#f5f0e6;--ink:#17202c;--muted:#637083}*{box-sizing:border-box}html,body{background:var(--ivory);min-height:100%;color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}body{background:radial-gradient(circle at top right,#e7d6b7 0,transparent 32%),var(--ivory)}.shell{width:min(100% - 32px,980px);margin:0 auto}.hero{align-content:center;justify-items:start;min-height:100vh;display:grid}.eyebrow{color:var(--gold);letter-spacing:.18em;font-size:.78rem;font-weight:800}.hero h1,.auth-shell h1,.dashboard h1{color:var(--navy);max-width:800px;margin:.7rem 0;font-family:Georgia,serif;font-size:clamp(2.2rem,7vw,5.2rem);line-height:1}.hero p,.card>p{color:var(--muted);font-size:1.08rem}.button,button{background:var(--navy);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:8px;padding:.9rem 1.2rem;font-weight:700;text-decoration:none;display:inline-block}.auth-shell{place-items:center;min-height:100vh;display:grid}.card{background:#ffffffe0;border:1px solid #4a302821;border-radius:18px;width:min(100%,520px);padding:clamp(24px,5vw,48px);box-shadow:0 24px 70px #0c1b2d1f}.auth-shell h1{font-size:clamp(2rem,6vw,3.4rem)}form{gap:1rem;display:grid}label{gap:.45rem;font-weight:700;display:grid}input{width:100%;font:inherit;background:#fff;border:1px solid #c9c2b8;border-radius:8px;padding:.85rem}input:focus{border-color:var(--gold);outline:3px solid #c59a4840}.actions{flex-wrap:wrap;gap:.75rem;display:flex}.secondary{color:var(--navy);border:1px solid var(--navy);background:0 0}.notice{border-radius:8px;padding:.75rem}.error{color:#8a1f1f;background:#fde8e8}.success{color:#235e3c;background:#e8f5ed}.dashboard{padding:64px 0}.dashboard header{justify-content:space-between;align-items:center;gap:20px;display:flex}.dashboard h1{font-size:clamp(2rem,6vw,4rem)}.dashboard .card{width:100%}.dashboard small{color:var(--muted)}@media (max-width:560px){.dashboard header{flex-direction:column;align-items:flex-start}.actions>*{width:100%}}
