:root{--cream:#f5f0e6;--paper:#fffdf8;--navy:#18324d;--green:#315743;--gold:#c4a15c;--line:#ddd4c4;--muted:#6d716f}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#f7f1e6,#e9dfcc);color:#292d2f;font-family:Inter,system-ui,sans-serif}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:28px}.auth-card{width:min(100%,500px);padding:36px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 48px rgba(30,39,48,.12)}.auth-brand{color:var(--navy);font:700 26px Georgia,serif;text-decoration:none}.auth-kicker{margin:6px 0 24px;color:var(--green);font-size:10px;font-weight:900;letter-spacing:.18em}.auth-card h1{margin:.2em 0;color:var(--navy);font:700 42px Georgia,serif}.auth-card>p:not(.auth-kicker){color:var(--muted);line-height:1.6}.auth-card form{display:grid;gap:15px;margin-top:24px}.auth-card label{display:grid;gap:7px;color:var(--navy);font-size:13px;font-weight:800}.auth-card input{width:100%;padding:13px 14px;border:1px solid #cfc7b8;border-radius:8px;background:#fff;font:inherit}.auth-card input:focus{outline:2px solid rgba(49,87,67,.25);border-color:var(--green)}.auth-card button{margin-top:5px;padding:13px 16px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:900;cursor:pointer}.auth-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.auth-links a{color:var(--navy);font-size:13px;font-weight:800;text-decoration:none}.auth-error,.auth-success{margin:18px 0 0;padding:12px 14px;border-radius:8px;font-size:13px}.auth-error{background:#fff0ee;color:#8a2f25;border:1px solid #efc5bf}.auth-success{background:#eef6ef;color:#315743;border:1px solid #c9dfcc}.account-page{min-height:calc(100vh - 78px);padding:44px 18px}.account-card{margin:0 auto}.account-card small{font-weight:500;color:var(--muted)}
