.games-hero{background:linear-gradient(135deg,#0f3325,#245e43);color:#fff;padding:46px 0}.games-hero h1{font-size:42px;margin:0 0 10px}.games-hero p{max-width:760px;color:#d8e8df;font-size:18px;line-height:1.6}.game-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.game-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(18,60,43,.07)}.game-card-art{min-height:190px;display:flex;align-items:center;justify-content:center;font-size:76px;background:linear-gradient(145deg,#dcebdd,#f8fbf8)}.game-card-body{padding:22px}.game-card h2{margin:0 0 8px}.game-card p{color:var(--muted);line-height:1.55}.game-meta{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.game-tag{font-size:12px;background:#eef5f0;color:var(--green);border-radius:999px;padding:6px 9px;font-weight:700}.game-lock{background:#fff6dc;color:#805b00}.game-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.game-stage{background:#0e2b1f;border-radius:16px;padding:12px;box-shadow:0 14px 34px rgba(15,45,33,.18)}.game-stage canvas{display:block;width:100%;height:auto;aspect-ratio:900/560;background:#6aa956;border-radius:10px;touch-action:none}.game-panel{display:grid;gap:14px}.game-panel .panel{margin:0}.score-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.score-box{background:#f3f7f4;border-radius:9px;padding:12px}.score-box b{display:block;font-size:22px}.score-box span{font-size:12px;color:var(--muted)}.meter-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:13px;font-weight:700}.game-range{width:100%}.aim-readout{font-size:13px;color:var(--muted);margin-top:8px}.game-controls{display:grid;gap:10px}.club-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.club-btn{border:1px solid #bfc9c3;background:#fff;color:var(--ink);padding:10px;border-radius:7px;font-weight:700;cursor:pointer}.club-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.game-message{min-height:44px;padding:11px 12px;border-radius:8px;background:#eef6f1;border:1px solid #bddbc9;font-size:14px;line-height:1.45}.game-message.warn{background:#fff6e6;border-color:#ead2a2}.game-message.good{background:#eaf7ee;border-color:#add4b8}.game-actions{display:flex;gap:8px;flex-wrap:wrap}.game-help{font-size:13px;color:var(--muted);line-height:1.55}.wind-indicator{display:flex;gap:10px;align-items:center}.wind-arrow{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;font-size:24px}.member-score{background:#f9f6ea;border:1px solid #eadfb8;border-radius:10px;padding:12px}.member-score b{font-size:20px}.round-table{width:100%;border-collapse:collapse;font-size:13px}.round-table th,.round-table td{padding:7px;border-bottom:1px solid var(--line);text-align:left}.game-finish{display:none;margin-top:14px}.game-finish.show{display:block}.game-login-cta{border:1px dashed #b9c7bf;background:#fbfdfb;border-radius:12px;padding:18px;margin-top:18px}.kbd{display:inline-block;border:1px solid #c7d0ca;border-bottom-width:2px;border-radius:5px;padding:1px 6px;background:#fff;font-family:monospace;font-size:12px}.game-page-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.game-page-title h1{margin:0 0 5px}@media(max-width:900px){.game-shell{grid-template-columns:1fr}.game-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.game-panel .panel:last-child{grid-column:1/-1}}@media(max-width:700px){.game-cards{grid-template-columns:1fr}.games-hero h1{font-size:34px}.game-panel{grid-template-columns:1fr}.game-panel .panel:last-child{grid-column:auto}.game-page-title{display:block}.game-page-title .btn{margin-top:10px}.game-card-art{min-height:140px}.club-grid{grid-template-columns:1fr 1fr}}
.game-assistant-card{border:1px solid #b8d5c2;background:linear-gradient(180deg,#fbfefc,#f3f8f5)}
.game-assistant-head{display:flex;gap:10px;align-items:center;margin-bottom:12px}.game-assistant-head h3{margin:0;font-size:18px}.game-assistant-head small{color:var(--muted)}.game-assistant-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:22px;flex:0 0 auto}
.game-assistant-messages{height:190px;overflow:auto;border:1px solid #d8e4dc;background:#fff;border-radius:9px;padding:10px;display:grid;gap:8px;align-content:start}
.game-assistant-msg{font-size:13px;line-height:1.45;display:grid;gap:2px;max-width:92%;padding:8px 9px;border-radius:9px}.game-assistant-msg b{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.game-assistant-msg span{white-space:pre-wrap}.game-assistant-msg.coach{background:#eaf5ee;color:#173d2c}.game-assistant-msg.player{background:#f1f2f2;margin-left:auto;color:#303733}.game-assistant-msg.player b{text-align:right}
.game-assistant-chips{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.game-assistant-chips button{border:1px solid #b7ccc0;background:#fff;color:var(--green);font-size:12px;font-weight:700;padding:6px 8px;border-radius:999px;cursor:pointer}.game-assistant-chips button:hover{background:#edf6f0}
.game-assistant-form{display:grid;grid-template-columns:1fr auto;gap:7px}.game-assistant-form input{min-width:0;border:1px solid #bcc9c1;border-radius:7px;padding:9px 10px;font:inherit}.game-assistant-form button{border:0;border-radius:7px;background:var(--green);color:#fff;font-weight:800;padding:9px 11px;cursor:pointer}.game-assistant-note{font-size:11px;color:var(--muted);line-height:1.4;margin:8px 0 0}


/* Game-page commerce + news rails */
.game-play-section{padding-top:28px}.game-wide-wrap{max-width:1760px}.game-experience-grid{display:grid;grid-template-columns:245px minmax(0,1fr) 275px;gap:18px;align-items:start}.game-center-column{min-width:0}.game-commerce-sidebar,.game-news-sidebar{position:sticky;top:14px;display:grid;gap:12px;max-height:calc(100vh - 28px);overflow:auto;padding-right:2px;scrollbar-width:thin}.game-side-title{background:linear-gradient(145deg,#123c2b,#1d6244);color:#fff;border-radius:14px;padding:16px}.game-side-title.news{background:linear-gradient(145deg,#1e2d39,#38536a)}.game-side-title span{font-size:10px;letter-spacing:.12em;font-weight:800;color:#d8b95f}.game-side-title h2{font-size:19px;margin:5px 0 5px}.game-side-title p{font-size:12px;line-height:1.4;margin:0;color:#dce8e1}.game-promo-stack{display:grid;gap:11px}.game-promo-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(13,45,32,.06)}.game-promo-image{display:block;background:#fff}.game-promo-image img{display:block;width:100%;height:122px;object-fit:contain;padding:11px}.game-promo-copy{padding:11px}.game-offer-badge{display:inline-block;background:#b52828;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em;border-radius:4px;padding:4px 6px;margin-bottom:6px}.game-promo-copy h3{font-size:14px;line-height:1.25;margin:0 0 5px}.game-promo-copy p{font-size:11px;line-height:1.38;color:var(--muted);margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.game-promo-price{display:flex;align-items:baseline;gap:6px}.game-promo-price strong{font-size:17px;color:var(--green)}.game-promo-price del{font-size:11px;color:#808883}.game-promo-cta{display:block;margin-top:7px;color:var(--green);font-size:11px;font-weight:800}.game-side-shopall{background:var(--gold);color:#17201c;text-align:center;padding:10px;border-radius:8px;font-size:12px;font-weight:900}.game-side-note{display:block;color:#76807a;font-size:10px;line-height:1.35;padding:0 3px 6px}.news-source{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.news-source-head{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;border-bottom:1px solid var(--line);background:#f7f9f8}.news-source-head strong{font-size:14px}.news-source-head a{font-size:10px;color:var(--green);font-weight:800}.news-source.golfcom .news-source-head{border-top:4px solid #1d533c}.news-source.golfdigest .news-source-head{border-top:4px solid #111}.news-list{display:grid}.news-list article{padding:10px 12px;border-bottom:1px solid #edf0ee}.news-list article:last-child{border-bottom:0}.news-list a{font-size:12px;line-height:1.4;font-weight:700;display:block}.news-list a:hover{text-decoration:underline}.news-list time{display:block;color:#808883;font-size:9px;margin-top:5px}.news-unavailable{font-size:11px;line-height:1.45;color:var(--muted);padding:13px}.news-unavailable a{color:var(--green);font-weight:700}.game-experience-grid .game-shell{grid-template-columns:minmax(0,1fr) 275px;gap:16px}
@media(max-width:1450px){.game-experience-grid{grid-template-columns:205px minmax(0,1fr) 235px;gap:14px}.game-experience-grid .game-shell{grid-template-columns:minmax(0,1fr) 235px;gap:14px}.game-promo-image img{height:100px}}
@media(max-width:1180px){.game-experience-grid{grid-template-columns:180px minmax(0,1fr) 215px;gap:12px}.game-experience-grid .game-shell{grid-template-columns:minmax(0,1fr) 210px;gap:12px}.game-commerce-sidebar,.game-news-sidebar{position:sticky;top:10px;max-height:calc(100vh - 20px);overflow:auto}.game-promo-image img{height:88px}.game-promo-copy{padding:9px}.game-promo-copy h3{font-size:12px}.game-promo-copy p{font-size:10px}.game-side-title{padding:12px}.game-side-title h2{font-size:16px}.game-panel .panel{padding:14px}.score-box{padding:9px}.score-box b{font-size:19px}.game-assistant-messages{height:150px}}
@media(max-width:1050px){
  .game-experience-grid{grid-template-columns:1fr;gap:18px}
  .game-experience-grid>.game-center-column{order:1;grid-column:1;grid-row:auto}
  .game-experience-grid>.game-commerce-sidebar{order:2;grid-column:1;grid-row:auto}
  .game-experience-grid>.game-news-sidebar{order:3;grid-column:1;grid-row:auto}
  .game-commerce-sidebar,.game-news-sidebar{position:static;max-height:none;overflow:visible}
  .game-promo-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
  .game-news-sidebar{grid-template-columns:1fr 1fr}
  .game-news-sidebar>.game-side-title,.game-news-sidebar>.game-side-note{grid-column:1/-1}
  .game-experience-grid .game-shell{grid-template-columns:minmax(0,1fr) 260px;gap:14px}
  .game-wide-wrap{max-width:100%;padding-left:18px;padding-right:18px}
}
@media(max-width:760px){
  .game-experience-grid .game-shell{grid-template-columns:1fr}
  .game-experience-grid .game-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .game-experience-grid .game-panel .panel:last-child{grid-column:1/-1}
  .game-stage{padding:8px;border-radius:12px}
  .game-stage canvas{border-radius:8px}
  .game-page-title{display:block}
  .game-page-title .btn{margin-top:10px}
  .game-promo-image img{height:130px}
}
@media(max-width:620px){
  .game-promo-stack,.game-news-sidebar,.game-experience-grid .game-panel{grid-template-columns:1fr}
  .game-news-sidebar>.game-side-title,.game-news-sidebar>.game-side-note{grid-column:auto}
  .game-experience-grid .game-panel .panel:last-child{grid-column:auto}
  .game-promo-image img{height:150px}
  .game-wide-wrap{padding-left:10px;padding-right:10px}
  .game-page-title h1{font-size:28px;line-height:1.15}
  .game-page-title p{font-size:13px;line-height:1.45}
  .game-side-title{padding:13px}
  .game-side-title h2{font-size:18px}
  .game-promo-card,.news-source{border-radius:10px}
  .score-grid{grid-template-columns:1fr 1fr}
  .club-grid{grid-template-columns:1fr 1fr}
  .game-assistant-form{grid-template-columns:1fr}
  .game-assistant-form button{min-height:42px}
}

/* Night tournament game treatment */
.game-stage,.game-shell,.game-board,.game-panel{box-shadow:0 0 0 1px rgba(228,181,68,.5),0 14px 34px rgba(0,0,0,.38),0 0 22px rgba(47,255,79,.12)}.game-page,.game-layout{position:relative}.game-assistant,.game-commerce-sidebar,.game-news-sidebar{border-color:#d6b74e!important;box-shadow:0 10px 28px rgba(0,0,0,.3),0 0 15px rgba(57,255,84,.13)!important}.game-assistant-head{background:linear-gradient(120deg,#075d28,#032b15)!important}.game-side-title{background:linear-gradient(120deg,#07361b,#0b6d32)!important;color:#fff!important}.game-offer-badge{background:linear-gradient(#f24230,#aa0b08)!important;color:#fff!important;box-shadow:0 3px 0 #6e0704}.game-promo-cta{background:linear-gradient(#16a83a,#075c22)!important;color:#fff!important;border:1px solid #d2b74d!important}.news-source-head{background:#071b12!important;color:#fff!important;border-color:#d3b344!important}

/* Desktop game rails: explicitly pin ads left, game center, news right. */
@media(min-width:1051px){
  .game-experience-grid>.game-commerce-sidebar{grid-column:1;grid-row:1;min-width:0}
  .game-experience-grid>.game-center-column{grid-column:2;grid-row:1;min-width:0}
  .game-experience-grid>.game-news-sidebar{grid-column:3;grid-row:1;min-width:0}
}
@media(max-width:1050px){
  .game-experience-grid>.game-commerce-sidebar,
  .game-experience-grid>.game-center-column,
  .game-experience-grid>.game-news-sidebar{grid-column:1;grid-row:auto}
}
