:root{--ink:#17231c;--muted:#68736c;--cream:#f5f1e8;--paper:#fffdf8;--green:#214d35;--gold:#d4a74c;--red:#a33a32;--line:#ddd8cc}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.5 system-ui,-apple-system,sans-serif}header{height:76px;padding:0 max(24px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;text-decoration:none;font-family:Georgia,serif;font-size:20px}.brand span,.avatar{display:grid;place-items:center;background:var(--green);color:white;border-radius:50%;width:42px;height:42px;font-size:13px;font-weight:800}nav{display:flex;gap:24px;align-items:center}nav a,.link{color:var(--ink);text-decoration:none;background:none;padding:0;border:0;font:inherit}nav form{margin:0}main{max-width:1120px;margin:auto;padding:54px 24px 80px}footer{text-align:center;padding:24px;color:var(--muted);border-top:1px solid var(--line)}h1,h2{font-family:Georgia,serif;margin:.2em 0}h1{font-size:clamp(36px,6vw,64px);line-height:1.05}h2{font-size:25px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--green)}.hero{display:grid;grid-template-columns:1.6fr 1fr;gap:24px;align-items:stretch;margin-bottom:56px}.pool{padding:30px;border-radius:18px;background:var(--green);color:white;display:flex;flex-direction:column;justify-content:center}.pool strong{font:42px Georgia,serif;margin:12px 0}.pool a{color:#f4d998}.section-head,.member-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 24px}.section-head p{margin:0;color:var(--muted)}.members{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.card{background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 4px 20px #24352b0b}.member{display:grid;grid-template-columns:46px 1fr auto;gap:14px;align-items:center;padding:17px;color:inherit;text-decoration:none}.member:hover{border-color:var(--gold);transform:translateY(-1px)}.member span,.member small{display:block;color:var(--muted);font-size:13px}.negative{color:var(--red)}button,.button{border:0;border-radius:8px;padding:11px 17px;background:var(--green);color:white;font-weight:750;text-decoration:none;cursor:pointer}.secondary{background:transparent;color:var(--green);border:1px solid var(--green)}.login{min-height:62vh;display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}.login .card,.stack{padding:26px}.stack{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}label{display:flex;flex-direction:column;gap:6px;font-weight:700}input{font:inherit;padding:11px;border:1px solid var(--line);border-radius:7px;background:white}.error{color:var(--red)}.back{color:var(--green);text-decoration:none}.member-title{margin:32px 0 44px;justify-content:flex-start;gap:18px}.large{width:64px;height:64px;font-size:18px}.member-title h1{font-size:44px}.member-title p{margin:3px 0}.balance{margin-left:auto;font:34px Georgia,serif}.balance small{display:block;text-align:right;font:12px system-ui;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.columns{display:grid;grid-template-columns:1.7fr 1fr;gap:24px}.history{padding:6px 22px}.history>div{display:flex;justify-content:space-between;align-items:center;padding:16px 2px;border-bottom:1px solid var(--line)}.history>div:last-child{border:0}.history small{display:block;color:var(--muted)}.check{flex-direction:row;align-items:center}.message{max-width:600px;margin:60px auto;padding:40px}.message h1{font-size:42px}@media(max-width:720px){header{height:auto;padding:16px;align-items:flex-start}nav{gap:11px;flex-wrap:wrap;justify-content:flex-end}.hero,.login,.columns{grid-template-columns:1fr}.members{grid-template-columns:1fr}.section-head{align-items:flex-start;gap:18px}.member-title{align-items:flex-start;flex-wrap:wrap}.balance{width:100%;margin:10px 0}.balance small{text-align:left}main{padding:36px 16px}.pool strong{font-size:34px}}
