@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");:root{--bg:#f6f7f9;--surface:#ffffff;--surface-strong:#ffffff;--surface-soft:#f3f4f6;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--accent:#14532d;--accent-strong:#14532d;--accent-soft:#e7f5ec;--gold:#8a6a2a;--danger:#b91c1c;--success:#047857;--shadow:none}*{box-sizing:border-box}body,html{margin:0;min-height:100%;color:var(--text);font-family:IBM Plex Sans,sans-serif}body,html{background:var(--bg)}.site-frame{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}ul{padding-left:1.2rem}button,input,select,textarea{font:inherit}.page-bg{position:fixed;inset:0;pointer-events:none;background:transparent;z-index:-1}.app-shell{max-width:1600px;margin:0 auto;padding:1.2rem;flex:1 1;width:100%}.content-grid{display:grid;grid-template-columns:180px minmax(0,1fr) 180px;grid-gap:1rem;gap:1rem;margin-top:1rem}.content{min-width:0}.ad-rail{display:block}.ad-slot{position:-webkit-sticky;position:sticky;top:1rem;min-height:240px;padding:1rem;border:1px solid var(--line);background:var(--surface-soft);color:var(--muted)}.ad-slot p{font-family:Bebas Neue,sans-serif;font-size:1.7rem;letter-spacing:.04em;color:var(--accent-strong)}.ad-slot span{display:block;margin-top:.35rem;line-height:1.4;font-size:.92rem}.topbar{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.85rem 1rem;border:1px solid var(--line);background:var(--surface)}.topbar-main{width:100%}.topbar-head,.topbar-main{display:flex;align-items:center;gap:1rem;min-width:0;justify-content:space-between}.brand{font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:.05em;color:var(--accent-strong);white-space:nowrap}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:var(--surface-strong);align-items:center;justify-content:center;gap:4px;flex-direction:column}.menu-toggle span{width:18px;height:2px;background:var(--accent-strong);display:block}.menu{display:flex;gap:.35rem;align-items:center;flex:1 1;justify-content:flex-start;min-width:0}.menu-link,.subnav-link{padding:.55rem .8rem;color:var(--muted);font-weight:600;border-bottom:2px solid transparent}.subnav-link{background:transparent;border-left:0;border-right:0;border-top:0;cursor:pointer}.menu-link.active,.menu-link:hover,.subnav-link.active,.subnav-link:hover{color:var(--accent-strong);border-bottom-color:var(--accent-strong)}.menu-auth{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.user-chip{padding:.4rem .7rem;background:var(--accent-soft);color:var(--accent-strong);font-weight:600}.checkbox-row{display:flex;align-items:flex-start;gap:.5rem;font-weight:600}.checkbox-row input{width:auto;margin-top:.2rem}.checkbox-row a{color:var(--accent-strong);text-decoration:underline}.stack-lg,.stack-md,.stack-sm{display:flex;flex-direction:column}.stack-lg{gap:1.25rem}.stack-md{gap:.85rem}.stack-sm{gap:.5rem}.cards-grid,.grid-2,.grid-3,.group-grid,.stats-grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid,.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.activity-card,.card,.group-card,.hero,.table-card{border:1px solid var(--line);background:var(--surface);box-shadow:none}.activity-card,.card,.group-card{padding:1rem}.table-card{overflow:hidden}.hero{padding:1.5rem;background:var(--surface)}.hero-landing{background:linear-gradient(90deg,rgba(17,24,39,.78),rgba(17,24,39,.58) 48%,rgba(17,24,39,.42)),url(/images/landingpage-image.jpg)}.hero-games,.hero-landing,.hero-rules{position:relative;overflow:hidden;color:#fff;background-position:50%;background-size:cover;background-repeat:no-repeat}.hero-games,.hero-rules{background-color:#111827}.hero-rules{background:linear-gradient(90deg,rgba(17,24,39,.78),rgba(17,24,39,.58) 48%,rgba(17,24,39,.42)),url(/images/Header_Rules.jpg) 50% /cover no-repeat}.hero-games{background:linear-gradient(90deg,rgba(17,24,39,.78),rgba(17,24,39,.58) 48%,rgba(17,24,39,.42)),url(/images/Header_Tipping_Games.jpg) 50% /cover no-repeat}.hero-games .hero-tag,.hero-games .small-note,.hero-games h1,.hero-landing .hero-tag,.hero-landing .small-note,.hero-landing h1,.hero-rules .hero-tag,.hero-rules .small-note,.hero-rules h1{position:relative;z-index:1;color:#fff}.hero-games .hero-tag,.hero-landing .hero-tag,.hero-rules .hero-tag{color:#f5d38a}.hero-games .btn-secondary,.hero-landing .btn-secondary,.hero-rules .btn-secondary{background:rgba(255,255,255,.9);color:var(--accent-strong);border-color:rgba(255,255,255,.9)}.eyebrow,.hero-tag{font-family:Bebas Neue,sans-serif;letter-spacing:.08em;color:var(--gold);font-size:1.1rem}.hero h1,.page-title{font-family:Bebas Neue,sans-serif;letter-spacing:.03em;line-height:.95;font-size:clamp(2.4rem,6vw,4.8rem)}.card h2,.card h3,.section-title,.subsection-title{font-family:Bebas Neue,sans-serif;letter-spacing:.03em;font-size:1.7rem}.small-note{line-height:1.2;font-size:1rem}.muted,.small-note{color:var(--muted)}.error,.success{font-weight:600}.success{color:var(--success)}.error{color:var(--danger)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;padding:.7rem .95rem;cursor:pointer;font-weight:700;transition:background .12s ease,border-color .12s ease,color .12s ease}.btn:disabled,.btn:hover{transform:none}.btn:disabled{opacity:.6;cursor:not-allowed}.section-header{align-items:end;padding:0}.section-header,.subnav{display:flex;justify-content:space-between;gap:1rem;border:0;background:transparent;box-shadow:none}.subnav{align-items:center;padding:.5rem 0;border-bottom:1px solid var(--line)}.btn-primary{background:var(--accent-strong);color:#fff}.btn-secondary{background:var(--surface-soft);border-color:var(--line);color:var(--accent-strong)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--muted)}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;padding:.75rem .8rem}.password-input{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.5rem;gap:.5rem;align-items:center}.password-toggle{min-width:96px}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid rgba(20,83,45,.18);border-color:var(--accent)}.actions-inline,.checkbox-label,.hero-actions,.inline-fields,.tab-row,.tip-inputs{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.checkbox-label{flex-direction:row}.checkbox-label input{width:auto}.form-wrap{min-height:70vh;display:grid;place-items:center}.form-card{width:min(560px,100%)}.activity-comment,.admin-row,.participant-row,.tip-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border:0;border-bottom:1px solid var(--line);background:transparent}.tip-match{display:flex;flex-direction:column;gap:.25rem}.subnav-links{display:flex;gap:.4rem;flex-wrap:wrap}.stat-card{padding:1rem;border:1px solid var(--line);background:var(--surface-strong)}.stat-label{color:var(--muted);text-transform:uppercase;font-size:.82rem;letter-spacing:.08em}.stat-value{display:block;margin-top:.35rem;font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:var(--accent-strong)}.game-list-card{display:flex;flex-direction:column;gap:1rem;padding:.9rem 0;border:0;border-bottom:1px solid var(--line);background:transparent}.game-actions{display:flex;gap:.7rem;flex-wrap:wrap;align-items:end}.gameplay-list-scroll{max-height:32rem;overflow:auto;align-content:start;padding-right:.2rem}.pill{display:inline-flex;align-items:center;padding:.28rem .55rem;border:1px solid var(--line);font-size:.82rem;font-weight:700}.note-box,.pill{background:var(--surface-soft);color:var(--muted)}.note-box{padding:.9rem 1rem;border:1px dashed var(--line)}.idea-sketch-card{position:relative;overflow:hidden;border:1px solid var(--line);background:var(--surface-soft)}.idea-sketch-image{display:block;width:100%;height:auto}.landing-split{display:block}.landing-split-card{height:100%}.landing-split-media{position:relative;min-height:420px;overflow:hidden;border:1px solid var(--line);background:var(--surface-soft)}.landing-split-card-media{height:100%;min-height:100%;border:0}.landing-split-photo{object-fit:cover}.landing-desktop-only{display:none}.landing-mobile-only{display:block}.legal-card{padding:1.4rem}.legal-html{display:flex;flex-direction:column;gap:1rem;line-height:1.65}.legal-html h2,.legal-html h3{font-family:Bebas Neue,sans-serif;letter-spacing:.03em}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.site-footer-inner{max-width:1600px;margin:0 auto;padding:1rem 1.2rem 1.4rem;align-items:center;justify-content:space-between}.footer-links,.site-footer-inner{display:flex;gap:1rem;flex-wrap:wrap}.footer-links{font-weight:600;color:var(--accent-strong)}.footer-copy{color:var(--muted);font-size:.92rem}.activity-list{display:flex;flex-direction:column;gap:.85rem;max-height:560px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.activity-card header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.activity-meta{display:flex;gap:.5rem;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.activity-actions{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.8rem}.comment-toggle{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:0;color:var(--accent-strong);cursor:pointer;font-weight:700}.comment-badge{min-width:1.4rem;padding:.05rem .35rem;background:var(--accent-soft);text-align:center}.comment-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.85rem}.compact-comments{margin-top:0}.comment-form{display:flex;gap:.6rem;align-items:end}.comment-form textarea{min-height:72px}.feed-list{display:flex;flex-direction:column;gap:.7rem;max-height:360px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.system-activity-line{color:var(--gold);font-weight:700}.feed-item{padding:.8rem;border-left:3px solid var(--gold);background:var(--surface-strong)}.round-tabs{display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:.75rem}.tab-button{border:1px solid var(--line);background:var(--surface-soft);padding:.55rem .8rem;cursor:pointer;font-weight:700}.tab-button.active{background:var(--accent-strong);color:#fff;border-color:var(--accent-strong)}.match-card{padding:1rem;border:1px solid var(--line);background:var(--surface-strong)}.leaderboard-cell-main,.match-card-header{display:flex;justify-content:space-between;gap:.8rem;align-items:start}.table-scroll{overflow:auto}.leaderboard-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;--sticky-score-width:46px}.leaderboard-table td,.leaderboard-table th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:.22rem .28rem;font-size:.74rem;vertical-align:top;background:#fff}.leaderboard-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--surface-soft)}.sticky-left{left:0}.sticky-left,.sticky-right-1,.sticky-right-2{position:-webkit-sticky;position:sticky;z-index:4!important;background:var(--surface-soft)!important}.sticky-right-1,.sticky-right-2{text-align:center;min-width:var(--sticky-score-width);max-width:var(--sticky-score-width);box-shadow:-1px 0 0 var(--line) inset}.sticky-right-1{right:var(--sticky-score-width)}.sticky-right-2{right:0}.round-total-cell,.total-cell,.username-cell{font-weight:700;font-size:.72rem}.username-cell{min-width:90px}.leaderboard-cell{min-width:84px}.leaderboard-tip{font-family:Bebas Neue,sans-serif;font-size:1.02rem;line-height:1;letter-spacing:.02em}.leaderboard-points{font-weight:700;font-size:.7rem;color:var(--accent-strong)}.leaderboard-head{min-width:74px}.leaderboard-meta{align-items:flex-end}.leaderboard-sticky-head{font-size:.7rem}.leaderboard-summary-head,.round-total-inline{min-width:46px;text-align:center;font-weight:700;font-size:.68rem;background:var(--surface-soft)}.factor-highlight{color:var(--gold);font-weight:700}.simple-table{width:100%;border-collapse:collapse}.simple-table td,.simple-table th{padding:.55rem .6rem;border-bottom:1px solid var(--line);text-align:left;font-size:.92rem}.simple-table th{color:var(--muted);font-weight:600}.status-untipped{color:var(--danger)}.status-hidden{color:var(--gold)}.admin-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior:contain;scrollbar-gutter:stable;white-space:nowrap}.admin-actions>*{flex:0 0 auto}.admin-actions input,.admin-actions select,.admin-actions textarea{width:auto}.admin-actions input[type=number]{width:72px;padding:.55rem .6rem}.participant-request-box{min-width:min(320px,100%)}.participant-request-box textarea{min-height:72px}.centered{min-height:40vh;display:grid;place-items:center;color:var(--muted)}.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:1200px){.content-grid{grid-template-columns:1fr}.ad-rail{display:none}}@media (max-width:900px){.cards-grid,.grid-2,.grid-3,.stats-grid{grid-template-columns:1fr}.topbar,.topbar-main{align-items:stretch}.topbar-main{flex-direction:column}.topbar-head{width:100%}.menu-toggle{display:inline-flex}.menu{display:none;width:100%;flex-direction:column;align-items:stretch;border-top:1px solid var(--line);padding-top:.75rem}.menu.open{display:flex}.menu-link{padding:.75rem 0}.menu-auth{margin-left:0;justify-content:flex-start;padding-top:.75rem;border-top:1px dashed var(--line)}.site-footer-inner{flex-direction:column;align-items:flex-start}.activity-card header,.admin-row,.comment-form,.match-card-header,.menu-auth,.participant-row,.section-header,.subnav,.tip-row{flex-direction:column;align-items:stretch}.leaderboard-table{--sticky-score-width:52px}}@media (min-width:901px){.landing-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:stretch}.landing-split-image-right .landing-split-card{order:1}.landing-split-image-right .landing-split-media{order:2}.landing-desktop-only{display:block}.landing-mobile-only{display:none}}