:root{--ink:#16202a;--muted:#64707b;--paper:#f4f2ed;--surface:#fff;--line:#d9ddd9;--navy:#10283d;--accent:#e84a2a;--accent-soft:#fff0eb;--green:#18745b;--shadow:0 12px 30px #10283d14}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{min-height:100vh;margin:0;font-family:Inter,Noto Sans JP,Yu Gothic UI,Meiryo,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{background:var(--navy);color:#fff;z-index:20;position:sticky;top:0;box-shadow:0 3px 15px #00000029}.header-inner{max-width:1440px;margin:auto;padding:14px 28px 0}.brand-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:900;display:flex}.brand-mark{background:var(--accent);border-radius:4px;place-items:center;width:34px;height:34px;font-style:italic;display:grid;transform:skew(-12deg)}.brand small{color:#aebdca;letter-spacing:.08em;margin-left:8px;font-weight:600}.season-chip{color:#dce5eb;background:#ffffff1a;border:1px solid #ffffff26;border-radius:99px;padding:8px 12px;font-size:12px}.nav{scrollbar-width:none;gap:3px;margin-top:12px;display:flex;overflow-x:auto}.nav a{white-space:nowrap;color:#bdc9d3;border-bottom:3px solid #0000;padding:11px 15px;font-size:14px}.nav a:hover,.nav a[aria-current=page]{color:#fff;border-color:var(--accent);background:#ffffff0d}.main{max-width:1440px;margin:auto;padding:32px 28px 56px}.hero{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:900}h1{letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,46px);line-height:1.05}.hero h1{letter-spacing:-.035em;text-transform:uppercase;font-family:Bahnschrift,DIN Alternate,Arial Narrow,Helvetica Neue Condensed,sans-serif;font-style:italic;font-weight:900;font-stretch:75%}.lead{color:var(--muted);letter-spacing:.01em;margin:10px 0 0;font-size:15px}.week-badge{background:var(--navy);color:#fff;border-left:5px solid var(--accent);min-width:160px;box-shadow:var(--shadow);border-radius:6px;padding:14px 18px}.week-badge strong{font-size:22px;display:block}.week-badge span{color:#b9c8d3;font-size:12px}.filters{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:9px;margin-bottom:20px;padding:18px}.filter-grid{grid-template-columns:1.5fr repeat(4,minmax(135px,1fr)) repeat(3,minmax(105px,.7fr));gap:10px;display:grid}.filters input,.filters select{width:100%;min-height:42px;color:var(--ink);background:#fbfcfb;border:1px solid #cbd1d4;border-radius:5px;padding:9px 11px}.suggest-field{min-width:0;position:relative}.suggest-field input{padding-right:38px}.suggest-field input::-webkit-search-cancel-button{display:none}.field-clear{color:#68747d;cursor:pointer;background:0 0;border:0;border-radius:50%;width:30px;height:30px;font-size:20px;line-height:1;position:absolute;top:50%;right:6px;translate:0 -50%}.field-clear:hover,.field-clear:focus-visible{color:var(--ink);background:#e9edef;outline:2px solid #0000}.filter-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.result-count{color:var(--muted);font-size:13px}.button{cursor:pointer;background:var(--accent);color:#fff;border:0;border-radius:5px;padding:10px 20px;font-weight:800}.reset{color:var(--muted);margin-left:14px;font-size:13px;text-decoration:underline}.schedule-list{gap:12px;display:grid}.schedule-card{background:var(--surface);border:1px solid var(--line);border-left:4px solid #0000;border-radius:7px;grid-template-columns:minmax(240px,1.25fr) minmax(210px,1fr) minmax(220px,.95fr) minmax(230px,1fr);display:grid;overflow:hidden}.schedule-card:hover{border-left-color:var(--accent);box-shadow:var(--shadow)}.schedule-card>div{border-right:1px solid #e9ebe8;padding:17px 19px}.schedule-card>div:last-child{border-right:0}.series-title,.track-title{margin:0 0 7px;font-size:17px;line-height:1.35}.track-title{color:#0e5671;font-size:18px}.sub{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.tags{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.tag{color:#46535e;background:#edf0f1;border-radius:3px;padding:4px 7px;font-size:11px;font-weight:800}.tag.accent{background:var(--accent-soft);color:#ae321c}.tag.provisional{color:#876600;background:#fff6d9}.detail-list{grid-template-columns:auto 1fr;gap:6px 10px;margin:0;font-size:13px;display:grid}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;font-weight:700}.empty{text-align:center;color:var(--muted);background:#fff;border:1px dashed #bbc2c3;border-radius:8px;padding:55px 20px}.schedule-card.event-ended{color:#5f686f;background:#e9ebe9;border-color:#d5d9d6}.schedule-card.event-ended>div{border-color:#d5d9d6}.schedule-card.event-ended .eyebrow,.schedule-card.event-ended .track-title{color:#6f787e}.schedule-card.event-ended .tag{color:#626b70;background:#dfe2e0}.schedule-card.event-ended .favorite-star{background:#f1f2f1}.event-timeslots{margin-top:5px}.event-timeslots summary{cursor:pointer;color:#0e5671;font-size:12px;font-weight:700}.event-timeslots ul{color:var(--muted);margin:6px 0 0;padding-left:18px;font-size:11px;font-weight:500}.event-timeslots li+li{margin-top:4px}.table-wrap{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;overflow-x:auto}.matrix{border-collapse:collapse;width:100%;min-width:1250px;font-size:12px}.matrix th,.matrix td{text-align:left;vertical-align:top;border:1px solid #e4e7e5;padding:11px 9px}.matrix thead th{background:var(--navy);color:#fff;position:sticky;top:0}.matrix tbody th{background:#fafbf9;min-width:210px}.matrix .current{background:var(--accent-soft);box-shadow:inset 0 3px var(--accent)}.mobile-weeks{display:none}.year-stack{gap:14px;display:grid}details.year-block{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.year-block summary{cursor:pointer;background:#f9faf8;padding:18px 20px;font-weight:900}.year-entries{gap:8px;padding:0 20px 18px;display:grid}.year-row{border-top:1px solid #eceeec;grid-template-columns:150px 1fr 1fr 110px;align-items:center;gap:14px;padding:12px 0;font-size:13px;display:grid}.year-row strong{color:#0e5671}.status-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px}.metric span{color:var(--muted);font-size:12px;display:block}.metric strong{margin-top:8px;font-size:20px;display:block}.run-table{border-collapse:collapse;background:#fff;width:100%;font-size:13px}.run-table th,.run-table td{border-bottom:1px solid var(--line);text-align:left;padding:12px}.success{color:var(--green);font-weight:800}.failed{color:#b52b20;font-weight:800}.site-footer{max-width:1440px;color:var(--muted);border-top:1px solid var(--line);margin:auto;padding:24px 28px 40px;font-size:12px}.site-footer strong{color:var(--ink)}@media (max-width:1050px){.filter-grid{grid-template-columns:repeat(3,1fr)}.filter-grid input:first-child{grid-column:span 3}.schedule-card{grid-template-columns:1fr 1fr}.schedule-card>div:nth-child(2){border-right:0}.schedule-card>div:nth-child(-n+2){border-bottom:1px solid #e9ebe8}}@media (max-width:700px){.header-inner{padding:12px 16px 0}.brand small,.season-chip{display:none}.nav a{padding:10px 11px;font-size:12px}.main{padding:24px 14px 40px}.hero{flex-direction:column;align-items:stretch}.week-badge{align-self:flex-start}.filter-grid{grid-template-columns:1fr 1fr}.filter-grid input:first-child{grid-column:span 2}.filter-actions{align-items:flex-end}.schedule-card{grid-template-columns:1fr}.schedule-card>div{border-bottom:1px solid #e9ebe8;border-right:0}.schedule-card>div:last-child{border-bottom:0}.table-wrap{display:none}.mobile-weeks{gap:10px;display:grid}.mobile-week{border:1px solid var(--line);background:#fff;border-radius:7px;padding:15px}.mobile-week.current{border-left:4px solid var(--accent)}.mobile-week h3{margin:0 0 10px}.mobile-week ul{color:var(--muted);margin:0;padding-left:20px}.mobile-week li+li{margin-top:8px}.status-grid{grid-template-columns:1fr 1fr}.year-row{grid-template-columns:1fr;gap:5px}}.favorite-heading{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.favorite-heading h2,.favorite-heading h3{flex:1}.car-heading+.car-heading{margin-top:5px}.favorite-star{color:#7c8790;cursor:pointer;background:#fff;border:1px solid #ccd2d4;border-radius:50%;flex:0 0 32px;width:32px;height:32px;font-size:21px;line-height:1}.favorite-star:hover{color:#b97900;background:#fff8dd;border-color:#d79512}.favorite-star.active{color:#d79512;background:#fff4c7;border-color:#d79512}.favorite-filter{justify-content:flex-end;align-items:center;gap:10px;margin:0 0 12px;display:flex}.favorite-filter span{color:var(--muted);font-size:13px}.favorite-filter-button{color:#46535e;cursor:pointer;background:#fff;border:1px solid #c9cfd1;border-radius:99px;padding:8px 14px;font-weight:700}.favorite-filter-button.active{color:#8a5b00;background:#fff4c7;border-color:#d79512}.favorite-groups{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.favorite-group{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px}.favorite-group h2{justify-content:space-between;margin:0 0 12px;font-size:19px;display:flex}.favorite-group h2 span{background:#edf0f1;border-radius:99px;padding:3px 9px;font-size:12px}.favorite-group ul{margin:0;padding:0;list-style:none}.favorite-group li{border-top:1px solid #eceeec;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.favorite-group li>span{font-weight:700}@media (max-width:700px){.favorite-groups{grid-template-columns:1fr}.favorite-filter{justify-content:flex-start}}.favorite-star{place-items:center;padding:0;display:inline-grid}.favorite-star span{line-height:1;display:block;translate:0 -1px}.favorite-lists-editor{gap:12px;display:grid}.favorite-list-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;display:grid}.favorite-list-tabs button{color:#52606a;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #cbd1d4;border-radius:7px;min-width:0;padding:10px 12px;font-weight:800;overflow:hidden}.favorite-list-tabs button span{background:#e9edef;border-radius:50%;place-items:center;width:21px;height:21px;margin-right:7px;font-size:11px;display:inline-grid}.favorite-list-tabs button.active{color:#805600;background:#fff4c7;border-color:#d79512;box-shadow:inset 0 -3px #e2a91d}.favorite-list-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:9px;padding:18px}.favorite-list-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px;display:flex}.favorite-list-title{align-items:center;gap:8px;display:flex}.favorite-list-title h2{margin:0;font-size:23px}.favorite-list-title button{color:#64707b;cursor:pointer;background:0 0;border:0;font-size:18px}.favorite-list-header p{color:var(--muted);margin:5px 0 0;font-size:12px}.favorite-name-edit{gap:7px;display:flex}.favorite-name-edit input{border:1px solid #aeb7bc;border-radius:5px;min-height:38px;padding:7px 10px}.favorite-name-edit button,.restore-list,.include-favorite{color:#34444f;cursor:pointer;background:#fff;border:1px solid #aeb7bc;border-radius:5px;padding:7px 10px;font-size:12px;font-weight:800}.restore-list:disabled{cursor:default;opacity:.45}.favorite-row-actions{align-items:center;gap:6px;display:flex}.exclude-favorite{color:#69757d;cursor:pointer;background:#fff;border:1px solid #d1d6d8;border-radius:50%;width:32px;height:32px;font-size:20px;line-height:1}.exclude-favorite:hover{color:#b03928;background:#fff0ed;border-color:#b94b3a}.excluded-favorites{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.excluded-favorites>summary{cursor:pointer;color:#52606a;font-weight:800}.excluded-favorites>summary span{background:#e9edef;border-radius:99px;place-items:center;min-width:22px;margin-left:5px;padding:2px 6px;font-size:11px;display:inline-grid}.excluded-favorites .favorite-groups{margin-top:12px}.excluded-favorites .favorite-group{box-shadow:none;background:#f5f6f4}.include-favorite{white-space:nowrap;color:#286b3d}@media (max-width:700px){.favorite-list-tabs{grid-template-columns:1fr 1fr}.favorite-list-tabs button:last-child{grid-column:span 2}.favorite-list-header{flex-direction:column;align-items:stretch}.restore-list{align-self:flex-start}.favorite-name-edit{flex-wrap:wrap}.favorite-name-edit input{width:100%}}.schedule-card[hidden],.favorite-hidden{display:none!important}.favorite-search{margin:0 0 12px}.favorite-search .favorite-filter{margin-bottom:0}.favorite-filter label{color:#65717b;font-size:12px;font-weight:800}.favorite-filter select{color:#805600;background:#fffaf0;border:1px solid #d79512;border-radius:99px;max-width:240px;min-height:39px;padding:7px 34px 7px 13px;font-weight:800}.favorite-result-count{color:#8a5b00;font-size:13px}.favorite-criteria{background:#fffaf0;border:1px solid #e5c66f;border-radius:8px;margin-top:10px;padding:12px 14px}.favorite-criteria-title{color:#765718;justify-content:space-between;gap:12px;margin-bottom:9px;font-size:12px;font-weight:800;display:flex}.favorite-criteria-title a{color:#59656d;text-decoration:underline}.favorite-chips{flex-wrap:wrap;gap:6px;display:flex}.favorite-chip{border-radius:5px;align-items:center;gap:6px;max-width:100%;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.favorite-chip b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.favorite-chip.series{color:#65429a;background:#f1e9ff}.favorite-chip.car{color:#17607e;background:#e7f5ff}.favorite-chip.track{color:#286b3d;background:#e9f6ed}@media (max-width:700px){.favorite-criteria-title{flex-direction:column;align-items:flex-start}.favorite-chip{width:100%}}.matrix .favorite-star{flex-basis:22px;width:22px;height:22px;font-size:15px}.matrix-track{margin-bottom:4px}.matrix-cars{color:var(--muted);gap:4px;margin-top:8px;font-size:10px;font-weight:500;display:grid}.matrix-cars>span{justify-content:space-between;align-items:center;gap:5px;display:flex}.mobile-week .favorite-star{flex-basis:27px;width:27px;height:27px;font-size:18px}.mobile-week .favorite-heading+.favorite-heading{margin-top:4px}.matrix thead th.current{background:var(--accent);color:#fff;box-shadow:inset 0 -4px #a92e19}.matrix tbody td.current{box-shadow:inset 0 3px var(--accent);background:#fff0e8;border-left-color:#f3a08d;border-right-color:#f3a08d}.matrix tbody tr:hover td.current{background:#ffe4d8}.mobile-week.current{background:#fff0e8;border-color:#f3a08d}.favorite-search.active+.table-wrap .matrix tbody tr[data-favorite-match]:not([data-favorite-match=""])>th:first-child{background:#fff9e6;box-shadow:inset 3px 0 #e8ba35}.favorite-search.active+.table-wrap .matrix td:has(.favorite-star.active){background:#fff4c7;box-shadow:inset 0 0 0 2px #e8ba35}.favorite-search.active~.mobile-weeks li[data-favorite-match]:not([data-favorite-match=""]){background:#fff4c7;border-radius:5px;padding:8px}.week-range-actions{color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;margin:0 0 10px;font-size:12px;display:flex}.week-range-actions button{color:#243746;cursor:pointer;background:#fff;border:1px solid #9ba7ae;border-radius:5px;padding:7px 11px;font-weight:800}.week-range-actions button:hover{border-color:var(--accent);color:var(--accent)}.season-weeks.upcoming-only .past-week{display:none}.season-weeks.show-all-weeks .matrix{table-layout:fixed;min-width:1320px}.season-weeks.show-all-weeks .matrix thead th:first-child,.season-weeks.show-all-weeks .matrix tbody th{width:230px}.season-weeks .matrix th,.season-weeks .matrix td{overflow-wrap:anywhere}.favorite-search.active+.season-weeks .matrix tbody tr[data-favorite-match]:not([data-favorite-match=""])>th:first-child{background:#fff9e6;box-shadow:inset 3px 0 #e8ba35}.favorite-search.active+.season-weeks .matrix td:has(.favorite-star.active){background:#fff4c7;box-shadow:inset 0 0 0 2px #e8ba35}.favorite-search.active+.season-weeks .mobile-weeks li[data-favorite-match]:not([data-favorite-match=""]){background:#fff4c7;border-radius:5px;padding:8px}@media (max-width:700px){.week-range-actions{justify-content:space-between}.season-weeks.upcoming-only .mobile-week.past-week{display:none}}.season-weeks.show-all-weeks .matrix{table-layout:fixed;width:2560px;min-width:2560px}.season-weeks.show-all-weeks .matrix thead th:first-child,.season-weeks.show-all-weeks .matrix tbody th{width:280px;min-width:280px}.season-weeks.show-all-weeks .matrix thead th:not(:first-child),.season-weeks.show-all-weeks .matrix td{width:175px}.season-weeks.show-all-weeks .matrix thead th:first-child{z-index:4;position:sticky;left:0}.season-weeks.show-all-weeks .matrix tbody th{z-index:2;position:sticky;left:0;box-shadow:2px 0 5px #10283d14}.season-weeks .matrix th,.season-weeks .matrix td{overflow-wrap:break-word;word-break:normal}.season-weeks .matrix tbody td.current{box-shadow:none;background:#fff;border-left-color:#e4e7e5;border-right-color:#e4e7e5}.season-weeks .matrix tbody tr:hover td.current{background:#fff}.season-weeks .matrix td:has(.favorite-star.active){background:#fff9df;box-shadow:inset 0 0 0 1px #efd889}.season-weeks .matrix tbody th:has(.favorite-star.active){background:#fff9df;box-shadow:inset 0 0 0 1px #efd889}.season-weeks .matrix td.current:has(.favorite-star.active){background:#fff9df}.season-weeks .mobile-week.current{border-color:var(--line);border-left:4px solid var(--accent);background:#fff}.season-weeks .mobile-week li:has(.favorite-star.active){background:#fff9df;border-radius:5px;padding:8px}.table-scroll-top{border:1px solid var(--line);scrollbar-color:#71808a #e5e8e5;scrollbar-width:auto;background:#eef0ed;border-radius:5px;height:18px;margin-bottom:4px;overflow:scroll hidden}.table-scroll-top>div{height:1px}.table-scroll-top::-webkit-scrollbar{height:14px}.table-scroll-top::-webkit-scrollbar-track{background:#e5e8e5;border-radius:5px}.table-scroll-top::-webkit-scrollbar-thumb{background:#71808a;border:3px solid #e5e8e5;border-radius:9px}.table-scroll-top::-webkit-scrollbar-thumb:hover{background:#3f515d}@media (max-width:700px){.table-scroll-top{display:none}.season-weeks .table-wrap{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior-x:contain;width:100%;display:block;overflow:auto visible}.season-weeks .mobile-weeks{display:none}.season-weeks.upcoming-only .matrix{table-layout:fixed;width:760px;min-width:760px}.season-weeks.upcoming-only .matrix thead th:first-child,.season-weeks.upcoming-only .matrix tbody th{width:220px;min-width:220px}.season-weeks.upcoming-only .matrix thead th:not(:first-child),.season-weeks.upcoming-only .matrix td{width:180px}.season-weeks .matrix thead th:first-child{z-index:4;position:sticky;left:0}.season-weeks .matrix tbody th{z-index:2;position:sticky;left:0;box-shadow:2px 0 5px #10283d1a}.season-weeks .matrix th,.season-weeks .matrix td{font-size:11px}}.series-meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;display:flex}.series-meta .eyebrow{margin:0}.license-badge{--license:#77838b;border:1px solid color-mix(in srgb,var(--license) 72%,#000);background:color-mix(in srgb,var(--license) 22%,#fff);color:color-mix(in srgb,var(--license) 72%,#111);border-radius:4px;flex:none;align-items:center;gap:4px;padding:3px 7px 3px 5px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.license-badge svg{fill:currentColor;width:15px;height:15px}.license-r{--license:#ef4b43}.license-d{--license:#ed772d}.license-c{--license:#d3b20d}.license-b{--license:#4dbb47}.license-a{--license:#367bd2}.license-other{--license:#707c85}
