*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #FFF9EF;
  --bg-dark: #1C1608;
  --panel: #FFFFFF;
  --accent: #F2B705;
  --accent-dark: #D99A00;
  --text: #1C1608;
  --text-muted: #6B6047;
  --border: #EDE1C4;
}

body { background: var(--bg); color: var(--text); font-family: 'Noto Sans TC', sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.btn { display: inline-block; font-weight: 700; font-size: 13px; padding: 12px 24px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.02em; }
.btn-solid { background: var(--accent); color: var(--bg-dark); }
.btn-outline { border: 1px solid var(--bg-dark); color: var(--bg-dark); }
.btn-lg { padding: 16px 34px; font-size: 15px; }

.promo-bar { background: #FCF0D6; border-bottom: 1px solid var(--border); padding: 18px 0; }
.promo-inner { display: flex; align-items: center; gap: 18px; }
.promo-flame { font-size: 20px; color: var(--accent-dark); }
.promo-text { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.promo-text strong { font-family: 'Anton', sans-serif; font-size: 16px; text-transform: uppercase; }
.promo-text span { font-size: 13px; color: var(--text-muted); }
.promo-text a { color: var(--bg-dark); font-weight: 700; text-decoration: underline; }
.promo-btn { background: var(--accent); color: var(--bg-dark); font-weight: 700; font-size: 13px; padding: 10px 20px; border-radius: 4px; white-space: nowrap; }

.site-header { background: #fff; border-bottom: 1px solid var(--border); padding: 18px 0; position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-logo, .footer-logo { font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: 0.01em; }
.header-logo span, .footer-logo span { color: var(--accent-dark); }
.header-nav { display: flex; gap: 28px; }
.nav-link { font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-signin { font-size: 12px; font-weight: 700; text-decoration: underline; }

.hero-deal { padding: 64px 0; border-bottom: 1px solid var(--border); }
.hero-deal-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-deal-kicker { font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 12px; }
.hero-deal-title { font-family: 'Anton', sans-serif; font-size: 52px; text-transform: uppercase; line-height: 1.02; margin-bottom: 22px; }
.hero-deal-desc { font-size: 15px; color: var(--text-muted); max-width: 460px; margin-bottom: 28px; }
.hero-deal-media img { border-radius: 12px; aspect-ratio: 4/3; object-fit: cover; }

.top-picks { padding: 64px 0; background: var(--bg-dark); color: #fff; }
.top-picks-inner { display: grid; grid-template-columns: 240px 1fr; gap: 40px; }
.section-kicker { font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.section-title { font-family: 'Anton', sans-serif; font-size: 32px; text-transform: uppercase; line-height: 1.05; }
.top-picks-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pick-card { background: #2A2210; border-radius: 10px; overflow: hidden; }
.pick-badge { background: var(--accent); color: var(--bg-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 6px 12px; display: inline-block; margin: 12px 0 0 12px; border-radius: 3px; }
.pick-thumb { aspect-ratio: 4/3; overflow: hidden; margin-top: 10px; }
.pick-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pick-card h3 { font-size: 15px; font-weight: 700; padding: 14px 14px 6px; }
.pick-link { display: block; font-size: 12px; font-weight: 700; text-decoration: underline; color: var(--accent); padding: 0 14px 16px; }

.our-menu { padding: 64px 0; border-bottom: 1px solid var(--border); }
.section-title-center { font-family: 'Anton', sans-serif; font-size: 32px; text-transform: uppercase; text-align: center; margin-bottom: 28px; }
.section-title-left { font-family: 'Anton', sans-serif; font-size: 28px; text-transform: uppercase; margin-bottom: 28px; }

.marquee-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; overflow: hidden; white-space: nowrap; margin-bottom: 28px; }
.marquee-track { display: inline-flex; gap: 46px; animation: scroll-left 28s linear infinite; }
.marquee-track span { font-size: 13px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.fixture-list { margin-bottom: 28px; }
.fixture-item { display: grid; grid-template-columns: 110px 1fr 110px 120px; align-items: center; gap: 16px; padding: 16px 18px; background: var(--panel); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; }
.fixture-time { font-size: 13px; font-weight: 700; color: var(--accent-dark); }
.fixture-teams { font-size: 14px; font-weight: 700; }
.fixture-status { font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 20px; text-align: center; background: var(--bg); color: var(--text-muted); width: fit-content; }
.fixture-status.is-live { background: rgba(217,0,0,0.1); color: #C40000; }
.fixture-status.is-live::before { content: '● '; }
.fixture-watch { text-align: right; }
.fixture-watch a { font-size: 12px; font-weight: 700; color: var(--accent-dark); border: 1px solid var(--accent-dark); padding: 6px 14px; border-radius: 20px; }
.section-cta { text-align: center; }

.explore-more { padding: 64px 0; border-bottom: 1px solid var(--border); }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.explore-card { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; padding-bottom: 24px; }
.explore-card-accent { background: var(--bg-dark); color: #fff; border-color: var(--bg-dark); }
.explore-card-accent p { color: #cfc7ac; }
.explore-media { aspect-ratio: 16/10; overflow: hidden; }
.explore-media img { width: 100%; height: 100%; object-fit: cover; }
.explore-card h3 { font-size: 18px; font-weight: 700; margin: 20px 24px 10px; }
.explore-card p { font-size: 13px; color: var(--text-muted); margin: 0 24px 20px; }
.explore-card .btn { margin: 0 24px; }

.faq-section { padding: 0 0 64px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item summary { font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '▸ '; color: var(--accent-dark); }
.faq-item p { font-size: 13px; color: var(--text-muted); margin-top: 10px; padding-left: 16px; }

.site-footer { background: var(--bg-dark); color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 36px; }
.footer-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: #D8D0B8; margin-bottom: 10px; }
.footer-desc { font-size: 13px; color: #A79E82; }
.footer-bottom { border-top: 1px solid #3A3018; padding-top: 20px; font-size: 12px; color: #A79E82; }

@media (max-width: 960px) {
  .hero-deal-inner { grid-template-columns: 1fr; }
  .top-picks-inner { grid-template-columns: 1fr; }
  .top-picks-cards { grid-template-columns: 1fr; }
  .explore-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .header-nav { display: none; }
  .header-signin { display: none; }
  .hero-deal-title { font-size: 38px; }
  .fixture-item { grid-template-columns: 1fr; text-align: left; gap: 6px; }
  .fixture-watch { text-align: left; }
  .promo-inner { flex-wrap: wrap; }
}
