:root{color-scheme:dark;--bg:#0c0c0a;--panel:#191917;--text:#f5f5ef;--muted:#aaa9a1;--line:#2c2c27;--accent:#efcc64;--ink:#15140f}
*{box-sizing:border-box}
[hidden]{display:none!important}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:4px}
button,input{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.skip{position:absolute;top:-100px;left:20px;background:var(--accent);color:var(--ink);padding:12px;z-index:2}.skip:focus{top:12px}
.site-header{border-bottom:1px solid var(--line)}
.header-inner,main{max-width:1120px;margin:auto;padding-left:32px;padding-right:32px}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:78px}
.brand{font-size:21px;font-weight:800;letter-spacing:-.8px}.brand span{color:var(--accent)}
header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}header nav a{display:inline-flex;align-items:center;min-height:44px;color:var(--muted)}header nav [aria-current]{color:var(--text)}
.hero{padding:64px 0 40px}.eyebrow{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.18em;color:var(--muted);line-height:1.7}
h1{font-size:clamp(40px,6vw,68px);line-height:1.03;letter-spacing:-.055em;margin:20px 0 24px;font-weight:800}h1 span{color:var(--accent)}
.intro{font-size:17px;line-height:1.7;max-width:550px;color:var(--muted);margin:0}.publication{font-size:12px;color:var(--muted);margin:18px 0 0}
.list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}h2{font-size:20px;letter-spacing:-.03em;margin:0}.order-note{font-size:12px;color:var(--muted)}
form{padding:20px;border:1px solid var(--line);border-radius:12px}label{font-size:12px;font-weight:600;color:var(--muted)}
.search-line{display:flex;gap:10px;margin-top:9px}input{width:100%;min-width:0;min-height:46px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);font-size:15px}input::placeholder{color:var(--muted)}input:disabled{opacity:.65}
button{min-height:44px;padding:0 18px;border-radius:8px;border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer;font-size:13px;font-weight:600}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.4;cursor:default}
#search-help{font-size:12px;line-height:1.5;color:var(--muted);margin:10px 0 0}
.table-wrap{margin-top:22px}table{border-collapse:collapse;width:100%;table-layout:fixed;font-variant-numeric:tabular-nums}th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:16px;border-bottom:1px solid var(--line);font-weight:600}th:first-child{width:90px}th:last-child{width:120px;text-align:right}td{padding:21px 16px;border-bottom:1px solid var(--line);font-size:15px}td:first-child{color:var(--muted)}td:nth-child(2){font-weight:600;overflow-wrap:anywhere}td:last-child{text-align:right;font-weight:700}tbody tr:hover{background:var(--panel)}
.empty-state{text-align:center;padding:46px 20px 52px;border-bottom:1px solid var(--line)}.empty-symbol{display:grid;place-items:center;margin:0 auto 20px;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;color:var(--accent);font-size:24px}.empty-state h3{font-size:21px;letter-spacing:-.03em;margin:0 0 12px}.empty-state p{font-size:14px;line-height:1.7;color:var(--muted);max-width:430px;margin:0 auto 22px}.empty-state a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:600;gap:12px}
.no-results{padding:32px 16px;text-align:center;color:var(--muted);font-size:14px}.pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin:28px 0}.pagination span{font-size:12px;color:var(--muted)}.noscript{color:var(--muted);font-size:13px;line-height:1.6}
.calendar-callout{margin:48px 0 0;padding:28px;border:1px solid var(--line);border-radius:16px;background:var(--panel);display:flex;align-items:center;justify-content:space-between;gap:24px}.calendar-callout .eyebrow{margin:0 0 10px}.calendar-callout h2{font-size:25px}.calendar-callout p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.6;margin:10px 0 0}.calendar-callout a{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:46px;border-radius:8px;background:var(--accent);color:var(--ink);padding:0 20px;font-size:13px;font-weight:700;white-space:nowrap}
footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;border-top:1px solid var(--line);margin-top:56px;padding:24px 20px 36px;font-size:12px;color:var(--muted)}footer a{display:inline-flex;align-items:center;min-height:44px}
@media(max-width:600px){.header-inner,main{padding-left:20px;padding-right:20px}.header-inner{min-height:72px}.brand{font-size:18px}header nav{gap:16px;font-size:12px}.hero{padding:38px 0 30px}.intro{font-size:15px}h1{margin-top:16px}form{padding:16px}th{padding:13px 8px;font-size:10px}th:first-child{width:64px}th:last-child{width:76px}td{padding:19px 8px;font-size:14px}.empty-state{padding:36px 8px}.empty-state h3{font-size:19px}.pagination{gap:12px}.pagination button{padding:0 12px}.calendar-callout{padding:22px;align-items:flex-start;flex-direction:column}.calendar-callout a{width:100%}.order-note{font-size:11px}}
@media(prefers-color-scheme:light){:root{color-scheme:light;--bg:#fafaf6;--panel:#f0efe8;--text:#1b1b17;--muted:#68685d;--line:#dcdcd2;--accent:#795d00}h1 span,.brand span{color:#795d00}.calendar-callout a{background:#efcc64}.skip{background:#efcc64}}

/* Shared editorial direction with the competition discovery screens. */
.site-header{position:sticky;top:0;z-index:10;background:var(--bg)}
.header-inner{min-height:80px}header nav{gap:4px;border:1px solid var(--line);border-radius:100px;padding:4px;background:var(--panel)}header nav a{min-height:36px;padding:0 18px;font-size:12px;border-radius:100px}header nav [aria-current]{background:var(--bg);box-shadow:0 2px 8px #00000010}
.hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:50px;align-items:center;padding:50px 0 42px}h1{font-size:clamp(38px,5.1vw,62px);font-weight:750;letter-spacing:-.055em;line-height:1.04}h1 span{color:var(--text);position:relative;display:inline-block;isolation:isolate}h1 span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:10px;background:#efcf69;opacity:.6;z-index:-1}.intro{font-size:14px;max-width:430px}.publication{display:inline-flex;align-items:center;gap:7px;font-size:11px}.publication:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--muted)}
.ranking-intro{position:relative;isolation:isolate;overflow:hidden;background:#26382e;color:#f7f5e8;border:1px solid #ffffff17;border-radius:18px;padding:26px;min-height:228px}.section-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#e2e8de9e}.ranking-intro p{position:relative;z-index:1;font-size:30px;line-height:1.05;letter-spacing:-.045em;font-weight:600;margin:18px 0}.ranking-intro strong{color:#efcf69}.ranking-intro small{position:relative;z-index:1;font-size:10px;color:#d0d8cd}.intro-orbit{position:absolute;width:220px;height:220px;border:1px solid #f5f5ef20;border-radius:50%;left:62%;top:28%}.intro-orbit:before{content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:#efcf69;left:-5px;top:32px;box-shadow:5px 8px 16px #0004}.intro-orbit:after{content:"";position:absolute;inset:25px;border:1px solid #ffffff12;border-radius:50%}
.ranking{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--bg);box-shadow:0 12px 40px #00000008}.list-header{padding:24px 26px 0;margin-bottom:20px}.list-header h2{font-size:20px}.order-note{display:inline-flex;align-items:center;gap:7px;font-size:11px}.order-note>span{font-size:17px}form{border-radius:0;border-left:0;border-right:0;background:var(--panel);padding:19px 26px}.search-line input{background:var(--bg);border-radius:9px;font-size:13px}.search-line button{background:var(--bg);font-size:12px}#search-help{font-size:10px}.table-wrap{margin-top:0}th{padding:18px 26px;background:var(--panel);font-size:10px}th:first-child{width:110px}th:last-child{width:130px}td{padding:22px 26px;font-size:14px}td:first-child{font-size:12px;font-weight:600}td:nth-child(2){font-weight:600;letter-spacing:-.015em}td:last-child{font-size:16px;font-weight:700}.empty-state{border-bottom:0;padding:50px 20px 54px}.empty-symbol{width:60px;height:60px;border-radius:18px;background:var(--panel);color:var(--text);margin-bottom:22px}.empty-state h3{font-size:20px}.empty-state p{font-size:13px;max-width:370px}.empty-state a{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:0 18px;font-size:12px}.pagination{padding:0 20px}.no-results{padding:32px 20px}
.calendar-callout{position:relative;isolation:isolate;overflow:hidden;background:#edcf72;color:#252418;border:0;padding:34px 36px;margin-top:32px}.calendar-callout:after{content:"↗";position:absolute;right:30px;top:-30px;font-size:200px;line-height:1;color:#25241810;z-index:-1}.calendar-callout .eyebrow,.calendar-callout p:not(.eyebrow){color:#5e5737}.calendar-callout a{background:#24261e;color:#fff}.calendar-callout h2{font-size:28px}.calendar-callout p:not(.eyebrow){font-size:13px}
@media(max-width:800px){.hero{grid-template-columns:1fr;padding:34px 0 30px}.ranking-intro{display:none}.hero h1{font-size:46px}.intro{max-width:470px}}
@media(max-width:600px){.header-inner{min-height:72px}header nav a{padding:0 11px;font-size:11px}.hero h1{font-size:40px}.hero .intro{font-size:14px}.list-header{padding:20px 16px 0;gap:8px}.list-header h2{font-size:18px}.order-note{font-size:10px}form{padding:17px 16px}th{padding:15px 12px;font-size:9px}th:first-child{width:68px}th:last-child{width:80px}td{padding:20px 12px}td:nth-child(2){font-size:13px}td:last-child{font-size:14px}.empty-state{padding:35px 20px 40px}.empty-state h3{font-size:18px}.calendar-callout{padding:25px}.calendar-callout h2{font-size:24px}.calendar-callout a{width:100%}}
