/*
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;
}
/* ============================================
   ENHANCEMENTS - timezone-clean beautification
   Added: color refinement, typography, micro-interactions,
   responsive polish, card/button/hero upgrades
   ============================================ */

/* Smoother font rendering */
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}

/* Color system refinement */
::selection{background:#1565c0;color:#fff}

/* Hero refinements */
.hero-timezone-clean{position:relative}
.hero-timezone-clean::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6f00,#ff8f00,#ff6f00)}
.hero-split-left .hero-title{letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.15)}
.hero-select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231565c0' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;background-size:12px}
.hero-comparison-card{border:1px solid rgba(255,255,255,.2)}

/* Button refinements */
.hero-btn{border:none;letter-spacing:.3px}
.hero-btn-primary{position:relative;overflow:hidden}
.hero-btn-primary::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}
.hero-btn-primary:active::after{width:300px;height:300px}

/* Card refinements */
.white-card{border-color:#e8edf2;border-radius:10px}
.white-card:hover{transform:translateY(-2px);border-color:#1565c0}

/* Sidebar widget enhancements */
.content-side-col .sidebar-widget{border-radius:10px;padding:22px;transition:box-shadow .3s}
.content-side-col .sidebar-widget:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}
.sidebar-widget h3{position:relative;padding-left:14px}
.sidebar-widget h3::before{content:'';position:absolute;left:0;top:2px;bottom:2px;width:3px;background:#ff6f00;border-radius:2px}

/* Comparison table refinements */
.cmp-row{border-radius:8px;transition:all .2s}
.cmp-row:hover{background:#f5f7fa;transform:translateX(3px);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.cmp-header{letter-spacing:.5px;text-transform:uppercase}

/* Navigation refinements */
.nav-inline-right a{position:relative}
.nav-inline-right a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#ff6f00;transition:width .25s}
.nav-inline-right a:hover::after{width:100%}

/* Module section refinements */
.module-converter,.module-matches,.module-comparison,.module-faq,.module-about-converter{position:relative}
.module-converter::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#1565c0,transparent);border-radius:2px}
.module-converter h2,.module-matches h2,.module-comparison h2,.module-faq h2,.module-about-converter h2{position:relative}
.module-converter h2::after{content:'';display:block;width:40px;height:3px;background:#ff6f00;border-radius:2px;margin-top:6px}

/* Footer refinements */
.footer-clean{position:relative}
.footer-clean::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1565c0,#ff6f00,#1565c0)}
.footer-grid a{transition:all .2s}

/* Typography refinements: section body copy */
.content-main-col p, .module-converter p, .module-matches p{font-size:.95rem;color:#37474f}
h2{letter-spacing:-.3px}

/* Responsive refinements */
@media(max-width:768px){
  .hero-timezone-clean{padding:40px 0}
  .hero-split-left .hero-title{font-size:1.6rem}
  .hero-quick-form{flex-direction:column}
  .hero-select{max-width:100%}
  .cmp-row{grid-template-columns:1fr 1fr;font-size:.8rem;gap:4px}
  .cmp-row span:nth-child(3),.cmp-row span:nth-child(4){text-align:right}
  .content-clean-two-col{padding:24px 16px}
  .footer-clean{padding:28px 0}
}
@media(max-width:480px){
  .hero-split-left .hero-title{font-size:1.3rem}
  .cmp-row{grid-template-columns:1fr 1fr;padding:8px 10px;gap:4px;font-size:.75rem}
  .white-card{padding:14px}
}
