:root{--bg:#ffffff;--surface:#f8faf8;--text:#16181a;--text-muted:#5a6066;--border:#d7dce0;--border-strong:#c4ccd2;--accent:#1a8c3a;--accent-soft:#22a347;--accent-soft-bg:#eaf7ed;--accent-secondary:#1a6b8c;--accent-secondary-soft:#2289b3;--accent-secondary-bg:#eaf3f7;--accent-yellow-muted:#d4e157;--hover:#f3f7f3;--focus:#1a8c3a;--surface-subtle:#f5f7f5;--surface-accent:#e8f5e9;--font-sans:"IBM Plex Sans","Inter","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:"SFMono-Regular",Menlo,Consolas,"Liberation Mono",monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--win:#1f7a3f;--loss:#a33b2f;--surface-hard:#2f6fb5;--surface-clay:#c9742f;--surface-grass:#3d9146}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--accent);color:#fff;padding:0.5rem 1rem;font-weight:600}.skip-link:focus{left:0;color:#fff}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.45;font-size:14px}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-soft);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--focus);outline-offset:1px}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-top:3px solid var(--accent);border-bottom:1px solid var(--border-strong);background:var(--surface)}.site-nav{max-width:1200px;margin:0 auto;padding:0.4rem var(--space-4);display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.global-nav-left,.global-nav-right{display:flex;align-items:center;gap:var(--space-3)}.global-nav-left{flex-wrap:wrap}.global-nav-left a.nav-active{font-weight:500;border-bottom:2px solid var(--accent);padding-bottom:2px}.global-nav-left a.nav-active:hover{text-decoration:none}.global-nav-right{margin-left:auto}.nav-logo{display:flex;align-items:center;position:relative}.nav-logo img{height:28px;width:auto;display:block}.nav-live-dot{width:7px;height:7px;border-radius:50%;background:#1f7a3f;position:absolute;top:0;right:-8px;animation:live-pulse 1.5s ease-in-out infinite}.nav-pro-badge{font-size:0.6rem;font-weight:700;letter-spacing:0.04em;background:#dbb31a;color:#fff;padding:0.1rem 0.35rem;border-radius:4px;vertical-align:middle;margin-left:0.1rem}@keyframes live-pulse{0%,100%{opacity:1}50%{opacity:0.3}}.tour-toggle{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:6px;overflow:hidden;font-size:0.8rem;font-weight:600;letter-spacing:0.03em;line-height:1;flex-shrink:0}.tour-option{display:inline-flex;align-items:center;justify-content:center;padding:0.4rem 0.7rem;text-decoration:none;color:var(--text-muted);background:var(--bg);line-height:1;transition:background 0.15s,color 0.15s}.tour-option:hover{text-decoration:none;color:var(--accent);background:var(--accent-soft-bg)}.tour-option.active{background:var(--accent);color:#fff;cursor:default}.tour-option.active:hover{background:var(--accent);color:#fff}.tour-option + .tour-option{border-left:1px solid var(--border-strong)}.site-main{max-width:1200px;margin:0 auto;width:100%;padding:var(--space-5) var(--space-4) var(--space-6)}.site-main>*:first-child{margin-top:0}.site-footer{margin-top:auto;border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:12px;padding:var(--space-4) var(--space-4)}.site-footer-inner{max-width:1200px;margin:0 auto}h1{font-size:1.7rem;line-height:1.2;margin:0 0 var(--space-3)}h2{font-size:1.3rem;line-height:1.3;margin:var(--space-5) 0 var(--space-2)}h3{font-size:1.1rem;margin:var(--space-4) 0 var(--space-2)}p{margin:0 0 var(--space-3);color:var(--text-muted)}code,pre{font-family:var(--font-mono);font-size:0.9em}pre{border:1px solid var(--border);background:#fbfcfb;padding:var(--space-3);overflow-x:auto}.section{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--border)}.info-box{border:1px solid var(--border);background:#fafcf9;padding:var(--space-3) var(--space-4);margin:0 0 var(--space-4)}form{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);align-items:center;margin:0 0 var(--space-4)}label{color:var(--text-muted);font-weight:600}input,select,button{font:inherit;color:var(--text);border:1px solid var(--border-strong);background:#fff;padding:0.35rem 0.5rem}button{background:var(--accent-soft-bg);border-color:#bfd8bf;cursor:pointer}button:hover{background:#e6f2e6}.filter-bar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:flex-end;padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:0 0 var(--space-4)}.filter-group{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.filter-group label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em}.filter-group-label{color:var(--text-muted);font-size:0.75rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase}.filter-group select{min-width:120px;max-width:100%;border-radius:4px}.filter-group--wide{flex:1 1 18rem}.filter-group--wide select,.filter-group input{width:100%}.filter-group--action{justify-content:flex-end}.filter-group--action button{border-radius:4px;padding:0.35rem 1rem;font-weight:600}.filter-group--view{min-width:0}.view-segment-control{display:inline-flex;align-items:stretch;width:fit-content;max-width:100%;min-height:38px;border:1px solid var(--border-strong);border-radius:4px;box-sizing:border-box;overflow:hidden;background:#fff}.view-segment-option{display:inline-flex;align-items:center;justify-content:center;padding:0 0.65rem;color:var(--text-muted);font-weight:650;line-height:1.1;text-decoration:none;white-space:nowrap}.view-segment-option + .view-segment-option{border-left:1px solid var(--border-strong)}.view-segment-option:hover{background:var(--surface-subtle);color:var(--text);text-decoration:none}.view-segment-option.active{background:var(--accent-soft-bg);color:var(--text);cursor:default}.season-rankings-table-wrap{--sticky-col1-w:3.6rem}.season-rankings-table-wrap th:first-child,.season-rankings-table-wrap td:first-child{box-sizing:border-box;width:var(--sticky-col1-w);min-width:var(--sticky-col1-w);max-width:var(--sticky-col1-w)}.advanced-filter-bar{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:end}.advanced-filter-section{display:grid;grid-column:1 / -1;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-3);align-items:end;border:0;padding:0;margin:0}.advanced-filter-section legend{grid-column:1 / -1;margin:0 0 calc(var(--space-2) * -0.5);color:var(--text-muted);font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase}.advanced-filter-bar>.filter-group,.advanced-filter-section>.filter-group{grid-column:span 3}.advanced-filter-bar .filter-group--wide{grid-column:span 4}.advanced-filter-bar .filter-group--compact{grid-column:span 2}.advanced-filter-bar .filter-group--choice-set{grid-column:1 / -1}.advanced-filter-bar>.advanced-dataset-filter{grid-column:1 / -1;align-items:flex-start}.advanced-dataset-segments{display:inline-flex;flex-wrap:nowrap;height:38px;min-height:38px;max-width:none;overflow:hidden;width:auto}.advanced-dataset-segments .view-segment-option + .view-segment-option{border-left:1px solid var(--border-strong)}.advanced-choice-label{color:var(--text-muted);font-size:0.75rem;font-weight:700;letter-spacing:0.04em;line-height:1.2;text-transform:uppercase}.advanced-choice-grid{display:flex;flex-wrap:wrap;gap:0.32rem;align-items:center}.advanced-choice{display:inline-flex;align-items:center;gap:0.3rem;min-height:28px;padding:0.16rem 0.44rem;border:1px solid var(--border);border-radius:4px;background:#fff;color:var(--text);font-size:0.82rem;font-weight:650;line-height:1.1;cursor:pointer}.advanced-choice input{width:auto;min-height:0;margin:0;accent-color:var(--accent);box-shadow:none}.advanced-choice:has(input:checked){border-color:rgba(17,23,21,0.24);background:var(--accent-soft-bg);color:var(--text-strong)}.advanced-search-explainer{max-width:980px}.advanced-search-examples{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-2);align-items:center;margin-top:var(--space-2)}.advanced-search-examples__label{color:var(--text-muted);font-size:0.72rem;font-weight:750;letter-spacing:0.06em;text-transform:uppercase}.advanced-search-examples a{display:inline-flex;padding:0.18rem 0.48rem;border:1px solid var(--border);border-radius:4px;background:#fff;font-size:0.78rem;font-weight:650}.advanced-sort-link{color:inherit;text-decoration:none}.advanced-sort-link:hover,.advanced-sort-link--active{color:var(--accent);text-decoration:underline}.global-search{position:relative;display:inline-flex;align-items:center;margin:0}.global-search-input{width:280px;max-width:100%;min-height:34px;padding-left:2rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a6066' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") 0.55rem center no-repeat}.global-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;list-style:none;margin:0;padding:0;border:1px solid var(--border-strong);border-radius:6px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.1);overflow:hidden}.global-search-dropdown li + li{border-top:1px solid var(--border)}.global-search-item{width:100%;border:0;background:#fff;padding:var(--space-2) var(--space-3);text-align:left}.global-search-item:hover,.global-search-item.active{background:var(--hover)}.search-player-suggestion{font-weight:400}.search-player-name{font-weight:400}.search-player-name--active{font-weight:700}.search-player-meta{color:var(--text-muted);font-weight:400}.search-player-meta .fi{margin-right:0.18rem;box-shadow:0 0 0 1px rgba(17,23,21,0.08)}.search-section-header{padding:4px var(--space-3);font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted,#6b7280);background:var(--bg-subtle,#f9fafb);border-top:1px solid var(--border);cursor:default;user-select:none}.global-search-dropdown li:first-child.search-section-header{border-top:0}.dev-tools details{position:relative}.dev-tools summary{cursor:pointer;list-style:none}.dev-tools-menu{margin:var(--space-2) 0 0;padding:var(--space-2) var(--space-3);border:1px solid var(--border-strong);background:#fff;position:absolute;right:0;list-style:none;min-width:130px}.dev-tools-menu li + li{margin-top:var(--space-1)}.table-wrap{margin:0 0 var(--space-4);border:1px solid var(--border);background:#fff;max-width:100%}.table-shell--fit,.table-wrap--fit,.table-wrap.table-compact:not(.table-wrap--wide):not(.table-wrap--full){display:inline-block;width:fit-content;max-width:100%;vertical-align:top;overflow-x:auto}table{width:auto;border-collapse:separate;border-spacing:0;font-size:12.5px;line-height:1.25}.table--fit{width:max-content;min-width:0}.table--full{width:100%}.table-shell--wide,.table-wrap--wide{display:block;width:100%;overflow-x:auto}.table-wrap--full{display:block;width:100%}.panel--fit,.section-card--fit{display:inline-flex;flex-direction:column;width:fit-content;max-width:100%;vertical-align:top}.panel--full,.section-card--full{display:block;width:100%}.table--wide{width:100%;min-width:640px}th,td{border-bottom:1px solid var(--border);padding:0.28rem 0.4rem;vertical-align:top;text-align:left}thead th{background:#f2f6f2;border-bottom:1px solid var(--border-strong);color:#1f2520;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:0.04em;position:sticky;top:0;z-index:1}tbody tr:nth-child(even){background:#f5f7f5}tbody tr:hover{background:#e8f0e8}td{font-variant-numeric:tabular-nums}th.sortable{cursor:pointer;user-select:none}th.sortable:hover{background:#e4ece4}th.num,td.num,td[data-type="num"]{text-align:right}.draw-link-col,.draw-link-cell,.history-link-col,.history-link-cell{text-align:center;width:1.35rem;min-width:1.35rem}.draw-link-icon,.history-link-icon{display:inline-block;width:12px;height:12px;color:var(--text-muted);text-decoration:none;vertical-align:middle}.draw-link-icon:hover,.draw-link-icon:focus-visible,.history-link-icon:hover,.history-link-icon:focus-visible{color:var(--accent)}.draw-link-fallback{display:none}.draw-icon{position:relative;display:inline-block;width:12px;height:12px}.draw-icon::before,.draw-icon::after{content:"";position:absolute;background:currentColor}.draw-icon::before{left:1px;top:2px;width:10px;height:8px;background:linear-gradient(currentColor,currentColor) 0 0 / 5px 1px no-repeat,linear-gradient(currentColor,currentColor) 0 7px / 5px 1px no-repeat,linear-gradient(currentColor,currentColor) 5px 3.5px / 5px 1px no-repeat}.draw-icon::after{left:5px;top:2px;width:1px;height:8px}.history-icon{position:relative;display:inline-block;width:12px;height:12px;background:linear-gradient(currentColor,currentColor) 2px 2px / 8px 1px no-repeat,linear-gradient(currentColor,currentColor) 2px 5px / 8px 1px no-repeat,linear-gradient(currentColor,currentColor) 2px 8px / 8px 1px no-repeat}.history-icon::before,.history-icon::after{display:none}.empty-state{border:1px dashed var(--border-strong);color:var(--text-muted);padding:var(--space-4);background:#fcfdfc}.trend-up{color:#2e7d32;font-weight:600}.trend-down{color:#c62828;font-weight:600}.trend-flat{color:var(--text-muted)}@media (max-width:900px){.site-main{padding:var(--space-4) var(--space-3) var(--space-5)}h1{font-size:1.5rem}.site-nav{padding:var(--space-3)}.global-search-input{width:220px}}@media (max-width:640px){body{font-size:13px}.site-nav{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"brand actions" "links links";align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3)}.nav-logo{grid-area:brand}.global-nav-left{grid-area:links;flex-wrap:nowrap;gap:var(--space-2);min-width:0;overflow-x:auto;padding-top:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.global-nav-left::-webkit-scrollbar{display:none}.global-nav-left a{min-height:40px;display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto}.global-nav-left a.nav-active{padding-bottom:0}.global-nav-right{grid-area:actions;justify-content:flex-end;gap:var(--space-2);margin-left:0;min-width:0}.global-search{width:clamp(7.5rem,36vw,10rem);min-width:0}.global-search-input{width:100%}.filter-bar{gap:var(--space-2);padding:var(--space-3)}.filter-group{flex:1 1 calc(50% - var(--space-2))}.filter-group--wide,.filter-group--action{flex-basis:100%}.advanced-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-filter-section{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-filter-bar>.filter-group,.advanced-filter-section>.filter-group,.advanced-filter-bar .filter-group--wide,.advanced-filter-bar .filter-group--choice-set,.advanced-filter-bar .filter-group--compact,.advanced-dataset-filter{grid-column:span 1}.advanced-filter-bar>.advanced-dataset-filter,.advanced-filter-section>.filter-group--wide,.advanced-filter-section>.filter-group--choice-set{grid-column:1 / -1}.advanced-dataset-segments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;height:auto;max-height:none;overflow:visible}.advanced-dataset-segments .view-segment-option{min-height:38px;white-space:normal}.advanced-filter-section .compare-player-search{display:block;min-width:0;width:100%}.advanced-filter-section .compare-player-search input{width:100%}.filter-group select,.filter-group input,.filter-group button{min-height:40px}.table--wide{min-width:560px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap--fit,.table-wrap.table-compact:not(.table-wrap--wide):not(.table-wrap--full){display:block;width:100%}}.player-identity-card{display:flex;gap:var(--space-4);align-items:center;margin-bottom:var(--space-4)}.player-avatar{width:80px;height:80px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden}.player-avatar-photo{width:100%;height:100%;object-fit:cover;object-position:center 20%}.player-avatar-silhouette{width:48px;height:48px;opacity:0.4;color:var(--text-muted)}.player-avatar-country{position:absolute;bottom:2px;right:2px;font-size:10px;font-weight:700;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:1px 3px;color:var(--text);line-height:1}.player-identity-info{min-width:0}.player-identity-title-row{display:flex;align-items:baseline;gap:0.32rem;flex-wrap:wrap;margin-bottom:var(--space-1)}.player-identity-name{margin:0;font-size:1.7rem;line-height:1.2}.player-social-link{display:inline-flex;align-items:center;justify-content:center;width:0.86rem;height:0.86rem;border:0;border-radius:999px;background:radial-gradient(circle at 32% 108%,#feda75 0 24%,#fa7e1e 36%,#d62976 58%,#962fbf 77%,#4f5bd5 100%);color:#fff;flex:0 0 auto;align-self:flex-end;margin-bottom:0.18rem;box-shadow:0 0 0 1px rgba(17,23,21,0.08)}.player-social-link:hover{color:#fff;filter:saturate(1.12) brightness(1.02);text-decoration:none}.player-social-link svg{width:0.58rem;height:0.58rem}.player-identity-meta{display:flex;flex-wrap:wrap;gap:0 var(--space-1);color:var(--text-muted);font-size:13px}.player-identity-meta span:not(:last-child)::after{content:"\00b7";margin-left:var(--space-1)}.player-country-link{color:inherit}.player-country-link:hover{color:var(--link,var(--accent))}@media (max-width:640px){.player-identity-card{flex-direction:column;text-align:center}.player-identity-meta{justify-content:center}}.player-stats-strip{margin-bottom:var(--space-4)}.ranking-summary-sub{font-weight:400;font-size:11px;color:var(--text-muted)}.player-section-nav{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-3);margin-bottom:var(--space-4);padding:var(--space-2) 0;border-bottom:1px solid var(--border);font-size:0.85rem}.player-section-nav a{color:var(--text-muted);text-decoration:none}.player-section-nav a:hover{color:var(--link);text-decoration:underline}.player-section-nav a + a::before{content:"\00b7";margin-right:var(--space-3);color:var(--border);text-decoration:none;display:inline-block}.faq-list{margin:0;padding:0;display:flex;flex-direction:column;gap:0}.faq-item{padding:var(--space-2) var(--space-3)}.faq-item:nth-child(odd){background:#f5f7f5}.faq-question{font-weight:600;font-size:0.9rem;margin-bottom:2px}.faq-answer{margin:0;color:var(--text-muted);font-size:0.85rem;line-height:1.4}.player-detail-sidebar{display:none}.player-sidebar-nav{display:flex;flex-direction:column;font-size:12px}.player-sidebar-nav a{display:block;padding:0.35rem 0.55rem;color:var(--text-muted);text-decoration:none;border-left:2px solid transparent;transition:color 0.1s;line-height:1.35}.player-sidebar-nav a:hover{color:var(--text);text-decoration:none}.player-sidebar-nav a.active{color:var(--accent);border-left-color:var(--accent);font-weight:600}.sidebar-count{font-weight:400;color:var(--text-muted);font-size:11px}.player-sidebar-nav a.active .sidebar-count{color:var(--accent)}.sidebar-external{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border);font-size:11px}.leader-index-sidebar{display:none}@media (min-width:1280px){.player-detail-sidebar,.leader-index-sidebar{display:block;position:fixed;left:calc((100vw - 1200px) / 2 - 168px);top:50%;transform:translateY(-50%);width:148px;z-index:10;opacity:0;pointer-events:none;transition:opacity 0.2s ease}.player-detail-sidebar.is-visible,.leader-index-sidebar.is-visible{opacity:1;pointer-events:auto}.player-section-nav--mobile,.leaders-section-nav--mobile{display:none}}.col-type{white-space:nowrap}.collapsible-section{margin-bottom:var(--space-4)}.collapsible-section-summary{border-left:2px solid var(--accent);padding-left:var(--space-2)}.collapsible-section-summary h2{display:inline}.collapsible-section-body{margin-top:var(--space-2)}.collapsible-count{font-weight:400;font-size:0.85em;color:var(--text-muted)}.player-bio-wrap{max-width:700px}.player-bio-table{table-layout:fixed}.player-bio-table th{width:22%;white-space:nowrap}.player-bio-table td{width:28%}@media (max-width:600px){.player-bio-table th,.player-bio-table td{white-space:normal}}.player-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);align-items:start}.player-id-label{font-size:0.55em;color:var(--text-muted);font-weight:500;margin-left:var(--space-2)}.ranking-summary-two-rows{grid-template-columns:repeat(4,minmax(140px,1fr))}@media (max-width:900px){.player-top-grid{grid-template-columns:1fr}.ranking-summary-two-rows{grid-template-columns:repeat(2,minmax(140px,1fr))}}.player-top-grid-compact{gap:var(--space-2)}.player-top-grid-compact .table-wrap{margin-bottom:var(--space-2)}.compact-section-title{margin-top:0;margin-bottom:var(--space-1);font-size:1rem}.ranking-summary-single-row{display:grid;grid-template-columns:repeat(8,minmax(110px,1fr));gap:6px;margin-top:var(--space-2)}.ranking-summary-single-row .ranking-summary-item{padding:0.25rem 0.4rem}.ranking-summary-single-row .ranking-summary-label{font-size:11px;margin-bottom:1px}.ranking-summary-single-row .ranking-summary-value{font-size:12px}.match-score-hero{font-size:1.5rem;letter-spacing:0.04em;margin:var(--space-3) 0;color:var(--text)}.section-title-inline{display:flex;align-items:baseline;gap:var(--space-2);border-left:2px solid var(--accent);padding-left:var(--space-2)}.subtle-inline-link{font-size:12px;font-weight:500}@media (max-width:1080px){.ranking-summary-single-row{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media (max-width:640px){.ranking-summary-single-row{grid-template-columns:repeat(2,minmax(120px,1fr))}}.table-note{font-size:12px;color:var(--text-muted);margin-top:-0.5rem}.global-nav-left,.global-nav-right{display:flex;align-items:center;gap:var(--space-3)}.subtle-note{margin-top:calc(var(--space-3) * -0.5);font-size:12px;color:var(--text-muted)}.title-with-controls{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-3)}.title-with-controls h1{margin-bottom:0}.inline-season-form{margin:0}.player-top-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.player-top-grid>section{min-width:0}.player-top-grid-compact table{min-width:0;table-layout:fixed}.player-top-grid-compact th{width:45%}.summary-inline-left{text-align:left}.wrap-compact{max-width:180px;white-space:normal;overflow-wrap:anywhere}.site-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:0.2rem}.footer-tagline{font-weight:500;color:var(--text)}.footer-copyright{font-size:11px}.footer-links{display:flex;flex-direction:column;align-items:flex-end;gap:0.25rem;font-size:12px}.footer-link-group{white-space:nowrap}textarea{width:100%;min-height:140px;font:inherit;color:var(--text);border:1px solid var(--border-strong);background:#fff;padding:0.35rem 0.5rem}.home-top-band,.home-all-time-band{display:grid;grid-template-columns:repeat(3,minmax(0,max-content));gap:var(--space-3);align-items:start;justify-content:start}.home-section-heading{margin:var(--space-5) 0 var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid var(--border);font-size:1.15rem;color:var(--text)}.home-calendar-block{margin-bottom:var(--space-4)}.calendar-tournament{padding:var(--space-3);border-bottom:1px solid var(--border)}.calendar-tournament:last-child{border-bottom:none}.calendar-tournament--live{border-left:2px solid #1f7a3f;padding-left:calc(var(--space-3) + var(--space-1))}.calendar-tournament-header{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;font-size:0.92rem}.calendar-tournament-header a{font-weight:600}.calendar-meta{color:var(--text-muted);font-size:12px}.calendar-live-dot{width:0.5rem;height:0.5rem;border-radius:50%;background:#1f7a3f;display:inline-block;flex-shrink:0;animation:live-pulse 1.5s ease-in-out infinite}.calendar-match-wrap{margin:var(--space-2) 0 0}.calendar-match-table th,.calendar-match-table td{vertical-align:middle}.calendar-match-round{color:var(--text-muted);white-space:nowrap}.calendar-score-placeholder{color:var(--text-muted);font-style:italic;font-size:0.9em}.calendar-no-matches{margin:var(--space-1) 0 0 1.1rem;font-size:12px}.calendar-section-heading{font-size:0.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.04em;margin:0 0 var(--space-2) 0}.calendar-live-block{padding:var(--space-3) 0;border-bottom:1px solid var(--border)}.calendar-live-block .calendar-tournament-header{font-size:1.05rem}.calendar-live-block .calendar-tournament-header a{font-size:1.1rem}.calendar-live-block .calendar-tournament-header .surface-indicator{font-size:0.85rem}.calendar-tournament--next{background:var(--surface)}.calendar-up-next{margin:0;padding:var(--space-2) var(--space-3) 0;font-size:12px;color:var(--text-muted)}.calendar-up-next a{font-weight:600}.calendar-recent{padding:var(--space-2) var(--space-3)}.calendar-recent th,.calendar-recent td{vertical-align:middle}.calendar-view-more{font-size:12px;margin:var(--space-1) 0 0}.calendar-view-more a{font-weight:600}.tournaments-champion-links{font-size:0.875rem;margin:var(--space-2) 0 var(--space-3)}.tournaments-champion-links a{font-weight:700}.calendar-starts-in{font-size:12px;color:var(--text-muted);white-space:nowrap}.home-card-date{font-size:11px;color:var(--text-muted);font-weight:400}.home-card{border:1px solid var(--border);background:#fcfdfc;padding:var(--space-2) var(--space-3);display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,0.04);transition:transform 0.15s,box-shadow 0.15s}.home-card:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,0.07)}.home-card--fit{width:fit-content;max-width:100%}.home-card h3{margin:0;font-size:0.95rem}.home-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2)}.home-card .table-wrap{margin-bottom:0}.home-card th,.home-card td{vertical-align:middle}.home-card-footer{margin-top:auto;padding-top:var(--space-2)}.home-card-more{font-size:11px}.rank-movement{white-space:nowrap;font-size:0.85em}.rank-up{color:#1a7742}.rank-down{color:#c0392b}.rank-same{color:var(--text-muted)}@media (max-width:1100px){.home-top-band,.home-all-time-band{grid-template-columns:repeat(2,minmax(0,max-content))}}@media (max-width:900px){.home-top-band,.home-all-time-band{grid-template-columns:1fr}.home-top-band>.home-card,.home-all-time-band>.home-card{grid-column:auto!important;grid-row:auto!important}.home-card--fit{width:100%}}.table-wrap--sticky-first td:first-child,.table-wrap--sticky-first tbody th:first-child,.table-wrap--sticky-first tfoot th:first-child,.table-wrap--sticky-first thead tr:first-child th:first-child{position:sticky;left:0;z-index:2;background:#fff}.table-wrap--sticky-season{--sticky-season-col-w:4.4rem}.table-wrap--sticky-season td:first-child,.table-wrap--sticky-season tbody th:first-child,.table-wrap--sticky-season tfoot th:first-child,.table-wrap--sticky-season thead tr:first-child th:first-child{box-sizing:border-box;width:var(--sticky-season-col-w);min-width:var(--sticky-season-col-w);max-width:var(--sticky-season-col-w)}.table-wrap--sticky-first tr:nth-child(even) td:first-child{background:#f5f7f5}.table-wrap--sticky-first tbody tr:hover td:first-child{background:#e8f0e8}.table-wrap--sticky-first .leader-pinned-row td:first-child{background:var(--accent-soft-bg)}.table-wrap--sticky-two td:first-child,.table-wrap--sticky-two th:first-child,.table-wrap--sticky-two td:nth-child(2),.table-wrap--sticky-two th:nth-child(2),.table-wrap--sticky-three td:first-child,.table-wrap--sticky-three th:first-child,.table-wrap--sticky-three td:nth-child(2),.table-wrap--sticky-three th:nth-child(2),.table-wrap--sticky-three td:nth-child(3),.table-wrap--sticky-three th:nth-child(3){position:sticky;z-index:3;background:#fff}.table-wrap--sticky-two td:first-child,.table-wrap--sticky-two th:first-child,.table-wrap--sticky-three td:first-child,.table-wrap--sticky-three th:first-child{left:0}.table-wrap--sticky-two td:nth-child(2),.table-wrap--sticky-two th:nth-child(2),.table-wrap--sticky-three td:nth-child(2),.table-wrap--sticky-three th:nth-child(2){left:var(--sticky-col1-w,3.2em)}.table-wrap--sticky-two td:nth-child(2),.table-wrap--sticky-two th:nth-child(2),.table-wrap--sticky-three td:nth-child(3),.table-wrap--sticky-three th:nth-child(3){border-right:2px solid var(--border-strong,#c5c5c5)}.table-wrap--sticky-three td:nth-child(3),.table-wrap--sticky-three th:nth-child(3){left:calc(var(--sticky-col1-w,3.2em) + var(--sticky-col2-w,12rem))}.table-wrap--sticky-two tr:nth-child(even) td:first-child,.table-wrap--sticky-two tr:nth-child(even) td:nth-child(2),.table-wrap--sticky-three tr:nth-child(even) td:first-child,.table-wrap--sticky-three tr:nth-child(even) td:nth-child(2),.table-wrap--sticky-three tr:nth-child(even) td:nth-child(3){background:#f5f7f5}.table-wrap--sticky-two tbody tr:hover td:first-child,.table-wrap--sticky-two tbody tr:hover td:nth-child(2),.table-wrap--sticky-three tbody tr:hover td:first-child,.table-wrap--sticky-three tbody tr:hover td:nth-child(2),.table-wrap--sticky-three tbody tr:hover td:nth-child(3){background:#e8f0e8}.table-wrap--sticky-two .leader-pinned-row td:first-child,.table-wrap--sticky-two .leader-pinned-row td:nth-child(2),.table-wrap--sticky-three .leader-pinned-row td:first-child,.table-wrap--sticky-three .leader-pinned-row td:nth-child(2),.table-wrap--sticky-three .leader-pinned-row td:nth-child(3){background:var(--accent-soft-bg)}.table-compact table th,.table-compact table td{padding-top:0.22rem;padding-bottom:0.22rem}.col-season,.col-rank,.col-year{font-weight:600;color:#1e241e}.totals-row td{border-top:2px solid var(--border);font-weight:600}.cell-center{text-align:center}.table-wrap--wide .table--wide th,.table-wrap--wide .table--wide td{white-space:nowrap;min-width:2.5rem;text-align:center}.table-wrap--wide .table--wide th.col-season,.table-wrap--wide .table--wide td:first-child{text-align:left;min-width:4rem}th.row-number-cell,td.row-number-cell,.table-wrap--wide .table--wide th.row-number-cell,.table-wrap--wide .table--wide td.row-number-cell{text-align:center;min-width:2.5rem}.leader-player-col{min-width:10rem}.result-w{background:#ffd700;color:#2d2500;font-weight:700}.result-f{background:#c0c0c0;color:#1a1a1a;font-weight:600}.result-sf{background:#e8c896;color:#3a2a10}.result-rr{background:#e7e8f4;color:#303650}.result-qf{background:#d4e8f7;color:#1a3550}.result-r16{background:#e8f0e8;color:#2a3a2a}.result-r32{background:#f2f5f2;color:#3a4a3a}.result-r64{background:#f7f8f7;color:#5a6a5a}.result-r128{background:#fafafa;color:#7a8a7a}.result-qualifying{background:#faf5f0;color:#8a7a6a;font-style:italic}.tournament-result-link{display:block;color:inherit;font-weight:inherit;text-decoration:none}.tournament-result-link:hover,.tournament-result-link:focus{color:inherit;text-decoration:underline}.gs-header-cell{text-align:center;white-space:nowrap}.gs-header,.gs-results{display:grid;grid-template-columns:repeat(4,28px);gap:2px;justify-content:center;white-space:nowrap}.gs-header{font-size:11px;font-weight:600;letter-spacing:0}.gs-header span{display:inline-block;text-align:center}.gs-cell{display:inline-block;width:28px;text-align:center;font-size:11px;line-height:1.7;border-radius:3px;color:#5e6862}.gs-cell[class*="result-"]{color:inherit}.sparkline-cell{text-align:center;vertical-align:middle}.sparkline{display:block;margin:0 auto}.sparkline--up polyline{stroke:#2e7d32}.sparkline--down polyline{stroke:#c62828}.sparkline--flat polyline{stroke:#757575}.helper-text{margin-top:-0.25rem;margin-bottom:var(--space-2);font-size:12px;color:var(--text-muted)}.content-block{margin-bottom:var(--space-5)}.home-hero{margin:0 0 var(--space-5);padding:var(--space-5) var(--space-4) var(--space-4);background:var(--surface);border-bottom:1px solid var(--border);margin-left:calc(-1 * var(--space-4));margin-right:calc(-1 * var(--space-4))}.home-hero h1{margin-bottom:var(--space-2)}.home-hero-subtitle{margin-bottom:var(--space-4);color:#3f454b;font-size:0.95rem}.home-search{position:relative;max-width:740px;width:100%;margin:0 0 var(--space-2)}.home-search-input{width:100%;min-height:48px;font-size:1rem;padding:0.65rem 0.85rem 0.65rem 2.5rem;border-radius:8px;border-color:#b9c7d2;box-shadow:0 1px 3px rgba(18,34,52,0.08);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235a6066' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") 0.75rem center no-repeat}.home-popular-links{margin-bottom:0;font-size:12px}.home-popular-links span{color:#4f565d;font-weight:600}.match-player--winner{font-weight:700}.match-player--loser{color:#3b4045}.match-player--historical,.historical-player{color:#6b7280;cursor:help;border-bottom:1px dotted #c5cad1}.player-rank{color:#6b7280;font-size:0.85em;font-weight:400;margin-left:0.25em;white-space:nowrap}.result-flag{font-weight:700;display:inline-block;padding:1px 6px;border-radius:3px;font-size:11px;line-height:1.4}.result-flag--win{color:var(--win);background:#eaf7ed}.result-flag--loss{color:var(--loss);background:#fbeaea}.surface-indicator{display:inline-flex;align-items:center;gap:0.33rem;white-space:nowrap}.surface-indicator-dot{width:0.62rem;height:0.62rem;border-radius:50%;background:#8d959c;display:inline-block}.surface-indicator--hard{background:var(--surface-hard)}.surface-indicator--clay{background:var(--surface-clay)}.surface-indicator--grass{background:var(--surface-grass)}.category-badge{display:inline-flex;padding:0.15rem 0.5rem;border-radius:3px;font-size:11px;font-weight:700;letter-spacing:0.01em;white-space:nowrap;border:1.5px solid #a8cdd6;color:#6a9aa6;background:#f4f9fa}.category-badge--slam{border-color:#14565e;color:#14565e;background:#edf5f6}.category-badge--masters{border-color:#1a7480;color:#1a7480;background:#eef6f7}.category-badge--finals{border-color:#2d8a94;color:#2d8a94;background:#f0f7f8}.category-badge--500{border-color:#5a9ea8;color:#4a8e98;background:#f2f8f9}.category-badge--250{border-color:#a8cdd6;color:#6a9aa6;background:#f4f9fa}@media (max-width:640px){.home-hero{margin-bottom:var(--space-4)}.home-hero-subtitle{font-size:0.9rem}.home-search-input{min-height:46px;font-size:0.95rem}table{font-size:12px}.site-nav a{padding:0.2rem 0.1rem}}.leader-active-player,.leader-active-player a{font-weight:normal}.leader-group-heading{margin-top:var(--space-4);margin-bottom:var(--space-2);font-size:1.1rem}.leader-explainer{display:block;max-width:760px;margin:var(--space-3) 0 var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:4px;background:var(--surface)}.leader-explainer h2{margin:0 0 var(--space-1);font-size:0.78rem;text-transform:uppercase;letter-spacing:0.04em;color:var(--text-muted)}.leader-explainer p{margin:0 0 var(--space-2);font-size:0.84rem;line-height:1.5;color:var(--text)}.leader-explainer .leader-explainer-notes{font-size:0.82rem;color:var(--text-muted)}.leader-explainer p:last-child{margin-bottom:0}.grand-slam-champions-table th,.grand-slam-champions-table td{vertical-align:top}.grand-slam-champions-table .grand-slam-champion-cell{min-width:12rem;text-align:left}.table-wrap--wide .grand-slam-champions-table th.col-year,.table-wrap--wide .grand-slam-champions-table td.col-year,.table-wrap--wide .champions-event-table th.col-year,.table-wrap--wide .champions-event-table td.col-year{text-align:center;vertical-align:middle}.grand-slam-champion-entry + .grand-slam-champion-entry{margin-top:0.45rem}.grand-slam-champion-name{font-weight:700}.grand-slam-champion-edition{color:var(--text-muted);cursor:help;font-weight:700;margin-left:0;text-transform:uppercase}.grand-slam-champion-count{color:var(--text-muted);font-size:0.85rem;font-weight:400;margin-top:0.15rem}.inline-separator{color:var(--text-muted);margin:0 0.28rem}.grand-slam-champion-count-link{color:inherit;text-decoration-color:transparent;text-underline-offset:0.12em}.grand-slam-champion-count-link:hover{color:inherit;text-decoration-color:currentColor}.grand-slam-champion-cancelled{color:var(--text-muted);font-size:0.92rem}.grand-slam-champion-cancelled span{display:block;margin-top:0.15rem}.table-wrap--wide .champions-event-table th:nth-child(2),.table-wrap--wide .champions-event-table th:nth-child(3),.table-wrap--wide .champions-event-table td.champions-event-tournament,.table-wrap--wide .champions-event-table td.champions-event-winner{text-align:left}.champions-event-table .champions-event-tournament{min-width:12rem}.champions-event-table .champions-event-winner{min-width:16rem}.champions-event-name,.champions-event-winner{font-weight:700}.champions-event-winner .grand-slam-champion-count,.champions-event-winner .grand-slam-champion-count-link{font-weight:400}.leader-detail-nav{display:flex;flex-direction:column;gap:var(--space-2);margin:0 0 var(--space-3)}.leader-detail-nav-row{display:flex;align-items:center;gap:var(--space-1);flex-wrap:wrap}.leader-detail-nav-label{min-width:4rem;font-size:0.72rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-muted)}.leader-nav-chip{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text-muted);font-size:0.82rem;line-height:1.2;text-decoration:none}.leader-nav-chip:hover{background:var(--accent-soft-bg);color:var(--text);text-decoration:none}.leader-nav-chip--active{background:var(--accent-soft-bg);color:var(--text);border-color:var(--accent)}.leader-pin-search-wrap{margin-bottom:var(--space-3);position:relative;max-width:300px}.leader-pin-form{position:relative}.leader-pin-input{width:100%;padding:6px 10px;font-size:0.85rem;border:1px solid var(--border);border-radius:4px;background:var(--bg);color:var(--text)}.leader-pin-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft-bg)}.leader-pin-form .global-search-dropdown{top:100%;left:0;min-width:100%}.leader-pinned-section{border-bottom:2px solid var(--accent)}.leader-pinned-row{background:var(--accent-soft-bg)}.leader-pinned-row td{font-weight:600}.leader-pct-sample{color:var(--text-muted);font-size:0.86em;white-space:nowrap}.leader-pin-remove{color:var(--text-muted);text-decoration:none;font-size:1.1em;margin-left:4px;vertical-align:middle}.leader-pin-remove:hover{color:var(--loss)}.error-reference{font-size:12px;color:var(--text-muted);margin-top:var(--space-3)}.error-reference code{background:var(--surface);padding:0.15rem 0.4rem;border:1px solid var(--border)}.error-actions{display:flex;gap:var(--space-3);margin:var(--space-4) 0;flex-wrap:wrap}.error-action-link{display:inline-block;padding:0.45rem 0.85rem;background:var(--accent-soft-bg);border:1px solid #bfd8bf;font-weight:600;font-size:13px}.error-action-link:hover{background:#e6f2e6;text-decoration:none}.error-search{margin-top:var(--space-4);max-width:400px}.error-search p{margin-bottom:var(--space-2)}.breadcrumb-nav{font-size:12px;color:var(--text-muted);margin-bottom:var(--space-3)}.breadcrumb-nav a{color:var(--text-muted)}.breadcrumb-nav a:hover{color:var(--accent)}.breadcrumb-sep{margin:0 0.3rem}@keyframes skeleton-pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.skeleton{background:linear-gradient(90deg,#edf0ed 25%,#e3e8e3 50%,#edf0ed 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:3px;min-height:1em}.skeleton-row{height:1.4em;margin-bottom:var(--space-2)}.skeleton-table{width:100%;border:1px solid var(--border);padding:var(--space-3)}.skeleton-table .skeleton-row{width:100%}.skeleton-table .skeleton-row:nth-child(odd){width:85%}.skeleton-table .skeleton-row:nth-child(3n){width:70%}.feedback-cta{display:inline-flex;align-items:center;gap:0.3rem;padding:0.3rem 0.65rem;background:var(--accent-soft-bg);border:1px solid #bfd8bf;font-size:12px;font-weight:600;color:var(--accent);white-space:nowrap}.feedback-cta:hover{background:#e6f2e6;text-decoration:none}.pagination-next{margin-left:12px}.text-disabled{color:#9ca3af}.match-detail-row{display:flex;gap:var(--space-5);align-items:stretch;padding-bottom:var(--space-5);margin-bottom:var(--space-5);border-bottom:1px solid var(--border)}.match-detail-row:last-child{border-bottom:none;margin-bottom:0}.match-detail-col{flex:1;min-width:0}.match-detail-col--wide{flex:1.2}.match-detail-col>h2:first-child{margin-top:0}.match-info-table tbody th,.match-comparison-table tbody th{background:#fff}.match-h2h-link{margin:-0.25rem 0 var(--space-2)}.match-h2h-link a{font-weight:600}.match-h2h-link a::after{content:" \2192"}@media (max-width:768px){.match-detail-row{flex-direction:column;gap:var(--space-4)}}.featured-players{margin-bottom:var(--space-5)}.featured-players-list{line-height:1.8;font-size:15px}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-2)}.featured-card{display:flex;flex-direction:column;padding:var(--space-1) var(--space-2);border:1px solid var(--border);background:var(--bg);text-decoration:none;color:var(--text);transition:border-color 0.15s,background 0.15s,transform 0.15s,box-shadow 0.15s;box-shadow:0 1px 3px rgba(0,0,0,0.04)}.featured-card:hover{border-color:var(--accent);background:var(--surface);text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,0.07)}.featured-card__name{font-weight:600;font-size:0.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-card__meta{font-size:0.8rem;color:var(--text-muted);margin-top:2px}.player-index-list{list-style:none;padding-left:0}.player-index-list li{padding:var(--space-1) 0;display:flex;align-items:baseline;gap:var(--space-2);flex-wrap:wrap}.player-index-more a{font-weight:800}.player-country-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:0.05rem var(--space-2);margin:var(--space-3) 0 var(--space-5)}.player-country-nav a{display:inline-flex;align-items:center;min-height:24px;padding:0.05rem 0.2rem;font-size:0.92rem;font-weight:600;text-decoration:none}.player-country-nav .fi{margin-right:0.25rem}.player-country-nav a:hover{background:var(--surface-subtle);text-decoration:none}.player-year-nav{display:flex;flex-direction:column;gap:var(--space-1);margin:var(--space-3) 0 var(--space-5)}.player-year-nav__group{display:flex;flex-wrap:wrap;gap:0.35rem;align-items:baseline}.player-year-nav__label{min-width:4.25rem;font-weight:800;color:var(--text-muted)}.pagination{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-4);font-size:0.9rem}.pagination__current{font-weight:600;color:var(--text-muted)}.sortable-table thead th[data-sort]{position:relative;user-select:none}.sortable-table thead th[data-sort]::after{content:'\2195';margin-left:4px;opacity:0.3;font-size:0.75em}.sortable-table thead th.sort-asc::after{content:'\25B2';opacity:0.8}.sortable-table thead th.sort-desc::after{content:'\25BC';opacity:0.8}.rivalry-dominant{font-weight:700}.win-bar-cell{min-width:80px;padding:4px 6px}.win-bar{display:flex;height:12px;border-radius:3px;overflow:hidden;min-width:60px}.win-bar__a{background:var(--win)}.win-bar__b{background:var(--loss)}.surface-splits{white-space:nowrap;font-size:0.82em}.surface-tag{display:inline-block;padding:1px 5px;margin-right:3px;border-radius:3px;font-weight:600;white-space:nowrap}.surface-tag--hard{background:#dbeafe;color:#1e40af}.surface-tag--clay{background:#fde8cd;color:#9a3412}.surface-tag--grass{background:#d1fae5;color:#065f46}.surface-tag--carpet{background:#f3e8ff;color:#6b21a8}.surface-tag--unknown{background:#f3f4f6;color:#6b7280}.qualifying-row{color:var(--text-muted)}.badge-qualifying{display:inline-block;font-size:10px;font-weight:700;line-height:1;padding:1px 4px;border-radius:3px;background:#e5e7eb;color:#6b7280;vertical-align:middle}.badge-ongoing{display:inline-block;font-size:11px;font-weight:700;line-height:1;padding:3px 8px;border-radius:3px;background:#ecfdf5;color:#047857;border:1.5px solid #6ee7b7;letter-spacing:0.02em}.rate-pill{display:inline-block;font-size:12px;font-weight:600;line-height:1;padding:2px 8px;border-radius:10px;white-space:nowrap}.rate-good{background:#dcfce7;color:#166534}.rate-warn{background:#fef9c3;color:#854d0e}.rate-bad{background:#fee2e2;color:#991b1b}.compare-player-search{position:relative;display:inline-block;min-width:200px}.compare-player-search .global-search-dropdown{top:calc(100% + 4px);left:0;right:auto;min-width:100%;width:max-content;max-width:420px}.compare-popular{flex-basis:100%;font-size:12px;color:var(--text-muted);margin:0}.compare-popular a{margin:0 0.1rem}.compare-hero{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-3);align-items:center;padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:var(--space-4)}.compare-player-card{display:flex;flex-direction:column;gap:0.2rem}.compare-player-card--right{text-align:right}.compare-player-card--right .compare-player-bio{justify-content:flex-end}.compare-player-name{font-size:1.2rem;font-weight:700;line-height:1.2}.compare-player-name a{color:var(--text)}.compare-player-name a:hover{color:var(--accent)}.compare-player-bio{display:flex;flex-wrap:wrap;gap:0.15rem 0.5rem;font-size:12px;color:var(--text-muted)}.compare-player-country{white-space:nowrap}.compare-player-rank{font-size:1.1rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent);margin-top:0.15rem}.compare-h2h-score{text-align:center;padding:0 var(--space-3);min-width:100px}.compare-h2h-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-muted);margin-bottom:0.15rem}.compare-h2h-numbers{font-size:1.85rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1;color:var(--text-muted)}.compare-h2h-leader{color:var(--accent)}.compare-h2h-sep{margin:0 0.25rem;color:var(--border-strong)}.compare-h2h-meetings{font-size:11px;color:var(--text-muted);margin-top:0.25rem}.compare-h2h-link{display:inline-block;font-size:11px;font-weight:600;margin-top:0.35rem}.compare-columns{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-4);align-items:start;margin-bottom:var(--space-3)}.compare-col{min-width:0}.compare-age-header{vertical-align:bottom}.compare-better{font-weight:700;color:var(--win)}@media (max-width:900px){.compare-hero{grid-template-columns:1fr;text-align:center}.compare-player-card--right{text-align:center}.compare-player-card--right .compare-player-bio{justify-content:center}.compare-player-bio{justify-content:center}.compare-columns{grid-template-columns:1fr}}@media (max-width:640px){.compare-hero{padding:var(--space-3);gap:var(--space-3)}.compare-player-name{font-size:1.1rem}.compare-h2h-numbers{font-size:1.6rem}}tbody tr.streak-a{background:#e8f0fe}tbody tr.streak-a td:first-child{border-left:3px solid #4285f4}tbody tr.streak-b{background:#f3e8ff}tbody tr.streak-b td:first-child{border-left:3px solid #9b59b6}.tournament-champion-card{border:1px solid var(--border);background:var(--surface);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);display:inline-block;box-shadow:0 1px 3px rgba(0,0,0,0.04)}.tournament-champion-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);margin-bottom:2px}.tournament-champion-name{font-size:1.3rem;font-weight:700;line-height:1.3}.tournament-champion-name a{color:var(--text)}.tournament-champion-name a:hover{color:var(--accent)}.tournament-champion-final{color:var(--text-muted);font-size:0.9rem;margin-top:2px}.page-title-row{display:flex;align-items:baseline;gap:var(--space-3);flex-wrap:wrap}.page-title-row h1{margin-bottom:0}.page-title-row{margin-bottom:var(--space-3)}.tournament-history-link{display:inline-block;padding:0.35rem 0.75rem;background:var(--accent-soft-bg);border:1px solid #bfd8bf;font-weight:600;font-size:13px;white-space:nowrap}.tournament-history-link:hover{background:#e6f2e6;text-decoration:none}.tournament-history-cross-links{margin-bottom:var(--space-3)}.tournament-odds-block{display:block;width:100%;max-width:100%;margin:var(--space-4) 0}.tournament-odds-block .tournament-odds-heading{font-size:1.08rem;font-weight:700;line-height:1.3;margin-top:0;margin-bottom:var(--space-2)}.tournament-odds-strip{display:flex;flex-wrap:wrap;align-items:center;gap:0.35rem 0.65rem;color:var(--text);font-size:0.86rem}.tournament-odds-item{display:inline-flex;align-items:center;gap:0.34rem;line-height:1.25;max-width:100%;white-space:nowrap}.tournament-odds-item + .tournament-odds-item::before{content:"\2022";color:#8ebf2f;font-size:0.88em;line-height:1;margin-right:0.28rem}.tournament-odds-player{min-width:0;overflow:hidden;text-overflow:ellipsis}a.tournament-odds-player{color:var(--link);font-weight:500}a.tournament-odds-player:hover{color:var(--link-hover)}.tournament-odds-item strong{color:var(--text);font-weight:700}.tournament-detail-description{color:var(--text-muted);font-size:0.92rem;max-width:780px;margin:calc(-1 * var(--space-1)) 0 var(--space-3)}.tournament-news-links{padding-bottom:var(--space-2)}.season-nav{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);font-size:13px}.season-nav-current{font-weight:700;color:var(--text)}.tournament-extra-heading{margin-top:var(--space-4)}.tournament-extra-heading--following{margin-top:var(--space-3)}.tournament-placeholder-row td{color:var(--text-muted);font-size:0.88rem;padding:var(--space-3)}.tournament-placeholder-row:hover{background:transparent}.round-group-header td{background:#f2f6f2;font-weight:700;font-size:12px;padding:0.35rem 0.4rem;border-bottom:1px solid var(--border-strong);color:#1f2520}.round-group-count{font-weight:400;font-size:11px;color:var(--text-muted)}.live-status{display:inline-flex;align-items:center;gap:0.3rem;font-size:11px;font-weight:600;white-space:nowrap}.live-status-dot{width:0.5rem;height:0.5rem;border-radius:50%;display:inline-block}.live-status--live .live-status-dot{background:#1f7a3f;animation:live-pulse 1.5s ease-in-out infinite}.live-status--live{color:#1f7a3f}.live-status--suspended{color:#b8860b;font-weight:700;font-size:0.75em}.live-status--scheduled{color:var(--text-muted)}.live-status--finished{color:var(--text-muted)}.live-match-row{background:#edf7f0!important;border-left:3px solid #1f7a3f}.live-match-row:hover{background:#e2f2e6!important}.live-score{font-variant-numeric:tabular-nums;white-space:nowrap}.live-score--sets{font-weight:700}.live-score--in-progress{font-weight:600;color:#1f7a3f}.live-match-date{}.live-score--games{font-weight:600;font-size:0.9em;color:#555}.live-serve-indicator{color:#1f7a3f;font-size:0.6em;vertical-align:middle}.live-day-header{margin:var(--space-4) 0 var(--space-2);font-size:1.05rem;color:var(--text);padding-bottom:var(--space-1);border-bottom:1px solid var(--border)}.live-day-header:first-child{margin-top:0}.live-match-count{font-weight:400;font-size:0.85em;color:var(--text-muted)}.live-cards-mobile{display:none}.live-match-card{border:1px solid var(--border);background:#fff;padding:var(--space-3);margin-bottom:var(--space-2)}.live-match-card--live{background:#edf7f0;border-left:3px solid #1f7a3f}.live-card-tournament{font-size:11px;color:var(--text-muted);margin-bottom:var(--space-1);display:flex;align-items:center;gap:0.35rem}.live-card-players{display:flex;flex-direction:column;gap:var(--space-1)}.live-card-player{display:flex;justify-content:space-between;align-items:center}.live-card-player-name{font-size:13px}.live-card-score{font-variant-numeric:tabular-nums;font-size:13px;font-weight:600;text-align:center;padding:var(--space-1) 0}.live-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-1);font-size:11px;color:var(--text-muted)}@media (max-width:640px){.live-table-desktop{display:none}.live-cards-mobile{display:block}}th.sortable{cursor:pointer;user-select:none}th.sortable:hover{background:var(--hover)}th.sort-active{background:var(--accent-soft-bg);border-bottom:2px solid var(--accent)}td.sort-active{background:rgba(26,140,58,0.06)}.sort-arrow{font-weight:700}.form-tracker{margin-bottom:var(--space-6)}.form-tracker>.helper-text{margin-top:0;margin-bottom:var(--space-3)}.form-tracker-heading{display:flex;align-items:baseline;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-1)}.form-tracker-heading h2{margin:0}.form-tracker-heading a{font-weight:800;font-size:0.9rem}.form-tracker-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media (max-width:640px){.form-tracker-grid{grid-template-columns:1fr}}.form-card{border:1px solid var(--border);overflow:hidden;background:var(--bg)}.form-card-header{padding:var(--space-2) var(--space-3);font-weight:700;font-size:0.95rem;letter-spacing:0.03em;text-transform:uppercase;display:flex;align-items:center;gap:0.35em}.form-card-arrow{font-size:0.8em}.form-card-header--risers{background:var(--bg);color:#1a7742;border-bottom:1px solid #1a7742}.form-card-header--fallers{background:var(--bg);color:#c0392b;border-bottom:1px solid #c0392b}.form-card--risers{border-left:1px solid #1a7742}.form-card--fallers{border-left:1px solid #c0392b}.form-card-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.form-card-table{min-width:520px;width:100%;border-collapse:collapse;font-size:12.5px}.form-card-table thead th{padding:var(--space-1) var(--space-3);text-align:left;font-weight:600;font-size:0.75rem;color:var(--text-muted);border-bottom:1px solid var(--border)}.form-card-table tbody td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--surface)}.form-card-table tbody tr:last-child td{border-bottom:none}.streak{display:inline-block;font-weight:700;font-size:inherit;padding:1px 6px;border-radius:3px}.streak--win{color:var(--win);background:#eaf7ed}.streak--loss{color:var(--loss);background:#fbeaea}.delta{font-size:inherit}.delta--pos{color:var(--win)}.delta--neg{color:var(--loss)}.news-page{max-width:1180px}.news-page-header{margin-bottom:1.2rem}.news-page-header h1{margin-bottom:0.35rem}.news-page-subtitle{color:var(--muted);margin:0;max-width:680px}.news-feed-item h4 a{color:var(--accent)}.news-feed-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:0.75rem}.news-brief-meta,.news-brief-actions,.news-tag-row,.news-trending-chips,.news-sidebar-chips{display:flex;flex-wrap:wrap;align-items:center;gap:0.45rem}.news-brief-meta{color:var(--muted);font-size:0.78rem}.news-brief-meta span + span::before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--border-strong,#9ca3af);margin-right:0.45rem;vertical-align:middle}.news-brief-actions{font-size:0.82rem;font-weight:600}.news-brief-actions a{white-space:nowrap}.news-tag-row{margin-top:0.6rem}.news-chip{display:inline-flex;align-items:center;gap:0.25rem;border:1px solid var(--border,#d7dee2);border-radius:999px;color:var(--text-muted,#3f4f5f);background:var(--bg-alt,#f6f8f8);font-size:0.75rem;line-height:1.2;padding:0.22rem 0.55rem;text-decoration:none}.news-chip:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.news-chip span{color:var(--muted);font-size:0.68rem;font-weight:700}.news-chip--player{background:#f2f8f4}.news-chip--tournament{background:#f7f4ed}.news-chip--topic{background:#f4f6f9}.news-trending-bar{display:grid;grid-template-columns:auto minmax(0,1fr);gap:0.75rem;align-items:start;padding:0.2rem 0;margin-bottom:0.5rem}.news-trending-label{color:var(--muted);font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding-top:0.28rem}.news-briefing-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:2rem;align-items:start}.news-feed-title{font-size:1rem;margin:0 0 0.6rem;color:var(--text-muted,#3f4f5f);letter-spacing:0.04em;text-transform:uppercase}.news-day-group{margin-bottom:1.25rem}.news-day-heading{font-size:0.9rem;color:var(--muted);margin:0;padding:0.35rem 0 0.45rem}.news-feed-item{padding:0.85rem 0;border-top:1px solid var(--border-subtle,#e8ecef)}.news-feed-item h4{font-size:1.05rem;line-height:1.32;margin:0 0 0.35rem}.news-feed-item p{margin:0;max-width:760px;color:var(--text);line-height:1.5}.news-topic-filters{display:grid;grid-template-columns:auto minmax(0,1fr);gap:0.75rem;align-items:start;padding:0.2rem 0 0.85rem;border-bottom:1px solid var(--border,#d7dee2);margin-bottom:1rem}.news-sidebar{position:sticky;top:1rem;margin-top:3.55rem}.news-sidebar-section{border-top:1px solid var(--border,#d7dee2);padding-top:0.8rem;margin-bottom:1.25rem}.news-sidebar-section h2{font-size:0.85rem;color:var(--text-muted,#3f4f5f);letter-spacing:0.04em;text-transform:uppercase;margin:0 0 0.6rem}.news-player-search{display:block;position:relative;margin:0}.news-player-search-input{width:100%;min-height:34px;border-radius:4px}.news-filter-clear{display:inline-block;margin-top:0.45rem;font-size:0.82rem;font-weight:600}.news-player-search-dropdown{font-size:0.82rem}.news-topic-filter-list{display:flex;flex-wrap:wrap;gap:0.4rem}.news-topic-filter{display:inline-flex;align-items:center;border:1px solid var(--border,#d7dee2);border-radius:999px;background:var(--bg-alt,#f6f8f8);color:var(--text-muted,#3f4f5f);cursor:pointer;font:inherit;font-size:0.8rem;line-height:1.2;padding:0.24rem 0.6rem;text-decoration:none}.news-topic-filter:hover,.news-topic-filter.is-active{border-color:var(--accent,#00843d);color:var(--accent,#00843d);background:#f2f8f4;text-decoration:none}@media (max-width:820px){.news-briefing-grid{grid-template-columns:1fr;gap:1rem}.news-sidebar{order:-1;position:static;margin-top:0}.news-feed-footer{align-items:flex-start;flex-direction:column;gap:0.5rem}}@media (max-width:600px){.news-trending-bar,.news-topic-filters{grid-template-columns:1fr;gap:0.5rem}.news-feed-item h4{font-size:1rem}.news-brief-actions a{white-space:normal}}.news-story-title{margin-bottom:0.5rem}.news-story-meta{display:flex;gap:0.75rem;align-items:center;margin-bottom:1.5rem;font-size:0.85rem;color:var(--text-muted)}.news-story-body{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;max-width:720px}.news-story-body a{font-weight:500}.news-story-read-more{margin-bottom:2rem}.news-story-read-more a{font-weight:600}.news-story-related{border-top:1px solid var(--border,#ddd);padding-top:1rem}.news-story-related h2{font-size:1rem;margin-bottom:0.5rem}.news-story-related ul{list-style:none;padding:0}.news-story-related li{padding:0.25rem 0}.news-story-related a{font-size:0.9rem}.news-source{font-size:0.75rem;color:var(--muted);background:var(--bg-alt,#f5f5f5);padding:0.1rem 0.4rem;border-radius:3px;white-space:nowrap}.news-source-count{font-size:0.75rem;color:var(--muted)}.news-time{font-size:0.75rem;color:var(--muted);white-space:nowrap}.news-tag{font-size:0.7rem;background:var(--bg-alt,#f0f0f0);color:var(--muted);padding:0.1rem 0.35rem;border-radius:3px}.news-pagination{text-align:center;margin:2rem 0}.news-widget{width:100%}.news-widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.25rem}.news-widget-header h3{margin:0;font-size:1rem}.news-widget-more{font-size:12px;font-weight:600;color:var(--accent,#1a73e8);text-decoration:none}.news-widget-more:hover{text-decoration:underline}.news-widget-item{display:flex;justify-content:space-between;align-items:baseline;gap:0.75rem;padding:0.25rem 0;border-bottom:1px solid var(--border,#eee);text-decoration:none;color:var(--text)}.news-widget-item:first-of-type{border-top:1px solid var(--border,#eee)}.news-widget-item:hover .news-widget-headline{color:var(--accent,#1a73e8)}.news-widget-headline{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:0.85rem;transition:color 0.15s}.news-widget-meta{display:flex;gap:0.4rem;align-items:center;flex-shrink:0}.news-ext-icon{font-size:0.75rem;color:var(--muted);opacity:0.6}.news-widget-item:hover .news-ext-icon,.news-compact-item:hover .news-ext-icon{opacity:1;color:var(--accent,#1a73e8)}.home-news-links{display:flex;flex-direction:column}.home-news-links>span{flex-shrink:0}.home-news-links .home-news-item,.home-news-links .home-news-item span{font-weight:400;color:var(--text)}.home-news-links .home-news-item a{font-weight:400;color:var(--accent)}.home-news-src{color:var(--muted);font-size:0.85em}.news-widget-compact{margin-top:1rem}.news-widget-compact h4{margin:0 0 0.5rem;font-size:0.95rem}.news-compact-item{display:block;padding:0.35rem 0;border-bottom:1px solid var(--border,#eee);text-decoration:none;color:var(--text)}.news-compact-item:hover .news-compact-headline{color:var(--accent,#1a73e8)}.news-compact-headline{font-size:0.85rem;display:block;transition:color 0.15s}.news-compact-meta{font-size:0.75rem;color:var(--muted)}@media (max-width:600px){.news-widget-item{flex-direction:column;gap:0.15rem}.news-widget-headline{white-space:normal}}.bracket-container{overflow-x:auto;padding:var(--space-2) 0;-webkit-overflow-scrolling:touch}.bracket-scroll{display:flex;gap:0;min-width:max-content}.bracket-round{display:flex;flex-direction:column;min-width:190px;flex-shrink:0;border-left:1px solid var(--border)}.bracket-round:first-child{border-left:none}.bracket-round-header{font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);text-align:center;padding:4px var(--space-2);background:var(--surface-subtle,#fafafa);border-bottom:1px solid var(--border)}.bracket-round-matches{display:flex;flex-direction:column;justify-content:space-around;flex:1;gap:2px;padding:4px 6px;min-height:0}.bracket-match{border:1px solid var(--border);border-radius:3px;background:#fff;font-size:12px;overflow:hidden;transition:background-color 0.12s ease,border-color 0.12s ease,box-shadow 0.12s ease,opacity 0.12s ease}.bracket-match--done{border-color:var(--border-strong,var(--border))}.bracket-match--empty{opacity:0.35;border-style:dashed}.bracket-slot{padding:2px 6px;display:flex;align-items:center;gap:3px;min-height:20px;line-height:1.3}.bracket-slot + .bracket-slot{border-top:1px solid var(--border-light,#eee)}.bracket-slot--winner{font-weight:700}.bracket-name{display:flex;align-items:center;gap:2px;min-width:0;overflow:hidden}.bracket-name .player-rank{font-size:10px;flex-shrink:0}.bracket-player{text-decoration:none;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bracket-player--text{display:inline-block}.bracket-player:hover{color:var(--accent)}.bracket-container--path-active .bracket-match{opacity:0.45}.bracket-container--path-active .bracket-match--path{opacity:1;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface));box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 32%,transparent),0 8px 18px rgba(15,23,42,0.12)}.bracket-player--path-active{color:var(--accent);font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:0.16em}.bracket-entry{flex-shrink:0;font-size:9px;font-weight:700;color:var(--text-muted);letter-spacing:0.04em}.bracket-score{font-size:10px;color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-left:auto}.bracket-tbd{color:var(--text-muted);font-style:italic;font-size:11px}.bracket-bye{color:var(--text-muted);font-size:10px;letter-spacing:0.04em;text-transform:uppercase}.bracket-round:not(:first-child) .bracket-match{position:relative}.bracket-round:not(:first-child) .bracket-match::before{content:'';position:absolute;left:-7px;top:50%;width:7px;border-top:1px solid var(--border-strong,#bbb)}.bracket-round:not(:first-child):not(:last-child) .bracket-match::after{content:'';position:absolute;right:-7px;top:50%;width:7px;border-top:1px solid var(--border-strong,#bbb)}@media (max-width:640px){.bracket-container{overflow-x:visible}.bracket-scroll{display:grid;grid-template-columns:1fr;gap:var(--space-3);min-width:0}.bracket-round{min-width:0;width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.bracket-round:first-child{border-left:1px solid var(--border)}.bracket-round-matches{display:grid;grid-template-columns:1fr;justify-content:stretch;gap:4px;padding:6px}.bracket-round:not(:first-child) .bracket-match::before,.bracket-round:not(:first-child):not(:last-child) .bracket-match::after{display:none}}.tournament-view-toggle{display:flex;flex-wrap:wrap;gap:var(--space-1,0.25rem) var(--space-3,0.75rem);margin-top:var(--space-4);margin-bottom:var(--space-3);padding:var(--space-2,0.5rem) 0;border-bottom:1px solid var(--border,#ddd);font-size:0.85rem}.tournament-view-toggle a{color:var(--text-muted,#888);text-decoration:none}.tournament-view-toggle a:hover{color:var(--link,#1a73e8);text-decoration:underline}.tournament-view-toggle a.active{color:var(--text,#111);font-weight:600}.tournament-view-toggle a + a::before{content:"\00b7";margin-right:var(--space-3,0.75rem);color:var(--border,#ddd);text-decoration:none;display:inline-block}.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}:root{--bg:#f5f6f2;--bg-alt:#eef1ea;--surface:#ffffff;--surface-subtle:#f8f9f5;--surface-accent:#f2f6df;--surface-raised:#ffffff;--text:#111715;--text-strong:#07110e;--text-muted:#515b55;--muted:var(--text-muted);--border:#dfe4dc;--border-subtle:#edf0e9;--border-strong:#c8d0c4;--accent:#111715;--accent-soft:#2d3834;--accent-soft-bg:#eef2e4;--accent-yellow:#dfff39;--accent-yellow-muted:#c9e735;--accent-secondary:#236e8f;--accent-secondary-soft:#2e85aa;--accent-secondary-bg:#e9f4f8;--link:#236e8f;--hover:#f0f4ea;--focus:#6f8f00;--win:#137a43;--loss:#b73c34;--surface-hard:#2d78b7;--surface-clay:#b96a34;--surface-grass:#2f8a48;--shadow-xs:0 1px 2px rgba(17,23,21,0.06);--shadow-sm:0 8px 24px rgba(17,23,21,0.07);--shadow-md:0 16px 48px rgba(17,23,21,0.11);--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--content-max:1240px;--sticky-table-top:58px}html{scroll-padding-top:76px;background:var(--bg)}body{background:linear-gradient(180deg,rgba(17,23,21,0.04),rgba(17,23,21,0) 320px),var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--link);text-underline-offset:0.16em;text-decoration-thickness:1px}a:hover{color:#184e67}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--accent-yellow-muted);outline-offset:3px;box-shadow:0 0 0 5px rgba(223,255,57,0.25)}.site-shell{background:transparent}.site-header{position:sticky;top:0;z-index:50;border-top:0;border-bottom:1px solid rgba(17,23,21,0.12);background:rgba(255,255,255,0.92);box-shadow:0 1px 0 rgba(255,255,255,0.75) inset,var(--shadow-xs);backdrop-filter:blur(16px)}.site-header::before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--accent) 0 42%,var(--accent-yellow) 42% 58%,var(--accent) 58% 100%)}.site-nav{max-width:var(--content-max);min-height:56px;padding:0.58rem var(--space-5);gap:var(--space-4)}.nav-logo{padding:0.15rem 0}.nav-logo img{height:30px}.global-nav-left{gap:0.18rem}.global-nav-left a{display:inline-flex;align-items:center;min-height:34px;padding:0.32rem 0.58rem;border-radius:var(--radius-sm);color:#35403b;font-size:0.88rem;font-weight:600;letter-spacing:0.005em;text-decoration:none}.global-nav-left a:hover{color:var(--text-strong);background:var(--surface-subtle);text-decoration:none}.global-nav-left a.nav-active{color:var(--text-strong);background:#edf3d5;border-bottom:0;padding-bottom:0.32rem;box-shadow:inset 0 0 0 1px rgba(151,179,37,0.24)}.global-nav-right{gap:var(--space-2)}.tour-toggle{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:#f4f6f1;box-shadow:inset 0 1px 0 rgba(255,255,255,0.8)}.tour-option{min-height:32px;padding:0.52rem 0.72rem;color:#58625d;background:transparent}.tour-option.active,.tour-option.active:hover{background:var(--text-strong);color:var(--accent-yellow)}.tour-option:hover{color:var(--text-strong);background:#ffffff}.global-search-input,.home-search-input,.leader-pin-input,.news-player-search-input,input,select,textarea{border-color:var(--border-strong);border-radius:var(--radius-sm);background-color:#ffffff;box-shadow:inset 0 1px 0 rgba(17,23,21,0.03);transition:border-color 0.14s ease,box-shadow 0.14s ease,background-color 0.14s ease}.global-search-input:focus,.home-search-input:focus,.leader-pin-input:focus,.news-player-search-input:focus,input:focus,select:focus,textarea:focus{border-color:#99b800;box-shadow:0 0 0 4px rgba(223,255,57,0.22),inset 0 1px 0 rgba(17,23,21,0.03)}.global-search-input{width:300px;min-height:36px;border-radius:999px;background-color:#f9faf7}.global-search-dropdown{top:calc(100% + 8px);border-color:rgba(17,23,21,0.14);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.global-search-item{padding:0.62rem 0.78rem;color:var(--text)}.global-search-item:hover,.global-search-item.active{background:#f3f7e6}.search-section-header{padding:0.45rem 0.78rem;background:#f7f8f2;color:#68736d}.site-main{max-width:var(--content-max);padding:var(--space-5) var(--space-5) var(--space-6)}h1,h2,h3{color:var(--text-strong);letter-spacing:0}h1{font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.02;max-width:920px}h2{font-size:1.34rem;line-height:1.2}h3{font-size:1.03rem;line-height:1.25}p,.helper-text,.text-muted{color:var(--text-muted)}.small{font-size:0.82em}.breadcrumb-nav{display:flex;flex-wrap:wrap;align-items:center;gap:0.25rem;margin:0 0 var(--space-3);color:var(--text-muted);font-size:0.78rem}.breadcrumb-nav a{color:var(--link)}.breadcrumb-sep{color:#68726c}.subtle-note{color:var(--text-muted)}.page-intro,.section-heading,.section{margin-top:var(--space-5);padding-top:0;border-top:0}.page-intro{margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--border)}.page-intro h1{margin-bottom:var(--space-2)}.page-intro p{max-width:760px;font-size:1rem}.section-heading,.home-section-heading,.leader-group-heading,.section-title-inline,.collapsible-section-summary{border-left:0;padding-left:0}.section-heading h2,.home-section-heading,.leader-group-heading,.section-title-inline,.collapsible-section-summary h2{display:flex;align-items:center;gap:0.55rem;margin-top:var(--space-5);padding-bottom:0.45rem;border-bottom:1px solid var(--border);font-size:1.1rem}.section-heading h2::before,.home-section-heading::before,.leader-group-heading::before,.section-title-inline::before,.collapsible-section-summary h2::before{content:"";width:0.55rem;height:0.55rem;border-radius:2px;background:var(--accent-yellow-muted);box-shadow:inset 0 0 0 1px rgba(17,23,21,0.14);flex:0 0 auto}.section-card,.home-card,.ranking-summary-item,.tournament-champion-card,.leader-explainer,.compare-hero,.form-card,.live-match-card,.featured-card,.info-box{border:1px solid rgba(17,23,21,0.11);border-radius:var(--radius-lg);background:var(--surface-raised);box-shadow:var(--shadow-xs)}.section-card{padding:var(--space-4);margin:0 0 var(--space-4)}.section-card--fit,.panel--fit{display:inline-flex}.section-card--full,.panel--full{display:block}.home-hero{position:relative;overflow:hidden;margin:calc(-1 * var(--space-5)) calc(-1 * var(--space-5)) var(--space-5);padding:clamp(2.4rem,6vw,5rem) var(--space-5) clamp(2rem,4.8vw,3.5rem);border-bottom:1px solid rgba(17,23,21,0.12);background:linear-gradient(115deg,rgba(17,23,21,0.94) 0%,rgba(17,23,21,0.91) 54%,rgba(47,56,51,0.88) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,0.04) 0 1px,transparent 1px 76px),#111715;box-shadow:inset 0 -1px 0 rgba(255,255,255,0.08)}.home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(223,255,57,0.17),rgba(223,255,57,0) 28%),linear-gradient(0deg,rgba(255,255,255,0.05),rgba(255,255,255,0));pointer-events:none}.home-hero::after{content:"";position:absolute;right:clamp(1rem,6vw,5rem);bottom:-52px;width:clamp(210px,28vw,360px);aspect-ratio:1;border:1px solid rgba(223,255,57,0.24);border-radius:50%;box-shadow:inset 0 0 0 18px rgba(223,255,57,0.03),inset 0 0 0 36px rgba(255,255,255,0.025);opacity:0.75;pointer-events:none}.home-hero>*{position:relative;z-index:1}.home-hero h1{color:#ffffff;margin-bottom:var(--space-3)}.home-hero-subtitle{max-width:760px;color:rgba(255,255,255,0.76);font-size:1.08rem;line-height:1.6}.home-search{max-width:820px;margin-top:var(--space-4)}.home-search-input{min-height:58px;border:1px solid rgba(255,255,255,0.48);border-radius:var(--radius-lg);background-color:rgba(255,255,255,0.98);box-shadow:0 16px 44px rgba(0,0,0,0.28);font-weight:500}.home-popular-links{max-width:900px;margin-top:var(--space-3);color:rgba(255,255,255,0.62);font-size:0.86rem}.home-popular-links span,.home-popular-links .home-news-item,.home-popular-links .home-news-item span{color:inherit}.home-popular-links a,.home-news-links .home-news-item a{color:#f3ff9a;font-weight:600}.home-popular-links a:hover,.home-news-links .home-news-item a:hover{color:#ffffff}.home-news-links{gap:0.28rem;margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid rgba(255,255,255,0.14)}.player-news-links,.tournament-related .home-news-links{color:var(--text-muted)}.player-news-links a,.player-news-links .home-news-item a{color:var(--link)}.home-calendar-block{display:flex;width:100%;margin-bottom:var(--space-5);padding:0;overflow:hidden}.home-card-header{padding:0}.home-calendar-block>.home-card-header{padding:var(--space-4) var(--space-4) 0}.home-calendar-block>.home-card-header h2{margin:0}.calendar-live-block{padding:var(--space-3) 0;border-bottom-color:var(--border-subtle)}.calendar-tournament{padding:var(--space-3) var(--space-4);border-bottom-color:var(--border-subtle)}.calendar-tournament--live{border-left:2px solid var(--win);background:linear-gradient(90deg,rgba(19,122,67,0.045),rgba(19,122,67,0) 34%)}.calendar-tournament--next{background:var(--surface-subtle)}.calendar-recent{padding:var(--space-3) var(--space-4) var(--space-4)}.home-top-band,.home-all-time-band{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.home-card{width:100%;padding:var(--space-3);transition:transform 0.16s ease,box-shadow 0.16s ease,border-color 0.16s ease}.home-card:hover,.featured-card:hover{border-color:rgba(17,23,21,0.24);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.home-card h3{color:var(--text-strong);font-size:0.96rem}.home-card-date,.ranking-summary-label,.calendar-section-heading,.tournament-champion-label,.leader-detail-nav-label,.news-feed-title{color:var(--text-muted);letter-spacing:0.075em}.home-card-more,.home-news-all,.news-widget-more,.subtle-inline-link,.calendar-up-next a,.calendar-view-more a,.feedback-cta,.error-action-link,.tournament-history-link{display:inline-flex;align-items:center;min-height:30px;padding:0;border:0;border-radius:0;background:transparent;color:var(--link);font-weight:700;text-decoration:none}.home-card-more:hover,.home-news-all:hover,.news-widget-more:hover,.subtle-inline-link:hover,.calendar-up-next a:hover,.calendar-view-more a:hover,.feedback-cta:hover,.error-action-link:hover,.tournament-history-link:hover{background:transparent;color:var(--link-hover);text-decoration:underline}.ranking-summary-strip{gap:var(--space-3)}.ranking-summary-item{position:relative;border-top:0;padding:var(--space-3);overflow:hidden}.ranking-summary-item::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent-yellow-muted)}.ranking-summary-label{text-transform:uppercase;font-size:0.7rem;font-weight:700}.ranking-summary-value{color:var(--text-strong);font-size:1rem;font-weight:750}.player-identity-card{align-items:center;padding:var(--space-4);border:1px solid rgba(17,23,21,0.11);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(223,255,57,0.13),rgba(223,255,57,0) 36%),var(--surface);box-shadow:var(--shadow-xs)}.player-avatar{width:92px;height:92px;border:1px solid rgba(17,23,21,0.12);background:linear-gradient(180deg,#ffffff,#eef2e8);box-shadow:var(--shadow-xs)}.player-identity-name{font-size:clamp(2rem,4vw,3.1rem);color:var(--text-strong);letter-spacing:0}.player-identity-meta{color:var(--text-muted);font-size:0.92rem}.player-section-nav{gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-lg);background:rgba(255,255,255,0.7)}.player-section-nav a{display:inline-flex;align-items:center;min-height:30px;padding:0.2rem 0.5rem;border-radius:var(--radius-sm);color:#59645f;font-weight:600}.player-section-nav a:hover{color:var(--text-strong);background:var(--surface-subtle);text-decoration:none}.player-section-nav a + a::before,.tournament-view-toggle a + a::before{content:none}.player-sidebar-nav{padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-lg);background:rgba(255,255,255,0.92);box-shadow:var(--shadow-sm)}.player-sidebar-nav a{border-left:0;border-radius:var(--radius-sm)}.player-sidebar-nav a.active{background:#eef5d2;color:var(--text-strong)}.player-sidebar-nav a.sidebar-external + a.sidebar-external{margin-top:0;border-top:0;padding-top:0.35rem}.ranking-history-panel{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border)}.ranking-history-title{margin-bottom:var(--space-1)}.ranking-history-title h1{margin-bottom:0.18rem}.ranking-history-subtitle{margin-top:0;margin-bottom:0;max-width:760px}.ranking-history-related{margin-top:var(--space-2);margin-bottom:var(--space-2)}.ranking-history-related-players{margin-top:calc(-1 * var(--space-1))}.ranking-history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-2)}.ranking-history-toolbar h2{margin:0}.ranking-history-controls{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.ranking-toggle-group{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:#fff}.ranking-toggle-group button{min-height:30px;border:0;border-radius:0;background:#fff;padding:0.25rem 0.58rem;font-size:0.78rem;font-weight:700;color:var(--text-muted)}.ranking-toggle-group button + button{border-left:1px solid var(--border)}.ranking-toggle-group button.is-active{background:var(--accent-green-soft);color:var(--text-strong)}.ranking-chart-frame{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:var(--space-2)}.ranking-history-chart{display:block;width:100%;height:auto;min-height:240px}.ranking-chart-axis{fill:none;stroke:var(--border-strong);stroke-width:1.5}.ranking-chart-gridline{stroke:var(--border);stroke-width:1}.ranking-chart-x-tick{stroke:var(--border-strong);stroke-width:1}.ranking-chart-line{fill:none;stroke:var(--accent-green);stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}.ranking-chart-area{fill:rgba(47,125,69,0.1)}.ranking-chart-label{fill:var(--text-muted);font-size:12px}.ranking-chart-overlay{fill:transparent;pointer-events:all}.ranking-chart-crosshair{stroke:rgba(17,23,21,0.32);stroke-dasharray:3 3;stroke-width:1}.ranking-chart-dot{fill:var(--accent-green);stroke:#ffffff;stroke-width:2}.ranking-chart-tooltip rect{fill:rgba(255,255,255,0.96);stroke:var(--border-strong);filter:drop-shadow(0 2px 4px rgba(17,23,21,0.14))}.ranking-chart-tooltip text{fill:var(--text-muted);font-size:12px}.ranking-chart-tooltip .ranking-chart-tooltip-value{fill:var(--text-strong);font-weight:700}.ranking-table-sort{display:inline-flex;align-items:center;justify-content:center;gap:0.24rem;min-height:0;margin:0 auto;padding:0;border:0;background:transparent;color:inherit;box-shadow:none;font:inherit;letter-spacing:inherit;text-transform:inherit}.ranking-table-sort:hover{background:transparent;color:var(--accent)}.table-wrap--wide .ranking-history-rankings-table th:first-child,.table-wrap--wide .ranking-history-rankings-table td:first-child{text-align:center}.ranking-history-rankings-table td:first-child a{display:inline-block;min-width:4ch;text-align:center}.ranking-range-selector{margin-top:var(--space-2)}.ranking-dual-range{position:relative;height:28px}.ranking-range-track,.ranking-range-fill{position:absolute;left:0;right:0;top:13px;height:4px;border-radius:999px}.ranking-range-track{background:var(--border)}.ranking-range-fill{background:var(--accent-green)}.ranking-dual-range input[type="range"]{position:absolute;inset:0;width:100%;height:28px;padding:0;border:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}.ranking-dual-range input[type="range"]::-webkit-slider-runnable-track{height:4px;background:transparent}.ranking-dual-range input[type="range"]::-webkit-slider-thumb{width:16px;height:16px;margin-top:-6px;border:2px solid #ffffff;border-radius:50%;background:var(--accent-green);box-shadow:0 1px 3px rgba(17,23,21,0.25);pointer-events:auto;appearance:none;-webkit-appearance:none}.ranking-dual-range input[type="range"]::-moz-range-track{height:4px;background:transparent}.ranking-dual-range input[type="range"]::-moz-range-thumb{width:14px;height:14px;border:2px solid #ffffff;border-radius:50%;background:var(--accent-green);box-shadow:0 1px 3px rgba(17,23,21,0.25);pointer-events:auto}.ranking-range-labels{display:flex;justify-content:space-between;color:var(--text-muted);font-size:0.82rem;margin-top:0.25rem}.filter-bar{gap:var(--space-3);padding:var(--space-3);border-color:rgba(17,23,21,0.11);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,0.8),rgba(248,249,245,0.92)),var(--surface);box-shadow:var(--shadow-xs)}.filter-group label,.filter-group-label,.advanced-choice-label{color:#68736d;font-size:0.68rem;font-weight:750;letter-spacing:0.08em}.filter-group select,.filter-group input{min-height:38px}button,.filter-group--action button{border-color:rgba(17,23,21,0.14);border-radius:var(--radius-sm);background:var(--text-strong);color:#ffffff;font-weight:700;box-shadow:var(--shadow-xs)}button:hover,.filter-group--action button:hover{background:#2d3834}.table-wrap{position:relative;border-color:rgba(17,23,21,0.12);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);overflow:hidden}.table-wrap--wide,.table-shell--wide,.table-wrap.table-compact:not(.table-wrap--wide):not(.table-wrap--full){overflow-x:auto;scrollbar-width:thin}.table-wrap--wide::after,.table-wrap--fit::after{content:"";position:sticky;right:0;top:0;display:block;width:22px;height:0;pointer-events:none;box-shadow:-12px 0 18px rgba(17,23,21,0.07)}table{font-size:12.7px;line-height:1.3}th,td{border-bottom-color:var(--border-subtle);padding:0.42rem 0.56rem}.table-compact table th,.table-compact table td{padding-top:0.34rem;padding-bottom:0.34rem}thead th{top:var(--sticky-table-top);background:#eef2e8;border-bottom-color:#cfd8ca;color:#33413b;font-size:0.68rem;font-weight:800;letter-spacing:0.07em}tbody tr:nth-child(even){background:#fafbf7}tbody tr:hover{background:#f0f5e5}tfoot td,tfoot th,.totals-row td,tbody tr:last-child th{background:#f2f5ed;border-top:1px solid var(--border-strong)}.table-wrap--sticky-first td:first-child,.table-wrap--sticky-first tbody th:first-child,.table-wrap--sticky-first tfoot th:first-child,.table-wrap--sticky-first thead tr:first-child th:first-child,.table-wrap--sticky-two td:first-child,.table-wrap--sticky-two th:first-child,.table-wrap--sticky-two td:nth-child(2),.table-wrap--sticky-two th:nth-child(2),.table-wrap--sticky-three td:first-child,.table-wrap--sticky-three th:first-child,.table-wrap--sticky-three td:nth-child(2),.table-wrap--sticky-three th:nth-child(2),.table-wrap--sticky-three td:nth-child(3),.table-wrap--sticky-three th:nth-child(3){background:#ffffff;box-shadow:1px 0 0 var(--border-subtle)}.table-wrap--sticky-first tr:nth-child(even) td:first-child,.table-wrap--sticky-two tr:nth-child(even) td:first-child,.table-wrap--sticky-two tr:nth-child(even) td:nth-child(2),.table-wrap--sticky-three tr:nth-child(even) td:first-child,.table-wrap--sticky-three tr:nth-child(even) td:nth-child(2),.table-wrap--sticky-three tr:nth-child(even) td:nth-child(3){background:#fafbf7}.table-wrap--sticky-first tbody tr:hover td:first-child,.table-wrap--sticky-two tbody tr:hover td:first-child,.table-wrap--sticky-two tbody tr:hover td:nth-child(2),.table-wrap--sticky-three tbody tr:hover td:first-child,.table-wrap--sticky-three tbody tr:hover td:nth-child(2),.table-wrap--sticky-three tbody tr:hover td:nth-child(3){background:#f0f5e5}.col-season,.col-rank,.col-year,td.num,th.num,.ranking-summary-value,.match-score-hero,.compare-h2h-numbers{font-variant-numeric:tabular-nums}.category-badge,.result-flag,.badge-qualifying,.badge-ongoing,.leader-nav-chip,.news-chip,.news-topic-filter,.surface-tag,.rate-pill,.streak{border-radius:var(--radius-sm)}.category-badge{padding:0.17rem 0.46rem;border-width:1px;font-size:0.68rem;font-weight:800;letter-spacing:0.03em}.category-badge--slam{border-color:#202923;background:#111715;color:var(--accent-yellow)}.category-badge--masters,.category-badge--finals{border-color:#2c7895;background:#e8f4f8;color:#185b73}.category-badge--500{border-color:#89a63b;background:#f1f7df;color:#465d11}.category-badge--250,.category-badge--neutral{border-color:#cbd5c5;background:#f8faf4;color:#56645e}.surface-indicator{color:#44504b;font-weight:600}.surface-indicator-dot{box-shadow:0 0 0 2px #ffffff,0 0 0 3px rgba(17,23,21,0.1)}.result-flag{min-width:24px;text-align:center}.result-flag--win{color:#0f6e3b;background:#e7f6ed}.result-flag--loss{color:#9f342d;background:#fae9e7}.match-player--winner{font-weight:700}a.match-player--winner{color:var(--link)}.player-rank{color:var(--text-muted);font-weight:600}.tournament-status-upcoming{color:var(--text-muted)}.live-ball{display:inline-block;width:0.5rem;height:0.5rem;border-radius:50%;background:var(--win);flex:0 0 auto;animation:live-pulse 1.5s ease-in-out infinite}.tournament-status-pill{display:inline-flex;align-items:center;gap:0.35rem;color:#155f35;font-size:0.82rem;font-style:normal;font-weight:800;line-height:1.15;white-space:nowrap}.tournament-status-pill--ongoing{padding:0.16rem 0.42rem;border:1px solid rgba(31,122,63,0.24);border-radius:var(--radius-sm);background:#edf7f0}.tournament-title-status{align-self:center;font-size:0.84rem}.empty-state{border-color:#cfd8c7;border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff,#f7f9f1);color:var(--text-muted);box-shadow:var(--shadow-xs)}.pagination{gap:var(--space-2);margin-top:var(--space-3);line-height:1}.pagination a,.pagination-next{display:inline-flex;align-items:center;min-height:34px;padding:0.28rem 0.7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff;font-weight:700;text-decoration:none}.pagination a:hover,.pagination-next:hover{background:var(--surface-subtle);text-decoration:none}.pagination__current{display:inline-flex;align-items:center;min-height:32px;color:#66706b}.pagination__jump{display:inline-flex;align-items:center;gap:var(--space-1);margin:0 0 0 var(--space-1)}.pagination__jump label{display:inline-flex;align-items:center;min-height:32px;font-size:0.9rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--text-muted)}.pagination__jump input{box-sizing:border-box;width:58px;height:30px;min-height:0;padding:0.18rem 0.4rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit}.pagination__total{display:inline-flex;align-items:center;min-height:32px;color:var(--text-muted)}.pagination__jump button{min-height:30px;padding:0.2rem 0.65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff;font-weight:700;color:var(--link)}.tournament-champion-card{padding:var(--space-4);background:linear-gradient(135deg,rgba(223,255,57,0.16),rgba(223,255,57,0) 42%),#ffffff}.tournament-champion-name{font-size:1.55rem}.season-nav,.tournament-view-toggle{gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffff}.season-nav a,.tournament-view-toggle a{display:inline-flex;align-items:center;min-height:32px;padding:0.22rem 0.62rem;border-radius:var(--radius-sm);color:#59645f;font-weight:700;text-decoration:none}.season-nav a:hover,.tournament-view-toggle a:hover{background:var(--surface-subtle);color:var(--text-strong);text-decoration:none}.tournament-view-toggle a.active,.season-nav-current{color:var(--text-strong);background:#edf5d2}.tournament-live-block{display:block;width:100%;margin:var(--space-4) 0}.tournament-live-block .tournament-live-heading{font-size:1.08rem;font-weight:700;line-height:1.3;margin-top:0;margin-bottom:var(--space-2)}.tournament-extra-heading.section-title-inline{margin-top:var(--space-4)}.tournament-extra-heading--following.section-title-inline{margin-top:var(--space-3)}.tournament-live-block .calendar-live-block{padding:0;border-bottom:0}.tournament-live-table-shell{max-width:100%}.tournament-live-block .calendar-match-wrap{margin-left:0;margin-bottom:0}.calendar-match-cards{margin-top:var(--space-2)}.round-group-header td{background:#e9efe2;color:#26332d}.compare-hero{background:linear-gradient(90deg,rgba(223,255,57,0.12),rgba(255,255,255,0) 40%,rgba(35,110,143,0.08)),#ffffff}.compare-h2h-leader,.compare-player-rank,.compare-better{color:#0f6e3b}.news-page{max-width:var(--content-max)}.news-feed-item{border-top-color:var(--border-subtle);padding:var(--space-3) 0}.news-briefing-grid{gap:var(--space-5)}.news-day-group{display:grid;gap:var(--space-2)}.news-day-heading{padding-left:0.15rem;color:#68736d;font-weight:800;letter-spacing:0.05em;text-transform:uppercase}.news-feed-item{padding:var(--space-3);border:1px solid rgba(17,23,21,0.1);border-radius:var(--radius-lg);background:#ffffff;box-shadow:var(--shadow-xs)}.news-feed-item + .news-feed-item{margin-top:var(--space-2)}.news-feed-item h4{font-size:1.08rem}.news-feed-item h4 a{color:var(--text-strong)}.news-feed-item h4 a:hover{color:var(--link)}.news-chip,.news-topic-filter{background:#ffffff;border-color:var(--border)}.news-topic-filter:hover,.news-topic-filter.is-active,.news-chip:hover{border-color:#a9c42d;background:#f2f8df;color:var(--text-strong)}.news-sidebar-section{padding:var(--space-3);border:1px solid rgba(17,23,21,0.1);border-radius:var(--radius-lg);background:#ffffff;box-shadow:var(--shadow-xs)}.news-sidebar-section + .news-sidebar-section{margin-top:var(--space-3)}.faq-item{border-bottom:1px solid var(--border-subtle)}.faq-item:nth-child(odd){background:#fafbf7}.skeleton{background:linear-gradient(90deg,#e9ede5 25%,#f7f9f4 50%,#e9ede5 75%)}.site-footer{border-top:1px solid rgba(17,23,21,0.12);background:#111715;color:rgba(255,255,255,0.62)}.footer-tagline{color:#ffffff}.footer-links a,.site-footer a{color:#efff83}.footer-links a:hover,.site-footer a:hover{color:#ffffff}@media (max-width:1100px){.home-top-band,.home-all-time-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){:root{--sticky-table-top:94px}.site-nav{padding-left:var(--space-3);padding-right:var(--space-3)}.site-main{padding:var(--space-4) var(--space-3) var(--space-5)}.home-hero{margin-left:calc(-1 * var(--space-3));margin-right:calc(-1 * var(--space-3));padding-left:var(--space-3);padding-right:var(--space-3)}.home-top-band,.home-all-time-band{grid-template-columns:1fr}.section-card--fit,.panel--fit{display:flex;width:100%}}@media (max-width:640px){:root{--sticky-table-top:112px}body{font-size:13.5px}.site-header{position:sticky}.site-nav{grid-template-columns:auto minmax(0,1fr);gap:var(--space-2)}.nav-logo img{height:28px}.global-nav-left{padding:0.25rem 0 0.1rem;border-top:1px solid var(--border-subtle)}.global-nav-left a{min-height:36px;padding:0.28rem 0.54rem}.global-search{width:clamp(8rem,42vw,11rem)}.global-search-input{min-height:34px;padding-left:1.85rem;font-size:0.9rem}h1{font-size:clamp(1.95rem,12vw,2.75rem)}h2{font-size:1.18rem}.home-hero{padding-top:var(--space-5);padding-bottom:var(--space-5)}.home-hero::after{right:-70px;bottom:-70px;opacity:0.45}.home-hero-subtitle{font-size:0.98rem}.home-search-input{min-height:52px;font-size:0.95rem}.home-news-links{gap:0.45rem}.ranking-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.player-identity-card{padding:var(--space-4) var(--space-3)}.player-avatar{width:84px;height:84px}.player-identity-name{font-size:2rem}.filter-bar{padding:var(--space-3)}.filter-group{flex:1 1 100%}.filter-group--action{align-items:stretch}.filter-group--action button{width:100%}.table-wrap{border-radius:var(--radius-md)}table{font-size:12px}th,td{padding-left:0.48rem;padding-right:0.48rem}.site-footer-inner,.footer-links{align-items:flex-start}.footer-link-group{white-space:normal}}body{background:#f7f8f5}.site-header{background:rgba(255,255,255,0.97);box-shadow:0 1px 0 rgba(17,21,19,0.04)}.site-header::before{height:2px;background:linear-gradient(90deg,#111513 0 72%,var(--accent-yellow-muted) 72% 100%)}.site-nav{min-height:48px;padding-top:0.42rem;padding-bottom:0.42rem}.nav-logo img{height:26px}.global-nav-left a{min-height:30px;padding:0.24rem 0.46rem;font-size:0.84rem}.global-nav-left a.nav-active{padding-bottom:0.24rem;background:transparent;box-shadow:inset 0 -2px 0 var(--accent-yellow-muted)}.global-search-input{min-height:32px;background-color:#ffffff}h1{font-size:clamp(1.75rem,2.7vw,2.65rem);line-height:1.08}.home-hero{margin-top:calc(-1 * var(--space-4));padding:var(--space-5) var(--space-5);background:#ffffff;border-bottom:1px solid var(--border);box-shadow:none}.home-hero::before,.home-hero::after{display:none}.home-hero h1{color:var(--text);max-width:760px;margin-bottom:var(--space-2)}.home-hero-subtitle{max-width:760px;color:var(--text-muted);font-size:1rem;line-height:1.45;margin-bottom:var(--space-3)}.home-search{margin-top:var(--space-3);max-width:700px;position:relative;z-index:2}.home-search:focus-within{z-index:80}.home-search-input{min-height:48px;border-color:var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.home-search .global-search-dropdown{z-index:90;background:#ffffff;border-color:var(--border-strong);box-shadow:0 16px 36px rgba(17,23,21,0.18)}.home-search .global-search-item{background:#ffffff}.home-popular-links,.home-popular-links span,.home-popular-links .home-news-item,.home-popular-links .home-news-item span{color:var(--text-muted)}.home-popular-links a,.home-news-links .home-news-item a{color:var(--link)}.home-popular-links a:hover,.home-news-links .home-news-item a:hover,.player-news-links a:hover,.player-news-links .home-news-item a:hover{color:#184e67;text-decoration:underline}.home-popular-links a,.home-news-links .home-news-item a,.home-news-links .home-news-all,.home-news-links .home-news-all strong{font-weight:400}.home-news-links .home-news-all{color:var(--link);display:inline;font-size:inherit;font-weight:700;line-height:inherit;min-height:0}.search-page-form{display:block;width:100%;max-width:980px;margin:var(--space-4) 0 var(--space-5)}.search-page-search-row{display:flex;align-items:stretch;gap:var(--space-2);width:100%}.search-page-input{flex:1 1 auto;min-width:0;min-height:56px;font-size:1.02rem;margin:0}.search-page-form button{min-width:128px;min-height:56px;padding:0 var(--space-4);white-space:nowrap}.search-landing{display:grid;gap:var(--space-5);max-width:980px;margin-top:var(--space-4)}.search-landing-section{padding-top:var(--space-4);border-top:1px solid var(--border)}.search-landing-section h2{margin:0 0 var(--space-3);font-size:1.05rem}.search-chip-list{display:flex;flex-wrap:wrap;gap:0.45rem}.search-chip{display:inline-flex;align-items:center;min-height:34px;padding:0.34rem 0.68rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-xs);color:var(--link);font-weight:650}.search-chip:hover{background:var(--accent-secondary-bg);color:#184e67;text-decoration:none}.search-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-3);align-items:stretch}.search-tool-card{display:flex;flex-direction:column;gap:var(--space-3);min-height:172px;padding:0.85rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs)}.search-tool-card:hover{border-color:var(--border-strong);background:#fbfcf7}.search-tool-link{display:flex;flex-direction:column;gap:0.2rem}.search-tool-link:hover{text-decoration:none}.search-tool-link__label{color:var(--text-strong);font-weight:750}.search-tool-link__description{color:var(--text-muted);font-size:0.84rem;line-height:1.35}.search-example-list{display:flex;flex-wrap:wrap;gap:0.35rem;margin-top:auto}.search-example-chip{display:inline-flex;align-items:center;min-height:28px;padding:0.2rem 0.48rem;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-subtle);color:var(--link);font-size:0.78rem;font-weight:650;line-height:1.2}.search-example-chip:hover{border-color:var(--border-strong);background:var(--accent-secondary-bg);color:#184e67;text-decoration:none}.archive-nav{max-width:980px;margin:var(--space-5) 0 0;padding-top:var(--space-4);border-top:1px solid var(--border)}.archive-nav + .archive-nav{margin-top:var(--space-4)}.section-card .archive-nav{margin-top:var(--space-3);padding-top:var(--space-3)}.archive-nav__header h2{margin:0;font-size:1.02rem;line-height:1.25}.archive-nav__header p{max-width:720px;margin:0.2rem 0 0;color:var(--text-muted);font-size:0.84rem}.archive-nav__groups{display:grid;gap:0.45rem 1rem;margin-top:0.8rem}.archive-nav__group{display:grid;grid-template-columns:4.25rem minmax(0,1fr);gap:0.45rem 0.75rem;align-items:start}.archive-nav__decade{padding-top:0.25rem;color:var(--text-muted);font-size:0.74rem;font-weight:750;letter-spacing:0.03em;text-transform:uppercase}.archive-nav__links{display:flex;flex-wrap:wrap;gap:0.25rem 0.35rem}.archive-nav__link{display:inline-flex;align-items:center;min-height:26px;padding:0.18rem 0.42rem;border:1px solid transparent;border-radius:3px;color:var(--link);font-size:0.82rem;font-weight:650;line-height:1.2}.archive-nav__link:hover{border-color:var(--border);background:var(--accent-secondary-bg);color:#184e67;text-decoration:none}.archive-nav__link--current{border-color:var(--border);background:#f4f7ee;color:var(--text)}@media (max-width:640px){.archive-nav__group{grid-template-columns:1fr;gap:0.2rem}.archive-nav__decade{padding-top:0}}.home-news-links{margin-top:var(--space-2);padding-top:var(--space-2);border-top-color:var(--border);gap:0.18rem}.section-heading h2,.home-section-heading,.leader-group-heading,.section-title-inline,.collapsible-section-summary h2{margin-top:var(--space-4);padding-bottom:0.3rem}.section-heading h2::before,.home-section-heading::before,.leader-group-heading::before,.section-title-inline::before,.collapsible-section-summary h2::before{width:0.38rem;height:0.38rem;border-radius:1px}.section-card,.home-card,.ranking-summary-item,.tournament-champion-card,.leader-explainer,.compare-hero,.form-card,.live-match-card,.featured-card,.info-box,.news-feed-item,.news-sidebar-section,.table-wrap,.filter-bar{box-shadow:none}.home-card:hover,.featured-card:hover{transform:none;box-shadow:none}.ranking-summary-item{padding:var(--space-2) var(--space-3)}.ranking-summary-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:var(--space-2)}.player-stats-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:calc(-1 * var(--space-2));margin-bottom:var(--space-4)}.player-stats-strip .ranking-summary-item{min-height:54px;padding:0.55rem 0.75rem}.player-stats-strip .ranking-summary-label{margin-bottom:0.12rem}.player-stats-strip .ranking-summary-value{font-size:0.92rem;line-height:1.25}.player-identity-card{background:#ffffff;margin-bottom:var(--space-3)}.player-recent-matches-table th,.player-recent-matches-table td{white-space:nowrap}.player-recent-matches-table th:nth-child(3),.player-recent-matches-table th:nth-child(4),.player-recent-matches-table th:nth-child(5),.player-recent-matches-table th:nth-child(7),.player-recent-matches-table th:nth-child(8),.player-recent-matches-table th:nth-child(9),.player-recent-matches-table th:nth-child(10){text-align:center}.player-recent-matches-table th:nth-child(2),.player-recent-matches-table td:nth-child(2),.player-recent-matches-table th:nth-child(6),.player-recent-matches-table td:nth-child(6){text-align:left}.filter-bar{padding:var(--space-2) var(--space-3);background:#ffffff}.table-wrap{border-radius:var(--radius-md)}table{font-size:12.5px;line-height:1.24}th,td{padding:0.32rem 0.46rem}.table-compact table th,.table-compact table td{padding-top:0.25rem;padding-bottom:0.25rem}thead th{position:static;top:auto;z-index:auto;background:#eef2e8;font-size:0.66rem;letter-spacing:0.055em}tbody tr:hover{background:#f1f5ec}.news-feed-item{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md)}.news-feed-item h4{font-size:1rem}@media (max-width:900px){.home-hero{margin-left:calc(-1 * var(--space-3));margin-right:calc(-1 * var(--space-3));padding-left:var(--space-3);padding-right:var(--space-3)}}@media (max-width:640px){h1{font-size:clamp(1.38rem,6.6vw,1.78rem)}.home-hero{padding-top:var(--space-4);padding-bottom:var(--space-4)}.home-search-input{min-height:44px}.search-page-search-row{flex-direction:column}.search-page-form button{width:100%;min-height:44px}table{font-size:11.8px}.player-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}}h1{font-size:clamp(1.48rem,1.95vw,2rem);line-height:1.12}h2{font-size:1.08rem}h3{font-size:0.98rem}.home-hero h1{max-width:760px;font-size:clamp(1.55rem,2vw,1.95rem);line-height:1.1}.home-hero-subtitle,.page-intro p{font-size:0.92rem}.player-identity-name{font-size:clamp(1.55rem,2.15vw,1.95rem)}.tournament-champion-name{font-size:1.22rem}.compare-player-name{font-size:1.12rem}.compare-h2h-numbers{font-size:1.62rem}:root{--link-hover:#174f67;--tier-slam-text:#2f3a34;--tier-slam-border:#8f9b91;--tier-slam-bg:#f5f7f3;--tier-masters-text:#32535f;--tier-masters-border:#9fb8c0;--tier-masters-bg:#f4f8f9;--tier-500-text:#4f5c3a;--tier-500-border:#b8c29d;--tier-500-bg:#f7f9f2;--tier-250-text:#5f6a64;--tier-250-border:#cdd5c9;--tier-250-bg:#f8faf6;--tier-finals-text:#4f5661;--tier-finals-border:#b7c0c8;--tier-finals-bg:#f4f6f8;--round-win-bg:#eef3df;--round-win-text:#29351f;--round-final-bg:#e7eae4;--round-final-text:#27302a;--round-sf-bg:#eef1ea;--round-sf-text:#3b463f;--round-qf-bg:#f3f5f0;--round-qf-text:#4d5852;--round-early-bg:transparent;--round-early-text:#65706b}a:hover{color:var(--link-hover)}.category-badge{border-width:1px;background:var(--tier-250-bg);border-color:var(--tier-250-border);color:var(--tier-250-text);font-weight:700}.category-badge--slam{background:var(--tier-slam-bg);border-color:var(--tier-slam-border);color:var(--tier-slam-text)}.category-badge--masters{background:var(--tier-masters-bg);border-color:var(--tier-masters-border);color:var(--tier-masters-text)}.category-badge--500{background:var(--tier-500-bg);border-color:var(--tier-500-border);color:var(--tier-500-text)}.category-badge--250,.category-badge--neutral{background:var(--tier-250-bg);border-color:var(--tier-250-border);color:var(--tier-250-text)}.category-badge--finals{background:var(--tier-finals-bg);border-color:var(--tier-finals-border);color:var(--tier-finals-text)}.result-w{background:var(--round-win-bg);color:var(--round-win-text);font-weight:750}.result-f{background:var(--round-final-bg);color:var(--round-final-text);font-weight:700}.result-sf{background:var(--round-sf-bg);color:var(--round-sf-text)}.result-rr{background:var(--round-qf-bg);color:var(--round-qf-text)}.result-qf{background:var(--round-qf-bg);color:var(--round-qf-text)}.result-r16,.result-r32,.result-r64,.result-r128{background:var(--round-early-bg);color:var(--round-early-text)}.result-qualifying{background:#faf8f2;color:#7a6b56;font-style:italic}.gs-cell{border-radius:2px}.gs-cell.result-w,.gs-cell.result-f,.gs-cell.result-sf,.gs-cell.result-rr,.gs-cell.result-qf,.gs-cell.result-r16,.gs-cell.result-r32,.gs-cell.result-r64,.gs-cell.result-r128{box-shadow:inset 0 0 0 1px rgba(17,21,19,0.08)}.round-group-header td{background:#f1f4ee;color:#36423c}.category-badge--slam{box-shadow:inset 0 0 0 1px rgba(47,58,52,0.08)}.category-badge--masters,.category-badge--500,.category-badge--250,.category-badge--neutral,.category-badge--finals{box-shadow:none}.surface-indicator{color:#3f4944}.surface-indicator-dot{opacity:0.9}.home-card-more::after{content:"\00a0\2192"}.home-news-all::after,.news-widget-more::after,.calendar-up-next a::after,.calendar-view-more a::after{content:"\00a0\2192"}.match-info-table tbody th,.match-comparison-table tbody th,.match-stat-table tbody th{background:transparent}.match-info-table tbody tr:last-child th,.match-comparison-table tbody tr:last-child th,.match-stat-table tbody tr:last-child th{background:transparent;border-top:0}:root{--bg:#f7f8f4;--bg-alt:#eef2e8;--surface-subtle:#f7f9f3;--surface-accent:#eef5e6;--text-muted:#4f5b54;--muted:var(--text-muted);--border:#dfe5da;--border-subtle:#e9eee5;--border-strong:#c8d2c2;--accent-green:#2f7d45;--accent-green-soft:#eaf4e8;--link:#1f6e91;--link-hover:#174f67;--hover:#f1f6ec}html,body{background:var(--bg)}.site-header,.site-footer{background:#fff;color:var(--text-muted)}.footer-brand,.footer-copyright,.footer-links{color:var(--text-muted)}.footer-tagline{color:var(--text)}.footer-links a,.site-footer a{color:var(--link)}.footer-links a:hover,.site-footer a:hover{color:var(--link-hover)}.badge-qualifying{background:#eef1ea;color:#49534d}.site-main{padding-top:var(--space-4)}.global-nav-left a.nav-active{background:transparent;box-shadow:inset 0 -2px 0 #9bd230;border-radius:0}.tour-toggle{background:#fff;box-shadow:none}.tour-option{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 0.66rem;color:var(--text-muted);font-weight:700;line-height:1}.site-nav .tour-option{padding:0 0.66rem}.tour-option.active,.tour-option.active:hover{background:var(--accent-green-soft);color:#173d24;box-shadow:inset 0 0 0 1px rgba(47,125,69,0.28)}.tour-option:hover{background:var(--surface-subtle);color:var(--text-strong)}.section-card,.home-card,.ranking-summary-item,.tournament-champion-card,.leader-explainer,.compare-hero,.form-card,.live-match-card,.featured-card,.info-box,.player-identity-card,.table-wrap,.filter-bar{border-color:var(--border);border-radius:6px;background:#fff;box-shadow:none}.player-identity-card{background:#fff;gap:0.85rem;margin-bottom:0.6rem;padding:0.78rem 1rem}.player-stats-strip{margin-bottom:var(--space-3)}.player-stats-strip .ranking-summary-item{min-height:48px;padding:0.42rem 0.75rem}.ranking-summary-item{padding:0.58rem 0.75rem}.ranking-summary-item::before{width:2px;background:#9bd230}.ranking-summary-label{color:var(--text-muted);font-size:0.66rem;letter-spacing:0.08em}.ranking-summary-value{font-size:0.94rem;font-weight:700}.tournament-summary-value{font-size:0.86rem;font-weight:650;line-height:1.3}.tournament-summary-value--compact{font-size:0.86rem}.tournament-season-summary-item{display:flex;flex-direction:column;align-items:flex-start;gap:0.18rem;margin:0}.tournament-season-summary-value{margin-top:0}.tournament-season-summary-item select{width:100%;max-width:8.5rem;min-height:31px;padding:0.22rem 1.6rem 0.22rem 0.48rem;border-radius:4px;font:inherit;font-size:0.86rem;font-weight:650;color:var(--text-strong);background-color:#fff}.tournament-starts-in{color:var(--text-muted);font-weight:500}.player-stats-strip .ranking-summary-value{font-size:0.88rem}.page-intro,.section-heading,.section{border-top:0}.page-intro{border-bottom:0;padding-bottom:0}.section-heading h2,.home-section-heading,.leader-group-heading,.section-title-inline,.collapsible-section-summary h2{border-bottom:0;padding-bottom:0}.match-detail-section{margin-top:var(--space-4)}.match-detail-section .section-title-inline{margin-top:0;margin-bottom:var(--space-2)}.match-detail-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:flex-start;column-gap:var(--space-5);row-gap:var(--space-4);padding:0 0 var(--space-3);margin-bottom:var(--space-4);border-bottom:1px solid var(--border);background:transparent}.match-detail-row--fit{display:inline-flex;width:fit-content;max-width:100%}.match-detail-row--fit .match-detail-col--wide{flex:0 1 auto}.match-detail-row:last-child{margin-bottom:var(--space-3)}.match-detail-col>h2:first-child,.match-detail-col>h3:first-child{margin-bottom:var(--space-2);font-size:1rem}.match-detail-col>h2:not(:first-child),.match-detail-col>h3:not(:first-child){margin-top:var(--space-4);font-size:0.95rem}.match-detail-col h3{margin-top:0}.match-detail-row .table-wrap{margin-bottom:0}.match-detail-row p:last-child{margin-bottom:0}.prematch-h2h-card{display:inline-block;width:fit-content;max-width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:6px;background:#fff}.prematch-h2h-card__label{color:var(--text-muted);font-size:0.72rem;font-weight:800;letter-spacing:0.06em;margin-bottom:0.35rem;text-transform:uppercase}.prematch-h2h-card__scoreline{align-items:center;display:flex;flex-wrap:wrap;gap:0.4rem 0.55rem}.prematch-h2h-card__score{align-items:center;color:var(--accent);display:flex;font-size:2rem;font-weight:800;gap:0.35rem;line-height:1}.prematch-h2h-card__player{color:var(--text-muted);font-size:0.92rem;font-weight:600}.prematch-h2h-card__sep{color:var(--border-strong)}.prematch-h2h-card p{margin-top:var(--space-2)}.match-related{padding:0}.match-related-list{margin-bottom:var(--space-2)}.match-related .data-source-note{margin:var(--space-2) 0 0}@media (max-width:768px){.match-detail-row,.match-detail-row--fit{display:flex;width:100%;max-width:100%}.match-detail-col,.match-detail-row--fit .match-detail-col--wide{flex:1 1 auto;width:100%}}thead th{background:#edf3e8;border-bottom-color:var(--border-strong);color:#233028;font-weight:700}tbody tr:nth-child(even){background:#fafbf7}tbody tr:hover{background:#f1f6ec}.tournament-placeholder-row:hover{background:transparent}.category-badge{border-width:1px;color:#425447;background:#f7faf4;border-color:#cbd7c2}.category-badge--250,.category-badge--neutral{color:#526151;background:#f8faf5;border-color:#d4ddcf}.category-badge--500{color:#465b38;background:#f4f9ee;border-color:#b8cda8}.category-badge--masters{color:#315b38;background:#eef7ec;border-color:#8fbb8f}.category-badge--finals{color:#2d5438;background:#edf6ea;border-color:#7ead7f}.category-badge--slam{color:#213f2a;background:#e7f3e2;border-color:#669d63;box-shadow:none}.home-hero{background:#fff;max-width:none;margin:0 0 var(--space-4);padding:var(--space-5);border:1px solid var(--border);border-radius:6px;box-shadow:none}tbody tr.streak-a,tbody tr.streak-a td{background:#edf4ff}.table-wrap--sticky-first tbody tr.streak-a td:first-child,.table-wrap--sticky-two tbody tr.streak-a td:first-child,.table-wrap--sticky-two tbody tr.streak-a td:nth-child(2){background:#edf4ff}tbody tr.streak-b,tbody tr.streak-b td{background:#f5effa}.table-wrap--sticky-first tbody tr.streak-b td:first-child,.table-wrap--sticky-two tbody tr.streak-b td:first-child,.table-wrap--sticky-two tbody tr.streak-b td:nth-child(2){background:#f5effa}tbody tr.streak-a:hover,tbody tr.streak-a:hover td{background:#e3eefc}.table-wrap--sticky-first tbody tr.streak-a:hover td:first-child,.table-wrap--sticky-two tbody tr.streak-a:hover td:first-child,.table-wrap--sticky-two tbody tr.streak-a:hover td:nth-child(2){background:#e3eefc}tbody tr.streak-b:hover,tbody tr.streak-b:hover td{background:#eee4f6}.table-wrap--sticky-first tbody tr.streak-b:hover td:first-child,.table-wrap--sticky-two tbody tr.streak-b:hover td:first-child,.table-wrap--sticky-two tbody tr.streak-b:hover td:nth-child(2){background:#eee4f6}tbody tr.streak-a td:first-child{border-left-color:#3c7bd6}tbody tr.streak-b td:first-child{border-left-color:#8f5db7}@media (max-width:640px){.table-wrap.live-table-desktop{display:none!important}.live-cards-mobile{display:block!important}.home-hero h1{font-size:clamp(1.42rem,6.8vw,1.78rem)}.player-identity-name{font-size:1.52rem}}