@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#121b18;--muted:#68746f;--cream:#f4f3ec;--paper:#fff;--green:#0c6848;--lime:#d9f55d;--line:#dce2dc}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}.site-header{height:76px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:#0f211b;color:white;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:11px;color:white;text-decoration:none;font:800 17px Manrope}.brand>span:last-child span{color:var(--lime)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--lime);color:#153629;font-size:20px}.search-wrap{width:min(390px,48vw);position:relative}.search-wrap input{width:100%;padding:12px 16px 12px 42px;border:1px solid #496057;border-radius:10px;color:white;background:#253a33 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23aab9b3' stroke-width='2'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='m13 13 4 4'/%3E%3C/svg%3E") no-repeat 15px center;outline:none}.search-wrap input:focus{border-color:var(--lime)}.search-results{position:absolute;top:50px;left:0;right:0;background:white;color:var(--ink);border-radius:12px;box-shadow:0 18px 50px #07120d4d;overflow:hidden}.search-results a{display:flex;justify-content:space-between;padding:13px 15px;color:inherit;text-decoration:none;border-bottom:1px solid var(--line)}.search-results a:hover{background:#f3f8ef}.search-results small{color:var(--muted)}main{min-height:calc(100vh - 150px)}.hero{min-height:325px;background:#103b2c;color:white;padding:65px max(8vw,24px);display:flex;align-items:flex-end;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:380px;height:380px;border:80px solid #235441;border-radius:50%;right:7%;top:-220px}.eyebrow{margin:0 0 12px;color:#4e7868;font-size:11px;font-weight:800;letter-spacing:.18em}.hero .eyebrow{color:var(--lime)}h1{font:800 clamp(38px,6vw,70px)/1 Manrope;margin:0;letter-spacing:-.045em;max-width:700px}h1 em{font-style:normal;color:var(--lime)}.lede{color:#b8cac2;font-size:17px;max-width:560px;margin:22px 0 0}.stat{display:flex;flex-direction:column;align-items:flex-end;position:relative;z-index:1}.stat>span{font:800 44px Manrope;color:var(--lime)}.stat small{font-size:10px;letter-spacing:.16em}.stat i{font-style:normal;color:#93aaa0;font-size:12px;margin-top:9px}.board-card{width:min(1180px,92vw);margin:-26px auto 60px;background:var(--paper);border-radius:14px;box-shadow:0 15px 45px #1f382a12;position:relative;z-index:2;overflow:hidden}.board-head{padding:28px 32px 22px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);gap:25px}.board-head h2{font:800 27px Manrope;margin:0}.filters{display:flex;gap:12px}.filters label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.filters select{min-width:180px;padding:10px 34px 10px 12px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);font:600 14px inherit}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:750px}th,td{text-align:left;padding:15px 32px;border-bottom:1px solid #edf0ec}th{font-size:10px;color:#8b9692;text-transform:uppercase;letter-spacing:.12em;background:#fafbf8}td{font-size:14px}.rank{color:#7b8782;font-weight:700;width:90px}.rank.top{color:var(--green);font-size:18px}.player-link{color:var(--ink);font-weight:700;text-decoration:none}.player-link:hover{color:var(--green)}.player-number{display:block;color:#8a9691;font-size:11px;margin-top:2px}.rating{font:800 16px Manrope}.rating-pill{display:inline-block;padding:6px 12px;border-radius:8px;background:#edf5ea;color:var(--green)}.location{color:#5e6c66}.pagination{display:flex;justify-content:center;align-items:center;gap:22px;padding:19px}.pagination button,.back{border:1px solid var(--line);background:white;padding:9px 14px;border-radius:8px;font-weight:700;color:var(--ink);cursor:pointer}.pagination button:disabled{opacity:.35}.pagination span{font-size:12px;color:var(--muted)}.empty{text-align:center;padding:50px;color:var(--muted)}#profile-view{width:min(960px,92vw);margin:45px auto 80px}.back{margin-bottom:20px}.profile-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 16px 50px #24372d14}.profile-top{background:#103b2c;color:white;padding:45px;display:flex;justify-content:space-between;align-items:end;gap:20px}.profile-top h1{font-size:42px}.profile-top p{color:#adc3ba;margin:8px 0 0}.rating-hero{text-align:right}.rating-hero strong{font:800 58px Manrope;color:var(--lime);display:block}.rating-hero span{font-size:11px;letter-spacing:.14em}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:28px 45px;gap:24px}.profile-grid div{border-left:2px solid var(--lime);padding-left:13px}.profile-grid small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.profile-grid strong{display:block;margin-top:5px}.history{padding:5px 45px 40px}.history h2{font:800 20px Manrope}.history-row{display:flex;align-items:flex-end;gap:8px;height:120px;border-bottom:1px solid var(--line)}.bar{flex:1;min-width:20px;background:var(--green);border-radius:5px 5px 0 0;position:relative}.bar span{position:absolute;left:50%;transform:translateX(-50%);top:-22px;font-size:10px;font-weight:700}.bar i{position:absolute;left:50%;transform:translateX(-50%);bottom:-22px;font-size:9px;color:var(--muted);font-style:normal;white-space:nowrap}footer{min-height:100px;padding:28px max(5vw,24px);background:#0f211b;color:#81978e;display:flex;align-items:center;gap:25px;font-size:12px}footer strong{color:white;margin-right:auto}footer a{color:var(--lime)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:700px){.site-header{height:auto;padding:16px;gap:14px;align-items:stretch;flex-direction:column}.search-wrap{width:100%}.hero{padding:45px 24px 62px;display:block}.stat{align-items:flex-start;margin-top:35px}.board-head{align-items:stretch;flex-direction:column;padding:24px 20px}.filters{flex-direction:column}.filters select{width:100%}.profile-top{padding:30px;align-items:start;flex-direction:column}.rating-hero{text-align:left}.profile-grid{grid-template-columns:1fr;padding:25px 30px}.history{padding:0 30px 40px}footer{align-items:flex-start;flex-direction:column;gap:10px}}
/* Keep decorative artwork behind copy and honor semantic visibility. */
.hero>div{position:relative;z-index:1}.hero:after{z-index:0}[hidden]{display:none!important}
/* Clear, URL-backed location controls. */
.filters{align-items:flex-end}.scope-tabs{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#f4f6f2}.scope-tabs button{border:0;border-radius:7px;padding:10px 14px;background:transparent;color:#6a7771;font:700 13px "DM Sans",sans-serif;cursor:pointer;white-space:nowrap}.scope-tabs button:hover{color:var(--green)}.scope-tabs button.active{background:white;color:var(--green);box-shadow:0 2px 8px #183e2c18}.filters #value-wrap{min-width:210px}.filters #value{width:100%}@media(max-width:700px){.filters{align-items:stretch}.scope-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.scope-tabs button{padding:10px 6px}.filters #value-wrap{min-width:0}}
@media(max-width:700px){table{min-width:0}th,td{padding:13px 14px}th:nth-child(5),td:nth-child(5),th:nth-child(6),td:nth-child(6){display:none}.rank{width:62px}.rating-pill{padding:5px 9px}}
/* Reserve a stable desktop lane so the scope tabs never shift. */
.filters{flex:0 1 500px;min-width:0}@media(max-width:900px){.filters{flex-basis:auto;width:100%}}
.loading-value{color:var(--muted);font-weight:600!important}.rating-detail-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rating-detail-pair span+span{border-left:1px solid var(--line);padding-left:18px}@media(max-width:700px){.rating-detail-pair{grid-template-columns:1fr}.rating-detail-pair span+span{border-left:0;padding-left:0}}
.eyebrow{font-size:14px;font-weight:700;letter-spacing:0}.hero .eyebrow{color:#d6e9df}.stat small{color:#c4d5ce;font-size:13px;font-weight:600;letter-spacing:0}.filters label{font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}th{color:#6f7c76;font-size:12px;font-weight:600;letter-spacing:0;text-transform:none}.rating-hero span{color:#c5d7cf;font-size:13px;font-weight:600;letter-spacing:0}.profile-grid{gap:12px}.profile-grid div{min-width:0;padding:16px;border:0;border-radius:10px;background:#f6f8f4}.profile-grid small{color:#5f6e67;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}.profile-grid strong{margin-top:7px;font-size:16px}.rating-detail-pair{background:#f6f8f4}.rating-detail-pair span+span{border-color:#dfe5df}
.profile-grid{grid-template-columns:repeat(6,1fr)}.profile-grid>div{grid-column:span 3}.profile-grid>.rating-metric{grid-column:span 3}.profile-grid>#rating-details{grid-column:1/-1}@media(max-width:700px){.profile-grid{grid-template-columns:1fr}.profile-grid>div,.profile-grid>.rating-metric,.profile-grid>#rating-details{grid-column:1}}
.profile-rankings{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:28px 45px 0}.profile-rankings>div{min-width:0;padding:18px;border-radius:10px;background:#edf5ea}.profile-rankings small,.profile-rankings span{display:block;color:#5f6e67;font-size:13px;font-weight:600}.profile-rankings strong{display:block;margin:4px 0 2px;color:var(--green);font:800 30px Manrope}@media(max-width:700px){.profile-rankings{grid-template-columns:1fr;padding:25px 30px 0}}
.footer-brand{margin-right:auto}
.profile-top{background:#0f211b}
.pagination{gap:6px;flex-wrap:wrap}.page-numbers{display:flex;align-items:center;gap:6px}.pagination button{min-width:40px;padding:9px 11px}.pagination .page-number.active{border-color:var(--green);background:var(--green);color:white}.pagination #prev,.pagination #next{font-size:20px;line-height:18px}.pagination-ellipsis{display:grid;min-width:20px;place-items:center;color:var(--muted)}@media(max-width:700px){.pagination{gap:4px;padding:16px 6px}.page-numbers{gap:4px}.pagination button{min-width:34px;padding:9px 6px}.pagination .page-number{font-size:12px}.pagination-ellipsis{min-width:16px}}
.table-wrap table{table-layout:fixed}.table-wrap th:nth-child(1){width:9%}.table-wrap th:nth-child(2){width:25%}.table-wrap th:nth-child(3){width:12%}.table-wrap th:nth-child(4){width:11%}.table-wrap th:nth-child(5){width:13%}.table-wrap th:nth-child(6){width:30%}.table-wrap td{overflow-wrap:anywhere}.round-count{color:var(--green);font-weight:700}@media(max-width:700px){.table-wrap th:nth-child(1){width:18%}.table-wrap th:nth-child(2){width:43%}.table-wrap th:nth-child(3){width:22%}.table-wrap th:nth-child(4){width:17%}}
.table-wrap th:first-child,.table-wrap td:first-child{padding-right:12px;white-space:nowrap}.table-wrap td.rank{overflow-wrap:normal}@media(max-width:700px){.table-wrap th:first-child,.table-wrap td:first-child{padding-left:14px;padding-right:6px}.table-wrap td.rank{font-size:13px}}
.search-results:empty{display:none}.search-empty{padding:14px 16px;background:var(--paper);line-height:1.35}.search-empty strong{display:block;font-size:14px;font-weight:700}.search-empty span{display:block;margin-top:2px;color:var(--muted);font-size:12px}
.rating-pill{white-space:nowrap}.table-wrap{-webkit-overflow-scrolling:touch}@media(max-width:700px){.table-wrap table{min-width:780px}.table-wrap th:nth-child(1){width:9%}.table-wrap th:nth-child(2){width:25%}.table-wrap th:nth-child(3){width:12%}.table-wrap th:nth-child(4){width:11%}.table-wrap th:nth-child(5){display:table-cell;width:13%}.table-wrap th:nth-child(6){display:table-cell;width:30%}.table-wrap td:nth-child(5),.table-wrap td:nth-child(6){display:table-cell}}
.table-shell{position:relative}.table-scroll-arrow{display:none}@media(max-width:700px){.table-wrap thead tr{height:44px}.table-scroll-arrow{position:absolute;z-index:2;top:0;display:grid;width:24px;height:44px;padding:0;place-items:center;border:0;background:transparent;color:var(--green);cursor:pointer}.table-scroll-arrow svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.table-scroll-arrow--left{left:4px}.table-scroll-arrow--right{right:4px}}
.table-wrap tbody tr{cursor:pointer;transition:background-color .15s ease}.table-wrap tbody tr:hover{background:#f3f8ef}
.update-notice{padding:11px 24px;background:var(--lime);color:#173328;text-align:center;font-size:14px;font-weight:700}
.site-header{gap:24px}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{padding:8px 0 6px;border-bottom:2px solid transparent;color:#a9bab3;font-size:14px;font-weight:700;text-decoration:none}.site-nav a:hover{color:white}.site-nav a.active{border-bottom-color:var(--lime);color:white}.search-wrap{margin-left:auto}@media(max-width:700px){.site-nav{justify-content:flex-start;gap:28px}.search-wrap{margin-left:0}}
.filters #value-wrap.scope-placeholder{visibility:hidden;pointer-events:none}
.statistics-page{width:min(1180px,92vw);margin:0 auto 70px}.stats-hero{padding:62px 0 52px}.stats-hero h1{max-width:780px}.stats-hero .lede{color:var(--muted);max-width:660px}.stats-card{overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 45px #1f382a12}.stats-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:26px 30px;border-bottom:1px solid var(--line)}.stats-head h2{margin:0;font:800 27px Manrope}.stats-content{padding:28px 30px 34px}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats-summary article,.stats-panel{background:#f6f8f4;border-radius:11px}.stats-summary article{padding:20px}.stats-summary span,.stats-summary small{display:block;color:var(--muted);font-size:13px;font-weight:600}.stats-summary strong{display:block;margin-top:7px;color:var(--green);font:800 30px Manrope}.stats-summary small{min-height:36px;margin-top:3px}.stats-summary small b{color:#34443d}.stats-sections{display:grid;grid-template-columns:1.35fr 1fr;gap:14px;margin-top:14px}.stats-panel{padding:22px}.stats-panel h3{margin:0 0 20px;font:800 18px Manrope}.stat-row{display:grid;grid-template-columns:82px 1fr 64px;align-items:center;gap:12px;margin-top:14px}.stat-row:first-of-type{margin-top:0}.stat-row span{color:#52615b;font-size:13px;font-weight:600}.stat-row strong{text-align:right;font-size:13px}.stat-row progress{width:100%;height:10px;border:0;border-radius:20px;overflow:hidden;background:#dfe7df}.stat-row progress::-webkit-progress-bar{background:#dfe7df}.stat-row progress::-webkit-progress-value{background:var(--green);border-radius:20px}.stat-row progress::-moz-progress-bar{background:var(--green);border-radius:20px}.stats-loading{padding:55px;text-align:center;color:var(--muted)}@media(max-width:800px){.stats-summary{grid-template-columns:1fr 1fr}.stats-sections{grid-template-columns:1fr}}@media(max-width:700px){.statistics-page{width:min(100% - 28px,1180px)}.stats-hero{padding:38px 4px 34px}.stats-head{align-items:stretch;flex-direction:column;padding:22px 18px}.stats-content{padding:18px}.stats-summary{grid-template-columns:1fr 1fr}.stats-summary article{padding:16px}.stats-summary strong{font-size:25px}.stats-panel{padding:18px}.stat-row{grid-template-columns:76px 1fr 52px;gap:8px}}
.stats-summary article{overflow:hidden}.stats-summary small.stats-summary__banner{margin:14px -20px -20px;padding:9px 20px;background:#e5ece5;color:#40534b;font-size:12px;white-space:nowrap}.stats-sections{grid-template-columns:2fr 1fr}.stats-panel--distribution{min-width:0}.rating-distribution-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.rating-distribution-head h3{margin:0}.distribution-toggle{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;background:#eef2ec}.distribution-toggle button{padding:7px 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font:700 12px "DM Sans",sans-serif;cursor:pointer}.distribution-toggle button.active{background:var(--paper);color:var(--green);box-shadow:0 2px 7px #183e2c14}.rating-chart{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:clamp(4px,1vw,14px);width:100%;padding-top:2px}.rating-chart:after{position:absolute;z-index:0;top:234px;right:0;left:0;border-top:1px solid #cbd7cd;content:""}.rating-bar{position:relative;z-index:1;display:grid;grid-template-rows:232px 34px;align-items:end;justify-items:center;min-width:0}.rating-bar__column{display:block;width:min(58px,100%);height:232px;overflow:visible}.rating-bar__column rect{fill:var(--green)}.rating-bar__count{fill:#34443d;font:700 12px Inter,sans-serif;text-anchor:middle}.rating-bar__label{align-self:center;color:#52615b;font:600 11px Inter,sans-serif;white-space:nowrap}@media(max-width:800px){.stats-sections{grid-template-columns:1fr}}@media(max-width:700px){.stats-summary small.stats-summary__banner{min-height:48px;margin-right:-16px;margin-left:-16px;padding-right:16px;padding-left:16px;font-size:10px;line-height:1.25;white-space:normal}.rating-distribution-head{align-items:flex-start;flex-direction:column}.rating-chart{gap:4px}.rating-bar__count{font-size:9px}.rating-bar__label{font-size:8px}.rating-bar:first-child .rating-bar__label{max-width:30px;line-height:1.1;text-align:center;white-space:normal}}
.statistics-page .filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex-basis:430px}.statistics-page .scope-tabs{grid-column:1/-1}.statistics-page .filters.single-location #value-wrap{grid-column:1/-1}.statistics-page .filters #city-state-wrap,.statistics-page .filters #value-wrap,.statistics-page .filters select{min-width:0}.statistics-page .filters select{width:100%}@media(max-width:700px){.statistics-page .filters{flex-basis:auto}.statistics-page .scope-tabs{grid-template-columns:repeat(4,1fr)}.statistics-page .stats-head h2{height:30px;overflow:hidden;font-size:23px;line-height:30px;text-overflow:ellipsis;white-space:nowrap}}
.back{display:inline-flex;align-items:center;gap:8px;line-height:1.2;text-decoration:none}.back-arrow{width:21px;height:21px;flex:none;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}
.statistics-page .scope-tabs{flex:0 0 338px;border:0;background:#eef2ec}.statistics-page .scope-tabs button{flex:1;padding:9px 10px}.statistics-page .scope-tabs button.active{background:var(--green);color:white;box-shadow:none}.statistics-page .stats-head{align-items:center;padding-top:22px;padding-bottom:22px}.statistics-page .filters{display:flex;width:690px;flex:0 0 690px;gap:10px}.statistics-page .filters #city-state-wrap,.statistics-page .filters #value-wrap{width:166px}.statistics-page .filters.single-location #value-wrap{width:342px}@media(max-width:1100px) and (min-width:701px){.statistics-page .stats-head{align-items:stretch;flex-direction:column}.statistics-page .stats-head>div:first-child{padding-right:52px}.statistics-page .stats-head>.filters{flex-basis:auto;margin-right:0}}@media(max-width:700px){.statistics-page .filters{display:flex;width:100%;flex-basis:auto;gap:12px}.statistics-page .filters label,.statistics-page .filters #city-state-wrap,.statistics-page .filters #value-wrap,.statistics-page .filters.single-location #value-wrap{width:100%}.statistics-page .filters #value-wrap.scope-placeholder{display:none!important}.statistics-page .filters select{min-height:46px}}
.board-card .scope-tabs{border:0;background:#eef2ec}.board-card .scope-tabs button.active{background:var(--green);color:white;box-shadow:none}@media(max-width:700px){.statistics-page .scope-tabs{display:grid;width:100%;flex:none;grid-template-columns:repeat(4,minmax(0,1fr))}}
