/*
Theme Name: 82 Lottery Auto Pro
Description: Generated WordPress theme for 82 lottery.
Version: 0.1.0
Text Domain: tp-82-lottery
*/
:root {
  --bg: #071510;
  --surface: #ffffff;
  --surface-soft: #f3f7f1;
  --ink: #102019;
  --muted: #66746c;
  --primary: #0b6b3e;
  --secondary: #d9aa45;
  --accent: #2f7ecb;
  --line: rgba(20, 30, 24, .14);
  --radius: 8px;
  --container: min(1160px, calc(100% - 32px));
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--surface-soft); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(8, 14, 13, .94); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { width: var(--container); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 900; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--secondary); color: var(--ink); }
.menu { display: flex; gap: 4px; color: rgba(255,255,255,.82); }
.menu a { padding: 9px 10px; border-radius: 6px; font-weight: 700; font-size: .92rem; }
.menu a:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 10px 16px; border-radius: 6px; font-weight: 900; border: 1px solid transparent; }
.btn-primary { background: var(--secondary); color: var(--ink); }
.btn-dark { background: var(--primary); color: #fff; }
.hero { color: #fff; background: linear-gradient(120deg, rgba(7,21,16,.98), rgba(11,107,62,.84), rgba(217,170,69,.42)); overflow: hidden; }
.hero-inner { width: var(--container); min-height: 620px; display: grid; grid-template-columns: 1fr .95fr; gap: 30px; align-items: center; padding: 72px 0; }
.hero h1 { font-size: clamp(2.45rem, 5.6vw, 5.4rem); line-height: 1.05; margin: 14px 0 18px; letter-spacing: 0; }
.hero p { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 680px; }
.hero-card img { border-radius: var(--radius); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.eyebrow { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.12); color: var(--secondary); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.section { width: var(--container); margin: 0 auto; padding: 66px 0; }
.section-title { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 26px; }
.section-title h2 { margin: 10px 0 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.12; }
.section-title p { max-width: 620px; margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .article-card, .entry-content { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(8, 18, 14, .07); overflow: hidden; }
.card { padding: 20px; }
.card strong { display: block; margin-bottom: 8px; font-size: 1.08rem; }
.card p, .article-card p { color: var(--muted); font-size: .95rem; }
.article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--bg); }
.article-body { padding: 18px; }
.meta { color: var(--primary); font-weight: 900; font-size: .82rem; text-transform: uppercase; }
.band { background: var(--bg); color: #fff; }
.band .card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); }
.band .card p, .band .section-title p { color: rgba(255,255,255,.72); }
.page-head { background: var(--bg); color: #fff; padding: 54px 0; }
.page-head-inner, .content-wrap { width: min(930px, calc(100% - 32px)); margin: 0 auto; }
.page-head h1 { font-size: clamp(2rem, 4vw, 4rem); margin: 0 0 12px; line-height: 1.1; }
.breadcrumb { color: rgba(255,255,255,.66); margin-bottom: 12px; }
.content-wrap { padding: 52px 0 84px; }
.entry-content { padding: clamp(22px, 4vw, 42px); }
.entry-content h2 { margin-top: 34px; line-height: 1.18; }
.entry-content a { color: var(--primary); font-weight: 900; }
.notice { border-left: 4px solid var(--secondary); background: #fff8e5; padding: 16px; border-radius: 6px; color: #3c2a0e; }
.site-footer { background: #050908; color: rgba(255,255,255,.72); padding: 42px 0 86px; }
.footer-inner { width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 26px; }
.site-footer h3, .site-footer h4 { color: #fff; margin: 0 0 10px; }
.mobile-dock { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: none; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 8px; background: rgba(5,9,8,.94); border-radius: 8px; }
.mobile-dock a { color: #fff; font-size: .78rem; font-weight: 900; text-align: center; padding: 10px 4px; }
@media (max-width: 920px) {
  .menu { display: none; }
  .hero-inner, .grid, .article-grid, .footer-inner { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 54px 0; }
  .section-title { display: block; }
  .mobile-dock { display: grid; }
}
