@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Caveat:wght@500;600;700&family=Barlow:wght@400;500;600;700&display=swap";:root{--paper:#efece4;--surface:#faf9f4;--green:#2b4a3c;--ink:#1c2721;--cream:#f0eee5;--plateface:#f6f4ec;--plateborder:#14261d;--gold:#e8c15a;--goldtext:#8a6d1f;--muted:#00000080;--hairline:#0000001a;--govred:#a03428}@media (prefers-color-scheme:dark){:root{--paper:#181c1a;--surface:#16211b;--ink:#f0eee5;--muted:#f0eee58c;--hairline:#f0eee524;--goldtext:#e8c15a}}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Barlow,system-ui,sans-serif}.chalk{font-family:Caveat,cursive;font-weight:700}.plate-font{font-family:Oswald,sans-serif;font-weight:600}.section-label{letter-spacing:1.8px;text-transform:uppercase;color:var(--muted);font:700 11px Barlow,sans-serif}button,.btn{cursor:pointer;border-radius:9px;min-height:46px;font:700 14.5px Barlow,sans-serif}.btn-primary{background:var(--green);color:var(--cream);border:none}.btn-secondary{color:var(--ink);background:0 0;border:1.5px solid #2b4a3c73}.tally{align-items:stretch;gap:3.5px;height:18px;display:inline-flex;position:relative}.tbar{background:currentColor;border-radius:1.5px;width:2.5px}.tbar:first-child{transform:rotate(2deg)}.tbar:nth-child(2){transform:rotate(-1.5deg)}.tbar:nth-child(3){transform:rotate(1deg)}.tbar:nth-child(4){transform:rotate(-2deg)}.tslash{background:currentColor;border-radius:1.5px;width:30px;height:2.5px;position:absolute;top:8px;left:-4px;transform:rotate(-25deg)}.tally.sm{gap:2.5px;height:13px}.tally.sm .tbar{width:2px}.tally.sm .tslash{width:22px;height:2px;top:5.5px;left:-3px}@media (width>=900px){.plate-layout{grid-template-columns:400px 1fr;gap:28px;display:grid}}
