:root{--green:#12402e;--cream:#f3efe0;--paper:#fffdf5;--sand:#e9e3cf;--sand-dark:#cfc8b2;--red:#d6291e;--red-dark:#a31f16;--fairway:#2e7d32;--mud:#6b4a2b;--muted:#6b7a6f;--soft:#3e5247;--escrow:#b8860b;--fun:"Fredoka", "Trebuchet MS", "Arial Rounded MT Bold", sans-serif;--body:"Nunito", "Trebuchet MS", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--green);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-weight:600;line-height:1.5}a{color:var(--red);text-decoration:none}a:hover{color:var(--red-dark)}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--fun);margin:0;font-weight:700;line-height:1}h1{letter-spacing:-.01em;font-size:clamp(44px,8vw,86px)}h2{font-size:clamp(32px,5vw,52px)}h3{font-size:24px;font-weight:600}p{margin:0}.muted{color:var(--muted)}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}.nav{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f3efe0eb;border-bottom:2px solid #12402e1a;position:sticky;top:0}.nav .wrap{justify-content:space-between;align-items:center;gap:16px;height:72px;display:flex}.brand{color:var(--green);align-items:center;gap:12px;display:flex}.brand img{object-fit:cover;border-radius:50%;width:44px;height:44px}.brand span{font-family:var(--fun);font-size:24px;font-weight:700}.links{align-items:center;gap:6px;display:flex}.links a{color:var(--green);font-family:var(--fun);border-radius:999px;padding:8px 12px;font-size:16px;font-weight:600}.links a.active,.links a:hover{background:var(--sand)}.links a.cta{background:var(--green);color:var(--cream);padding:10px 18px}.links a.cta:hover{background:var(--red)}@media (width<=720px){.links a:not(.cta){display:none}}.btn{font-family:var(--fun);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:10px;padding:14px 22px;font-size:17px;font-weight:600;transition:transform .12s;display:inline-flex}.btn:active{transform:translateY(2px)}.btn.red{background:var(--red);color:var(--cream);box-shadow:4px 4px 0 var(--green)}.btn.red:hover{background:var(--red-dark);color:var(--cream)}.btn.green{background:var(--green);color:var(--cream);box-shadow:4px 4px 0 var(--red)}.btn.green:hover{color:var(--cream);background:#0f3325}.btn.ghost{color:var(--green);border:2px solid var(--green);background:0 0}.btn.ghost:hover{background:var(--sand);color:var(--green)}.btn.store{background:var(--green);color:var(--cream);box-shadow:4px 4px 0 var(--red);border-radius:14px;flex-direction:column;align-items:flex-start;gap:0;padding:12px 18px;line-height:1.1}.btn.store small{font-family:var(--body);letter-spacing:.08em;text-transform:uppercase;opacity:.8;font-size:11px;font-weight:800}.btn.store.soon{opacity:.85;cursor:default}.card{background:var(--paper);border:2px solid var(--green);border-radius:24px;padding:22px}.card.shadow{box-shadow:6px 6px 0 var(--red)}.card.alt{background:var(--sand);border-color:#0000}.tilt-l{transform:rotate(-1.2deg)}.tilt-r{transform:rotate(1deg)}.stamp{background:var(--red);color:var(--cream);font-family:var(--fun);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:15px;font-weight:600;display:inline-flex;transform:rotate(-2deg)}.stamp.green{background:var(--green)}.stamp.gold{background:var(--escrow)}.stamp .dot{background:var(--cream);border-radius:50%;width:8px;height:8px;animation:1s infinite alternate blink}@keyframes blink{0%{opacity:.3}to{opacity:1}}.label{letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-size:12px;font-weight:800}.tile{background:var(--green);width:44px;height:44px;color:var(--cream);font-family:var(--fun);border-radius:14px;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:inline-flex}.tile.red{background:var(--red)}.tile.fairway{background:var(--fairway)}.hero{padding:56px 0 72px;position:relative;overflow:hidden}.hero .wrap{grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;display:grid}.hero .copy{flex-direction:column;gap:22px;display:flex}.hero .never{background:var(--red);color:var(--cream);border-radius:18px;padding:0 16px;display:inline-block;transform:rotate(-2deg)}.hero .lede{color:var(--soft);max-width:560px;font-size:19px}.hero .stores{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero .art{justify-content:center;display:flex;position:relative}.hero .art img.badge{width:min(360px,80%);box-shadow:12px 12px 0 var(--red);border-radius:50%;transform:rotate(-6deg)}.hero .art .free{background:var(--paper);border:3px solid var(--green);font-family:var(--fun);border-radius:16px;padding:8px 14px;font-weight:600;position:absolute;bottom:8%;right:4%;transform:rotate(5deg)}@media (width<=860px){.hero .wrap{grid-template-columns:1fr}.hero .art{order:-1}.hero .art img.badge{width:220px}}.splat{pointer-events:none;opacity:.09;fill:var(--mud);position:absolute}.section{padding:64px 0}.section.dark{background:var(--green);color:var(--cream)}.section.dark .muted{color:#8fa396}.section.dark .card{border-color:var(--cream);color:var(--cream);background:#0f3325}.section.dark .card .muted{color:#8fa396}.section.dark h2,.section.dark h3{color:var(--cream)}.grid{gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=860px){.grid.two,.grid.three{grid-template-columns:1fr}}.section-head{flex-direction:column;gap:10px;max-width:720px;margin-bottom:28px;display:flex}.section-head p{color:var(--soft);font-size:18px}.section.dark .section-head p{color:#b8c4bb}.rule{align-items:flex-start;gap:16px;display:flex}.rule .n{flex:none}.rule h3{margin-bottom:4px}.rule p{color:var(--soft)}.section.dark .rule p{color:#b8c4bb}.board{flex-direction:column;gap:10px;display:flex}.row{background:var(--paper);color:var(--green);border-radius:22px;align-items:center;gap:14px;padding:14px 18px;display:flex}.row.lead{border:2px solid var(--green);box-shadow:5px 5px 0 var(--red);transform:rotate(-1deg)}.row.alt{background:var(--sand)}.row .name{flex-direction:column;flex:1;display:flex}.row .name b{font-family:var(--fun);font-size:20px;font-weight:600}.row .name small{color:var(--muted);font-size:13px}.row .pts{font-family:var(--fun);font-size:34px;font-weight:700}.row .esc{color:var(--escrow);font-size:12px;font-weight:800}.codebox{gap:10px;display:flex}.codebox input{font-family:var(--fun);letter-spacing:6px;text-transform:uppercase;border:2px solid var(--green);background:var(--paper);color:var(--green);border-radius:16px;flex:1;min-width:0;padding:14px 18px;font-size:26px}.codebox input:focus{outline:3px solid #d6291e59}.table{border-collapse:collapse;width:100%;font-size:14px}.table th,.table td{text-align:center;white-space:nowrap;border-bottom:1px solid #12402e1f;padding:6px}.table th:first-child,.table td:first-child{text-align:left;background:var(--paper);z-index:2;box-shadow:-12px 0 0 var(--paper);position:sticky;left:0}.table .pt{color:var(--fairway);font-weight:800}.table .neg{color:var(--red);font-weight:800}.table .escrow{color:var(--escrow)}.scrollx{overflow-x:auto}.table.score th,.table.score td{padding:5px 4px}.table.score thead th{color:var(--green)}.table.score tr.hcp td,.table.score tr.hcp th{padding-top:2px;padding-bottom:4px;font-size:11px}.table.score th.topar{font-size:12px}.table.score td.cell{min-width:40px;padding:4px 9px 4px 4px;position:relative}.table.score .stack{flex-direction:column;align-items:center;gap:1px;line-height:1;display:inline-flex}.table.score .stack small{font-size:9px}.shape{width:24px;height:24px;color:var(--green);justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.shape.good{color:var(--fairway)}.shape.bad{color:var(--red)}.shape.round{border-radius:50%}.shape.r1,.shape.r2{border:1.5px solid;font-size:13px}.shape.r2{outline-offset:2px;outline:1.5px solid;margin:3px}.shape:not(.good):not(.bad).r1,.shape:not(.good):not(.bad).r2{border-color:var(--green);outline-color:var(--green)}.dots{gap:1.5px;display:flex;position:absolute;top:3px;right:3px}.dots i{background:var(--green);border-radius:50%;width:4px;height:4px;display:block}.plus{color:var(--red);font-size:11px;font-weight:900;line-height:1;position:absolute;top:1px;right:3px}.footer{color:var(--muted);padding:40px 0 60px;font-size:14px}.footer .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer a{color:var(--green);margin-right:16px}.prose{max-width:760px}.prose h2{margin:32px 0 10px;font-size:30px}.prose p,.prose li{color:var(--soft);margin-bottom:12px;font-size:17px}.prose ul{padding-left:22px}.live-grid{grid-template-columns:minmax(260px,300px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.live-grid .row{border-radius:18px;gap:12px;padding:10px 14px}.live-grid .row .tile{border-radius:11px;width:36px;height:36px;font-size:16px}.live-grid .row .name b{font-size:17px}.live-grid .row .name small{font-size:12px}.live-grid .row .pts{font-size:28px}.live-grid .table.score{table-layout:auto;font-size:13px}.live-grid .table.score th,.live-grid .table.score td{padding:5px 3px}@media (width<=960px){.live-grid{grid-template-columns:1fr}}.table.score th:first-child,.table.score td:first-child{box-shadow:none;padding-left:12px}.table.score tr>:nth-last-child(2),.table.score tr>:last-child{background:var(--paper);z-index:2;box-sizing:border-box;position:sticky}.table.score tr>:last-child{width:64px;min-width:64px;max-width:64px;padding-left:4px;padding-right:12px;right:0}.table.score tr>:nth-last-child(2){border-left:2px solid var(--green);width:44px;min-width:44px;max-width:44px;padding-left:4px;padding-right:4px;right:64px}.wrap.live-wrap{max-width:1360px}.live-grid .table.score td.cell{min-width:26px;padding:3px 6px 3px 2px}.live-grid .table.score th:first-child,.live-grid .table.score td:first-child{padding-right:8px}.live-grid .shape{width:22px;height:22px;font-size:13px}.table.score .greenie{color:var(--fairway);font-size:9px;font-weight:900;line-height:1;position:absolute;bottom:1px;left:2px}.table.score td.greenie-win{background:#2e7d3224}
