/*
Theme: timezone-clean (matchtimezone.com)
Layout: Clean contained, two-column comparison
Grid: Two-column with sidebar
Font: Inter
*/
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#f5f7fa;color:#1a237e;line-height:1.7}

/* Header: Left logo + right nav */
.header-clean{background:linear-gradient(135deg,#1565c0,#0d47a1);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.12)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:64px;justify-content:space-between}
.logo-left{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.logo-mark{width:36px;height:36px;background:#ff6f00;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:800;font-size:.9rem;color:#fff}
.logo-label{font-size:1.1rem;font-weight:700;letter-spacing:-.5px}
.nav-inline-right{display:flex;gap:20px}
.nav-inline-right a{color:rgba(255,255,255,.8);font-size:.85rem;font-weight:500;padding:4px 0;transition:all .2s}
.nav-inline-right a:hover{color:#fff;border-bottom:2px solid #ff6f00}
.search-toggle{background:none;border:none;color:rgba(255,255,255,.7);font-size:1.1rem;cursor:pointer;padding:6px}
.search-toggle:hover{color:#fff}

/* Hero: Split comparison */
.hero-timezone-clean{background:linear-gradient(135deg,#1a73e8,#42a5f5);padding:60px 0}
.hero-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero-split-left .hero-title{font-size:2.2rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:15px}
.hero-split-left .hero-subtitle{font-size:1rem;color:rgba(255,255,255,.85);margin-bottom:24px}
.hero-quick-form{display:flex;gap:10px}
.hero-select{padding:10px 16px;border-radius:8px;border:none;font-size:.9rem;flex:1;max-width:250px}
.hero-btn{display:inline-block;padding:10px 24px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}
.hero-btn-primary{background:#ff6f00;color:#fff;border:none}
.hero-btn-primary:hover{background:#e65100}
.hero-comparison-card{background:rgba(255,255,255,.15);border-radius:12px;padding:20px;backdrop-filter:blur(8px)}
.cmp-city{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:.9rem}
.cmp-city:last-child{border-bottom:none}
.cmp-time{font-weight:600;color:#ff6f00}

/* Content: Two-column with sidebar */
.content-clean-two-col{display:grid;grid-template-columns:2fr 1fr;gap:30px;max-width:1200px;margin:0 auto;padding:40px 24px}
.content-main-col h2{font-size:1.4rem;font-weight:700;margin-bottom:20px;color:#1565c0}
.content-side-col .sidebar-widget{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #eee}
.sidebar-widget h3{font-size:1rem;font-weight:700;margin-bottom:12px;color:#1565c0}
.sidebar-widget ul{list-style:none}
.sidebar-widget li{margin:8px 0}
.sidebar-widget a{color:#1565c0;font-size:.85rem}
.comparison-tool{margin-bottom:30px}
.cmp-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;padding:10px 14px;background:#fff;border-radius:6px;margin-bottom:6px;box-shadow:0 1px 4px rgba(0,0,0,.06);font-size:.85rem}
.cmp-header{background:#1565c0;color:#fff;font-weight:600;font-size:.8rem}

/* Cards: Two-column white shadow */
.cards-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.white-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #eee;transition:box-shadow .2s}
.white-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.12)}
.card-city{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.card-flag{font-size:1.5rem}
.card-city-name{font-weight:700;font-size:1rem;color:#1a237e}
.card-details p{font-size:.85rem;color:#78909c;margin:4px 0}
.card-slot{color:#ff6f00;font-weight:500}

/* Footer: Clean links with divider */
.footer-clean{background:linear-gradient(135deg,#1565c0,#0d47a1);padding:40px 0;color:rgba(255,255,255,.7);font-size:.85rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;margin-bottom:24px}
.footer-col h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:12px}
.footer-col a{display:block;color:rgba(255,255,255,.6);margin:6px 0;font-size:.82rem}
.footer-col a:hover{color:#fff}
.footer-divider{height:1px;background:rgba(255,255,255,.15);margin-bottom:16px}
.footer-copy{text-align:center;font-size:.78rem;opacity:.6}

@media(max-width:768px){
  .header-inner{flex-wrap:wrap;gap:10px;height:auto;padding:12px 16px}
  .nav-inline-right{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:10px}
  .hero-split{grid-template-columns:1fr}
  .content-clean-two-col{grid-template-columns:1fr}
  .cards-grid-2col{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}

/* ============================================
   Module sections: Converter, Matches, Comparison, FAQ
   Used on homepage below hero
   ============================================ */

.module-converter,
.module-matches,
.module-comparison,
.module-faq,
.module-about-converter {
  padding: 40px 0;
}

.module-converter .wrap,
.module-matches .wrap,
.module-comparison .wrap,
.module-faq .wrap,
.module-about-converter .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Module h2 — consistent with theme headings */
.module-converter h2,
.module-matches h2,
.module-comparison h2,
.module-faq h2,
.module-about-converter h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1565c0;
}

/* Module paragraph */
.module-converter p,
.module-matches p,
.module-comparison p,
.module-faq p,
.module-about-converter p {
  font-size: 0.93rem;
  color: #546e7a;
  margin-bottom: 16px;
  line-height: 1.7;
}

/* Module links */
.module-converter a,
.module-matches a,
.module-comparison a,
.module-faq a,
.module-about-converter a {
  color: #ff6f00;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}
.module-converter a:hover,
.module-matches a:hover,
.module-comparison a:hover,
.module-faq a:hover,
.module-about-converter a:hover {
  color: #e65100;
  text-decoration: underline;
}

/* ============================================
   .module-converter — 时区列表卡片化
   ============================================ */

.module-converter {
  background: #fff;
  border-top: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}

.module-converter ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px;
}

.module-converter li {
  background: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  border: 1px solid #eee;
  font-size: 0.88rem;
  color: #1a237e;
  line-height: 1.6;
  transition: box-shadow .2s, transform .2s;
}

.module-converter li:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  transform: translateY(-1px);
}

/* Responsive: single column on mobile */
@media (max-width: 640px) {
  .module-converter ul {
    grid-template-columns: 1fr;
  }
  .module-converter,
  .module-matches,
  .module-comparison,
  .module-faq,
  .module-about-converter {
    padding: 28px 0;
  }
  .module-converter li {
    padding: 12px 14px;
  }
}


/* wc2026-table 比赛时间表格 - 美化版 */
.wc2026-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(21,101,192,.10);
  font-size: .9rem;
}
.wc2026-table thead {
  background: linear-gradient(135deg, #1565c0, #1976d2);
}
.wc2026-table th {
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .03em;
}
.wc2026-table td {
  padding: 13px 18px;
  border-bottom: 1px solid #eef1f5;
  color: #37474f;
  transition: background .15s;
}
.wc2026-table tbody tr:last-child td {
  border-bottom: none;
}
.wc2026-table tbody tr:hover td {
  background: #f0f6ff;
}
.wc2026-table td:first-child {
  font-weight: 600;
  color: #1a237e;
}
.wc2026-table td:nth-child(4) {
  font-weight: 700;
  color: #e65100;
}
.module-matches .wrap > p {
  color: #78909c;
  font-size: .9rem;
  margin-bottom: 14px;
}
