:root {
      --bg: #061018;
      --bg-2: #091923;
      --card: rgba(255,255,255,.075);
      --card-2: rgba(255,255,255,.11);
      --line: rgba(255,255,255,.12);
      --text: #eef7ff;
      --muted: #9fb2c2;
      --green: #18d680;
      --green-2: #0fb86b;
      --gold: #f7c948;
      --blue: #41a5ff;
      --red: #ff5b69;
      --white: #fff;
      --shadow: 0 24px 80px rgba(0,0,0,.38);
      --radius: 28px;
      --container: 1180px;
    }

.nav-menu { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); padding: 11px; }
.mobile-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); border-radius: 999px; }
.mobile-menu-button { display: none; }
.site-logo-img { width: auto; max-width: 190px; max-height: 52px; object-fit: contain; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.breadcrumb a { color: #dceaff; }
.page-hero, .archive-hero, .single-hero { padding: 54px 0 28px; }
.page-title { margin: 0; font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.06em; }
.page-desc { max-width: 760px; color: var(--muted); line-height: 1.8; font-size: 17px; }
.filter-form { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin: 24px 0 32px; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.06); }
.filter-form input, .filter-form select, .filter-form button, .subscribe input { font: inherit; }
.filter-form input, .filter-form select { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0,0,0,.2); color: var(--text); padding: 0 14px; }
.filter-form input { grid-column: span 2; }
.filter-form button { min-height: 46px; }
.content-shell { padding: 32px 0 64px; }
.prose { color: #d6e4ee; line-height: 1.8; font-size: 17px; }
.prose h2, .prose h3 { color: var(--text); letter-spacing: -.03em; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.info-panel, .content-panel, .sidebar-panel, .empty-state { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.07); padding: 24px; box-shadow: var(--shadow); }
.quick-facts { display: grid; gap: 12px; }
.quick-facts div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 12px; color: var(--muted); }
.quick-facts strong { color: var(--text); text-align: right; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }
.pagination .current { background: var(--green); color: #061018; border-color: transparent; font-weight: 900; }
.event-list { display: grid; gap: 16px; }
.search-form-inline { display: flex; gap: 10px; max-width: 640px; margin-top: 22px; }
.search-form-inline input { flex: 1; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.07); color: var(--text); padding: 0 18px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.toc { margin: 20px 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.05); }
.toc a { display: block; padding: 6px 0; color: #dceaff; }

@media (max-width: 1100px) {
  .filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-form input { grid-column: span 2; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .mobile-toggle { display: block; order: 3; }
  .site-header .nav { position: fixed; left: 20px; right: 20px; top: 86px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(5,14,22,.96); box-shadow: var(--shadow); z-index: 100; }
  .site-header .nav.is-open { display: block; }
  .nav-menu { display: grid; gap: 12px; }
  .header-actions { margin-left: auto; }
  .search-pill { min-width: 0; width: 46px; overflow: hidden; white-space: nowrap; }
}
@media (max-width: 900px) {
  .search-pill { display: none; }
}

@media (max-width: 640px) {
  .filter-form { grid-template-columns: 1fr; }
  .filter-form input { grid-column: span 1; }
  .gallery-grid { grid-template-columns: 1fr; }
  .search-form-inline { flex-direction: column; }
}

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 18% 0%, rgba(24,214,128,.22), transparent 32%),
        radial-gradient(circle at 86% 12%, rgba(65,165,255,.20), transparent 28%),
        linear-gradient(180deg, #061018 0%, #07121b 42%, #08131c 100%);
      color: var(--text);
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(22px);
      background: rgba(5,14,22,.78);
      border-bottom: 1px solid var(--line);
    }
    .header-inner {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.04em;
      font-size: 22px;
      white-space: nowrap;
    }
    .logo-mark {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--green), #1164ff);
      box-shadow: 0 12px 32px rgba(24,214,128,.25);
      position: relative;
    }
    .logo-mark::after {
      content: "";
      width: 18px;
      height: 18px;
      border: 3px solid #fff;
      border-radius: 50%;
      box-shadow: inset 0 0 0 3px rgba(255,255,255,.18);
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 22px;
      color: #d7e5ef;
      font-size: 14px;
      font-weight: 700;
    }
    .nav a { opacity: .88; transition: .25s; }
    .nav a:hover { opacity: 1; color: var(--green); }
    .header-actions { display: flex; align-items: center; gap: 12px; }
    .search-pill {
      min-width: 230px;
      height: 44px;
      display: flex;
      align-items: center;
      gap: 10px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 0 15px;
      color: var(--muted);
      background: rgba(255,255,255,.06);
      font-size: 13px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 14px;
      border: 1px solid transparent;
      transition: .25s;
      cursor: pointer;
    }
    .btn-primary {
      color: #061018;
      background: linear-gradient(135deg, var(--green), #8cffc3);
      box-shadow: 0 16px 36px rgba(24,214,128,.28);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(24,214,128,.36); }
    .btn-ghost {
      border-color: var(--line);
      background: rgba(255,255,255,.07);
      color: var(--text);
    }

    .hero {
      position: relative;
      padding: 72px 0 44px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 34px;
      align-items: stretch;
    }
    .hero-copy {
      min-height: 610px;
      border-radius: 38px;
      border: 1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(3,10,16,.9) 0%, rgba(3,10,16,.64) 52%, rgba(3,10,16,.22) 100%),
        url('../images/stadium-night.jpg') center/cover;
      box-shadow: var(--shadow);
      padding: 56px;
      position: relative;
      overflow: hidden;
    }
    .hero-copy::before {
      content: "";
      position: absolute;
      inset: auto 40px 34px 40px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      color: #dceaff;
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(12px);
    }
    .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(24,214,128,.18); }
    h1 {
      margin: 26px 0 18px;
      max-width: 780px;
      font-size: clamp(44px, 6vw, 82px);
      line-height: .94;
      letter-spacing: -.07em;
      font-weight: 950;
    }
    .gradient-text {
      background: linear-gradient(135deg, #fff 0%, #d8fff0 38%, #6cffb6 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .hero-desc {
      max-width: 630px;
      color: #c6d6e2;
      font-size: 18px;
      line-height: 1.75;
      margin-bottom: 32px;
    }
    .hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
    .hero-stats {
      position: absolute;
      left: 56px;
      right: 56px;
      bottom: 58px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .stat {
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 20px;
      background: rgba(0,0,0,.28);
      backdrop-filter: blur(14px);
      padding: 18px;
    }
    .stat strong { display: block; font-size: 25px; letter-spacing: -.04em; }
    .stat span { color: var(--muted); font-size: 13px; font-weight: 700; }

    .hero-side { display: grid; gap: 18px; }
    .featured-card, .mini-card, .ranking-card, .section-panel {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.055));
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .featured-image {
      height: 305px;
      background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)), url('../images/stadium-europe.jpg') center/cover;
      position: relative;
      padding: 24px;
      display: flex;
      align-items: flex-end;
    }
    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 900;
      color: #061018;
      background: var(--gold);
    }
    .featured-body { padding: 24px; }
    .featured-body h2 { margin: 0 0 10px; font-size: 30px; letter-spacing: -.045em; }
    .meta-row { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
    .meta-row span { padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); }
    .mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .mini-card { padding: 22px; }
    .mini-card b { display: block; font-size: 28px; letter-spacing: -.05em; margin-bottom: 4px; }
    .mini-card span { color: var(--muted); font-weight: 700; font-size: 13px; }

    section { padding: 48px 0; }
    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 24px;
      margin-bottom: 24px;
    }
    .section-kicker { color: var(--green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
    .section-title { margin: 8px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: -.06em; }
    .section-desc { max-width: 520px; color: var(--muted); line-height: 1.7; margin: 0; }

    .stadium-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .stadium-card {
      border: 1px solid var(--line);
      border-radius: 28px;
      background: rgba(255,255,255,.065);
      overflow: hidden;
      transition: .25s;
    }
    .stadium-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.095); }
    .stadium-thumb { height: 190px; background: var(--bg-2); position: relative; overflow: hidden; }
    .stadium-thumb img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
    .stadium-card:hover img { transform: scale(1.08); }
    .stadium-badge {
      position: absolute;
      left: 14px;
      top: 14px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(0,0,0,.55);
      backdrop-filter: blur(12px);
      font-size: 12px;
      font-weight: 900;
    }
    .stadium-body { padding: 18px; }
    .stadium-body h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.035em; }
    .info-list { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
    .info-list div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed rgba(255,255,255,.10); padding-bottom: 8px; }
    .info-list strong { color: #dce8f1; }

    .explore-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
    .map-panel {
      min-height: 440px;
      border-radius: 34px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 20% 28%, rgba(24,214,128,.25), transparent 16%),
        radial-gradient(circle at 62% 40%, rgba(65,165,255,.26), transparent 18%),
        radial-gradient(circle at 76% 68%, rgba(247,201,72,.18), transparent 15%),
        linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      padding: 34px;
    }
    .map-lines {
      position: absolute;
      inset: 0;
      opacity: .28;
      background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: radial-gradient(circle at center, #000 20%, transparent 78%);
    }
    .map-pin {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 10px rgba(24,214,128,.14), 0 0 34px rgba(24,214,128,.8);
    }
    .p1 { left: 25%; top: 42%; } .p2 { left: 54%; top: 35%; } .p3 { left: 70%; top: 56%; } .p4 { left: 82%; top: 32%; } .p5 { left: 38%; top: 66%; }
    .map-content { position: relative; z-index: 2; max-width: 440px; }
    .map-content h2 { margin: 14px 0; font-size: 44px; line-height: 1; letter-spacing: -.06em; }
    .map-content p { color: var(--muted); line-height: 1.8; }
    .region-list { display: grid; gap: 14px; }
    .region-item {
      padding: 21px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.07);
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: .25s;
    }
    .region-item:hover { background: rgba(24,214,128,.10); transform: translateX(4px); }
    .region-item b { font-size: 18px; }
    .region-item span { color: var(--muted); font-size: 13px; font-weight: 800; }

    .content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
    .ranking-card { padding: 24px; }
    .rank-row {
      display: grid;
      grid-template-columns: 58px 1fr auto;
      align-items: center;
      gap: 16px;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
    }
    .rank-row:last-child { border-bottom: 0; }
    .rank-no {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: rgba(24,214,128,.14);
      color: var(--green);
      font-weight: 950;
      font-size: 18px;
    }
    .rank-row h3 { margin: 0 0 5px; font-size: 17px; }
    .rank-row p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
    .capacity { color: var(--gold); font-weight: 900; white-space: nowrap; }

    .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .article-card {
      border: 1px solid var(--line);
      border-radius: 28px;
      overflow: hidden;
      background: rgba(255,255,255,.065);
    }
    .article-img { height: 205px; overflow: hidden; }
    .article-img img { width: 100%; height: 100%; object-fit: cover; }
    .article-body { padding: 20px; }
    .article-body h3 { margin: 12px 0 10px; font-size: 21px; line-height: 1.25; letter-spacing: -.035em; }
    .article-body p { color: var(--muted); line-height: 1.65; margin: 0; font-size: 14px; }
    .article-cat { color: var(--green); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

    .fixture-panel {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 18px;
      padding: 18px;
      border-radius: 34px;
      border: 1px solid var(--line);
      background: linear-gradient(135deg, rgba(24,214,128,.11), rgba(65,165,255,.08));
      box-shadow: var(--shadow);
    }
    .fixture-cover {
      border-radius: 26px;
      min-height: 410px;
      background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)), url('../images/stadium-night.jpg') center/cover;
      padding: 28px;
      display: flex;
      align-items: flex-end;
    }
    .fixture-cover h2 { margin: 10px 0 0; font-size: 42px; line-height: 1; letter-spacing: -.06em; }
    .match-list { display: grid; gap: 14px; }
    .match-card {
      padding: 18px;
      border-radius: 22px;
      border: 1px solid var(--line);
      background: rgba(0,0,0,.22);
      display: grid;
      grid-template-columns: 92px 1fr auto;
      gap: 16px;
      align-items: center;
    }
    .date-box {
      border-radius: 18px;
      background: rgba(255,255,255,.09);
      text-align: center;
      padding: 13px 8px;
    }
    .date-box b { display: block; font-size: 20px; }
    .date-box span { color: var(--muted); font-size: 12px; font-weight: 900; }
    .match-card h3 { margin: 0 0 6px; font-size: 18px; }
    .match-card p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
    .league { color: var(--green); font-weight: 900; font-size: 13px; }

    .newsletter {
      margin: 52px 0 0;
      border: 1px solid var(--line);
      border-radius: 38px;
      background:
        linear-gradient(135deg, rgba(24,214,128,.20), rgba(65,165,255,.12)),
        url('../images/stadium-vietnam.jpg') center/cover;
      overflow: hidden;
      box-shadow: var(--shadow);
    }
    .newsletter-inner {
      padding: 54px;
      background: linear-gradient(90deg, rgba(5,14,22,.94), rgba(5,14,22,.62));
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 26px;
    }
    .newsletter h2 { margin: 0 0 12px; font-size: 42px; letter-spacing: -.06em; }
    .newsletter p { margin: 0; color: #c6d6e2; line-height: 1.7; max-width: 650px; }
    .subscribe { display: flex; gap: 10px; padding: 8px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid var(--line); }
    .subscribe input { width: 260px; border: 0; outline: 0; background: transparent; color: #fff; padding: 0 12px; font: inherit; }

    .site-footer { padding: 44px 0 34px; border-top: 1px solid var(--line); margin-top: 54px; background: rgba(0,0,0,.16); }
    .footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 28px; }
    .footer-brand p { color: var(--muted); line-height: 1.75; max-width: 380px; }
    .footer-col h4 { margin: 0 0 14px; }
    .footer-col a { display: block; color: var(--muted); margin: 10px 0; font-weight: 700; font-size: 14px; }
    .copyright { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; display: flex; justify-content: space-between; gap: 20px; }

    @media (max-width: 1080px) {
      .hero-grid, .explore-wrap, .content-grid, .fixture-panel, .newsletter-inner { grid-template-columns: 1fr; }
      .hero-copy { min-height: 670px; }
      .stadium-grid { grid-template-columns: repeat(2, 1fr); }
      .article-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 680px) {
      .container { width: min(100% - 28px, var(--container)); }
      .site-header .header-inner { display: flex; gap: 12px; }
      .header-inner { height: 68px; }
      .site-header .logo { font-size: 20px; min-width: 0; }
      .site-header .header-actions { display: none; }
      .site-header .mobile-toggle { display: grid; place-items: center; position: absolute; right: 14px; top: 12px; z-index: 80; margin-left: auto; flex: 0 0 44px; width: 44px; height: 44px; border-color: rgba(255,255,255,.28); }
      .site-header .mobile-toggle::before { content: none; }
      .site-header .mobile-toggle span { display: none; }
      .site-header .mobile-toggle .mobile-label { display: block; color: #eef7ff; font-size: 11px; font-weight: 900; }
      .site-header .mobile-menu-button { display: grid; place-items: center; position: fixed; left: min(312px, calc(100vw - 68px)); top: 12px; z-index: 10000; width: 54px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); color: #eef7ff; font-size: 12px; font-weight: 900; }
      .site-header .nav { top: 76px; }
      .hero { padding-top: 34px; }
      .hero-copy { padding: 30px; min-height: 760px; border-radius: 28px; overflow: hidden; }
      .hero-copy h1, h1 { font-size: 38px; line-height: 1.05; letter-spacing: -.035em; overflow-wrap: normal; }
      .hero-stats { left: 30px; right: 30px; bottom: 34px; grid-template-columns: 1fr; }
      .hero-desc { font-size: 16px; }
      .hero-buttons .btn { padding: 0 16px; font-size: 14px; }
      .single-hero .hero-copy, .page-hero .hero-copy { width: 100%; max-width: 100%; }
      .single-hero .hero-desc, .hero-copy .meta-row { max-width: 100%; overflow-wrap: break-word; }
      .hero-copy .meta-row { display: flex; flex-wrap: wrap; }
      .mini-grid, .stadium-grid, .article-grid, .footer-grid { grid-template-columns: 1fr; }
      .section-head { display: block; }
      .map-content h2, .fixture-cover h2, .newsletter h2 { font-size: 32px; }
      .match-card { grid-template-columns: 1fr; }
      .rank-row { grid-template-columns: 48px 1fr; }
      .capacity { grid-column: 2; }
      .newsletter-inner { padding: 30px; }
      .subscribe { border-radius: 24px; flex-direction: column; align-items: stretch; }
      .subscribe input { width: 100%; min-height: 44px; }
      .copyright { flex-direction: column; }
    }
