:root { --ink:#19201b; --muted:#657169; --paper:#f6f2e8; --card:#fffdf8; --line:#dcd7c9; --forest:#1f4d3d; --forest-dark:#153b2e; --yellow:#f1c74f; --orange:#e58148; --red:#bd4b3f; --shadow:0 16px 40px rgba(29, 45, 34, .09); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:radial-gradient(circle at 100% 0, #dbe7d7 0, transparent 29rem), var(--paper); font-family:Inter,Arial,sans-serif; line-height:1.5; }
button,input,textarea { font:inherit; }
button { cursor:pointer; }
a { color:var(--forest); }
.skip-link { position:absolute; left:-10000px; top:auto; }.skip-link:focus { left:1rem; top:1rem; z-index:10; padding:.6rem 1rem; background:#fff; }
.site-header { width:min(1160px, calc(100% - 2rem)); margin:auto; min-height:5.5rem; display:flex; justify-content:space-between; align-items:center; }
.brand { color:var(--ink); text-decoration:none; display:flex; align-items:center; gap:.65rem; font:700 1.08rem/1.03 Fraunces,serif; letter-spacing:-.03em; }.brand-mark { width:2.2rem; height:2.2rem; display:grid; place-items:center; border-radius:50%; background:var(--forest); color:#fff; font:1.2rem Georgia,serif; }
.header-actions { display:flex; align-items:center; gap:.75rem; }.demo-pill { border:1px solid #b8c8bb; background:#eaf2e8; color:#31523e; border-radius:99px; padding:.3rem .6rem; font:.74rem/1 'DM Mono',monospace; }.auth-button { min-height:2.2rem; padding:.35rem .65rem; }
.page-shell { width:min(1040px, calc(100% - 2rem)); margin:1rem auto 5rem; }.hero { display:grid; grid-template-columns:1fr auto; gap:3rem; align-items:end; padding:clamp(2rem, 6vw, 5.5rem) 0 3.5rem; }.eyebrow { text-transform:uppercase; letter-spacing:.11em; font:500 .71rem/1.3 'DM Mono',monospace; color:var(--forest); margin:0 0 .8rem; }.hero h1,h2 { font-family:Fraunces,Georgia,serif; letter-spacing:-.045em; line-height:.98; margin:0; }.hero h1 { font-size:clamp(3rem, 8vw, 6.2rem); max-width:680px; }.event-meta { display:flex; gap:.65rem; align-items:center; color:var(--forest); font-weight:700; margin:1.5rem 0 .6rem; }.event-note { max-width:540px; color:var(--muted); margin:0; }.seat-card { width:245px; padding:1.2rem; border-radius:1rem; background:var(--forest); color:#edf7e9; box-shadow:var(--shadow); }.seat-kicker { font:.7rem 'DM Mono',monospace; margin:0; text-transform:uppercase; letter-spacing:.08em; opacity:.78; }.seat-number { margin:.35rem 0 .7rem; }.seat-number span:first-child { font:700 2.4rem/1 Fraunces,serif; }.seat-number span:last-child { font-size:.78rem; margin-left:.3rem; }.seat-card p:last-child { margin:.6rem 0 0; font-size:.78rem; opacity:.85; }.seat-dots { display:flex; flex-wrap:wrap; gap:.27rem; }.seat-dot { width:.56rem; height:.56rem; border-radius:50%; background:rgba(255,255,255,.25); }.seat-dot.filled { background:var(--yellow); }
.section-nav { display:flex; gap:1.4rem; padding:.9rem 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.section-nav a { font:.78rem 'DM Mono',monospace; color:var(--ink); text-decoration:none; }.section-nav a:hover { color:var(--forest); }
.content-section { padding:4rem 0; border-bottom:1px solid var(--line); }.section-heading h2 { font-size:clamp(2rem,4vw,3.1rem); }.section-heading-row { display:flex; justify-content:space-between; align-items:end; gap:1rem; }.section-intro,.muted { color:var(--muted); max-width:600px; }.rsvp-card { margin-top:1.5rem; background:var(--card); padding:1.5rem; border:1px solid var(--line); border-radius:1rem; display:flex; align-items:center; justify-content:space-between; gap:1.4rem; box-shadow:0 8px 20px rgba(30, 40, 30, .03); }.rsvp-status { font:600 1.18rem/1.25 Fraunces,serif; margin:0 0 .35rem; }.rsvp-card .muted { margin:0; font-size:.9rem; }.rsvp-actions { display:flex; gap:.6rem; flex-shrink:0; }.button { min-height:2.65rem; border-radius:.55rem; padding:.55rem .85rem; border:1px solid transparent; font-weight:700; font-size:.88rem; transition:transform .15s, background .15s; }.button:hover { transform:translateY(-1px); }.button-primary { background:var(--forest); color:#fff; }.button-primary:hover { background:var(--forest-dark); }.button-secondary { color:var(--ink); background:transparent; border-color:#abb6ab; }.button-secondary:hover { background:#eaf0e7; }.location-note { margin:1rem 0 0; padding:.8rem 1rem; background:#e7f0e5; color:#274831; border-radius:.55rem; font-size:.86rem; }.strong-vote-note { margin:1rem 0; padding:.75rem 1rem; border-left:3px solid var(--yellow); background:#fff7d9; font-size:.86rem; }
.game-list { display:grid; gap:.8rem; margin-top:1.4rem; }.game-card { display:grid; grid-template-columns:86px 1fr auto; gap:1.2rem; align-items:center; background:var(--card); padding:1rem; border:1px solid var(--line); border-radius:.9rem; }.game-art { width:86px; height:86px; display:grid; place-items:center; border-radius:.65rem; background:var(--game-color, var(--yellow)); color:rgba(0,0,0,.55); font:2.1rem Fraunces,serif; }.game-title-row { display:flex; flex-wrap:wrap; align-items:center; gap:.6rem; }.game-title { margin:0; font:700 1.15rem/1.2 Fraunces,serif; }.game-tag { color:var(--muted); font-size:.76rem; border-left:1px solid var(--line); padding-left:.6rem; }.game-details { color:var(--muted); font-size:.82rem; margin:.4rem 0 0; }.game-score { color:var(--forest); font:700 1.25rem Fraunces,serif; }.vote-actions { grid-column:2 / -1; display:flex; gap:.45rem; flex-wrap:wrap; }.vote-button { background:#fff; border:1px solid var(--line); border-radius:.45rem; padding:.42rem .58rem; color:#58635a; font-size:.77rem; }.vote-button:hover,.vote-button.selected { border-color:var(--forest); color:var(--forest); background:#e9f2e7; }.vote-button.save.selected { color:#805b03; border-color:#c79b1e; background:#fff3ca; }.vote-button.nope.selected { color:#943b33; border-color:#c7756f; background:#fbe5e2; }.bgg-credit { margin:.9rem 0 0; color:var(--muted); font-size:.75rem; }
.chat-card { margin-top:1.4rem; border-radius:1rem; background:var(--card); border:1px solid var(--line); overflow:hidden; }.message-list { max-height:390px; overflow:auto; padding:1.25rem 1.25rem .25rem; }.message { display:grid; grid-template-columns:2rem 1fr; gap:.65rem; margin-bottom:1.2rem; }.message-avatar { width:2rem; height:2rem; display:grid; place-items:center; border-radius:50%; background:#d6e4d3; color:#31523e; font-size:.76rem; font-weight:700; }.message:nth-child(2n) .message-avatar { background:#f5d887; color:#6c500a; }.message-name { font-weight:700; font-size:.84rem; }.message-time { color:var(--muted); margin-left:.4rem; font-size:.72rem; }.message-body { margin:.18rem 0 0; font-size:.9rem; white-space:pre-wrap; }.mention { background:#dcebd9; color:#285238; border-radius:.2rem; padding:0 .15rem; font-weight:600; }.message-form { padding:1rem 1.25rem 1.15rem; border-top:1px solid var(--line); }.message-form textarea { width:100%; resize:vertical; border:1px solid #b8c0b8; border-radius:.55rem; padding:.7rem; color:var(--ink); background:#fff; }.message-form textarea:focus,input:focus { outline:3px solid rgba(241,199,79,.45); outline-offset:1px; }.message-form-footer { display:flex; justify-content:space-between; align-items:center; gap:1rem; margin-top:.6rem; }.message-help { color:var(--muted); font-size:.75rem; }.notification-toggle { display:flex; align-items:center; gap:.45rem; color:var(--muted); font-size:.8rem; }.notification-toggle input { accent-color:var(--forest); width:1rem; height:1rem; }
dialog { width:min(480px, calc(100% - 2rem)); padding:0; border:0; border-radius:1rem; color:var(--ink); background:var(--card); box-shadow:0 22px 70px rgba(0,0,0,.28); }dialog::backdrop { background:rgba(17,31,22,.48); }dialog form { padding:1.5rem; }.dialog-topline { display:flex; justify-content:space-between; align-items:start; }.dialog-topline .eyebrow { margin:0; }.close-button { width:2rem; height:2rem; border:0; border-radius:50%; background:#edf0e9; font-size:1.45rem; line-height:1; }.game-dialog h2,.profile-dialog h2 { font-size:2rem; margin:.7rem 0; }.game-dialog label { display:block; margin:1rem 0 .35rem; font-size:.83rem; font-weight:700; }.game-dialog input { width:100%; border:1px solid #aeb8ae; padding:.65rem; border-radius:.5rem; background:white; }.dialog-actions { display:flex; justify-content:flex-end; gap:.6rem; margin-top:1.35rem; }.reset-button { margin-top:.6rem; }.toast { position:fixed; left:50%; bottom:1.4rem; transform:translate(-50%, 150%); padding:.7rem 1rem; background:#1c2a20; color:#fff; border-radius:.45rem; box-shadow:var(--shadow); transition:transform .2s ease; font-size:.85rem; z-index:20; }.toast.show { transform:translate(-50%, 0); }.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media (max-width:720px) { .hero { grid-template-columns:1fr; gap:1.7rem; padding-bottom:2.5rem; }.seat-card { width:100%; }.section-heading-row,.rsvp-card { align-items:flex-start; flex-direction:column; }.game-card { grid-template-columns:65px 1fr; gap:.8rem; }.game-art { width:65px; height:65px; }.game-score { grid-column:2; }.vote-actions { grid-column:1 / -1; }.message-form-footer { align-items:flex-end; flex-direction:column; }.notification-toggle { align-self:flex-start; }.hero h1 { font-size:3.5rem; }.rsvp-actions { width:100%; }.rsvp-actions .button { flex:1; } }
