  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --yes:#16a34a; --yes-bg:#dcfce7; --no:#dc2626; --no-bg:#fee2e2; --cond:#d97706; --cond-bg:#fef3c7; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 760px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
    h1 { font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; text-transform: capitalize; }
    .category-pill { display: inline-block; padding: 4px 10px; background: #eef2ff; color: #4338ca; border-radius: 999px; font-size: 12px; font-weight: 600; margin-bottom: 18px; }
    .intro { color: var(--text); font-size: 16px; margin-bottom: 24px; }
    .intro strong { color: var(--text); }
    .region-section { background: var(--surface); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .region-section h2 { font-size: 18px; font-weight: 700; margin-bottom: 14px; }
    .verdicts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
    .verdict { padding: 12px 14px; border-radius: 10px; text-align: center; }
    .verdict-yes { background: var(--yes-bg); }
    .verdict-no { background: var(--no-bg); }
    .verdict-cond { background: var(--cond-bg); }
    .verdict-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
    .verdict-value { font-size: 16px; font-weight: 700; }
    .verdict-yes .verdict-value { color: var(--yes); }
    .verdict-no .verdict-value { color: var(--no); }
    .verdict-cond .verdict-value { color: var(--cond); }
    .conditions { font-size: 14px; line-height: 1.6; color: var(--text); background: #f9fafb; border-left: 3px solid var(--primary); padding: 12px 14px; border-radius: 6px; }
    .aliases-block { background: var(--surface); border-radius: var(--radius); padding: 16px 20px; margin: 18px 0; font-size: 14px; color: var(--muted); }
    .aliases-block strong { color: var(--text); }
    .related { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
    .related h3 { font-size: 16px; margin-bottom: 12px; color: var(--text); }
    .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .related-grid a { padding: 10px 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; text-transform: capitalize; transition: border-color 0.15s; }
    .related-grid a:hover { border-color: var(--primary); color: var(--primary); }
    .cta { display: block; text-align: center; margin: 32px 0 12px; padding: 14px 22px; background: var(--primary); color: white; border-radius: 10px; text-decoration: none; font-weight: 600; }
    .cta:hover { background: var(--primary-dark); }
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    .disclaimer { margin-top: 20px; padding: 14px 16px; background: #fef3c7; border-left: 4px solid var(--cond); border-radius: 6px; font-size: 13px; color: #78350f; }
    .meta-block { margin-top: 18px; padding: 14px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; font-size: 13px; color: var(--muted); }
    .meta-row { margin-bottom: 6px; }
    .meta-row:last-child { margin-bottom: 0; }
    .meta-block strong { color: var(--text); font-weight: 600; margin-right: 4px; }
    .meta-block a { color: var(--primary); text-decoration: none; }
    .meta-block a:hover { text-decoration: underline; }
    .sources-list { list-style: none; margin: 6px 0 0; padding: 0; }
    .sources-list li { font-size: 13px; line-height: 1.65; padding: 2px 0; }
    .sources-list a { color: var(--primary); text-decoration: none; }
    .sources-list a:hover { text-decoration: underline; }
    .meta-sources-item { padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dashed var(--border); }
    @media (max-width: 480px) { .verdicts { grid-template-columns: 1fr; } }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }

    
  .ad-slot-sidebar { display: none; }
  @media (min-width: 1280px) {
    .ad-slot-sidebar { display: flex; position: fixed; top: 100px; right: 24px; width: 300px; height: 600px; background: #fff; border: 1px dashed var(--border); border-radius: var(--radius); align-items: center; justify-content: center; color: var(--muted); font-size: 12px; text-align: center; padding: 12px; z-index: 5; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    @media (min-height: 800px) { .ad-slot-sidebar { top: 140px; } }
  }

    
  .email-capture-card { margin: 30px 0 0; padding: 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
  .email-capture-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
  .email-capture-sub { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
  .email-capture { display: flex; gap: 8px; flex-wrap: wrap; }
  .email-capture input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 10px 12px; font-size: 14px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text); font-family: inherit; }
  .email-capture input[type="email"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
  .email-capture button { padding: 10px 18px; font-size: 14px; font-weight: 600; background: var(--primary); color: white; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; }
  .email-capture button:hover:not(:disabled) { background: var(--primary-dark); }
  .email-capture button:disabled { opacity: 0.6; cursor: not-allowed; }
  .email-capture-status { flex-basis: 100%; font-size: 13px; color: #b91c1c; margin-top: 4px; min-height: 0; }
  .email-capture-status:empty { display: none; }
  .email-capture-fine { font-size: 12px; color: var(--muted); margin-top: 10px; }
  .email-capture-success { font-size: 14px; color: var(--yes, #16a34a); font-weight: 600; padding: 8px 0; }


/* ─── next builder ─── */

  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --yes:#16a34a; --yes-bg:#dcfce7; --no:#dc2626; --no-bg:#fee2e2; --cond:#d97706; --cond-bg:#fef3c7; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 760px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
    h1 { font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
    .region-pill { display: inline-block; padding: 4px 10px; background: #eef2ff; color: #4338ca; border-radius: 999px; font-size: 12px; font-weight: 600; margin-bottom: 18px; }
    .intro { color: var(--text); font-size: 16px; margin-bottom: 24px; }
    .card { background: var(--surface); border-radius: var(--radius); padding: 22px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .card h2 { font-size: 18px; font-weight: 700; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
    .row { display: grid; grid-template-columns: 160px 1fr; gap: 10px 16px; font-size: 14px; padding: 8px 0; border-bottom: 1px dotted #f3f4f6; }
    .row:last-child { border-bottom: none; }
    .row .label { font-weight: 600; color: var(--muted); }
    .row .value { color: var(--text); }
    .pet-verdicts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
    .pet-card { padding: 12px 14px; border-radius: 10px; text-align: center; background: #f9fafb; }
    .pet-card .vlabel { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
    .pet-card .vvalue { font-size: 14px; font-weight: 700; color: var(--text); }
    .notes-block { font-size: 13px; line-height: 1.6; color: var(--text); background: #f9fafb; border-left: 3px solid var(--primary); padding: 12px 14px; border-radius: 6px; margin-top: 8px; }
    .related { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
    .related h3 { font-size: 16px; margin-bottom: 12px; color: var(--text); }
    .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .related-grid a { padding: 10px 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; transition: border-color 0.15s; }
    .related-grid a:hover { border-color: var(--primary); color: var(--primary); }
    .cta { display: block; text-align: center; margin: 32px 0 12px; padding: 14px 22px; background: var(--primary); color: white; border-radius: 10px; text-decoration: none; font-weight: 600; }
    .cta:hover { background: var(--primary-dark); }
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    .disclaimer { margin-top: 20px; padding: 14px 16px; background: #fef3c7; border-left: 4px solid var(--cond); border-radius: 6px; font-size: 13px; color: #78350f; }
    @media (max-width: 480px) { .row { grid-template-columns: 1fr; gap: 4px; } .pet-verdicts { grid-template-columns: 1fr; } }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }

    
  .ad-slot-sidebar { display: none; }
  @media (min-width: 1280px) {
    .ad-slot-sidebar { display: flex; position: fixed; top: 100px; right: 24px; width: 300px; height: 600px; background: #fff; border: 1px dashed var(--border); border-radius: var(--radius); align-items: center; justify-content: center; color: var(--muted); font-size: 12px; text-align: center; padding: 12px; z-index: 5; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    @media (min-height: 800px) { .ad-slot-sidebar { top: 140px; } }
  }

    
  .email-capture-card { margin: 30px 0 0; padding: 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
  .email-capture-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
  .email-capture-sub { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
  .email-capture { display: flex; gap: 8px; flex-wrap: wrap; }
  .email-capture input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 10px 12px; font-size: 14px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text); font-family: inherit; }
  .email-capture input[type="email"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
  .email-capture button { padding: 10px 18px; font-size: 14px; font-weight: 600; background: var(--primary); color: white; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; }
  .email-capture button:hover:not(:disabled) { background: var(--primary-dark); }
  .email-capture button:disabled { opacity: 0.6; cursor: not-allowed; }
  .email-capture-status { flex-basis: 100%; font-size: 13px; color: #b91c1c; margin-top: 4px; min-height: 0; }
  .email-capture-status:empty { display: none; }
  .email-capture-fine { font-size: 12px; color: var(--muted); margin-top: 10px; }
  .email-capture-success { font-size: 14px; color: var(--yes, #16a34a); font-weight: 600; padding: 8px 0; }


/* ─── next builder ─── */

  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --yes:#16a34a; --yes-bg:#dcfce7; --no:#dc2626; --no-bg:#fee2e2; --cond:#d97706; --cond-bg:#fef3c7; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 760px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
  
    .country-hero { background: var(--surface); border-radius: var(--radius); padding: 28px 30px; margin-bottom: 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .country-flag { font-size: 56px; line-height: 1; margin-bottom: 12px; }
    h1 { font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
    .country-sub { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
    .country-summary { color: var(--text); font-size: 15.5px; line-height: 1.6; }
    .iata-codes { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
    .iata-pill { background: #eef2ff; color: #4338ca; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
  
    .section { background: var(--surface); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .section h2 { font-size: 19px; font-weight: 700; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
    .section h2 .emoji { margin-right: 8px; }
  
    .risks-list { list-style: none; margin: 0; padding: 0; }
    .risks-list li { padding: 10px 14px; margin-bottom: 8px; background: var(--cond-bg); border-left: 4px solid var(--cond); border-radius: 8px; font-size: 14.5px; line-height: 1.55; }
    .risks-list li:last-child { margin-bottom: 0; }
  
    .banned-list { list-style: none; margin: 0; padding: 0; }
    .banned-item { padding: 14px 16px; margin-bottom: 10px; background: #fef2f2; border-left: 4px solid var(--no); border-radius: 8px; }
    .banned-item:last-child { margin-bottom: 0; }
    .banned-name { font-weight: 700; color: #991b1b; font-size: 15px; margin-bottom: 4px; }
    .banned-why { font-size: 14px; color: var(--text); line-height: 1.55; margin-bottom: 6px; }
    .banned-source a { font-size: 12.5px; color: var(--primary); text-decoration: none; }
    .banned-source a:hover { text-decoration: underline; }
  
    .limits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
    @media (max-width: 480px) { .limits-grid { grid-template-columns: 1fr; } }
    .limit-row { padding: 8px 0; border-bottom: 1px dotted #f3f4f6; }
    .limit-row:last-child { border-bottom: none; }
    .limit-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
    .limit-value { font-size: 14px; color: var(--text); }
  
    .info-row { display: grid; grid-template-columns: 140px 1fr; gap: 8px 16px; padding: 8px 0; font-size: 14px; border-bottom: 1px dotted #f3f4f6; }
    .info-row:last-child { border-bottom: none; }
    .info-row .label { font-weight: 600; color: var(--muted); }
    .info-row a { color: var(--primary); text-decoration: none; }
    .info-row a:hover { text-decoration: underline; }
  
    .airlines-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .airline-chip { padding: 10px 12px; background: #f9fafb; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; transition: border-color 0.15s; }
    .airline-chip:hover { border-color: var(--primary); color: var(--primary); }
  
    .related { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
    .related h3 { font-size: 16px; margin-bottom: 12px; color: var(--text); }
    .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .related-grid a { padding: 10px 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; }
    .related-grid a:hover { border-color: var(--primary); color: var(--primary); }
  
    .cta { display: block; text-align: center; margin: 32px 0 12px; padding: 14px 22px; background: var(--primary); color: white; border-radius: 10px; text-decoration: none; font-weight: 600; }
    .cta:hover { background: var(--primary-dark); }
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    .disclaimer { margin-top: 20px; padding: 14px 16px; background: #fef3c7; border-left: 4px solid var(--cond); border-radius: 6px; font-size: 13px; color: #78350f; }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }

    
  .ad-slot-sidebar { display: none; }
  @media (min-width: 1280px) {
    .ad-slot-sidebar { display: flex; position: fixed; top: 100px; right: 24px; width: 300px; height: 600px; background: #fff; border: 1px dashed var(--border); border-radius: var(--radius); align-items: center; justify-content: center; color: var(--muted); font-size: 12px; text-align: center; padding: 12px; z-index: 5; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    @media (min-height: 800px) { .ad-slot-sidebar { top: 140px; } }
  }

    
  .email-capture-card { margin: 30px 0 0; padding: 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
  .email-capture-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
  .email-capture-sub { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
  .email-capture { display: flex; gap: 8px; flex-wrap: wrap; }
  .email-capture input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 10px 12px; font-size: 14px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text); font-family: inherit; }
  .email-capture input[type="email"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
  .email-capture button { padding: 10px 18px; font-size: 14px; font-weight: 600; background: var(--primary); color: white; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; }
  .email-capture button:hover:not(:disabled) { background: var(--primary-dark); }
  .email-capture button:disabled { opacity: 0.6; cursor: not-allowed; }
  .email-capture-status { flex-basis: 100%; font-size: 13px; color: #b91c1c; margin-top: 4px; min-height: 0; }
  .email-capture-status:empty { display: none; }
  .email-capture-fine { font-size: 12px; color: var(--muted); margin-top: 10px; }
  .email-capture-success { font-size: 14px; color: var(--yes, #16a34a); font-weight: 600; padding: 8px 0; }


/* ─── next builder ─── */

  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --yes:#16a34a; --yes-bg:#dcfce7; --no:#dc2626; --no-bg:#fee2e2; --cond:#d97706; --cond-bg:#fef3c7; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 880px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
  
    .region-hero { background: var(--surface); border-radius: var(--radius); padding: 28px 30px; margin-bottom: 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .region-flag { font-size: 56px; line-height: 1; margin-bottom: 12px; }
    h1 { font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
    .region-auth { color: var(--muted); font-size: 14px; margin-bottom: 14px; }
    .region-intro { color: var(--text); font-size: 15.5px; line-height: 1.65; }
  
    .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
    .stat { padding: 12px 14px; border-radius: 10px; text-align: center; }
    .stat-yes  { background: var(--yes-bg); }
    .stat-cond { background: var(--cond-bg); }
    .stat-no   { background: var(--no-bg); }
    .stat-n { font-size: 24px; font-weight: 800; line-height: 1; }
    .stat-yes  .stat-n { color: var(--yes); }
    .stat-cond .stat-n { color: var(--cond); }
    .stat-no   .stat-n { color: var(--no); }
    .stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); font-weight: 700; margin-top: 6px; }
  
    .section { background: var(--surface); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .section h2 { font-size: 19px; font-weight: 700; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
    .facts { list-style: none; padding: 0; margin: 0; }
    .facts li { padding: 10px 14px; margin-bottom: 8px; background: #f9fafb; border-left: 3px solid var(--primary); border-radius: 6px; font-size: 14.5px; line-height: 1.55; }
    .facts li:last-child { margin-bottom: 0; }
  
    .cat-block { margin-bottom: 16px; }
    .cat-block:last-child { margin-bottom: 0; }
    .cat-name { font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); font-weight: 700; margin-bottom: 6px; }
    .items-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 6px; }
    .item-chip { padding: 8px 12px; background: #f9fafb; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 13.5px; text-transform: capitalize; transition: border-color 0.15s; }
    .item-chip:hover { border-color: var(--primary); color: var(--primary); }
    .item-chip .verdict { display: inline-block; width: 8px; height: 8px; border-radius: 999px; margin-right: 6px; vertical-align: middle; }
    .item-chip .v-yes  { background: var(--yes); }
    .item-chip .v-no   { background: var(--no); }
    .item-chip .v-cond { background: var(--cond); }
  
    .airlines-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .airline-chip { padding: 10px 12px; background: #f9fafb; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; transition: border-color 0.15s; }
    .airline-chip:hover { border-color: var(--primary); color: var(--primary); }
  
    .cta { display: block; text-align: center; margin: 32px 0 12px; padding: 14px 22px; background: var(--primary); color: white; border-radius: 10px; text-decoration: none; font-weight: 600; }
    .cta:hover { background: var(--primary-dark); }
    .disclaimer { margin-top: 20px; padding: 14px 16px; background: #fef3c7; border-left: 4px solid var(--cond); border-radius: 6px; font-size: 13px; color: #78350f; }
    .meta-block { margin-top: 18px; padding: 14px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; font-size: 13px; color: var(--muted); }
    .meta-block strong { color: var(--text); font-weight: 600; margin-right: 4px; }
    .meta-block a { color: var(--primary); text-decoration: none; }
    .meta-block a:hover { text-decoration: underline; }
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }

    
  .ad-slot-sidebar { display: none; }
  @media (min-width: 1280px) {
    .ad-slot-sidebar { display: flex; position: fixed; top: 100px; right: 24px; width: 300px; height: 600px; background: #fff; border: 1px dashed var(--border); border-radius: var(--radius); align-items: center; justify-content: center; color: var(--muted); font-size: 12px; text-align: center; padding: 12px; z-index: 5; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    @media (min-height: 800px) { .ad-slot-sidebar { top: 140px; } }
  }

    
  .email-capture-card { margin: 30px 0 0; padding: 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
  .email-capture-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
  .email-capture-sub { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
  .email-capture { display: flex; gap: 8px; flex-wrap: wrap; }
  .email-capture input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 10px 12px; font-size: 14px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text); font-family: inherit; }
  .email-capture input[type="email"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
  .email-capture button { padding: 10px 18px; font-size: 14px; font-weight: 600; background: var(--primary); color: white; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; }
  .email-capture button:hover:not(:disabled) { background: var(--primary-dark); }
  .email-capture button:disabled { opacity: 0.6; cursor: not-allowed; }
  .email-capture-status { flex-basis: 100%; font-size: 13px; color: #b91c1c; margin-top: 4px; min-height: 0; }
  .email-capture-status:empty { display: none; }
  .email-capture-fine { font-size: 12px; color: var(--muted); margin-top: 10px; }
  .email-capture-success { font-size: 14px; color: var(--yes, #16a34a); font-weight: 600; padding: 8px 0; }


/* ─── next builder ─── */

  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 820px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
  
    header.hero { text-align: center; padding: 8px 0 24px; }
    h1 { font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
    .hero-lede { color: var(--muted); font-size: 16px; max-width: 620px; margin: 0 auto; }
    .rss-link { display: inline-block; margin-top: 14px; padding: 8px 14px; background: #fff; border: 1px solid var(--border); border-radius: 999px; font-size: 13px; color: var(--text); text-decoration: none; transition: border-color 0.15s; }
    .rss-link:hover { border-color: var(--primary); color: var(--primary); }
  
    .filters { display: flex; gap: 6px; flex-wrap: wrap; margin: 24px 0 16px; justify-content: center; }
    .filter-btn { padding: 6px 12px; border: 1px solid var(--border); background: var(--surface); border-radius: 999px; font-size: 12.5px; cursor: pointer; color: var(--muted); font-weight: 500; font-family: inherit; transition: all 0.15s; }
    .filter-btn:hover, .filter-btn.active { border-color: var(--primary); color: var(--primary); background: #eef2ff; }
  
    .cl-entry { background: var(--surface); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .cl-entry.hidden { display: none; }
    .cl-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
    .cl-date { font-size: 12px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
    .cl-pill { padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.02em; }
    .cl-target { font-size: 12px; color: var(--muted); font-weight: 600; }
    .cl-title { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--text); line-height: 1.35; }
    .cl-diff { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
    @media (max-width: 540px) { .cl-diff { grid-template-columns: 1fr; } }
    .cl-before, .cl-after { padding: 10px 12px; border-radius: 8px; font-size: 13.5px; line-height: 1.5; }
    .cl-before { background: #fef2f2; border-left: 3px solid #dc2626; color: #7f1d1d; }
    .cl-after { background: #ecfdf5; border-left: 3px solid #16a34a; color: #14532d; }
    .cl-tag { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; margin-bottom: 4px; opacity: 0.7; }
    .cl-source { padding: 10px 12px; background: #eef2ff; border-radius: 8px; font-size: 13px; }
    .cl-source a { color: var(--primary); text-decoration: none; }
    .cl-source a:hover { text-decoration: underline; }
    .cl-related { margin-top: 10px; font-size: 12.5px; color: var(--muted); }
    .related-link { color: var(--primary); text-decoration: none; margin: 0 2px; }
    .related-link:hover { text-decoration: underline; }
  
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }


/* ─── next builder ─── */

  :root { --bg:#f7f8fb; --surface:#fff; --text:#1a1d29; --muted:#6b7280; --border:#e5e7eb; --primary:#2563eb; --primary-dark:#1d4ed8; --cond:#d97706; --cond-bg:#fef3c7; --radius:12px; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
    .container { max-width: 820px; margin: 0 auto; padding: 24px 20px 80px; }
    nav.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
    nav.breadcrumb a { color: var(--primary); text-decoration: none; }
    nav.breadcrumb a:hover { text-decoration: underline; }
  
    .airport-hero { background: var(--surface); border-radius: var(--radius); padding: 26px 28px; margin-bottom: 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .iata-big { display: inline-block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 28px; font-weight: 800; letter-spacing: 0.04em; color: #4338ca; background: #eef2ff; padding: 4px 14px; border-radius: 8px; margin-bottom: 12px; }
    h1 { font-size: clamp(24px, 4.5vw, 30px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 4px; }
    .airport-sub { color: var(--muted); font-size: 14.5px; margin-bottom: 14px; }
    .airport-stats { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
    .stat-pill { background: #f9fafb; padding: 4px 10px; border-radius: 999px; }
  
    .section { background: var(--surface); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04); }
    .section h2 { font-size: 18px; font-weight: 700; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
  
    .scanner-card { padding: 14px 16px; background: var(--cond-bg); border-left: 4px solid var(--cond); border-radius: 8px; font-size: 14.5px; line-height: 1.55; color: #78350f; }
  
    .quirks-list { list-style: none; padding: 0; margin: 0; }
    .quirks-list li { padding: 10px 14px; margin-bottom: 8px; background: #f9fafb; border-left: 3px solid var(--primary); border-radius: 6px; font-size: 14.5px; line-height: 1.55; }
    .quirks-list li:last-child { margin-bottom: 0; }
  
    .airlines-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
    .airline-chip { padding: 10px 12px; background: #f9fafb; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); font-size: 14px; transition: border-color 0.15s; }
    .airline-chip:hover { border-color: var(--primary); color: var(--primary); }
  
    .meta-block { margin-top: 18px; padding: 14px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; font-size: 13px; color: var(--muted); }
    .meta-block strong { color: var(--text); font-weight: 600; margin-right: 4px; }
    .meta-block a { color: var(--primary); text-decoration: none; }
    .meta-block a:hover { text-decoration: underline; }
  
    .disclaimer { margin-top: 20px; padding: 14px 16px; background: #fef3c7; border-left: 4px solid var(--cond); border-radius: 6px; font-size: 13px; color: #78350f; }
    footer { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--muted); }
    footer a { color: var(--muted); }
    
  .site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; flex-wrap: wrap; }
  .site-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .site-brand:hover { color: var(--primary); }
  .brand-logo { height: 24px; width: auto; display: block; }
  .site-nav { display: flex; gap: 18px; align-items: center; }
  .nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
  .nav-link:hover { color: var(--primary); }
  .nav-cta { color: var(--primary); font-weight: 600; }
  .nav-cta:hover { text-decoration: underline; }
  @media (max-width: 480px) { .site-brand { font-size: 15px; } .brand-logo { height: 22px; } .site-nav { gap: 12px; } .nav-link { font-size: 13px; } }


/* ─── next builder ─── */


  /* Modal base — also needed by /report.js because pages.css doesn't ship the rest of styles.css. */
  .modal-backdrop {
    position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: flex;
    align-items: center; justify-content: center; z-index: 100; padding: 16px;
    animation: fadeIn 0.2s;
  }
  @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
  .modal-card {
    background: var(--surface); border-radius: var(--radius); padding: 24px;
    max-width: 380px; width: 100%; position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  }
  .modal-close {
    position: absolute; top: 10px; right: 12px; background: none; border: none;
    font-size: 24px; cursor: pointer; color: var(--muted); line-height: 1; padding: 4px 8px;
    font-family: inherit;
  }
  .modal-close:hover { color: var(--text); }
  .modal-action {
    width: 100%; padding: 14px; border: none; border-radius: 8px; font-size: 15px;
    font-weight: 600; cursor: pointer; font-family: inherit; background: #e5e7eb;
    color: var(--muted); transition: all 0.2s;
  }
  .modal-action.ready { background: linear-gradient(135deg, #6366f1, #8b5cf6); color: white; cursor: pointer; }
  .modal-action.ready:hover { transform: translateY(-1px); }
  .modal-action:disabled { cursor: not-allowed; opacity: 0.7; }

  /* Report card */
  .report-card { margin-top: 18px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 1px 3px rgba(0,0,0,0.03); }
  .report-card-head { margin-bottom: 12px; }
  .report-card-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
  .report-counter { font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: 6px; line-height: 1.5; }
  .report-counter-pass { color: #047857; }
  .report-counter-pass strong { color: #065f46; font-weight: 700; }
  .report-counter-stopped { color: #b91c1c; }
  .report-counter-stopped strong { color: #991b1b; font-weight: 700; }
  .report-counter-sep { color: #d1d5db; }
  .report-counter-airport { color: var(--muted); font-size: 12px; }
  .report-counter-low { display: inline-block; background: #fef3c7; color: #92400e; padding: 1px 8px; border-radius: 999px; font-size: 11px; font-weight: 500; margin-left: 4px; }
  .report-counter-empty { color: var(--muted); font-size: 13px; font-style: italic; }

  .report-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }
  .report-map-btn { display: block; width: 100%; margin-top: 10px; padding: 9px 14px; background: linear-gradient(135deg, #eef2ff, #f5f3ff); color: #4338ca; border: 1px solid #c7d2fe; border-radius: 8px; font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.15s; text-align: center; }
  .report-map-btn:hover:not(:disabled) { background: linear-gradient(135deg, #e0e7ff, #ede9fe); border-color: #818cf8; transform: translateY(-1px); }
  .report-map-btn:disabled { opacity: 0.55; cursor: not-allowed; }
  .report-vote-btn { flex: 1 1 140px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--border); background: white; color: var(--text); border-radius: 8px; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.15s; }
  .report-vote-btn:hover { transform: translateY(-1px); box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
  .report-vote-icon { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 700; color: white; }
  .report-vote-pass:hover { border-color: #10b981; color: #065f46; }
  .report-vote-pass .report-vote-icon { background: #10b981; }
  .report-vote-stopped:hover { border-color: #ef4444; color: #991b1b; }
  .report-vote-stopped .report-vote-icon { background: #ef4444; }

  .report-card-notes { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); }
  .report-notes-title { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
  .report-notes-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .report-note { font-size: 13px; line-height: 1.45; padding: 8px 10px; background: #f9fafb; border-radius: 6px; border-left: 3px solid var(--border); }
  .report-note-pass { border-left-color: #10b981; }
  .report-note-stopped { border-left-color: #ef4444; }
  .report-note-tag { font-size: 11px; font-weight: 700; margin-right: 6px; }
  .report-note-pass .report-note-tag { color: #047857; }
  .report-note-stopped .report-note-tag { color: #b91c1c; }
  .report-note-where { font-size: 11px; color: var(--muted); margin-right: 6px; }
  .report-note-ago { font-size: 11px; color: #9ca3af; }
  .report-note-text { color: var(--text); margin-top: 3px; }

  /* Report modal extras */
  .report-modal-card { max-width: 440px; }
  .report-modal-title { margin: 0 0 6px; font-size: 18px; font-weight: 700; line-height: 1.3; }
  .report-modal-item { color: var(--primary); }
  .report-modal-sub { color: var(--muted); font-size: 13px; margin: 0 0 16px; line-height: 1.45; }
  .report-modal-field { display: block; margin-bottom: 14px; }
  .report-modal-label { display: block; font-size: 12px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
  .report-modal-input, .report-modal-textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 14px; background: white; color: var(--text); box-sizing: border-box; }
  .report-modal-input:focus, .report-modal-textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(99,102,241,0.15); }
  .report-modal-input-airport { text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
  .report-modal-textarea { resize: vertical; min-height: 64px; }
  .report-modal-hint { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; }
  .report-modal-hint-counter { text-align: right; }
  .report-modal-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 8px 12px; border-radius: 6px; font-size: 13px; margin-bottom: 12px; }
  .report-modal-submit { margin-top: 4px; }
  .report-modal-thanks { text-align: center; padding: 16px 8px; }
  .report-modal-thanks-icon { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; background: #10b981; color: white; border-radius: 999px; font-size: 30px; font-weight: 700; margin-bottom: 12px; }
  .report-modal-thanks h3 { margin: 0 0 6px; font-size: 18px; }
  .report-modal-thanks p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
