.navbar{position:fixed;top:0;left:0;right:0;z-index:10;background:#111;color:#fff;border-bottom:1px solid #222;height:var(--nav-h)}.nav-inner{margin:0 auto;padding:12px 48px;display:flex;align-items:center;justify-content:space-between}.nav-toggle{display:none}.nav-burger{display:none;width:40px;height:40px;margin-left:8px;border-radius:8px;align-items:center;justify-content:center;gap:4px;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-burger:hover{background:#1b1b1b}.nav-burger span{display:block;width:22px;height:2px;background:#e5e5e5;border-radius:2px}.nav-links{display:flex;gap:16px}.nav-link{color:#cfcfcfad;text-decoration:none;padding:4px 8px;font-weight:500}.nav-link:hover{background:#1b1b1b}.nav-link-active{color:#fff;border-bottom:solid 3px #9e1212}.nav-brand{display:flex;align-items:center;gap:4px}.brand{color:#fff;font-weight:700;letter-spacing:.8px;text-decoration:none}.nav-logo-container{width:40px;height:40px;margin-right:12px}.nav-logo-container img{width:100%;height:100%;object-fit:contain;border-radius:8px}@media (max-width: 768px){:root{--nav-h: 56px}.nav-inner{padding:10px 16px;gap:8px}.brand{font-size:.95rem;letter-spacing:.4px}.nav-logo-container{width:32px;height:32px;margin-right:8px}.nav-burger{display:flex}.nav-links{position:fixed;top:var(--nav-h);left:0;right:0;display:flex;flex-direction:column;gap:4px;background:#101010;border-top:1px solid #222;padding:10px 12px 12px;transform-origin:top;transform:translateY(-8px) scaleY(0);opacity:0;pointer-events:none;transition:transform .16s ease,opacity .16s ease}.nav-link{padding:12px 10px;border-radius:8px;font-size:.95rem}.nav-link-active{border-bottom:none;background:#1b1b1b}.nav-toggle:checked+.nav-burger+.nav-links{transform:translateY(0) scaleY(1);opacity:1;pointer-events:auto}.nav-toggle:checked+.nav-burger span:nth-child(1){transform:translateY(6px) rotate(45deg);transition:transform .16s ease}.nav-toggle:checked+.nav-burger span:nth-child(2){opacity:0;transition:opacity .12s ease}.nav-toggle:checked+.nav-burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg);transition:transform .16s ease}}main.container{padding-top:calc(var(--nav-h) + 12px)}.standings-skeleton{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.skeleton-row{height:52px;border-radius:8px;background:linear-gradient(90deg,#ffffff12,#ffffff08,#ffffff12);background-size:200% 100%;animation:shimmer 1.4s infinite}.standings-state-error{color:#ff6b6b;padding:12px 16px;margin:0}.standings-muted{color:#fff6;padding:12px 16px;margin:0}.standings-list{display:flex;flex-direction:column}.standings-row{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.05);position:relative}.standings-row:last-child{border-bottom:none}.standings-row.pos-1:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#f3c14b;border-radius:0 2px 2px 0}.standings-row.pos-2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#b8bec5;border-radius:0 2px 2px 0}.standings-row.pos-3:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#cd8b45;border-radius:0 2px 2px 0}.standings-pos{width:22px;font-size:13px;font-weight:700;text-align:right;flex:0 0 auto;color:#ffffff73}.standings-row.pos-1 .standings-pos{color:#f3c14b}.standings-row.pos-2 .standings-pos{color:#b8bec5}.standings-row.pos-3 .standings-pos{color:#cd8b45}.standings-avatar{width:36px;height:36px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.12);flex:0 0 auto;background:#ffffff0f}.standings-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.standings-avatar-fallback{width:100%;height:100%}.standings-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.standings-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e9edf3}.standings-team{display:flex;align-items:center;gap:5px;font-size:12px;color:#ffffff73;font-weight:500}.standings-team-logo{width:14px;height:14px;object-fit:contain;flex:0 0 auto}.standings-points{font-size:15px;font-weight:700;color:#e9edf3;flex:0 0 auto;min-width:36px;text-align:right}.standings-team-logo-wrap{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:#ffffff0a;border-radius:6px;overflow:hidden;padding:4px}.standings-team-logo-wrap img{width:100%;height:100%;object-fit:contain}.home{display:flex;flex-direction:column;gap:20px}.home-hero{position:relative;height:260px;overflow:hidden;margin:0 -2rem;border-radius:0;display:flex;align-items:flex-end}@media (min-width: 768px){.home-hero{height:300px;margin:0 -2rem;border-radius:0}}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.7)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#08090ff7,#08090fcc 45%,#08090f40)}.hero-content{position:relative;z-index:1;width:100%;display:flex;align-items:flex-end;justify-content:space-between;padding:24px 2rem 28px;gap:16px}.hero-skeleton{height:80px;width:260px;border-radius:8px;background:#ffffff0f}.hero-left{display:flex;flex-direction:column;gap:6px}.hero-eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.hero-sprint{background:#ffc70e33;color:#ffc70e;border:1px solid rgba(255,199,14,.4);border-radius:4px;padding:1px 6px;font-size:10px;letter-spacing:.05em}.hero-track{margin:0;font-size:clamp(24px,5vw,42px);font-weight:800;color:#fff;line-height:1.05;letter-spacing:-.02em}.hero-location{display:flex;align-items:center;gap:7px;color:#ffffffa6;font-size:14px;font-weight:500}.hero-flag{width:20px;height:13px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,.15)}.hero-right{display:none;flex-direction:column;gap:10px;min-width:200px;background:#05051499;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 14px}@media (min-width: 640px){.hero-right{display:flex}}.hero-winners-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:2px}.hero-winner-row{display:flex;align-items:center;gap:10px}.hw-avatar{width:30px;height:30px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.2);flex:0 0 auto;background:#ffffff14}.hw-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.hw-avatar-fallback{width:100%;height:100%;background:#ffffff1f}.hw-info{display:flex;flex-direction:column;gap:1px}.hw-name{font-size:13px;font-weight:600;color:#e9edf3;white-space:nowrap}.hw-season{font-size:11px;color:#fff6}.home-grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 900px){.home-grid{grid-template-columns:1fr 1fr 1fr;align-items:start}}.card{background:#050514b3;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.card-header{padding:14px 16px 10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;border-bottom:1px solid rgba(255,255,255,.06)}.card-muted{padding:16px;color:#fff6;font-size:14px;margin:0}.card-skeleton-rows{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.skeleton-row{height:44px;border-radius:8px;background:linear-gradient(90deg,#ffffff12,#ffffff08,#ffffff12);background-size:200% 100%;animation:shimmer 1.4s infinite}.up-next-list{display:flex;flex-direction:column}.up-next-row{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.up-next-row:last-child{border-bottom:none}.un-thumb{width:72px;height:44px;border-radius:6px;overflow:hidden;flex:0 0 auto;background:#ffffff0d}.un-thumb img{width:100%;height:100%;object-fit:cover}.un-thumb-fallback{width:100%;height:100%;background:#ffffff0f}.un-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.un-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.un-flag{width:16px;height:11px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.un-sprint{font-size:10px;font-weight:700;background:#ffc70e26;color:#ffc70e;border-radius:3px;padding:1px 5px}.un-sub{font-size:12px;color:#ffffff73}.un-winner{display:flex;align-items:center;gap:6px;margin-top:4px}.un-winner-avatar{width:20px;height:20px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.15);flex:0 0 auto;background:#ffffff14}.un-winner-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.un-avatar-fallback{width:100%;height:100%}.un-winner-name{font-size:12px;color:#fff9;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.un-no-winner{font-size:12px;color:#ffffff4d;margin-top:4px}.home-articles{display:flex;flex-direction:column;gap:12px}.home-articles-header{display:flex;align-items:center;justify-content:space-between}.home-articles-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6}.home-articles-see-all{font-size:12px;font-weight:600;color:#fff6;text-decoration:none;transition:color .15s}.home-articles-see-all:hover{color:#fffc}.home-articles-grid{display:grid;gap:12px;grid-template-columns:1fr}@media (min-width: 640px){.home-articles-grid{grid-template-columns:1fr 1fr}.home-articles-grid--with-rankings{grid-template-columns:1fr 1fr 220px}}@media (min-width: 900px){.home-articles-grid--with-rankings{grid-template-columns:1fr 1fr 260px}}.home-article-card--rankings{border-left:3px solid rgba(255,199,14,.4)}.home-rankings-movers{display:flex;flex-direction:column;gap:5px;flex:1;justify-content:center}.home-article-card{position:relative;display:block;height:260px;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;background:#050514e6;border:1px solid rgba(255,255,255,.08)}@media (min-width: 640px){.home-article-card{height:300px}}.home-article-card--skeleton{pointer-events:none;background:linear-gradient(90deg,#ffffff0f,#ffffff08,#ffffff0f);background-size:200% 100%;animation:shimmer 1.4s infinite}.home-article-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.55);transition:transform .5s ease,filter .5s ease}.home-article-card:hover .home-article-bg{transform:scale(1.05);filter:brightness(.7)}.home-article-overlay{position:absolute;inset:0;background:linear-gradient(to top,#050514f7,#05051499 45%,#0505141a)}.home-article-content{position:absolute;bottom:0;left:0;right:0;padding:20px;display:flex;flex-direction:column;gap:7px}.home-article-top{display:flex;align-items:center;gap:8px}.article-badge--recap{background:#ef643c40;color:#f08060;border:1px solid rgba(239,100,60,.4)}.article-badge--preview{background:#508cf040;color:#7aaaf5;border:1px solid rgba(80,140,240,.4)}.home-article-race{font-size:11px;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-article-title{margin:0;font-size:18px;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-article-teaser{margin:0;font-size:13px;color:#fff9;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-article-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.home-article-date{font-size:11px;color:#ffffff4d}.home-article-read{font-size:12px;font-weight:600;color:#ffffff73;transition:color .15s}.home-article-card:hover .home-article-read{color:#ffffffe6}.loader-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px;color:#e9edf3}.loader-full{min-height:180px;justify-content:center}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffc70e;animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader-label{font-size:13px;color:#e9edf3bf}.skeleton-stack{width:100%}.skeleton-bar{border-radius:8px;margin:8px 0;background:linear-gradient(90deg,#ffffff14,#ffffff0a,#ffffff14 80%);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ct-card{background:#050514b3;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px 20px 16px;display:flex;flex-direction:column;gap:16px}.ct-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.ct-title{font-size:14px;font-weight:700;color:#ffffffb3;letter-spacing:.01em}.ct-view-modes{display:flex;gap:4px}.ct-toggle-btn{font-size:11px;font-weight:600;color:#ffffff59;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3px 10px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.ct-toggle-btn:hover{color:#ffffffb3;border-color:#ffffff40}.ct-toggle-btn--active{background:#ffffff1a;border-color:#ffffff40;color:#fff}.ct-tooltip{background:#08081cf2;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;min-width:180px;max-height:280px;overflow-y:auto}.ct-tooltip-label{font-size:11px;font-weight:700;color:#fff6;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.ct-tooltip-row{display:flex;align-items:center;gap:7px;padding:3px 0}.ct-tooltip-row--human .ct-tooltip-name{color:#fff;font-weight:600}.ct-tooltip-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.ct-tooltip-name{font-size:12px;color:#ffffff8c;flex:1}.ct-tooltip-pts{font-size:12px;font-weight:700;color:#ffffffb3;font-variant-numeric:tabular-nums}.ct-legend{display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(255,255,255,.06);padding-top:14px}.ct-legend-group{display:flex;flex-direction:column;gap:6px}.ct-legend-group-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff40}.ct-legend-items{display:flex;flex-wrap:wrap;gap:6px}.ct-legend-item{display:flex;align-items:center;gap:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:4px 10px 4px 8px;cursor:pointer;transition:background .15s,opacity .15s}.ct-legend-item:hover{background:#ffffff17}.ct-legend-item--ai{opacity:.65}.ct-legend-item--hidden{opacity:.3}.ct-legend-line{width:16px;height:2.5px;border-radius:2px;flex:0 0 auto}.ct-legend-line--dashed{background:repeating-linear-gradient(to right,currentColor 0px,currentColor 4px,transparent 4px,transparent 7px)!important;height:2px}.ct-legend-name{font-size:12px;color:#ffffffb3}.ct-legend-pts{font-size:11px;color:#ffffff59;font-variant-numeric:tabular-nums}.ct-skeleton{height:320px;border-radius:8px;background:linear-gradient(90deg,#ffffff0a,#ffffff05,#ffffff0a);background-size:200% 100%;animation:ct-shimmer 1.4s infinite}@keyframes ct-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--cell: 40px;--firstcol: 62px;--cell-gap: 4px}.season-container{margin:40px 0 0}.border{border-width:1px;border-style:solid;padding:20px;border-color:#fff3;border-radius:8px;background-color:#08090f;margin:8px 0}button{padding:8px 16px;border:none;border-radius:8px;background-color:#141622;color:#fff;font-size:.7rem;font-weight:400;cursor:pointer;transition:background-color .3s ease}button.active{background-color:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:600}h2{padding:0;margin:0;font-size:18px;font-weight:600}.season-tabs{display:flex;gap:6px;flex-wrap:wrap}.season-tab{padding:6px 14px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;width:auto}.season-tab:hover{background:#ffffff1a;color:#fff}.season-tab-active,.season-tab.active{background:#ffffff26;border-color:#ffffff59;color:#fff}.stats-card{background:#050514b3;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;margin:8px 0}.stats-card-header{padding:12px 16px 10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.stats-card .table{width:calc(100% - 24px);margin:0 12px 8px;border-spacing:0 6px}.stats-card .table td{padding:6px 8px;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.05)}.stats-card .table tr:last-child td{border-bottom:none}.last-race-card .lr-track-name{padding:10px 16px 0;font-size:14px;font-weight:600;color:#e9edf3}.lr-link{font-size:11px;color:#ffffff73;text-decoration:none;transition:color .15s;white-space:nowrap}.lr-link:hover{color:#ffffffd9}.lr-pos-badge{min-width:38px;text-align:center;font-size:1rem;font-weight:700;color:#ffffff4d;flex-shrink:0}.lr-pos-badge-1{color:#f3c14b}.lr-pos-badge-2{color:#b8bec5}.lr-pos-badge-3{color:#cd8b45}.stat-bar-cell{width:130px;padding-right:12px!important}.stat-bar-wrap{display:flex;align-items:center;gap:8px;height:20px}.stat-bar{height:5px;border-radius:3px;background:#ffffff38;flex-shrink:0;min-width:4px}.stat-bar-fl{background:#e76dff8c}.stat-bar-dotd{background:#63b3ed8c}.stat-bar-constructor{background:#ffc70e73}.stat-bar-count{font-size:12px;font-weight:700;color:#ffffffb3;white-space:nowrap;flex-shrink:0}.round-label{font-size:9px;font-weight:600;color:#ffffff59;letter-spacing:.04em;line-height:1}.tooltip-header{display:flex;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:8px;padding-bottom:4px}.table{width:100%;border-collapse:separate;margin-top:16px;border-spacing:6px 12px}.table td{border-bottom:1px solid rgba(255,255,255,.12)}.table tr:last-child td{border-bottom:none}.table td:last-child,.table th:last-child{font-weight:700}.season-header{background:#050514bf;border:1px solid rgba(255,255,255,.08);border-left:3px solid rgb(255,199,14);border-radius:10px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.season-header-left{display:flex;flex-direction:column;gap:3px}.season-eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffc70ea6}.season-title{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;margin:0}.mobile-tab-bar{display:none}.season-content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.section-standings{display:flex;flex-direction:column;gap:0}@media (min-width: 900px){.season-content{display:grid;grid-template-areas:"timeline  timeline" "grid      standings" "stats     stats";grid-template-columns:1fr minmax(260px,320px);gap:24px;align-items:start}.season-content>.ct-card{grid-area:timeline}.section-grid{grid-area:grid}.section-standings{grid-area:standings}.section-stats{grid-area:stats;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.section-stats .section-divider{grid-column:1 / -1}}.matrix-chart-inner{padding:12px 16px 16px;overflow-x:auto}.matrix-driver-cell{display:flex;align-items:center;gap:5px;width:var(--firstcol);flex-shrink:0}.matrix-driver-code{font-size:11px;font-weight:700;color:#ffffffa6;letter-spacing:.04em;white-space:nowrap;overflow:hidden}.section-divider{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;padding:4px 0 12px;border-top:1px solid rgba(255,255,255,.06);margin-top:8px}.position-legend-container{flex-shrink:0;min-width:180px}.filter-body{padding:12px 16px 14px}.legend-body{padding:12px 16px 16px}.legend-gradient-bar{height:10px;border-radius:5px;background:linear-gradient(to right,#12081c,#a51616 34%,#ff6e14 83%,#ffc70e);margin-bottom:5px}.legend-gradient-ends{display:flex;justify-content:space-between;font-size:10px;font-weight:600;color:#ffffff59;letter-spacing:.05em;margin-bottom:14px}.legend-zones{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.legend-zone-item{display:flex;align-items:center;gap:7px}.legend-zone-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.legend-zone-name{font-size:12px;font-weight:600;color:#ffffffbf}.legend-zone-range{font-size:10px;color:#ffffff59;margin-left:auto}.matrix-chart-container{display:flex;flex-direction:column;gap:8px}.matrix-chart-row{display:flex;gap:var(--cell-gap);align-items:center}.matrix-chart-race-header-cell{flex:0 0 var(--firstcol);width:var(--firstcol)}.matrix-chart-cell,.matrix-chart-driver-image-container,.matrix-chart-flag-image-container{box-sizing:border-box}.matrix-chart-race-header-cell{width:var(--firstcol)}.matrix-chart-flag-image-container,.matrix-chart-cell{width:var(--cell)}.matrix-chart-driver-label{color:#fff;align-items:center}.matrix-chart-cell{width:var(--cell);height:var(--cell);margin-bottom:4px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;border:1px solid rgba(255,255,255,.07)}.matrix-chart-cell-content{position:relative;width:100%;height:100%}.matrix-chart-tooltip{display:none;position:absolute;z-index:10;left:50%;bottom:110%;transform:translate(-50%);background:#181f2a;color:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 4px 16px #0000002e;font-size:.95em;white-space:nowrap;pointer-events:none;font-weight:400}.tooltip-emphasis{font-weight:700;color:#fff}.matrix-chart-cell-content:hover .matrix-chart-tooltip{display:block;z-index:2}.cell-data{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px}.matrix-chart-total-cell{font-weight:700;width:60px;margin-left:8px}.matrix-chart-driver-image-container{display:inline-block;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.2);overflow:hidden}.matrix-chart-driver-image-container img{width:100%;height:100%;overflow:hidden;object-fit:cover;object-position:center top}.sprint-indicator{font-size:9px;font-weight:700;color:#ffc70e;line-height:1}.matrix-chart-flag-image-container{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:auto;margin-bottom:6px;overflow:hidden;text-decoration:none}.matrix-chart-flag-image-container img{width:24px;height:auto}.matrix-chart-footer{width:100%;display:flex;gap:8px;align-items:flex-start}.matrix-chart-filters{flex:1;min-width:0}.filter-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:8px}.filter-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59}.filter-segmented{display:flex;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.filter-segmented button{width:auto;padding:6px 14px;border-radius:0;border:none;border-right:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffff8c;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.filter-segmented button:last-child{border-right:none}.filter-segmented button:hover{background:#ffffff14;color:#ffffffd9}.filter-segmented button.seg-active{background:#ffffff24;color:#fff}.heatmap-toggle{width:auto;padding:6px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffff73;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.heatmap-toggle:hover{background:#ffffff14;color:#fffc}.heatmap-toggle.active{background:#ffc70e26;border-color:#ffc70e66;color:#ffc70e;font-weight:700}.avatar-sm{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.18);overflow:hidden;flex-shrink:0;background:#ffffff0f;display:flex;align-items:center;justify-content:center}.avatar-sm img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.last-race-container{display:flex;flex-direction:column;align-items:center}.last-race-result{display:flex;gap:8px;align-items:center;width:100%;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.last-race-result:last-child{border-bottom:none}.last-race-driver-info{display:flex;align-items:center;gap:10px}.team-name{padding-top:3px;font-size:.85rem;font-weight:500;color:#ffffff80}.track-image{margin:8px 16px 4px;display:flex;justify-content:center;width:calc(100% - 32px);height:70px}.track-image img{border-radius:6px;width:100%;height:100%;object-fit:cover;box-shadow:0 4px 16px #0000002e}.fastest-lap{color:#e76dffcc}.pole-position{outline:1px solid #4dff2a;outline-offset:-1px}.secondary-size{height:30px;width:30px}.team-logo{display:flex;align-items:center;justify-content:center;margin:0 6px 0 4px;width:26px;height:26px;border-radius:4px;overflow:hidden;background:#ffffff0d;flex-shrink:0}.team-logo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}@media (max-width: 599px){.mobile-tab-bar{display:flex;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff08}.mobile-tab{flex:1;width:auto;padding:11px 6px;background:transparent;border:none;border-right:1px solid rgba(255,255,255,.1);border-radius:0;color:#ffffff80;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.mobile-tab:last-child{border-right:none}.mobile-tab-active{background:#ffffff1f!important;color:#fff!important}.mobile-hidden{display:none!important}}@media (max-width: 599px){:root{--cell: 30px;--firstcol: 52px;--cell-gap: 3px}.season-title{font-size:1.25rem}.season-header{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.season-tab{width:auto;padding:5px 11px;font-size:.75rem}.matrix-chart-inner{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:10px 10px 14px}.matrix-chart-row{display:inline-grid;grid-auto-flow:column;gap:var(--cell-gap);align-items:center}.matrix-chart-cell{width:var(--cell);height:var(--cell);border:1px solid rgba(255,255,255,.1);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;overflow:hidden;background:#0f1220}.cell-data{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.matrix-chart-race-header-cell,.matrix-driver-cell{position:sticky;left:0;z-index:3;background:#0d1018}.matrix-chart-race-header-cell{width:var(--firstcol)}.matrix-driver-cell{width:var(--firstcol);display:flex;align-items:center;gap:4px}.matrix-driver-code{font-size:10px;font-weight:700;color:#fff9}.matrix-chart-flag-image-container{width:var(--cell);display:flex;flex-direction:column;align-items:center;gap:2px}.matrix-chart-flag-image-container img{width:16px}.round-label{font-size:7px}.sprint-indicator{font-size:.55rem}.matrix-chart-tooltip{display:none!important}.matrix-chart-total-cell{margin-left:6px;min-width:44px;font-weight:700;font-size:.85rem}.matrix-chart-footer{display:flex;flex-direction:column;gap:10px}.filter-row{flex-wrap:wrap;gap:8px}.filter-segmented button,.heatmap-toggle{width:auto}.avatar-sm{width:26px;height:26px}.table td{padding:8px 6px;font-size:.9rem}.stat-bar-cell{width:90px}.track-image{height:60px}}@media (min-width: 600px) and (max-width: 899px){:root{--cell: 32px}.season-header{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.season-title{font-size:1.5rem}.matrix-chart-inner{overflow-x:auto;-webkit-overflow-scrolling:touch}.matrix-chart-row{display:inline-grid;grid-auto-flow:column;gap:var(--cell-gap);align-items:center}.matrix-chart-race-header-cell,.matrix-driver-cell{position:sticky;left:0;z-index:3;background:#0d1018}.section-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.section-stats .section-divider{grid-column:1 / -1}}@media (min-width: 900px){:root{--cell: 40px}.matrix-chart-flag-image-container img{width:26px}.position-legend-box{width:18px;height:30px}.matrix-chart-row{width:100%}.matrix-chart-race-header-cell,.matrix-driver-cell{flex:0 0 var(--firstcol);width:var(--firstcol)}.matrix-chart-cell,.matrix-chart-flag-image-container{flex:1;min-width:var(--cell);width:auto}.matrix-chart-cell{height:var(--cell)}.matrix-chart-total-cell{flex:0 0 72px;margin-left:0;text-align:right;padding-right:8px}}.portrait-container{display:inline-block;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.2);overflow:hidden}.portrait-container img{width:36px;height:36px;overflow:hidden;object-fit:cover;object-position:center top}:root{--nav-h: 60px}@media (max-width: 480px){:root{--nav-h: 56px}}.track-container{margin:0 auto}.track-header{display:grid;grid-template-columns:1fr 280px;gap:16px;align-items:center;margin-bottom:16px}.track-meta .track-title{margin:0;font-size:28px;font-weight:800}.track-meta .track-subtitle{color:#b7c0cb;margin-top:6px}.track-hero{width:100%;height:120px;border-radius:8px;overflow:hidden;background:#0e1116;border:1px solid rgba(255,255,255,.08)}.track-hero img{width:100%;height:100%;object-fit:cover}.track-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.controls-left,.controls-right{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.control{display:flex;align-items:center;gap:8px;color:#e9edf3}.control select{background:#151820;color:#e9edf3;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 10px}.btn{padding:6px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#172033;color:#e9edf3;cursor:pointer}.table-wrap{overflow-x:auto}.table-hint{font-size:12px;color:#93a0ad;margin-bottom:8px}.stats-table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px}.stats-table thead{position:sticky;z-index:3;background:#050514eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px #ffffff14}.stats-table thead th{position:static;text-align:left;font-weight:700;padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}.stats-table tbody td{padding:10px;border-bottom:1px solid rgba(255,255,255,.08)}.col-driver{min-width:220px}.avatar{width:34px;height:34px;overflow:hidden;border-radius:999px;border:1px solid rgba(255,255,255,.18)}.avatar-fallback{background:#ffffff1f}.driver-name{font-weight:700}.state-error{color:#ff6b6b}.track-select{background:#151820;color:#e9edf3;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 10px;min-width:220px}@media (max-width: 900px){.track-header{grid-template-columns:1fr;gap:12px}.track-hero{height:140px}}@media (max-width: 720px){.track-controls{flex-direction:column;align-items:stretch;gap:10px}.controls-left,.controls-right{width:100%;justify-content:space-between}.control{flex:1 1 auto}.control select,.track-select,.btn{width:100%}}@media (max-width: 720px){.stats-table{font-size:14px;min-width:640px}.col-driver{min-width:200px}.avatar{width:30px;height:30px}}@media (max-width: 720px){.stats-table thead{top:calc(var(--nav-h) + 4px)}}.driver-page .state-error{color:#ff6b6b}.driver-picker{margin-left:auto;margin-right:0;width:auto;display:flex;align-items:center}.driver-picker .driver-select{background:#151820;color:#e9edf3;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 10px;min-width:220px}.hero-top-row{display:flex;align-items:end;gap:16px;margin:0 40px}.hero-name{font-size:clamp(26px,6vw,46px);font-weight:400}.select-skeleton{width:220px;height:34px;border-radius:8px;background:linear-gradient(90deg,#ffffff14,#ffffff0a,#ffffff14);animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:-220px 0}to{background-position:220px 0}}.hero-header{display:flex;justify-content:space-around;align-items:end;margin-bottom:12px;width:100%}.hero-header-main{display:flex;flex-direction:column;gap:8px}.hero-header-sub{display:flex;gap:16px;font-size:14px;color:#b7c0cb}.hero-divider{width:100%;height:2px;background:#fff}.hero-second-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:8px 16px;margin:12px auto;width:fit-content}.hero-highlight-container{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.08);background:#000000b3;width:110px;border-radius:4px;padding:4px}.hero-highlight-number{font-size:14px;font-weight:700}.hero-highlight-label{font-size:10px;color:#b7c0cb}.portrait-wrap{display:flex;align-items:flex-end;justify-content:flex-end;position:relative;width:180px;border-radius:12px 12px 0 0;overflow:hidden}.portrait-img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom}.portrait-fallback{width:100%;height:100%;background:#ffffff14}@media (max-width: 720px){.driver-hero{grid-template-columns:1fr}.portrait-wrap{width:100%;max-width:340px;height:220px;margin:0 auto;border-radius:16px}.hero-stats{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-top-row{margin:0;flex-direction:column;align-items:stretch}.hero-header{flex-direction:column;align-items:flex-start;gap:10px}.driver-picker{margin-left:0;width:100%}.driver-picker .driver-select{width:100%;min-width:unset}.hero-second-row{width:100%;padding:8px;gap:8px}.hero-highlight-container{flex:1 1 calc(25% - 8px);min-width:70px}}.section-title{margin:0 0 8px 2px;font-size:20px;font-weight:800}.history-section .table-wrap{overflow-x:auto}.history-section .table-hint{font-size:12px;color:#93a0ad;margin:4px 0 8px}.history-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0}.history-table thead th{text-align:left;font-weight:700;padding:10px;position:sticky;top:10px;background:#050514eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.08);z-index:1}.history-table tbody td{padding:10px;border-bottom:1px solid rgba(255,255,255,.08);white-space:nowrap}.col-season{min-width:90px}.season-cell{display:flex;align-items:center;gap:8px}.season-pill{display:inline-block;padding:3px 8px;border-radius:999px;background:#172033;border:1px solid rgba(255,255,255,.12);font-weight:700}.col-team{min-width:220px}.team-cell{display:flex;align-items:center;gap:10px}.team-logo.sm{width:20px;height:20px;border-radius:999px;overflow:hidden}.team-logo.sm img{width:100%;height:100%;object-fit:cover}.team-logo-fallback{background:#ffffff1f}.team-name{font-weight:700}.info-tooltip{position:relative;display:inline-flex;align-items:center;margin-left:4px;cursor:help;vertical-align:middle}.info-tooltip-icon{width:13px;height:13px;border-radius:999px;background:#ffffff1f;color:#ffffff73;font-size:8px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.info-tooltip-text{display:none;position:absolute;top:140%;left:50%;transform:translate(-50%);background:#181f2a;color:#ffffffd9;font-size:11px;font-weight:400;padding:6px 10px;border-radius:6px;white-space:nowrap;z-index:100;border:1px solid rgba(255,255,255,.12);pointer-events:none;letter-spacing:0;text-transform:none}.info-tooltip:hover .info-tooltip-text{display:block}.history-table thead th:has(.info-tooltip:hover){z-index:20}.hero-info-tooltip{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:13px;height:13px;border-radius:999px;background:#ffffff1f;color:#ffffff73;font-size:8px;font-weight:700;cursor:help;vertical-align:middle}.stat-positive{color:#4dff8a}.stat-negative{color:#ff6b6b}@media (max-width: 640px){.history-table thead th{top:58px}.col-team{min-width:180px}.history-table{font-size:14px}}.race-page{display:flex;flex-direction:column;gap:14px}.race-page-back a{color:#fff9;text-decoration:none;font-size:14px}.race-page-back a:hover{color:#ffffffe6}.race-header{display:grid;grid-template-columns:1fr 280px;gap:16px;align-items:center}@media (max-width: 720px){.race-header{grid-template-columns:1fr}}.race-title{margin:0;font-size:clamp(20px,5vw,28px);font-weight:800}.race-subtitle{color:#b7c0cb;margin-top:6px}.race-track-hero{width:100%;height:120px;border-radius:8px;overflow:hidden;background:#0e1116;border:1px solid rgba(255,255,255,.08)}.race-track-hero img{width:100%;height:100%;object-fit:cover}.race-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.race-control{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.race-nav{display:flex;align-items:center;gap:10px}.race-round-label{font-size:14px;color:#fff9;min-width:70px;text-align:center}.btn{padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#172033;color:#e9edf3;cursor:pointer;font-size:13px}.btn:disabled{opacity:.35;cursor:default}.race-error{color:#ff6b6b;padding:12px 0}.race-results-wrap{overflow-x:auto}.race-table{width:100%;border-collapse:separate;border-spacing:0;min-width:680px}.race-table thead th{text-align:left;font-weight:700;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#050514eb;position:sticky;top:0;z-index:2}@media (max-width: 600px){.race-table thead th{top:calc(var(--nav-h, 56px) + 4px);font-size:13px;padding:8px}.race-table tbody td{padding:8px;font-size:13px}.race-nav{flex-wrap:wrap;justify-content:center}}.race-table tbody td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}.race-table tbody tr:last-child td{border-bottom:none}.row-dnf td{opacity:.6}.col-pos{width:52px}.pos-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-size:13px;font-weight:700;color:#fff;background:#ffffff14}.col-driver{min-width:200px}.driver-cell{display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.15);flex:0 0 auto}.avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.driver-name-link{color:inherit;text-decoration:none;font-weight:600}.driver-name-link:hover{text-decoration:underline}.col-team{min-width:180px}.team-cell{display:flex;align-items:center;gap:8px}.team-logo-sm{width:20px;height:20px;border-radius:3px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.team-logo-sm img{width:100%;height:100%;object-fit:contain}.col-pts{font-weight:700}.status-badge{font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px;background:#ffffff0f}.status-dnf{background:#dc3c3c33;color:#ff8080}.col-flags{min-width:120px}.flag-chip{display:inline-block;font-size:11px;font-weight:700;padding:2px 5px;border-radius:4px;margin-right:4px}.chip-pole{background:#4dff2a26;color:#4dff2a}.chip-fl{background:#e76dff26;color:#e76dff}.chip-dotd{background:#ffc70e26;color:#ffc70e}.chip-clean{background:#50c8ff26;color:#50c8ff}.chip-ov{background:#ff8c3226;color:#ff8c32}.border{border:1px solid rgba(255,255,255,.08);background:#05051499;border-radius:10px;padding:12px}.hof-page{display:flex;flex-direction:column;gap:20px}.hof-header{background:#050514bf;border:1px solid rgba(255,255,255,.08);border-left:3px solid rgb(255,199,14);border-radius:10px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.hof-header-left{display:flex;flex-direction:column;gap:3px}.hof-eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffc70ea6}.hof-title{font-size:clamp(1.4rem,5vw,2rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;margin:0}.hof-filter-tabs{display:flex;gap:6px}.hof-tab{padding:6px 16px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff8c;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.hof-tab:hover{background:#ffffff1a;color:#fff}.hof-tab-active{background:#ffffff26;border-color:#ffffff59;color:#fff}.hof-avatar{border-radius:999px;overflow:hidden;flex-shrink:0;background:#ffffff0f;border:2px solid rgba(255,255,255,.15)}.hof-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hof-avatar-sm{width:32px;height:32px}.hof-avatar-md{width:56px;height:56px}.hof-avatar-lg{width:90px;height:90px}.hof-hero-section{width:100%}.hof-podium-stage{display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:24px 16px 0}.hof-podium-spot{display:flex;flex-direction:column;align-items:center;flex:1;max-width:220px}.hof-podium-info{display:flex;flex-direction:column;align-items:center;gap:8px;padding-bottom:12px}.hof-podium-name{font-size:13px;font-weight:600;color:#ffffffd9;text-align:center;line-height:1.2}.hof-podium-value{font-size:1.4rem;font-weight:800;color:#fff}.hof-rank-1 .hof-avatar{border-color:#ffc70e;border-width:3px;box-shadow:0 0 18px #ffc70e4d}.hof-rank-2 .hof-avatar{border-color:#b8bec5}.hof-rank-3 .hof-avatar{border-color:#cd8b45}.hof-rank-1 .hof-podium-value{color:#ffc70e}.hof-rank-2 .hof-podium-value{color:#b8bec5}.hof-rank-3 .hof-podium-value{color:#cd8b45}.hof-podium-step{width:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:12px;border-radius:6px 6px 0 0}.hof-rank-1 .hof-podium-step{height:130px;background:linear-gradient(to top,#281e04e6,#503c0899);border-top:2px solid rgba(255,199,14,.4)}.hof-rank-2 .hof-podium-step{height:90px;background:linear-gradient(to top,#14141ee6,#282d3799);border-top:2px solid rgba(184,190,197,.35)}.hof-rank-3 .hof-podium-step{height:65px;background:linear-gradient(to top,#1e1208e6,#37230e99);border-top:2px solid rgba(205,139,69,.35)}.hof-podium-rank-num{font-size:1.6rem;font-weight:800;opacity:.25;color:#fff;line-height:1}.hof-rank-2{order:1}.hof-rank-1{order:2}.hof-rank-3{order:3}.hof-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 700px){.hof-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.hof-podium-stage{gap:4px;padding:16px 8px 0}.hof-rank-1 .hof-podium-step{height:90px}.hof-rank-2 .hof-podium-step{height:65px}.hof-rank-3 .hof-podium-step{height:48px}.hof-avatar-lg{width:64px;height:64px}.hof-podium-value{font-size:1.1rem}.hof-filter-tabs{flex-wrap:wrap}.hof-header{padding:14px 16px}.hof-awards-grid{grid-template-columns:1fr 1fr}}.hof-lb-rows{display:flex;flex-direction:column}.hof-lb-row{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.hof-lb-row:last-child{border-bottom:none}.hof-lb-rank{font-size:10px;font-weight:700;letter-spacing:.05em;width:28px;flex-shrink:0}.hof-lb-rank-1 .hof-lb-rank{color:#ffc70e}.hof-lb-rank-2 .hof-lb-rank{color:#b8bec5}.hof-lb-rank-3 .hof-lb-rank{color:#cd8b45}.hof-lb-rank-1 .hof-avatar{border-color:#ffc70e80}.hof-lb-rank-2 .hof-avatar{border-color:#b8bec566}.hof-lb-rank-3 .hof-avatar{border-color:#cd8b4566}.hof-lb-name{flex:1;font-size:13px;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hof-lb-value{font-size:14px;font-weight:800;color:#fff9;flex-shrink:0}.hof-awards-section{display:flex;flex-direction:column;gap:12px}.hof-awards-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;padding:4px 0 0;border-top:1px solid rgba(255,255,255,.06)}.hof-awards-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (min-width: 700px){.hof-awards-grid{grid-template-columns:repeat(4,1fr)}}.hof-award-body{display:flex;align-items:center;gap:12px;padding:14px 16px 16px}.hof-award-info{display:flex;flex-direction:column;gap:4px;min-width:0}.hof-award-name{font-size:13px;font-weight:600;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hof-award-value{font-size:1.8rem;font-weight:900;line-height:1}.articles-page{display:flex;flex-direction:column;gap:20px}.articles-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.articles-heading{margin:0;font-size:22px;font-weight:800;color:#fff;letter-spacing:-.02em}.articles-filters{display:flex;gap:6px}.articles-filter-btn{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffff73;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.articles-filter-btn:hover{border-color:#ffffff4d;color:#fffc}.articles-filter-btn--active{background:#ffffff1a;border-color:#ffffff40;color:#fff}.articles-empty{color:#fff6;font-size:14px}.articles-seasons{display:flex;flex-direction:column;gap:40px}.articles-season-group{display:flex;flex-direction:column;gap:14px}.articles-season-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.articles-season-header-left{display:flex;align-items:baseline;gap:10px}.articles-season-number{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.02em}.articles-season-game{font-size:12px;font-weight:500;color:#ffffff59}.articles-season-count{font-size:11px;color:#ffffff40}.articles-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 640px){.articles-grid{grid-template-columns:1fr 1fr}}.article-card--featured{grid-column:1 / -1}.articles-grid--season-pinned{grid-template-columns:1fr}@media (min-width: 640px){.articles-grid--season-pinned{grid-template-columns:1fr 1fr}}.article-card--featured{position:relative;height:260px;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;display:block;border:1px solid rgba(255,255,255,.1)}@media (min-width: 640px){.article-card--featured{height:300px}}.article-card-featured-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.5);transition:transform .4s,filter .4s}.article-card--featured:hover .article-card-featured-bg{transform:scale(1.03);filter:brightness(.62)}.article-card--featured-season{border:none}.article-card--featured-season-recap{background:linear-gradient(135deg,#5a28a0b3,#140532f2);border:1px solid rgba(160,100,240,.2)}.article-card--featured-season-preview{background:linear-gradient(135deg,#146450b3,#051e1ef2);border:1px solid rgba(40,180,140,.2)}.article-card-featured-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0505140d,#05051473 45%,#050514eb)}.article-card--featured-season .article-card-featured-overlay{background:linear-gradient(to bottom,transparent 0%,rgba(5,5,20,.5) 100%)}.article-card-featured-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 22px;gap:6px}.article-title--featured{margin:0;font-size:clamp(17px,3vw,24px);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em}.article-teaser--featured{margin:0;font-size:13px;color:#fff9;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-track-name--light{color:#ffffff80}.article-card--season-pinned{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;background:#050514b3;transition:border-color .15s,background .15s}.article-card--season-pinned:hover{background:#0a0a1ed9}.article-card--season-pinned-recap{border:1px solid rgba(160,100,240,.2)}.article-card--season-pinned-preview{border:1px solid rgba(40,180,140,.2)}.article-card--season-pinned:hover.article-card--season-pinned-recap{border-color:#a064f066}.article-card--season-pinned:hover.article-card--season-pinned-preview{border-color:#28b48c66}.season-pinned-banner{height:72px;display:flex;align-items:center;padding:0 18px;position:relative;overflow:hidden;flex:0 0 auto}.article-card--season-pinned-recap .season-pinned-banner{background:linear-gradient(135deg,#5a28a073,#1e0a4699);border-bottom:1px solid rgba(160,100,240,.15)}.article-card--season-pinned-preview .season-pinned-banner{background:linear-gradient(135deg,#14645073,#05282899);border-bottom:1px solid rgba(40,180,140,.15)}.season-pinned-num{font-size:36px;font-weight:900;letter-spacing:-.04em;color:#fff;opacity:.15;line-height:1;-webkit-user-select:none;user-select:none}.article-card{display:flex;flex-direction:column;background:#050514b3;border:1px solid rgba(255,255,255,.08);border-radius:10px;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .15s,background .15s}.article-card:not(.article-card--featured):not(.article-card--season-pinned):hover{border-color:#ffffff2e;background:#0a0a1ed9}.article-card-img{width:100%;height:155px;overflow:hidden;flex:0 0 auto}.article-card-img img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.72);transition:transform .3s,filter .3s}.article-card:hover .article-card-img img{transform:scale(1.04);filter:brightness(.85)}.article-card-body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1}.article-card-top{display:flex;align-items:center;gap:10px}.article-badge--power-rankings{background:#ffc70e26;color:#f3c14b;border:1px solid rgba(255,199,14,.3)}.article-race-meta{font-size:12px;color:#fff6;display:flex;align-items:center;gap:6px}.article-track-name{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.06em}.article-flag{width:16px;height:11px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.article-title{margin:0;font-size:16px;font-weight:700;color:#e9edf3;line-height:1.3;letter-spacing:-.01em}.article-teaser{margin:0;font-size:13px;color:#ffffff80;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.article-date{font-size:11px;color:#ffffff4d;flex:1}.article-reading-time{font-size:11px;color:#ffffff4d;margin-right:10px}.article-read-more{font-size:11px;font-weight:600;color:#ffffff59}.article-card:hover .article-read-more,.article-card--featured:hover .article-read-more,.article-card--season-pinned:hover .article-read-more{color:#fffc}.articles-race-row{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 640px){.articles-race-row{grid-template-columns:1fr 1fr}.articles-race-row .article-card--rankings{grid-column:1 / -1}}@media (min-width: 860px){.articles-race-row{grid-template-columns:1fr 1fr 230px}.articles-race-row .article-card--rankings,.articles-race-row .article-card--featured{grid-column:auto}}.article-card--rankings{border-left:3px solid rgba(255,199,14,.4)}.article-card--rankings .article-card-footer{margin-top:auto}.article-card--rankings:hover{border-left-color:#ffc70eb3}.rankings-movers{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0 2px}.rankings-movers-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff40;margin-right:2px}.rankings-mover-chip{font-size:11px;font-weight:700;border-radius:4px;padding:2px 7px}.rankings-mover-chip--up{background:#34d3991f;color:#34d399;border:1px solid rgba(52,211,153,.2)}.rankings-mover-chip--down{background:#f871711f;color:#f87171;border:1px solid rgba(248,113,113,.2)}.articles-skeleton{display:flex;flex-direction:column;gap:14px}.skeleton-season-header{height:28px;width:160px;border-radius:6px;background:#ffffff0f}.article-card--skeleton{pointer-events:none;min-height:180px;background:linear-gradient(90deg,#ffffff0d,#ffffff05,#ffffff0d);background-size:200% 100%;animation:shimmer 1.4s infinite;border:1px solid rgba(255,255,255,.05)}.article-card--skeleton-featured{grid-column:1 / -1;height:260px;border-radius:12px;min-height:unset}@media (min-width: 640px){.article-card--skeleton-featured{height:300px}}.skeleton-img{height:155px;background:#ffffff0a}.skeleton-line{height:13px;border-radius:5px;background:#ffffff12}.skeleton-line--short{width:40%}.skeleton-line--title{height:18px;width:85%}.article-detail-page{display:flex;flex-direction:column;gap:20px;max-width:720px}.article-detail-page:has(.article-detail-body--with-sidebar){max-width:1060px}.article-back{display:inline-block;font-size:13px;font-weight:600;color:#ffffff73;text-decoration:none;transition:color .15s}.article-back:hover{color:#fffc}.article-detail-hero{position:relative;width:100%;height:200px;border-radius:10px;overflow:hidden}@media (min-width: 640px){.article-detail-hero{height:260px}}.article-detail-hero img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(.7)}.article-detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(5,5,20,.7) 100%)}.article-detail-header{display:flex;flex-direction:column;gap:8px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.article-detail-top{display:flex;align-items:center;gap:10px}.article-badge{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-radius:4px;padding:2px 7px;flex:0 0 auto}.article-badge--recap{background:#ef643c2e;color:#f08060;border:1px solid rgba(239,100,60,.3)}.article-badge--preview{background:#508cf02e;color:#7aaaf5;border:1px solid rgba(80,140,240,.3)}.article-badge--season-recap{background:#a064f02e;color:#c080f5;border:1px solid rgba(160,100,240,.3)}.article-badge--season-preview{background:#28b48c2e;color:#50d4a8;border:1px solid rgba(40,180,140,.3)}.article-detail-race-meta{font-size:12px;color:#fff6;display:flex;align-items:center;gap:6px}.article-sprint-tag{font-size:10px;font-weight:700;background:#ffc70e26;color:#ffc70e;border-radius:3px;padding:1px 5px}.article-detail-track{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.06em}.article-detail-flag{width:18px;height:12px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.article-detail-title{margin:0;font-size:clamp(22px,4vw,32px);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em}.article-detail-byline{display:flex;align-items:center;gap:8px}.article-detail-date{font-size:12px;color:#ffffff59}.article-detail-dot{font-size:12px;color:#fff3}.article-detail-reading-time{font-size:12px;color:#ffffff59}.rivalry-callout{border-left:3px solid rgba(255,199,14,.5);background:#ffc70e0d;border-radius:0 8px 8px 0;padding:14px 18px}.rivalry-callout-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffc70eb3;margin-bottom:6px}.rivalry-callout-text{margin:0;font-size:14px;line-height:1.65;color:#ffffffbf;font-style:italic}.article-detail-body{display:flex;flex-direction:column;gap:24px;align-items:flex-start}@media (min-width: 900px){.article-detail-body--with-sidebar{flex-direction:row;gap:28px}}.article-detail-content{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.article-detail-content p{margin:0;font-size:15px;line-height:1.7;color:#ffffffbf}.driver-highlight{background:transparent;color:#fff;font-weight:600}.preview-sidebar{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width: 900px){.preview-sidebar{width:260px;flex:0 0 260px;position:sticky;top:24px}}.preview-sidebar-section{display:flex;flex-direction:column;gap:12px}.preview-sidebar-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#508cf0cc}.preview-h2h{background:#508cf00f;border:1px solid rgba(80,140,240,.15);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.preview-h2h-names{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.preview-h2h-name{font-size:13px;font-weight:700;color:#fff}.preview-h2h-vs{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d}.preview-h2h-context{margin:0;font-size:12px;line-height:1.6;color:#fff9}.preview-dtw-list{display:flex;flex-direction:column;gap:8px}.preview-dtw-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:3px}.preview-dtw-name{font-size:13px;font-weight:700;color:#fff}.preview-dtw-stat{font-size:11px;font-weight:600;color:#508cf0d9}.preview-dtw-reason{font-size:12px;color:#ffffff80;line-height:1.5}.article-detail-empty{color:#fff6;font-size:14px}.article-detail-skeleton{display:flex;flex-direction:column;gap:12px;max-width:720px}.skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,#ffffff12,#ffffff08,#ffffff12);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-line--short{width:30%}.skeleton-line--title{height:22px;width:80%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pr-grid{display:flex;flex-direction:column;gap:10px;margin-top:8px}.pr-card{background:#050514b3;border:1px solid rgba(255,255,255,.08);border-left:3px solid rgba(255,255,255,.15);border-radius:12px;padding:14px 18px 14px 16px;display:grid;grid-template-columns:44px 52px 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:0}.pr-rank{grid-column:1;grid-row:1 / 3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.pr-rank-num{font-size:1.5rem;font-weight:800;color:#fffc;line-height:1}.pr-rank-num--top3{color:#f3c14b}.pr-delta{font-size:10px;font-weight:700;line-height:1;letter-spacing:.02em}.pr-delta--up{color:#34d399}.pr-delta--down{color:#f87171}.pr-delta--same{color:#fff3}.pr-avatar{grid-column:2;grid-row:1 / 3;display:flex;align-items:center;justify-content:center}.pr-avatar img,.pr-avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center top;border:1px solid rgba(255,255,255,.12)}.pr-avatar-placeholder{opacity:.3}.pr-header{grid-column:3;grid-row:1;display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:8px;flex-wrap:wrap}.pr-name-team{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.pr-name{font-size:15px;font-weight:700;color:#fff;white-space:nowrap}.pr-team{font-size:12px;color:#fff6;white-space:nowrap}.pr-champ-pos{font-size:11px;color:#ffffff40;white-space:nowrap;flex-shrink:0}.pr-body{grid-column:3;grid-row:2;display:flex;flex-direction:column;gap:8px}.pr-form{display:flex;gap:4px;align-items:center;flex-wrap:wrap}.pr-form-label{font-size:10px;font-weight:600;color:#fff3;letter-spacing:.06em;text-transform:uppercase;margin-right:2px;white-space:nowrap}.pr-form-chip{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:20px;border-radius:4px;font-size:10px;font-weight:700;padding:0 4px;background:#ffffff0f;color:#fff6}.pr-form-chip--p1{background:#ffc70e38;color:#f3c14b}.pr-form-chip--p2{background:#bebebe2e;color:#c8cdd3}.pr-form-chip--p3{background:#cd8b4538;color:#cd8b45}.pr-form-chip--pts{background:#a516162e;color:#e57373}.pr-form-chip--dns{background:#ffffff08;color:#ffffff2e}.pr-blurb{font-size:13px;line-height:1.6;color:#ffffff80;margin:0}@media (max-width: 599px){.pr-card{padding:12px 14px 12px 12px;grid-template-columns:36px 44px 1fr;column-gap:10px}.pr-rank-num{font-size:1.2rem}.pr-avatar img,.pr-avatar-placeholder{width:40px;height:40px}.pr-name{font-size:14px}}:root{font-family:Arimo,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;min-width:320px;min-height:100vh;background-color:#0a0c14}h1{font-size:3.2em;line-height:1.1}@font-face{font-family:Arimo;src:url(/fonts/Arimo-VariableFont_wght.ttf) format("truetype");font-weight:400,500,600,700;font-style:normal;font-display:swap}@font-face{font-family:Arimo Italic;src:url(/fonts/Arimo-Italic-VariableFont_wght.ttf) format("truetype");font-weight:400,500,600,700;font-style:italic;font-display:swap}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#ffffffde;text-align:center;padding:2rem}.error-boundary h2{font-size:1.5rem;margin:0}.error-boundary p{color:#ffffff80;margin:0}.error-boundary button{margin-top:.5rem;padding:.5rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffde;border-radius:4px;cursor:pointer;font-family:inherit}.error-boundary button:hover{border-color:#ffffffb3}
