*,:before,:after{box-sizing:border-box}html{--bg:#0f1115;--surface:#181b21;--surface-2:#22262e;--text:#e7ecf3;--text-muted:#9aa3b2;--accent:#5c8aff;--accent-2:#3bd0ee;--danger:#ff6b6b;--radius:12px;--max-width:840px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:min(100% - 1rem, var(--max-width));margin-inline:auto}.skip-link{background:var(--accent);color:#000;border-radius:0 0 var(--radius) var(--radius);z-index:100;padding:.5rem 1rem;transition:top .2s;position:absolute;top:-2.5rem;left:1rem}.skip-link:focus{top:0}.site-header{background:var(--surface);border-bottom:1px solid var(--surface-2);z-index:10;padding-block:.75rem;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{flex-direction:column;display:flex}.brand-name{letter-spacing:-.02em;color:var(--text);font-size:1.25rem;font-weight:800}.brand-tag{color:var(--text-muted);font-size:.75rem}.header-tools{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav-list{flex-wrap:wrap;gap:.75rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--text-muted);min-height:44px;padding:.25rem 0;font-size:.9rem;display:inline-block}.nav-list a:hover{color:var(--text)}@media (width<=640px){.header-inner{flex-direction:column;align-items:flex-start}.header-tools{justify-content:space-between;width:100%}.nav-list{gap:.5rem 1rem}}main{min-height:60vh;padding-block:1.5rem 3rem}h1{margin:0 0 .75rem;font-size:clamp(1.6rem,5vw,2.4rem);line-height:1.15}h2{color:var(--text);margin:2rem 0 .75rem;font-size:clamp(1.2rem,4vw,1.5rem)}h3{margin:0 0 .4rem;font-size:1.05rem}p{color:var(--text-muted);margin:0 0 1rem}.hero{text-align:center;padding:2rem 0 2.5rem}.hero-content{max-width:680px;margin-inline:auto}.hero .lead{color:var(--text-muted);font-size:clamp(1rem,3vw,1.2rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.btn{border-radius:var(--radius);cursor:pointer;background:var(--surface-2);color:var(--text);border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:#0f1115}.btn-secondary{border-color:var(--surface-2)}.airline-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.airline-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);transition:border-color .2s,transform .2s}.airline-card:hover{border-color:var(--accent);transform:translateY(-2px)}.airline-card-link{height:100%;color:inherit;flex-direction:column;padding:1.25rem;text-decoration:none;display:flex}.airline-card-link:hover{text-decoration:none}.airline-card-header{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.airline-name{color:var(--text);font-size:1.1rem;font-weight:700}.airline-code{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.airline-card-body{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.airline-dims{color:var(--accent-2);font-size:1.25rem;font-weight:700}.airline-weight{color:var(--text-muted);font-size:.9rem}.airline-card-footer{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.airline-meta{color:var(--text-muted);font-size:.8rem;line-height:1.3}.airline-cta{color:var(--accent);font-size:.85rem;font-weight:600}.filter-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.25rem 0;display:flex}.filter-bar label{color:var(--text-muted);font-size:.95rem}.filter-bar select{background:var(--surface);color:var(--text);border:1px solid var(--surface-2);border-radius:var(--radius);min-height:44px;padding:.55rem 1rem;font-size:1rem}.listing-header{margin-bottom:1rem}.listing-header .lead{color:var(--text-muted);margin-bottom:0}.airline-list{display:none}.mission{padding:1.5rem 0}.mission-inner{background:linear-gradient(135deg, var(--surface), var(--surface-2));border:1px solid var(--surface-2);border-radius:var(--radius);text-align:center;padding:1.5rem}.mission h2{margin-top:0}.mission p{margin-bottom:0}.feature-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:2rem 0;padding:0;list-style:none;display:grid}.feature-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.feature-icon{width:40px;height:40px;color:var(--accent-2)}.feature-icon img{width:100%;height:100%}.farewell{text-align:center;padding:2rem 0 1rem}.farewell-text{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.2rem,4vw,1.6rem);font-weight:600}.farewell-sub{color:var(--text-muted);font-size:.95rem}.airline-page{max-width:760px;margin-inline:auto}.airline-header{margin-bottom:1.5rem}.airline-header .meta{color:var(--text-muted);font-size:.9rem}.airline-header .sep{color:var(--surface-2)}.meta-list{flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.pill{background:var(--surface-2);color:var(--text-muted);border-radius:999px;padding:.25rem .6rem;font-size:.75rem}.spec-grid{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);gap:.75rem;padding:1rem;display:grid}.spec-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;display:flex}.spec-row dt{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.spec-row dd{color:var(--text);margin:0;font-weight:600}.notes{color:var(--text-muted);margin-top:.75rem;font-size:.95rem}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.status-allowed{color:#86efac;background:#14532d}.status-not_allowed{color:#fca5a5;background:#7f1d1d}.status-varies{color:#fde047;background:#713f12}.status-unknown{color:#d1d5db;background:#374151}.placeholder{color:#cbd5e1;border-radius:0 var(--radius) var(--radius) 0;background:#1e293b;border-left:4px solid #60a5fa;padding:1rem}.inline-note{color:#94a3b8;margin-top:.25rem;font-size:.9rem;display:block}.affiliate-list{gap:1rem;display:grid}.affiliate-list .affiliate-card{margin:0}.affiliate-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);padding:1rem}.sponsored-badge{text-transform:uppercase;letter-spacing:.03em;background:var(--accent-2);color:#0f1115;border-radius:999px;margin-bottom:.75rem;padding:.15rem .4rem;font-size:.65rem;display:inline-block}.affiliate-body{align-items:flex-start;gap:1rem;display:flex}.affiliate-icon{width:48px;height:48px;color:var(--accent-2);background:var(--surface-2);border-radius:var(--radius);flex-shrink:0;place-items:center;padding:.5rem;display:grid}.affiliate-icon img{width:100%;height:100%}.affiliate-info{flex:1;min-width:0}.affiliate-info h3{margin:0;font-size:1rem}.affiliate-info p{margin:.35rem 0 .75rem;font-size:.9rem}.affiliate-cta{padding:.45rem .9rem;font-size:.85rem}@media (width<=480px){.affiliate-body{gap:.75rem}.affiliate-icon{width:40px;height:40px;padding:.4rem}}.prohibited-list{margin:0;padding:0;list-style:none}.prohibited-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.prohibited-list li:before{content:"✕";color:#f87171;font-weight:700;position:absolute;left:0}.section-icon{vertical-align:middle;width:1.25rem;height:1.25rem;margin-right:.4rem;display:inline-block}.inline-icon{vertical-align:middle;width:.9rem;height:.9rem;margin-right:.3rem;display:inline-block}.ad-slot{margin:1.5rem 0}.ad-placeholder{background:repeating-linear-gradient(45deg, var(--surface), var(--surface) 10px, var(--surface-2) 10px, var(--surface-2) 20px);border:1px dashed var(--surface-2);border-radius:var(--radius);place-items:center;min-height:90px;display:grid}.ad-label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.ad-shape-square .ad-placeholder{max-width:300px;min-height:250px}.faq-list dt{color:var(--text);margin-top:1rem;font-weight:600}.faq-list dd{color:var(--text-muted);margin:.35rem 0 1rem}.legal-page{max-width:720px}.legal-page ul{color:var(--text-muted);margin-bottom:1rem;padding-left:1.25rem}.notice{border-left:4px solid var(--danger);color:#fcd34d;border-radius:0 var(--radius) var(--radius) 0;background:#ff6b6b1a;margin-bottom:1.5rem;padding:1rem}.site-footer{background:var(--surface);border-top:1px solid var(--surface-2);margin-top:2rem;padding-block:1.5rem}.footer-links{flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.footer-links a{color:var(--text-muted);min-height:44px;font-size:.9rem;display:inline-block}.disclaimer{margin-bottom:1rem;font-size:.9rem}.amazon-disclosure{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.copyright{color:var(--text-muted);margin-bottom:0;font-size:.8rem}.locale-switcher{gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.locale-link{border-radius:var(--radius);color:var(--text-muted);border:1px solid var(--surface-2);align-items:center;min-height:44px;padding:.35rem .6rem;display:inline-flex}.locale-link.is-current{background:var(--accent);color:#0f1115;border-color:var(--accent)}.locale-link:not(.is-current):hover{border-color:var(--accent);color:var(--text);text-decoration:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}article{max-width:100%}
