:root{--ink:#162e29;--muted:#596c66;--green:#14664e;--lime:#d8ed67;--cream:#f6f7f1;--white:#fff;--line:#dce3dc;--blue:#3264ae;--orange:#bd602f;--radius:16px;--shadow:0 8px 32px #203e2610}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:var(--green);text-underline-offset:4px}a:hover{color:#0b4534}button,select,input{font:inherit;color:inherit}button,a,select,input,summary{-webkit-tap-highlight-color:transparent}button,select{cursor:pointer}button{touch-action:manipulation}button:disabled{cursor:default;opacity:.5}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}img{max-width:100%;height:auto}svg{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.5;letter-spacing:.015em}h1{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.4}h2{font-size:25px}h3{font-size:18px}p+p{margin-top:1em}.wrap{max-width:1120px;margin:auto;padding:0 28px}.site-head{background:var(--white);border-bottom:1px solid var(--line)}.head-row{display:flex;justify-content:space-between;align-items:center;gap:28px;min-height:86px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:850;font-size:25px;letter-spacing:.04em;flex-shrink:0}.brand svg{width:34px;height:34px}.brand small{display:block;font-size:10px;letter-spacing:.13em;font-weight:650;color:var(--muted);line-height:1.2}.main-nav{display:flex;gap:30px}.main-nav a{font-size:14px;font-weight:700;text-decoration:none;color:var(--ink);padding:12px 0;white-space:nowrap}.main-nav a[aria-current=page]{color:var(--green);box-shadow:inset 0 -3px var(--green)}.skip{position:absolute;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:0}.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--green);margin-bottom:15px}.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:58px;padding:62px 0 50px}.hero h1{font-size:clamp(32px,4.3vw,53px);line-height:1.55;letter-spacing:.025em}.hero h1 span{background:linear-gradient(transparent 70%,var(--lime) 70%);box-decoration-break:clone}.hero p{margin-top:22px;color:var(--muted);font-size:16px;line-height:2}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;min-height:48px;border:1px solid var(--green);padding:11px 21px;border-radius:8px;background:var(--green);color:#fff;font-weight:700;font-size:15px;text-decoration:none;line-height:1.5}.button:hover{background:#0d523e;color:#fff}.button.secondary{background:white;color:var(--green);border-color:var(--line)}.button.secondary:hover{background:#edf4ed}.button.small{min-height:40px;padding:8px 15px;font-size:14px}.text-link{font-weight:700;font-size:14px;white-space:nowrap}.hero-sample{border:1px solid #c7d8cd;background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-1deg)}.sample-head{background:var(--ink);color:#fff;padding:16px 22px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.07em}.sample-head span:last-child{color:var(--lime)}.sample-body{padding:24px}.sample-clubs{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center;gap:12px}.sample-clubs img{height:45px;width:45px;object-fit:contain;display:block;margin:0 auto 8px}.sample-clubs .year{color:var(--muted);font-size:12px}.sample-clubs strong{font-size:18px;display:block}.versus{font-size:12px;color:var(--muted)}.sample-label{text-align:center;font-size:12px;color:var(--muted);margin-top:24px}.sample-score{display:grid;grid-template-columns:1fr 1fr;text-align:center;font-size:42px;line-height:1.35;font-weight:850;letter-spacing:.015em;font-variant-numeric:tabular-nums}.sample-score span:first-child{color:var(--green)}.sample-score span:last-child{color:var(--blue)}.sample-bars{display:grid;gap:8px;margin-top:14px}.sample-bars div{height:8px;border-radius:3px;background:var(--green)}.sample-bars div:last-child{background:var(--blue)}.sample-note{text-align:center;color:var(--muted);font-size:11px;margin-top:16px}.scope-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px;padding:16px 0;margin-bottom:44px}.scope-strip strong{font-size:22px;font-variant-numeric:tabular-nums}.scope-strip span{font-size:13px;color:var(--muted)}.scope-strip .scope-note{margin-left:auto;line-height:1.7;font-size:12px}.section{margin:48px 0}.section-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.section-top h2{font-size:24px}.section-copy{color:var(--muted);font-size:14px;margin-top:-8px;margin-bottom:20px}.season-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.season-card{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 23px;text-decoration:none;color:var(--ink);transition:transform .15s,border-color .15s}.season-card:hover{transform:translateY(-2px);border-color:var(--green);color:var(--ink)}.season-card .year-row{display:flex;align-items:center;justify-content:space-between}.season-card .year{font-size:28px;font-weight:800;letter-spacing:-.03em}.tag{font-size:11px;padding:3px 8px;border-radius:4px;background:#edf2ed;color:var(--green);font-weight:700}.season-card .champion{margin:12px 0 4px;display:flex;gap:10px;align-items:center;font-weight:700;font-size:14px}.season-card .champion img{width:25px;height:25px;object-fit:contain}.season-card .minor{font-size:12px;color:var(--muted)}.arrow{font-size:22px;color:var(--green)}.club-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.club-tile{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:9px;text-decoration:none;font-size:14px;font-weight:700;color:var(--ink)}.club-tile:hover{border-color:var(--green);background:#f5faee}.crest{width:28px;height:28px;object-fit:contain;flex-shrink:0;vertical-align:middle}.club-tile small{display:block;font-size:11px;color:var(--muted);font-weight:400;margin-top:2px}.feature-band{background:var(--ink);color:white;border-radius:16px;padding:32px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;margin:48px 0}.feature-band p{color:#c9d8ce;font-size:14px;margin-top:10px}.feature-band .button{background:var(--lime);border-color:var(--lime);color:var(--ink)}.feature-band .eyebrow{color:var(--lime);margin-bottom:8px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--muted);padding:22px 0}.breadcrumb a{color:var(--muted)}.page-heading{padding:12px 0 28px}.page-heading p{color:var(--muted);margin-top:13px;max-width:780px}.page-heading .eyebrow{margin-bottom:8px}.page-heading .title-with-crest{display:flex;align-items:center;gap:16px}.page-heading .title-with-crest img{width:60px;height:60px;object-fit:contain}.page-heading .title-with-crest h1{font-size:clamp(25px,3.3vw,40px)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.chip{padding:6px 13px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:13px;font-weight:650;text-decoration:none;min-height:36px}.chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;margin:24px 0;box-shadow:0 2px 6px #213d2403}.panel h2{font-size:22px}.panel-sub{font-size:13px;color:var(--muted);margin-top:7px}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:28px}.summary-item{padding:18px 20px;background:#fff}.summary-item span{display:block;color:var(--muted);font-size:12px}.summary-item strong{font-size:28px;line-height:1.5;font-weight:800;font-variant-numeric:tabular-nums}.summary-item .text-stat{font-size:17px;display:flex;align-items:center;gap:10px;padding:8px 0}.summary-item small{font-size:13px;font-weight:400;color:var(--muted);margin-left:4px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 16px;flex-wrap:wrap}.segmented{display:inline-flex;background:#edf1eb;padding:4px;border-radius:8px;gap:4px}.segmented button{border:0;background:transparent;padding:8px 18px;border-radius:5px;font-weight:700;min-height:40px;font-size:14px;color:var(--muted)}.segmented button[aria-pressed=true]{background:var(--ink);color:white;box-shadow:0 2px 4px #0001}.toolbar label{font-size:13px;font-weight:650}.toolbar select{min-height:42px;background:#fff;border:1px solid var(--line);border-radius:6px;padding:6px 10px;margin-left:8px;max-width:100%}.table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid var(--line);border-radius:9px}.stats-table{width:100%;border-collapse:collapse;font-size:14px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;background:#fff}.stats-table caption{text-align:left;font-weight:700;padding:12px 16px;background:#f5f7f2;white-space:normal}.stats-table th{font-size:11px;color:var(--muted);font-weight:650;background:#f1f4ee;line-height:1.6;padding:12px 10px;border-bottom:1px solid var(--line)}.stats-table td{padding:12px 10px;border-bottom:1px solid #edf0ea;height:52px}.stats-table tr:last-child td{border-bottom:0}.stats-table .club-col{text-align:left;min-width:140px}.stats-table .club-col a{display:flex;align-items:center;gap:10px;font-weight:700;text-decoration:none;color:var(--ink)}.stats-table .rank{width:40px;text-align:center;color:var(--muted);font-size:12px}.stats-table .points{font-size:17px;font-weight:800;color:var(--green);background:#f3f8ed}.stats-table .num-positive{color:var(--green)}.stats-table tr:hover td{background:#f7f9f3}.stats-table .club-full{display:none}.stats-table .year-cell{text-align:left;min-width:88px}.stats-table .year-cell a{font-weight:750;text-decoration:none}.table-hint{font-size:12px;color:var(--muted);margin-top:10px}.note{font-size:13px;line-height:1.9;color:var(--muted);margin-top:16px}.source-note{margin:40px 0 28px;border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:12px;line-height:1.9}.source-note a{color:var(--muted)}.notice{padding:14px 18px;border-left:3px solid var(--green);background:#edf4e8;font-size:13px;color:#345847;margin:20px 0}.compare-controls{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}.compare-choice{border:1px solid var(--line);border-top:4px solid var(--green);border-radius:10px;padding:20px;background:#f7faf4}.compare-choice.b{border-top-color:var(--blue);background:#f7f9fd}.compare-choice legend{font-size:13px;font-weight:750;padding:0 5px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field:last-child{margin-bottom:0}.field label{font-size:12px;font-weight:700}.field select,.field input{width:100%;border:1px solid #cbd7cc;background:white;min-height:46px;border-radius:6px;padding:8px 12px;line-height:1.5}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compare-names{display:grid;grid-template-columns:1fr 1fr;gap:20px;text-align:center;margin:24px 0}.compare-name{color:var(--green);font-weight:800}.compare-name.b{color:var(--blue)}.compare-name img{display:block;width:44px;height:44px;object-fit:contain;margin:0 auto 10px}.compare-name .small-year{font-size:12px;font-weight:500;display:block;color:var(--muted)}.comparison-table{width:100%;border-collapse:collapse;text-align:center;font-variant-numeric:tabular-nums}.comparison-table th{font-size:12px;font-weight:500;color:var(--muted);border-bottom:1px solid var(--line);width:36%;padding:13px 6px}.comparison-table td{font-size:21px;font-weight:800;border-bottom:1px solid var(--line);padding:12px;width:32%;color:var(--green)}.comparison-table td:last-child{color:var(--blue)}.comparison-table tr:first-child td{font-size:32px}.comparison-table .substat{display:block;font-size:11px;font-weight:400;color:var(--muted)}.chart{margin-top:18px;padding:14px 5px 0;background:#f8faf5;border-radius:9px}.chart svg{width:100%;height:auto;display:block}.chart-key{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;margin:12px 0}.chart-key span::before{content:"";display:inline-block;width:17px;height:3px;background:var(--green);vertical-align:middle;margin-right:6px}.chart-key span:last-child::before{background:var(--blue)}.chart-readout{font-size:13px;margin-top:12px;color:var(--muted)}input[type=range]{accent-color:var(--green);width:100%;min-height:36px}.range-label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.filters-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin:20px 0}.results-count{font-size:14px;font-weight:750;margin-bottom:14px}.match-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.match-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:14px 17px}.match-date{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.match-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.match-line a{font-size:13px;font-weight:650;text-decoration:none;color:var(--ink)}.match-line a:last-child{text-align:right}.match-line strong{font-size:19px;letter-spacing:.05em;white-space:nowrap;font-variant-numeric:tabular-nums}.match-venue{font-size:10px;color:var(--muted);margin-top:6px}.match-note{font-size:11px;margin-top:8px}.empty{padding:30px;background:#f3f6ef;border-radius:9px;text-align:center;color:var(--muted)}.status-text{font-size:13px;min-height:26px;color:var(--green);margin-top:6px}.inline-search{max-width:480px;margin:20px 0}.prose{max-width:780px;margin:15px auto 54px}.prose h2{margin:36px 0 15px;font-size:22px}.prose h3{margin:26px 0 10px}.prose p,.prose li{font-size:15px;line-height:2}.prose ul{padding-left:22px}.prose dl{display:grid;grid-template-columns:140px 1fr;gap:15px;font-size:14px}.prose dt{font-weight:700}.prose dd{margin:0}.site-footer{background:#e9eee5;border-top:1px solid var(--line);padding:36px 0;margin-top:50px}.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-brand{font-weight:800;font-size:19px;letter-spacing:.05em}.footer-copy{font-size:12px;color:var(--muted);margin-top:8px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;font-size:12px}.footer-links a{color:var(--muted)}.copyright{font-size:11px;color:var(--muted);margin-top:22px}.js-only{display:none}html.js .js-only{display:block}html.js .js-only.flex{display:flex}html.js .js-only.grid{display:grid}[hidden]{display:none!important}.noscript{padding:16px;background:#edf4e8;font-size:13px;border-radius:8px;margin:20px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.h2h-score{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;gap:12px;background:#f5f8f0;padding:20px;border-radius:10px;margin:20px 0}.h2h-score strong{display:block;font-size:32px;font-variant-numeric:tabular-nums;color:var(--green)}.h2h-score span{font-size:12px;color:var(--muted)}.h2h-score>div:nth-child(2) strong{color:var(--muted)}.h2h-score>div:last-child strong{color:var(--blue)}.archive-explainer{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:36px 0}.archive-explainer p{font-size:14px;color:var(--muted);margin-top:10px}
@media(min-width:1000px){.stats-table .club-full{display:inline}.stats-table .club-short{display:none}}
@media(max-width:800px){.head-row{gap:15px}.main-nav{gap:20px}.hero{gap:25px;padding:40px 0}.hero h1{font-size:36px}.hero p{font-size:14px}.sample-body{padding:18px}.sample-clubs strong{font-size:15px}.club-grid{grid-template-columns:repeat(3,1fr)}.season-grid{gap:12px}.season-card{padding:16px}.feature-band{padding:26px}.summary-item{padding:16px 12px}.summary-item .text-stat{font-size:14px}.filters-grid{grid-template-columns:1fr 1fr}.filters-grid>.field:last-child{grid-column:1/-1}}
@media(max-width:600px){body{font-size:15px}.wrap{padding:0 18px}.head-row{min-height:0;display:block;padding-top:18px}.brand{font-size:22px;gap:10px}.brand svg{width:30px;height:30px}.brand small{font-size:9px}.main-nav{margin-top:14px;justify-content:space-between;gap:12px}.main-nav a{font-size:12px;padding:12px 0 13px}.hero{grid-template-columns:1fr;gap:30px;padding:33px 0 29px}.hero h1{font-size:34px;line-height:1.6}.eyebrow{font-size:10px}.hero p{margin-top:16px;font-size:14px;line-height:1.9}.actions{margin-top:20px;gap:10px}.button{min-height:46px;font-size:13px;padding:11px 17px;gap:12px}.hero-sample{transform:none;max-width:460px;width:100%;margin:auto}.sample-head{padding:12px 18px;font-size:10px}.sample-body{padding:18px 22px}.sample-clubs{gap:14px}.sample-clubs img{width:35px;height:35px;margin-bottom:4px}.sample-clubs strong{font-size:16px}.sample-label{margin-top:15px}.sample-score{font-size:36px}.sample-note{margin-top:12px}.scope-strip{gap:22px;flex-wrap:wrap;margin-bottom:30px;padding:14px 0;row-gap:8px}.scope-strip strong{font-size:20px}.scope-strip span{font-size:11px}.scope-strip .scope-note{margin-left:0;flex-basis:100%;font-size:10px}.section{margin:34px 0}.section-top{gap:10px;margin-bottom:17px}.section-top h2{font-size:20px}.text-link{font-size:12px}.season-grid{grid-template-columns:repeat(2,1fr);gap:10px}.season-card{padding:14px}.season-card .year{font-size:25px}.season-card .champion{font-size:12px;gap:6px;margin-top:9px}.season-card .champion img{width:23px;height:23px}.season-card .minor{font-size:10px}.tag{font-size:9px;padding:2px 6px}.club-grid{grid-template-columns:repeat(2,1fr);gap:8px}.club-tile{font-size:12px;padding:13px 11px;gap:10px;line-height:1.65}.club-tile .crest{width:24px;height:24px}.club-tile small{font-size:10px}.feature-band{grid-template-columns:1fr;padding:24px;gap:6px;margin:32px 0}.feature-band h2{font-size:20px}.feature-band p{font-size:12px}.feature-band .button{margin-top:12px;justify-self:start}.breadcrumb{font-size:10px;padding:17px 0;gap:6px}.page-heading{padding:7px 0 20px}.page-heading h1{font-size:27px;line-height:1.55}.page-heading p{font-size:13px}.page-heading .title-with-crest{gap:12px}.page-heading .title-with-crest img{width:44px;height:44px}.page-heading .title-with-crest h1{font-size:23px}.chips{gap:6px;margin-top:18px}.chip{font-size:12px;padding:5px 10px}.panel{padding:18px 14px;margin:20px 0;border-radius:12px}.panel h2{font-size:19px}.panel-sub{font-size:12px}.summary-grid{grid-template-columns:repeat(2,1fr);margin-bottom:20px}.summary-item{padding:14px}.summary-item strong{font-size:26px}.summary-item .text-stat{font-size:15px}.summary-item span{font-size:11px}.toolbar{gap:12px;margin:17px 0 14px}.segmented{width:100%;display:flex}.segmented button{flex:1;padding:8px 5px;min-height:40px;font-size:12px}.toolbar select{min-height:40px;font-size:12px}.toolbar label{font-size:12px}.stats-table{font-size:12px}.stats-table th{font-size:10px;padding:10px 8px}.stats-table td{padding:11px 8px;height:49px}.stats-table .club-col{min-width:108px;position:sticky;left:0;background:var(--white);z-index:1;box-shadow:1px 0 0 #dce3dc}.stats-table th.club-col{background:#f1f4ee}.stats-table .club-col a{gap:6px}.stats-table .crest{width:21px;height:21px}.stats-table .rank{min-width:27px;padding-left:6px;padding-right:6px}.stats-table .points{font-size:16px}.stats-table caption{font-size:12px;padding:10px 12px}.table-hint{font-size:10px}.note{font-size:12px;line-height:1.85}.compare-controls{gap:10px;margin:17px 0}.compare-choice{padding:12px 10px}.compare-choice legend{font-size:11px}.field select,.field input{font-size:13px;padding:8px;min-height:44px}.field label{font-size:11px}.field-row{grid-template-columns:1fr;gap:0}.compare-name{font-size:14px}.compare-name .small-year{font-size:11px}.compare-names{gap:10px;margin:20px 0}.compare-name img{width:36px;height:36px}.comparison-table th{font-size:11px}.comparison-table td{font-size:19px;padding:10px 4px}.comparison-table tr:first-child td{font-size:28px}.chart{padding:9px 0 0}.chart-key{font-size:10px;gap:12px}.chart-readout{font-size:12px}.match-list{grid-template-columns:1fr}.match-card{padding:12px 14px}.filters-grid{gap:10px}.match-line a{font-size:13px}.match-line strong{font-size:18px}.source-note{font-size:11px;margin-top:28px}.footer-row{display:block}.footer-links{margin-top:22px;gap:12px 20px;font-size:11px}.site-footer{padding:28px 0;margin-top:36px}.footer-copy{font-size:11px}.prose h2{font-size:20px;margin-top:28px}.prose p,.prose li{font-size:14px}.prose dl{grid-template-columns:1fr;gap:6px}.prose dd{margin-bottom:16px}.archive-explainer{grid-template-columns:1fr;gap:25px}.h2h-score{padding:16px 10px;gap:8px}.h2h-score strong{font-size:28px}.h2h-score span{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.status-text{overflow-wrap:anywhere}.compare-name.b a{color:var(--blue)}
.season-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;margin:22px 0;background:#eaf1e4;border:1px solid #d7e2ce;border-radius:10px}.season-winner{display:flex;align-items:center;gap:12px;font-size:13px}.season-winner strong{font-size:17px}.season-winner b{font-size:24px;color:var(--green);margin-left:12px}.season-winner small{font-size:11px;font-weight:500;margin-left:4px}.season-summary p{font-size:12px;color:var(--muted)}
@media(max-width:600px){body[data-page=season] .page-heading{padding-bottom:10px}body[data-page=season] nav.chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;margin-top:12px}body[data-page=season] nav.chips .chip{flex-shrink:0}.season-summary{display:block;padding:12px 14px;margin:16px 0}.season-winner{gap:8px}.season-winner .crest{width:24px;height:24px}.season-winner strong{font-size:15px}.season-winner b{font-size:23px;margin-left:auto}.season-summary p{font-size:10px;margin-top:5px}body[data-page=season] #standings{margin-top:16px}}
@media(max-width:600px){.chart{padding-top:14px;padding-bottom:5px}.chart svg{overflow:visible}.chart svg text{font-size:26px}}
