:root{--green:#0c352c;--ink:#172d27;--gold:#edc36f;--line:#dce3df;--paper:#f4f6f4;--muted:#617068}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}header{background:var(--green);color:white;padding:24px max(24px,calc((100vw - 1200px)/2)) 0}.mast{display:flex;justify-content:space-between;align-items:center}.brand{color:white;text-decoration:none;display:flex;gap:12px;align-items:center;font-weight:700;letter-spacing:.09em;font-size:14px}.brand small{display:block;font-weight:400;color:#b1c8bd;font-size:12px;letter-spacing:.15em}.mark{border:1px solid var(--gold);color:var(--gold);width:40px;height:45px;display:grid;place-items:center;font:30px Georgia,serif}.date{font-size:13px;letter-spacing:.12em;color:var(--gold)}.heading{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 0}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:700;margin:0 0 10px;color:#63746a}header .eyebrow{color:var(--gold)}h1{font:normal clamp(32px,4vw,49px)/1.07 Georgia,serif;margin:0}h2{font:normal 32px/1.15 Georgia,serif;margin:0}h3{font-size:18px;margin:0 0 12px}.trip-facts{display:flex;gap:36px}.trip-facts span{font-size:14px;color:#c3d3cb}.trip-facts b{display:block;font:30px Georgia,serif;color:#fff;margin-bottom:4px}nav{display:flex;gap:32px;overflow:auto}nav a{color:#c7d8ce;text-decoration:none;padding:16px 0;white-space:nowrap;font-size:15px;border-bottom:3px solid transparent}nav a:hover,nav a.active{color:var(--gold);border-color:var(--gold)}main{max-width:1248px;margin:auto;padding:32px 24px}section{margin-bottom:52px}.section-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.pill{padding:6px 12px;border:1px solid #cbd6cd;background:#e9efea;border-radius:4px;font-size:14px}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-bottom:0;background:white}.stats>div{padding:20px 24px;border-right:1px solid var(--line)}.stats>div:last-child{border:0}.stats span{display:block;font-size:14px;color:var(--muted)}.stats strong{font-size:30px;font-weight:500;font-variant-numeric:tabular-nums}.stats>div:first-child strong{color:#1b6248}.table-shell{overflow-x:auto;border:1px solid var(--line);background:white}table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px}th,td{text-align:right;padding:15px 16px;border-bottom:1px solid #e8ece9;font-variant-numeric:tabular-nums}th{background:#eaf0eb;font-weight:600;color:#4f6257;font-size:13px}th:first-child,td:first-child{text-align:left;position:sticky;left:0;background:#fff;min-width:170px;z-index:1}th:first-child{background:#eaf0eb}th small{display:block;font-size:12px;font-weight:400}td:first-child{font-weight:600}tbody tr:hover td{background:#f5f8f5}td:last-child{font-weight:700;color:#154c36}tfoot td{background:#edf3ee!important;font-weight:700;border-bottom:0}.table-note{font-size:14px;color:var(--muted);margin:12px 0 0}.muted{color:var(--muted);font-size:14px}.teams{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}.team{padding:24px;border:1px solid var(--line);background:#fff;border-top:4px solid var(--green)}.team:nth-child(2){border-top-color:#c28c38}.team small{font-size:12px;letter-spacing:.12em;font-weight:700;color:var(--muted)}.team h3{font:25px Georgia,serif;margin:8px 0}.team p{margin:8px 0 0;color:var(--muted);font-size:14px}.subhead{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px}.rounds{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);background:white}.round{padding:22px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column}.round:last-child{border:0}.round-no{color:#507a62;font:32px Georgia,serif}.round .day{font-size:14px;font-weight:700;margin:12px 0}.round h3{font:23px Georgia,serif;margin:0 0 4px}.round .place{font-size:14px;color:var(--muted);margin:0 0 16px}.round .time{font-size:14px;margin:0 0 18px}.round .format{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;font-size:14px;font-weight:600}.round .format small{display:block;font-weight:400;color:var(--muted);margin-top:4px}.itinerary{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-size:16px;font-weight:600}details ul{padding-left:22px;color:var(--muted)}details li{margin:10px 0}.itinerary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:22px}.itinerary p{font-size:14px;color:var(--muted)}.rule-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.rule-grid article{background:white;border:1px solid var(--line);padding:26px}.rule-grid p{color:var(--muted);margin-top:0;min-height:48px}dl{margin-bottom:0}dl>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line);font-size:14px}dd{margin:0;font-weight:700;text-align:right}.sum{color:#185336}.cap{display:flex;justify-content:space-between;gap:16px;background:var(--green);color:white;padding:22px 26px;margin-top:22px}.cap span{color:#c7d8ce;font-size:14px}footer{padding:24px;max-width:1248px;margin:auto;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;font-size:12px;color:var(--muted);letter-spacing:.04em}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}a:focus-visible,summary:focus-visible{outline:3px solid #c79038;outline-offset:5px}@media(max-width:850px){.rounds{grid-template-columns:1fr 1fr}.round{border-bottom:1px solid var(--line)}.trip-facts{gap:20px}.rule-grid{grid-template-columns:1fr}}@media(max-width:560px){header{padding:18px 18px 0}.date{font-size:12px;letter-spacing:0}.heading{display:block;padding:24px 0}.trip-facts{margin-top:22px;gap:35px}.trip-facts b{font-size:24px}h1 br{display:none}h1{max-width:340px}nav{gap:24px}main{padding:26px 16px}.section-top{align-items:flex-start;flex-direction:column;gap:12px}h2{font-size:28px}.stats>div{padding:16px 12px}.stats strong{font-size:25px}.stats span{font-size:12px}th,td{padding:14px 12px}.teams{grid-template-columns:1fr;gap:12px}.subhead{display:block}.round{padding:20px 15px}.round h3{font-size:21px}.rounds{grid-template-columns:1fr 1fr}.round:last-child{grid-column:1/-1}.itinerary-grid{grid-template-columns:1fr 1fr}.cap,footer{flex-direction:column}.rule-grid article{padding:20px}.rule-grid p{min-height:0}section{margin-bottom:40px}}
.scorecard-intro{margin:-8px 0 22px}.round-detail{margin-bottom:14px;background:#fff;border:1px solid var(--line)}.round-detail>summary{display:flex;align-items:center;gap:18px;padding:20px 24px;list-style:none}.round-detail>summary::-webkit-details-marker{display:none}.round-badge{font:28px Georgia,serif;color:#487158}.round-label{flex:1}.round-label b{display:block;font-size:18px}.round-label small{display:block;font-size:14px;font-weight:400;color:var(--muted);margin-top:3px}.round-format{font-size:14px;font-weight:400;color:var(--muted)}.expand{font-size:24px;font-weight:400}.round-detail[open] .expand{transform:rotate(45deg)}.round-detail[open]>summary{border-bottom:1px solid var(--line);background:#edf3ee}.round-content{padding:24px}.official-card{display:grid;grid-template-columns:1fr 1.3fr;align-items:start;gap:28px;padding:0 0 26px}.official-card p{font-size:14px;color:var(--muted)}.official-card a:not(.scorecard-image-link){display:block;width:fit-content;color:#165a40;font-size:14px;margin-top:12px;text-underline-offset:4px}.scorecard-image-link{display:block;background:#fff;border:1px solid var(--line);max-width:540px}.scorecard-image-link img{display:block;width:100%;height:auto;max-height:330px;object-fit:contain}.team-scorecard{border:1px solid var(--line);margin:0 0 24px}.team-scorecard:last-child{margin-bottom:0}.card-title{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#f6f8f5;border-top:3px solid var(--green)}.team-scorecard:last-child .card-title{border-top-color:#c28c38}.card-title h3{font:24px Georgia,serif;margin:0}.card-title .eyebrow{margin-bottom:6px}.card-total{text-align:right}.card-total strong{display:block;font-size:26px}.card-total small{font-size:12px;color:var(--muted)}.team-scorecard .table-shell{border-width:1px 0}.hole-table{min-width:1250px}.hole-table th,.hole-table td{padding:10px 9px;text-align:center;min-width:44px}.hole-table th:first-child{min-width:185px;text-align:left;left:0;position:sticky;z-index:1;background:white}.hole-table thead th:first-child{background:#eaf0eb}.hole-table tbody th small,.hole-table tbody td small{display:block;font-size:12px;font-weight:400;color:#52685a;margin-top:4px}.hole-table tbody td b{font-size:14px;font-weight:500}.hole-table .subtotal{background:#f0f4ef;font-weight:700}.hole-table .course-row td,.hole-table .course-row th{background:#f4f0df}.hole-table .index-row td,.hole-table .index-row th{color:var(--muted);font-size:12px;font-weight:400}.hole-table tfoot .counting-row th,.hole-table tfoot .counting-row td{background:#eaf0e8!important;color:#26543c;font-weight:500}.hole-table tfoot .team-total th,.hole-table tfoot .team-total td{background:var(--green)!important;color:#fff;font-weight:700}.hole-table tfoot .team-relative th,.hole-table tfoot .team-relative td{font-size:13px;background:#e2eadf!important}.card-foot{font-size:13px;color:var(--muted);margin:0;padding:12px 16px}.round-card-link{display:block;font-size:14px;color:#1b6147;margin-top:15px;text-underline-offset:4px}@media(max-width:650px){.round-detail>summary{padding:16px 12px;gap:10px;flex-wrap:wrap}.round-label{min-width:180px}.round-format{order:4;flex-basis:100%;padding-left:38px}.round-content{padding:12px}.official-card{grid-template-columns:1fr;gap:18px}.scorecard-image-link{max-width:100%}.scorecard-image-link img{max-height:260px}.card-title{padding:16px}.card-title h3{font-size:21px}.hole-table th:first-child{min-width:155px}.hole-table{min-width:1190px}}
.round-tabs{display:grid;grid-template-columns:repeat(5,minmax(155px,1fr));gap:0;border-top:1px solid #426154;margin-top:3px;overflow-x:auto}.round-tabs a{padding:16px 18px;border-right:1px solid #426154;border-bottom:3px solid transparent;white-space:normal;min-width:155px}.round-tabs a:first-child{padding-left:0}.round-tabs a:last-child{border-right:0}.round-tabs span{display:block;font-size:12px;letter-spacing:.03em;color:#b7d0c1}.round-tabs b{display:block;font-size:16px;font-weight:500;margin:4px 0;color:white}.round-tabs small{display:block;font-size:14px;color:var(--gold)}.round-tabs a:hover,.round-tabs a[aria-current]{background:#174437;border-bottom-color:var(--gold)}@media(max-width:560px){.round-tabs{grid-template-columns:repeat(5,170px)}.round-tabs a:first-child{padding-left:12px}}

.team-progress{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:20px;border-top:1px solid var(--line);padding-top:14px}.team-progress span{font-size:12px;color:var(--muted)}.team-progress b{display:block;font-size:18px;color:var(--green);margin-top:6px}
.ledger-link{text-decoration:none}.ledger-link:hover{text-decoration:underline}.ledger-back{color:#edc36f;font-size:14px;text-decoration:none}.ledger-stats{border-bottom:1px solid var(--line)}#ledger{min-width:1800px}#ledger tbody th:first-child,#ledger tfoot th:first-child{position:sticky;left:0;text-align:left;min-width:110px;background:white;z-index:1;padding:15px 16px}#ledger .pending-expense{background:#faf4e6;color:#826425}#ledger .balance{font-weight:700;background:#edf3ee}#ledger .credit{color:#176a4b}#ledger thead th{white-space:normal;min-width:115px}#ledger th small{margin-top:4px}.empty-receipts{padding:28px;background:white;border:1px solid var(--line);color:var(--muted)}.receipt-row{display:flex;gap:24px;padding:18px;background:white;border-bottom:1px solid var(--line)}
.scenic-header{background-color:var(--green);background-image:linear-gradient(90deg,rgba(5,28,23,.93) 0%,rgba(5,28,23,.78) 42%,rgba(5,28,23,.34) 100%),url('/photos/gamble-sands.jpg');background-size:cover;background-position:center 46%}.scenic-header .heading{padding-top:30px;padding-bottom:30px}.scenic-header nav{background:rgba(5,28,23,.58);padding-left:14px;padding-right:14px}.scenic-header .trip-facts{text-shadow:0 2px 10px #08251d}.destination-photos{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 26px}.destination-photos figure{position:relative;margin:0;overflow:hidden;min-height:290px;background:var(--green)}.destination-photos img{width:100%;height:340px;display:block;object-fit:cover}.destination-photos figcaption{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:26px;background:linear-gradient(180deg,transparent 20%,rgba(5,28,23,.88));color:white}.destination-photos figcaption span{font-size:12px;letter-spacing:.13em;color:var(--gold);font-weight:700}.destination-photos figcaption strong{font:34px Georgia,serif;margin:6px 0}.destination-photos figcaption small{font-size:15px}.destination-photos figcaption a{color:#d7e5db;font-size:12px;width:fit-content;margin-top:16px;text-underline-offset:3px}@media(max-width:650px){.destination-photos{grid-template-columns:1fr}.destination-photos img{height:290px}.scenic-header{background-position:62% center}.destination-photos figcaption{padding:22px}.scenic-header nav{padding-left:0;padding-right:0}}
.round-tabs .tab-weather{display:block;margin-top:12px;padding-top:10px;border-top:1px solid #648171;letter-spacing:0}.round-tabs .tab-weather strong{font-size:14px;color:#fff;font-weight:600}.round-tabs .tab-weather span{font-size:14px;color:#e0e9e3;margin-top:4px;letter-spacing:0}.round-tabs .tab-weather em{display:block;font-size:12px;color:#b7d0c1;font-style:normal;margin-top:4px}.weather-stamp{font-size:12px;color:#c7d8ce;margin:0;padding:8px 0 12px}.round-forecast{line-height:1.6}.round-forecast small{font-size:12px}
.dj-proof{margin:0 0 30px;padding:22px;background:white;border:1px solid var(--line);border-left:4px solid #c28c38}.dj-proof figcaption h3{font:24px Georgia,serif;margin-bottom:8px}.dj-proof figcaption>p:last-child{font-size:14px;color:var(--muted);margin:0 0 18px}.dj-proof>a{display:block}.dj-proof img{display:block;width:100%;height:auto;border:1px solid var(--line)}@media(max-width:560px){.dj-proof{padding:15px}}
.hole-table .playing-hcp-row th,.hole-table .playing-hcp-row td{background:#eef4ec;color:#285637;font-size:14px;padding-top:6px;padding-bottom:9px;border-bottom:2px solid #d2dfce}.hole-table .playing-hcp-row th{font-size:12px;font-weight:500}.hole-table .playing-hcp-row td:not(.subtotal){letter-spacing:2px;font-weight:700}
.hole-table .player-name-row th,.hole-table .player-name-row td{background:#e7eee6!important;border-top:2px solid #b9cab9;border-bottom:1px solid #b9cab9;padding:10px 9px;color:#163e2b;font-size:14px;font-weight:700}.hole-table .player-gross-row th,.hole-table .player-net-row th{font-size:14px;font-weight:600;border:1px solid #cbd7ca}.hole-table .score-box{position:relative;border:1px solid #cbd7ca;height:42px;padding:11px 9px;font-size:16px;font-weight:500}.hole-table .player-net-row td,.hole-table .player-net-row th{background:#f3f7f0}.hole-table .stroke-dots{position:absolute;top:1px;right:4px;color:#215335;font-size:16px;line-height:1;letter-spacing:1px}.hole-table .player-name-row td{min-width:0}

.player-photo-link{color:inherit;text-decoration:underline;text-decoration-color:#b58b36;text-underline-offset:3px}.player-photo-link:hover{color:#927022}.player-photo-link:focus-visible{outline:2px solid currentColor;outline-offset:4px}.dj-gallery{max-width:1100px;margin:auto;padding:32px 20px}.dj-gallery figure{margin:0 0 28px;text-align:center}.dj-gallery img{display:block;max-width:100%;height:auto;margin:auto;border-radius:8px}.dj-gallery figure:last-child img{width:400px}
.keep-together{white-space:nowrap}
/* Compact daily team cards: keep all gross/net rows visible with less vertical bulk. */
.team-scorecard .card-title{padding:12px 16px}.team-scorecard .card-title h3{font-size:21px}.hole-table th,.hole-table td{padding:6px 6px;min-width:38px}.hole-table th:first-child{min-width:165px}.hole-table .player-name-row th,.hole-table .player-name-row td{padding:6px 7px;font-size:13px}.hole-table .score-box{height:34px;padding:7px 5px;font-size:14px}.hole-table .stroke-dots{top:0;right:2px;font-size:13px}.card-foot{font-size:12px;padding:8px 12px}
@media(max-width:650px){.round-content{padding:8px}.team-scorecard{margin-bottom:12px}.team-scorecard .card-title{padding:9px 11px}.team-scorecard .card-title h3{font-size:18px}.card-total strong{font-size:21px}.hole-table{min-width:1010px}.hole-table th,.hole-table td{padding:4px 4px;min-width:32px}.hole-table th:first-child{min-width:128px}.hole-table .player-name-row th,.hole-table .player-name-row td{padding:4px 5px;font-size:12px}.hole-table .score-box{height:28px;padding:5px 3px;font-size:13px}.hole-table .stroke-dots{font-size:11px;right:1px}.card-foot{font-size:11px;padding:7px 9px}}
