:root{color-scheme:light;--ink: #192024;--muted: #5d6870;--line: #dce2e6;--panel: #ffffff;--paper: #f6f7f2;--sky: #cfe7f1;--blue: #126a8a;--blue-dark: #0a485e;--green: #3f7d5d;--yellow: #f4c95d;--shadow: 0 18px 48px rgb(25 32 36 / 12%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#cfe7f1cc 0,#f6f7f2eb 360px),var(--paper)}a{color:inherit}button,input,select{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-shell{min-height:100svh}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid rgb(25 32 36 / 10%);background:#f6f7f2e0;backdrop-filter:blur(16px)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1180px,calc(100% - 32px));min-height:64px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.brand__mark{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:var(--yellow)}.topbar nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px;color:var(--muted);font-size:.94rem}.topbar nav a{text-decoration:none}.page-header{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:42px 0 28px}.eyebrow{margin:0 0 10px;color:var(--blue-dark);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1{max-width:880px;margin:0;font-size:clamp(2.1rem,6vw,4.7rem);line-height:.98;letter-spacing:0}.page-header__copy{max-width:700px;margin:18px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.65}.stats-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.stat-pill,.filter-chip,.type-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;border:1px solid rgb(25 32 36 / 12%);border-radius:999px;background:#ffffffbd;padding:8px 12px;color:var(--muted);font-size:.9rem;white-space:nowrap}.stat-pill strong{color:var(--ink)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1180px,calc(100% - 32px));margin:28px auto 14px}.section-heading h2,.section-heading h1{margin:0;font-size:clamp(1.45rem,4vw,2.1rem);line-height:1.1}.section-heading--page{display:block;padding-top:20px}.section-heading--page h1{font-size:clamp(2.1rem,6vw,4.7rem);line-height:.98}.list-tabs{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:4px;width:min(1120px,calc(100% - 32px));margin:24px auto 0;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffb8;padding:4px;box-shadow:0 8px 28px #19202414}.list-tab{min-width:0;min-height:44px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-weight:800;line-height:1.2;overflow-wrap:anywhere;padding:6px 4px}.list-tab[aria-selected=true]{background:var(--blue);color:#fff}.list-panel[hidden]{display:none}.toolbar{width:min(1180px,calc(100% - 32px));margin:24px auto;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffb8;box-shadow:var(--shadow)}.toolbar__row{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:12px;padding:12px}.input-shell{display:flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px}.input-shell svg{flex:0 0 auto;color:var(--muted)}.input-shell input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.select,.button{min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.select{max-width:240px;padding:0 36px 0 12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer;text-decoration:none}.button--primary{border-color:var(--blue-dark);background:var(--blue);color:#fff}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:16px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding-bottom:56px}.gallery--compact{padding-bottom:18px}.airline-card{overflow:hidden;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:var(--panel);box-shadow:0 8px 28px #19202414;transition:transform .16s ease,box-shadow .16s ease}.airline-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px #19202424}.airline-card[hidden]{display:none}.airline-card__image{position:relative;aspect-ratio:4 / 3;background:linear-gradient(180deg,#d5edf5,#f7fafb)}.airline-card__image-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.airline-card__image img{width:100%;height:100%;object-fit:contain;display:block}.airline-card__placeholder{position:relative;width:100%;height:100%;overflow:hidden}.airline-card__placeholder:before{content:"";position:absolute;inset:58% 0 auto;height:2px;background:#126a8a2e}.airline-card__placeholder span{position:absolute;left:50%;top:44%;width:76px;height:14px;border-radius:999px 20px 20px 999px;background:var(--blue);transform:translate(-50%,-50%) rotate(-9deg)}.airline-card__placeholder span:before,.airline-card__placeholder span:after{content:"";position:absolute;background:var(--blue-dark)}.airline-card__placeholder span:before{left:34px;top:-21px;width:30px;height:26px;clip-path:polygon(0 100%,100% 100%,25% 0)}.airline-card__placeholder span:after{right:6px;top:-16px;width:15px;height:18px;clip-path:polygon(0 100%,100% 100%,100% 0)}.airline-card__body{display:grid;gap:16px;min-height:142px;padding:16px;color:inherit;text-decoration:none}.airline-card h2{margin:0;font-size:1.08rem;line-height:1.25}.airline-card p{margin:7px 0 0;color:var(--muted);font-size:.94rem}.airline-card .dinosaur-pronunciation{color:var(--blue-dark);font-size:.88rem;font-weight:800}.airline-card__meta{display:flex;flex-wrap:wrap;align-self:end;gap:8px}.airline-card__meta span{border:1px solid rgb(25 32 36 / 10%);border-radius:999px;padding:5px 8px;color:var(--muted);font-size:.78rem}.empty-state{width:min(720px,calc(100% - 32px));margin:28px auto 64px;border:1px dashed rgb(25 32 36 / 22%);border-radius:8px;background:#ffffffb3;padding:28px;text-align:center}.empty-state h2{margin:0 0 8px}.empty-state p{margin:0;color:var(--muted);line-height:1.6}.airline-hero{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:34px 0 24px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:var(--muted);text-decoration:none}.airline-hero__main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);gap:22px;align-items:end}.airline-hero__details{border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffc2;padding:18px}.hero-pronunciation{margin:12px 0 0;color:var(--blue-dark);font-size:clamp(1.08rem,3vw,1.5rem);font-weight:800}.detail-list{display:grid;gap:11px;margin:0}.detail-list div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid rgb(25 32 36 / 8%);padding-bottom:10px}.detail-list div:last-child{border-bottom:0;padding-bottom:0}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;text-align:right;font-weight:700;overflow-wrap:anywhere}.route-network{width:min(1180px,calc(100% - 32px));margin:8px auto 28px}.route-network__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:14px}.route-network__header .eyebrow{margin-bottom:6px}.route-network__header h2{margin:0;font-size:2rem;line-height:1.1}.route-network__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.route-network__stats span{border:1px solid rgb(25 32 36 / 12%);border-radius:999px;background:#ffffffc7;padding:7px 11px;color:var(--muted);font-size:.88rem}.route-network__stats strong{color:var(--ink)}.route-map{overflow:hidden;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#dceff3;box-shadow:0 12px 34px #1920241a}.route-map svg{display:block;width:100%;height:auto;aspect-ratio:15 / 7}.route-map__ocean{fill:#dceff3}.route-map__line{fill:none;stroke:#147895;stroke-linecap:round;stroke-width:1.15;opacity:.2}.route-map__line--main{stroke:#c67d13;stroke-width:2.1;opacity:.78}.route-map__airport{fill:#0a526c;opacity:.65}.route-map__airport--hub{fill:#f1b941;stroke:#74480b;stroke-width:1.2;opacity:1}.route-map__legend{display:flex;flex-wrap:wrap;gap:18px;border-top:1px solid rgb(25 32 36 / 10%);background:#ffffffc2;padding:9px 12px;color:var(--muted);font-size:.8rem}.route-map__legend span{display:inline-flex;align-items:center;gap:7px}.route-map__legend-line{width:24px;height:2px;background:#c67d13}.route-map__legend-dot{width:9px;height:9px;border:1px solid #74480b;border-radius:50%;background:#f1b941}.route-network__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-top:22px}.route-network__details h3{margin:0 0 8px;font-size:1rem}.route-ranking{margin:0;padding:0;list-style:none}.route-ranking li{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:52px;border-top:1px solid rgb(25 32 36 / 10%);padding:8px 0}.route-ranking span{display:grid;min-width:0}.route-ranking strong,.route-ranking small{overflow-wrap:anywhere}.route-ranking small{margin-top:2px;color:var(--muted)}.route-ranking b{flex:0 0 auto;color:var(--blue-dark);font-size:.86rem}.route-network__note{margin:14px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.type-filter{display:flex;flex-wrap:wrap;gap:8px;width:min(1180px,calc(100% - 32px));margin:0 auto 18px}.type-chip{cursor:pointer}.type-chip[aria-pressed=true]{border-color:var(--blue);background:var(--blue);color:#fff}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding-bottom:60px}.drawing-image{overflow:hidden;margin:0;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#fff;box-shadow:0 8px 28px #19202414}.drawing-image[hidden]{display:none}.drawing-image__button{display:block;width:100%;aspect-ratio:4 / 3;border:0;background:#d8edf4;padding:0;cursor:zoom-in}.drawing-image img{display:block;width:100%;height:100%;object-fit:contain}.drawing-image figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 12px;color:var(--muted);font-size:.88rem}.drawing-image__caption-main,.drawing-image__caption-actions{display:inline-flex;align-items:center;gap:8px;min-width:0}.drawing-image__caption-main{flex-wrap:wrap}.drawing-image__caption-actions{flex:0 0 auto}.image-shuffle-button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--blue-dark);cursor:pointer}.image-shuffle-button:hover{border-color:var(--blue)}.image-shuffle-button svg{width:17px;height:17px}.drawing-image strong{color:var(--ink)}.drawing-image a{color:var(--blue-dark)}.lightbox{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;background:#0a151be0;padding:20px}.lightbox[open]{display:flex}.lightbox img{max-width:min(1200px,96vw);max-height:86vh;border-radius:8px;box-shadow:0 18px 70px #00000073;object-fit:contain}.lightbox button{position:fixed;top:18px;right:18px;width:44px;height:44px;border:1px solid rgb(255 255 255 / 30%);border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;font-size:1.6rem}.country-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;width:min(1180px,calc(100% - 32px));margin:0 auto 56px}.country-link{display:flex;justify-content:space-between;gap:12px;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#fff;padding:14px;text-decoration:none}.country-link span:last-child{color:var(--muted)}.world-cup-board{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px}.world-cup-board__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.36fr);gap:20px;align-items:end;margin-bottom:26px}.world-cup-board__copy{max-width:620px;margin:14px 0 0;color:var(--muted);line-height:1.6}.world-cup-summary{display:grid;gap:10px;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffbd;padding:14px;box-shadow:0 8px 28px #19202414}.world-cup-summary span{display:flex;justify-content:space-between;gap:16px;color:var(--muted)}.world-cup-summary strong{color:var(--ink)}.world-cup-section{margin-top:26px}.world-cup-section__heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.world-cup-section__heading h2{margin:0;font-size:clamp(1.45rem,4vw,2.1rem);line-height:1.1}.world-cup-groups,.world-cup-knockout{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:16px}.world-cup-knockout{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.wc-group,.wc-stage{overflow:hidden;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffd6;box-shadow:0 8px 28px #19202414}.wc-group__header,.wc-stage__header{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgb(25 32 36 / 10%);background:#cfe7f175;padding:13px 14px}.wc-group__header h3,.wc-stage__header h3{margin:0;font-size:1.05rem}.wc-stage__header span{color:var(--muted);font-size:.84rem;white-space:nowrap}.wc-table-wrap{overflow-x:auto;border-bottom:1px solid rgb(25 32 36 / 10%)}.wc-table{width:100%;min-width:310px;border-collapse:collapse;font-size:.9rem}.wc-table th,.wc-table td{border-bottom:1px solid rgb(25 32 36 / 8%);padding:9px 10px;text-align:right}.wc-table tr:last-child td{border-bottom:0}.wc-table th:first-child,.wc-table td:first-child{text-align:left}.wc-table th{color:var(--muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.wc-match-list{display:grid;gap:0}.wc-match{display:grid;gap:8px;border-bottom:1px solid rgb(25 32 36 / 8%);padding:12px 14px}.wc-match:last-child{border-bottom:0}.wc-match--live{background:#f4c95d2e}.wc-match__teams{display:grid;grid-template-columns:minmax(0,1fr) minmax(70px,auto) minmax(0,1fr);gap:10px;align-items:center}.wc-match__score{display:grid;min-width:70px;justify-items:center;gap:2px;color:var(--muted);font-size:.78rem}.wc-match__score strong{color:var(--ink);font-size:1.05rem;white-space:nowrap}.wc-match__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;color:var(--muted);font-size:.78rem}.wc-status{color:var(--blue-dark);font-weight:800}.wc-status--live{color:#8a5600}.wc-team{display:inline-flex;align-items:center;gap:8px;min-width:0}.wc-team--right{justify-content:flex-end;text-align:right}.wc-team--right .wc-flag{order:2}.wc-team--placeholder{color:var(--muted)}.wc-team__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.wc-team__code{color:var(--muted);font-size:.74rem;font-weight:800}.wc-team--compact .wc-team__code{display:none}.wc-flag{flex:0 0 auto;width:26px;height:18px;border:1px solid rgb(25 32 36 / 14%);border-radius:3px;background:#fff;object-fit:cover}.wc-flag--placeholder{background:repeating-linear-gradient(135deg,#e6eaed 0 5px,#f7fafb 5px 10px)}.premier-league-board{min-width:0;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px}.premier-league-board__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.36fr);gap:20px;align-items:end;margin-bottom:26px}.premier-league-board__copy{max-width:620px;margin:14px 0 0;color:var(--muted);line-height:1.6}.premier-league-summary{display:grid;gap:10px;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffbd;padding:14px;box-shadow:0 8px 28px #19202414}.premier-league-summary span{display:flex;justify-content:space-between;gap:16px;color:var(--muted)}.premier-league-summary strong{color:var(--ink)}.premier-league-section{min-width:0;margin-top:28px}.premier-league-section__heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.premier-league-section__heading h2{margin:0;font-size:clamp(1.45rem,4vw,2.1rem);line-height:1.1}.premier-league-section__heading span{color:var(--muted);font-size:.88rem}.pl-table-wrap{overflow-x:auto;max-width:100%;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffe0;box-shadow:0 8px 28px #19202414}.pl-table{width:100%;border-collapse:collapse;font-size:.94rem}.pl-table th,.pl-table td{height:48px;border-bottom:1px solid rgb(25 32 36 / 8%);padding:6px 12px;text-align:center}.pl-table tbody tr:last-child th,.pl-table tbody tr:last-child td{border-bottom:0}.pl-table thead th{height:40px;background:#cfe7f175;color:var(--muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.pl-table th:nth-child(2){text-align:left}.pl-table__club{display:flex;align-items:center;gap:10px;min-width:220px;font-size:.94rem}.pl-table__club img{width:30px;height:30px;flex:0 0 auto;object-fit:contain}.pl-table__position{width:42px;color:var(--muted);font-weight:800}.pl-table__points{color:var(--blue-dark);font-weight:900}.pl-match-days{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px;align-items:start}.pl-match-day{overflow:hidden;border:1px solid rgb(25 32 36 / 12%);border-radius:8px;background:#ffffffe0;box-shadow:0 8px 28px #19202414}.pl-match-day>header{border-bottom:1px solid rgb(25 32 36 / 10%);background:#cfe7f175;padding:12px 14px}.pl-match-day h3{margin:0;font-size:1rem}.pl-match-day--live,.pl-match--live{background:#f4c95d2e}.pl-match-list{display:grid}.pl-match{display:grid;gap:6px;border-bottom:1px solid rgb(25 32 36 / 8%);padding:12px 14px}.pl-match:last-child{border-bottom:0}.pl-match__teams{display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);gap:8px;align-items:center}.pl-match__score{display:grid;justify-items:center;gap:2px;color:var(--muted);font-size:.72rem}.pl-match__score strong{color:var(--ink);font-size:1.05rem;white-space:nowrap}.pl-status--live{color:#8a5600;font-weight:800}.pl-match__venue{margin:0;color:var(--muted);font-size:.72rem;text-align:center}.pl-team{display:inline-flex;align-items:center;gap:8px;min-width:0}.pl-team--right{justify-content:flex-end;text-align:right}.pl-team--right .pl-crest{order:2}.pl-team__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800}.pl-crest{width:32px;height:32px;flex:0 0 auto;object-fit:contain}.pl-crest--placeholder{border:1px solid var(--line);border-radius:50%;background:#eef1f3}.world-globe{margin-top:24px;padding-bottom:40px}.world-globe__header{display:flex;align-items:end;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 32px));margin:0 auto 18px}.world-globe__header .eyebrow{margin-bottom:6px}.world-globe__header h2{margin:0;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.05}.world-globe__picker{display:grid;gap:5px;min-width:min(280px,100%);color:var(--muted);font-size:.78rem;font-weight:800}.world-globe__picker select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 36px 0 12px}.world-globe__stage{position:relative;width:100%;height:min(72svh,760px);min-height:560px;overflow:hidden;border-block:1px solid rgb(25 32 36 / 10%);background:#dce7e8}.world-globe__canvas,.world-globe__canvas canvas{display:block;width:100%;height:100%}.world-globe__canvas{touch-action:none}.world-globe__loading{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:800}.world-globe__loading[hidden]{display:none}.world-globe__selection{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;max-width:min(280px,calc(100% - 24px));transform:translate(-50%,calc(-100% - 16px));border:1px solid rgb(25 32 36 / 18%);border-radius:6px;background:#fff;color:var(--ink);padding:8px 11px 8px 8px;box-shadow:0 8px 24px #0003;font-size:.95rem;pointer-events:none}.world-globe__selection[hidden]{display:none}.world-globe__selection img{flex:0 0 auto;width:38px;height:25px;border:1px solid rgb(25 32 36 / 14%);border-radius:3px;background:#fff;object-fit:cover}.world-globe__selection img.is-loading{visibility:hidden}.world-globe__selection strong{min-width:0;line-height:1.15;overflow-wrap:anywhere}@media(max-width:820px){.list-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.world-globe__header{align-items:stretch;flex-direction:column;gap:16px}.world-globe__picker{width:100%}.world-globe__stage{height:64svh;min-height:500px}.toolbar__row{grid-template-columns:1fr}.select{max-width:none;width:100%}.airline-hero__main{grid-template-columns:1fr}.route-network__header{align-items:flex-start;flex-direction:column;gap:12px}.route-network__stats{justify-content:flex-start}.route-network__details{grid-template-columns:1fr;gap:22px}.topbar__inner{align-items:flex-start;flex-direction:column;padding:12px 0}.topbar nav{justify-content:flex-start}.world-cup-board__header,.premier-league-board__header,.world-cup-groups,.world-cup-knockout{grid-template-columns:1fr}.wc-match{padding:11px 12px}.wc-match__teams{grid-template-columns:minmax(0,1fr);gap:8px}.wc-match__score{justify-items:start;min-width:0}.wc-team--right{justify-content:flex-start;text-align:left}.wc-team--right .wc-flag{order:0}.wc-match__meta{justify-content:flex-start}.pl-match-days{grid-template-columns:1fr}}@media(max-width:560px){.pl-table th,.pl-table td{padding-right:7px;padding-left:7px}.pl-table tbody th{min-width:0}.pl-table{table-layout:fixed}.pl-table thead th:first-child{width:38px}.pl-table thead th:nth-child(3){width:34px}.pl-table thead th:nth-child(7),.pl-table thead th:nth-child(8){width:42px}.pl-table__club{min-width:0}.pl-table__club>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-table__optional{display:none}.pl-match__teams{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);gap:5px}.pl-crest{width:28px;height:28px}.pl-team{gap:5px}.pl-team__name{font-size:.78rem}}@media print{.topbar,.back-link,.type-filter,.airline-hero__details,.drawing-image figcaption,.lightbox{display:none!important}body{background:#fff}.airline-hero,.image-grid{width:100%}.image-grid{grid-template-columns:1fr}.drawing-image{break-inside:avoid;box-shadow:none}}
