:root{--ink:#19231f;--green:#2f6b50;--cream:#f5f2ea;--white:#fff;--danger:#9c2f2f;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}body{margin:0}h1{font-size:clamp(2rem,4vw,3rem)}button{border:0;border-radius:.6rem;background:var(--green);color:white;padding:.8rem 1.2rem;font-weight:700;cursor:pointer}button.secondary{background:transparent;color:var(--ink);border:1px solid #cad2cd}.auth-card{width:min(30rem,calc(100% - 2rem));margin:8vh auto;background:var(--white);padding:2.5rem;border-radius:1.2rem;box-shadow:0 1rem 3rem #1b30231a}.auth-card label{display:grid;gap:.4rem;margin:1.25rem 0;font-weight:700}.auth-card input{font:inherit;padding:.85rem;border:1px solid #bdc8c1;border-radius:.5rem}.muted{color:#65736b}.alert{background:#fbe8e8;color:var(--danger);padding:.8rem;border-radius:.5rem}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem clamp(1rem,5vw,4rem);background:white}.container{width:min(76rem,calc(100% - 2rem));margin:3rem auto}.empty{background:#fff;padding:2rem;border-radius:1rem}
