/* Casino Plus - vanilla CSS, system fonts only */
:root {
  --bg: #0a0a0a;
  --bg-soft: #111111;
  --bg-soft-2: #0c0c0c;
  --bg-darker: #070707;
  --border: #2e2e2e;
  --border-soft: #1f1f1f;
  --text: #ffffff;
  --text-2: #d4d4d4;
  --text-3: #a3a3a3;
  --text-4: #737373;
  --text-5: #525252;
  --gold: #d4af37;
  --gold-light: #f3c946;
  --emerald: #34d399;
  --rose: #fb7185;
  --display-font: Georgia, "Times New Roman", "DejaVu Serif", serif;
  --body-font: Verdana, Geneva, "DejaVu Sans", Tahoma, sans-serif;
  --max-w: 1280px;
  --max-w-narrow: 896px;
  --max-w-prose: 768px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: var(--body-font); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5 { font-family: var(--display-font); font-weight: 700; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
::selection { background: var(--gold); color: #000; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2e2e2e; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: var(--max-w-narrow); margin: 0 auto; padding: 0 20px; }
.container-prose { max-width: var(--max-w-prose); margin: 0 auto; padding: 0 20px; }
@media (min-width: 1024px) { .container, .container-narrow, .container-prose { padding: 0 40px; } }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s, border .3s, backdrop-filter .3s; background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); }
.navbar.scrolled { background: rgba(0,0,0,0.85); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.navbar-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
@media (min-width: 1024px) { .navbar-inner { padding: 0 40px; } }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 36px; height: 36px; background: var(--gold); color: #000; display: inline-flex; align-items: center; justify-content: center; font-family: var(--display-font); font-weight: 900; font-size: 20px; }
.brand-text { font-family: var(--display-font); font-size: 1.35rem; letter-spacing: -0.01em; }
.brand-text .gold { color: var(--gold); }
.nav-links { display: none; align-items: center; gap: 2px; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-link { padding: 8px 12px; font-size: 14px; color: #e5e5e5; transition: color .2s; position: relative; background: none; border: none; }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-link.has-caret::after { content: " \25BE"; opacity: 0.6; font-size: 10px; }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: #141414; border: 1px solid var(--border); padding: 6px; display: none; flex-direction: column; z-index: 60; }
.dropdown.open .dropdown-menu { display: flex; }
.dropdown-menu a { padding: 8px 12px; font-size: 14px; color: #e5e5e5; }
.dropdown-menu a:hover { background: #1f1f1f; color: var(--gold); }
.dropdown-menu .sep { height: 1px; background: var(--border); margin: 6px 0; }
.mobile-toggle { background: none; border: none; color: #fff; padding: 8px; display: inline-flex; }
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-menu { display: none; padding: 16px 20px; background: var(--bg); border-top: 1px solid var(--border); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 10px 0; font-size: 16px; color: #fff; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .sub a { padding: 6px 0 6px 16px; font-size: 14px; color: var(--text-3); }

/* HERO */
.hero { position: relative; min-height: 60vh; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero.tall { min-height: 88vh; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--bg), rgba(10,10,10,0.85) 45%, rgba(10,10,10,0.4)); z-index: 1; }
.hero-overlay-radial { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 30%, var(--bg) 85%); z-index: 1; }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 120px 0 60px; }
.eyebrow { display: inline-block; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.h1 { font-family: var(--display-font); font-size: 2.5rem; line-height: 1.05; letter-spacing: -0.02em; max-width: 920px; }
@media (min-width: 640px) { .h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .h1 { font-size: 3.75rem; } }
.hero-sub { margin-top: 20px; font-size: 1.1rem; color: var(--text-2); max-width: 720px; line-height: 1.6; }
.italic-gold { color: var(--gold); font-style: italic; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 14px 26px; font-weight: 700; font-size: 14px; border-radius: 2px; transition: background .2s, color .2s, border .2s; border: 1px solid transparent; cursor: pointer; }
.btn-primary { background: var(--gold); color: #000; }
.btn-primary:hover { background: var(--gold-light); }
.btn-outline { color: var(--gold); border-color: var(--gold); background: transparent; }
.btn-outline:hover { background: rgba(212,175,55,0.1); }
.btn-block { width: 100%; justify-content: center; padding: 14px 22px; }
.cta-arrow::after { content: " \2192"; }

/* SECTIONS */
.section { padding: 70px 0; }
.section-lg { padding: 90px 0; }
.section-alt { background: var(--bg-darker); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-title { font-family: var(--display-font); font-size: 2rem; line-height: 1.1; letter-spacing: -0.01em; }
@media (min-width: 640px) { .section-title { font-size: 2.5rem; } }
@media (min-width: 1024px) { .section-title { font-size: 3rem; } }
.section-eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }
.section-head { margin-bottom: 40px; }

/* HERO HOME STATS */
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-left: 0; }
@media (min-width: 1024px) { .hero-stats { padding-left: 30px; border-left: 1px solid var(--border); } }
.hero-stat-n { font-family: var(--display-font); font-size: 1.7rem; color: var(--gold); }
.hero-stat-l { font-size: 12px; color: var(--text-3); margin-top: 4px; line-height: 1.3; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: end; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 2fr 1fr; } }
.hero-shield { margin-top: 24px; font-size: 12px; color: var(--text-4); display: inline-flex; align-items: center; gap: 8px; }

/* TICKER */
.ticker { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(6px); border-top: 1px solid var(--border); padding: 10px 0; overflow: hidden; z-index: 3; }
.ticker-track { display: inline-flex; white-space: nowrap; animation: ticker 40s linear infinite; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ticker-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 20px; font-size: 12px; color: var(--text-2); }
.ticker-item .gold { color: var(--gold); }
.ticker-sep { color: #404040; padding: 0 8px; }

/* OFFERS TABLE */
.offers { background: #101010; border: 1px solid var(--border); }
.offers-head { display: none; grid-template-columns: 3fr 2fr 2fr 2fr 1fr 2fr; gap: 16px; padding: 14px 24px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--text-5); border-bottom: 1px solid var(--border); background: var(--bg); }
@media (min-width: 768px) { .offers-head { display: grid; } }
.offer-row { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 20px; border-top: 1px solid var(--border-soft); transition: background .2s; }
.offer-row:hover { background: #161616; }
.offer-row.highlight { background: rgba(212,175,55,0.03); }
@media (min-width: 768px) { .offer-row { grid-template-columns: 3fr 2fr 2fr 2fr 1fr 2fr; gap: 16px; align-items: center; padding: 20px 24px; } }
.offer-cell .mlabel { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-5); margin-bottom: 4px; }
@media (min-width: 768px) { .offer-cell .mlabel { display: none; } }
.offer-op { display: flex; align-items: center; gap: 12px; }
.op-mark { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #000; font-family: var(--display-font); font-weight: 800; font-size: 18px; flex-shrink: 0; }
.op-name { font-weight: 600; line-height: 1.2; }
.op-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; margin-top: 2px; }
.spins-n { font-family: var(--display-font); color: var(--gold); font-size: 1.6rem; line-height: 1; }
.spins-n.empty { color: var(--text-5); }
.spins-l { font-size: 11px; color: var(--text-5); margin-top: 2px; }
.cell-game { font-size: 14px; color: #fff; }
.cell-sub { font-size: 12px; color: var(--text-5); }
.cell-text { font-size: 14px; color: var(--text-2); }
.offer-cta-cell { text-align: left; }
@media (min-width: 768px) { .offer-cta-cell { text-align: right; } }
.btn-sm { padding: 10px 18px; font-size: 13px; font-weight: 700; }
.offer-tag-line { grid-column: 1 / -1; display: none; align-items: center; gap: 8px; font-size: 11px; color: var(--text-5); margin-top: -4px; }
@media (min-width: 768px) { .offer-tag-line { display: flex; } }
.offer-tag-line .v { color: var(--text-2); }
.legal { font-size: 11px; color: var(--text-5); margin-top: 12px; line-height: 1.6; }

/* WEEKLY CALENDAR */
.weekly { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 640px) { .weekly { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .weekly { grid-template-columns: repeat(7, 1fr); } }
.week-day { display: block; padding: 16px; border: 1px solid var(--border); background: var(--bg-soft); transition: border .2s; }
.week-day:hover { border-color: rgba(212,175,55,0.4); }
.week-day.today { border-color: var(--gold); background: rgba(212,175,55,0.05); }
.week-day .d { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-5); margin-bottom: 8px; }
.week-day.today .d { color: var(--gold); }
.week-day .n { font-family: var(--display-font); font-size: 1.5rem; line-height: 1; color: #fff; }
.week-day .n.empty { color: var(--text-5); }
.week-day .s { font-size: 11px; color: var(--text-3); margin-top: 4px; }
.week-day .op { font-size: 11px; color: var(--text-5); margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* CASINO CARD */
.casino-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .casino-grid { grid-template-columns: 1fr 1fr; } }
.casino-card { position: relative; background: var(--bg-soft); border: 1px solid var(--border); padding: 24px; transition: border .3s, transform .3s; }
.casino-card:hover { border-color: rgba(212,175,55,0.5); transform: translateY(-2px); }
.casino-card .rank { position: absolute; top: -14px; left: -14px; width: 40px; height: 40px; background: var(--gold); color: #000; font-family: var(--display-font); font-size: 1.25rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.casino-card-inner { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
@media (min-width: 768px) { .casino-card-inner { flex-direction: row; gap: 24px; } }
.casino-card .badge { width: 100%; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid; flex-shrink: 0; }
@media (min-width: 768px) { .casino-card .badge { width: 176px; height: 128px; } }
.casino-card .badge-letter { font-family: var(--display-font); font-size: 3rem; line-height: 1; }
.casino-card .badge-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 4px; }
.casino-card-body { flex: 1; min-width: 0; }
.casino-card-header { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 6px; }
.casino-card h3 { font-family: var(--display-font); font-size: 1.5rem; }
.casino-card .tagline { font-size: 13px; color: var(--text-3); font-style: italic; margin: 0; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 14px; margin-top: 16px; }
.fact .l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-5); }
.fact .v { color: #fff; }
.fact .v.gold { color: var(--gold); font-weight: 600; }
.pros-mini { margin: 16px 0 0; padding: 0; list-style: none; }
.pros-mini li { display: flex; gap: 8px; font-size: 14px; color: var(--text-2); margin-bottom: 6px; }
.pros-mini li::before { content: "\2713"; color: var(--emerald); flex-shrink: 0; }
.card-actions { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.linkmore { font-size: 14px; color: var(--gold); }
.linkmore:hover { text-decoration: underline; }

/* RATING STARS */
.rating { display: inline-flex; align-items: center; gap: 6px; }
.rating .stars { color: var(--gold); letter-spacing: 1px; }
.rating .stars .e { color: #4a4a4a; }
.rating .v { font-size: 14px; color: var(--text-2); font-weight: 600; }
.rating .v .max { color: var(--text-5); }

/* QUICK FACTS STRIP */
.facts-strip { background: var(--bg-soft-2); border-bottom: 1px solid var(--border); }
.facts-strip-inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 30px 0; }
@media (min-width: 768px) { .facts-strip-inner { grid-template-columns: repeat(5, 1fr); } }
.facts-strip .l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-5); }
.facts-strip .v { margin-top: 6px; color: #fff; font-weight: 500; }
.facts-strip .v.gold { color: var(--gold); font-family: var(--display-font); font-size: 1.1rem; }

/* ARTICLE / REVIEW */
.article { padding: 60px 0; }
.article-grid { display: grid; grid-template-columns: 1fr; gap: 50px; }
@media (min-width: 1024px) { .article-grid { grid-template-columns: 2fr 1fr; gap: 48px; } }
.aside { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 1024px) { .aside { position: sticky; top: 96px; align-self: flex-start; } }
.aside-box { background: var(--bg-soft); border: 1px solid var(--border); padding: 24px; }
.aside-box.gold { border-color: rgba(212,175,55,0.4); }
.aside-box.rose { border-color: rgba(244,63,94,0.4); }
.aside-box .label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 8px; }
.aside-box.rose .label { color: var(--rose); }
.aside-box .big { font-family: var(--display-font); font-size: 1.75rem; line-height: 1.2; color: #fff; }
.aside-box .sub { font-size: 14px; color: var(--text-3); margin-top: 4px; }
.aside-box dl { margin: 0; }
.aside-box dl > div { display: flex; justify-content: space-between; gap: 10px; font-size: 14px; padding: 4px 0; }
.aside-box dt { color: var(--text-5); }
.aside-box dd { color: #fff; margin: 0; text-align: right; }
.aside-disclaim { font-size: 10px; color: var(--text-5); text-align: center; margin-top: 10px; }

/* PROS / CONS */
.proscons { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 30px 0; }
@media (min-width: 640px) { .proscons { grid-template-columns: 1fr 1fr; } }
.proscons .col { padding: 20px; border: 1px solid; }
.proscons .col.pros { border-color: rgba(16,185,129,0.3); background: rgba(16,185,129,0.05); }
.proscons .col.cons { border-color: rgba(244,63,94,0.3); background: rgba(244,63,94,0.05); }
.proscons h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 12px; font-family: var(--body-font); font-weight: 700; }
.proscons .col.pros h4 { color: var(--emerald); }
.proscons .col.cons h4 { color: var(--rose); }
.proscons ul { margin: 0; padding: 0; list-style: none; }
.proscons li { display: flex; gap: 8px; font-size: 14px; color: var(--text-2); margin-bottom: 8px; }
.proscons .col.pros li::before { content: "\2713"; color: var(--emerald); }
.proscons .col.cons li::before { content: "\2715"; color: var(--rose); }

/* PROSE editorial */
.prose { color: var(--text-2); font-size: 17px; line-height: 1.75; }
.prose .lead { font-size: 19px; color: #e5e5e5; }
.prose h2 { font-family: var(--display-font); color: #fff; font-size: 1.75rem; margin: 2.5rem 0 1rem; }
.prose h3 { font-family: var(--display-font); color: #fff; font-size: 1.25rem; margin: 2rem 0 0.75rem; }
.prose p { margin-bottom: 1.25rem; }
.prose a { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(212,175,55,0.4); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--gold); }
.prose strong { color: #fff; }
.prose ul, .prose ol { margin: 0 0 1.25rem; padding-left: 1.5rem; }
.prose ul { list-style: none; padding-left: 1.25rem; }
.prose ul li { position: relative; padding-left: 1rem; margin-bottom: 0.5rem; }
.prose ul li::before { content: "\25C6"; position: absolute; left: -0.25rem; top: 0.45rem; color: var(--gold); font-size: 0.6rem; }
.prose ol li { margin-bottom: 0.5rem; }
.prose blockquote { border-left: 3px solid var(--gold); padding: 8px 0 8px 20px; margin: 24px 0; font-family: var(--display-font); font-style: italic; color: #e5e5e5; font-size: 1.05rem; }

/* CLOSED BANNER */
.closed-banner { margin-bottom: 36px; padding: 24px; border: 1px solid rgba(244,63,94,0.4); background: rgba(244,63,94,0.07); display: flex; gap: 16px; align-items: flex-start; }
.closed-banner .icn { color: var(--rose); font-size: 24px; line-height: 1; }
.closed-banner .label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--rose); margin-bottom: 6px; }
.closed-banner h2 { font-family: var(--display-font); font-size: 1.3rem; color: #fff; line-height: 1.3; }
.closed-banner p { font-size: 14px; color: var(--text-2); margin-top: 8px; line-height: 1.6; max-width: 720px; }

/* AUTHOR BOX */
.author { margin: 50px 0 16px; padding: 28px; background: var(--bg-soft); border: 1px solid var(--border); position: relative; overflow: hidden; }
.author-inner { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; position: relative; }
@media (min-width: 640px) { .author-inner { flex-direction: row; gap: 28px; } }
.author-photo { width: 96px; height: 96px; border: 1px solid rgba(212,175,55,0.4); overflow: hidden; background: linear-gradient(135deg, #d4af37 0%, #8a6f1e 100%); display: inline-flex; align-items: center; justify-content: center; color: #000; font-family: var(--display-font); font-size: 36px; font-weight: 800; flex-shrink: 0; }
.author-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.author .eyebrow-row { display: flex; align-items: center; gap: 8px; }
.author .eyebrow-row .verified { font-size: 10px; color: var(--emerald); background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); padding: 2px 8px; }
.author h4 { font-family: var(--display-font); font-size: 1.5rem; margin-top: 4px; }
.author-sub { font-size: 14px; color: var(--text-3); margin: 4px 0 16px; }
.author p { font-size: 14px; color: var(--text-2); line-height: 1.7; }
.author-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; color: var(--text-4); margin-top: 20px; }
.author-meta a { color: var(--text-4); }
.author-meta a:hover { color: var(--gold); }
.author-meta .icn { color: var(--gold); }

/* FAQ ACCORDION */
.faq { margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--border); }
.faq h2 { font-family: var(--display-font); font-size: 1.5rem; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.faq h2::before { content: "?"; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.3); color: var(--gold); font-family: var(--body-font); font-weight: 700; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-trigger { width: 100%; background: none; border: none; color: #fff; font-size: 16px; font-weight: 500; padding: 18px 0; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-trigger:hover { color: var(--gold); }
.faq-trigger .caret { font-size: 16px; transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-trigger .caret { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; color: var(--text-2); font-size: 15px; line-height: 1.7; transition: max-height .3s ease; }
.faq-item.open .faq-content { max-height: 600px; padding-bottom: 22px; }

/* NEWS */
.news-grid { display: grid; grid-template-columns: 1fr; gap: 24px; min-width: 0; }
@media (min-width: 1024px) { .news-grid { grid-template-columns: 7fr 5fr; } }
.news-feat { position: relative; aspect-ratio: 16/10; overflow: hidden; border: 1px solid var(--border); display: block; min-width: 0; max-width: 100%; width: 100%; }
@media (min-width: 768px) { .news-feat { min-height: 360px; } }
.news-feat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.news-feat:hover img { transform: scale(1.05); }
.news-feat .ov { position: absolute; inset: 0; background: linear-gradient(to top, #000, rgba(0,0,0,0.6), transparent); }
.news-feat .meta-row { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; }
.news-feat .cat { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
.news-feat h3 { font-family: var(--display-font); font-size: 1.6rem; line-height: 1.2; margin-top: 8px; }
.news-feat p { font-size: 14px; color: var(--text-2); margin-top: 12px; max-width: 560px; }
.news-side { display: flex; flex-direction: column; gap: 16px; }
.news-mini { display: flex; gap: 16px; padding: 12px; border: 1px solid var(--border); transition: border .2s; }
.news-mini:hover { border-color: rgba(212,175,55,0.4); }
.news-mini img { width: 112px; height: 96px; object-fit: cover; flex-shrink: 0; }
.news-mini .body { min-width: 0; }
.news-mini .cat { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
.news-mini h4 { font-family: var(--display-font); font-size: 1rem; line-height: 1.3; margin-top: 4px; }
.news-mini .time { font-size: 11px; color: var(--text-5); margin-top: 6px; display: inline-block; }

/* GUIDE CARDS */
.guides { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .guides { grid-template-columns: repeat(3, 1fr); } }
.guide-card { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--border); display: block; }
.guide-card:hover { border-color: rgba(212,175,55,0.5); }
.guide-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: opacity .7s, transform .7s; }
.guide-card:hover img { opacity: 0.8; transform: scale(1.05); }
.guide-card .ov { position: absolute; inset: 0; background: linear-gradient(to top, #000, rgba(0,0,0,0.4), transparent); }
.guide-card .text { position: absolute; inset: 0; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 2; }
.guide-card h3 { font-family: var(--display-font); font-size: 2rem; line-height: 1.1; margin-bottom: 8px; }
.guide-card p { font-size: 14px; color: var(--text-2); margin-bottom: 16px; max-width: 320px; }
.guide-card .more { color: var(--gold); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }

/* TABLES */
.cp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.cp-table-wrap { overflow-x: auto; border: 1px solid var(--border); }
.cp-table thead { background: var(--bg); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--text-5); }
.cp-table th, .cp-table td { padding: 14px 16px; text-align: left; border-top: 1px solid var(--border-soft); }
.cp-table thead th { border-top: 0; }
.cp-table tbody tr:hover { background: #111; }
.cp-table .gold { color: var(--gold); font-weight: 600; }
.cp-table-bj td.h { background: rgba(244,63,94,0.2); color: #fda4af; }
.cp-table-bj td.s { background: rgba(16,185,129,0.2); color: #6ee7b7; }
.cp-table-bj td.d { background: rgba(212,175,55,0.2); color: var(--gold); }
.cp-table-bj td.center { text-align: center; font-family: "Courier New", monospace; font-weight: 700; }

/* INFO BAR / ALERT */
.alertbar { padding: 14px 16px; border: 1px solid rgba(212,175,55,0.3); background: rgba(212,175,55,0.04); display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-2); line-height: 1.6; margin: 24px 0; }
.alertbar .icn { color: var(--gold); flex-shrink: 0; }

/* FOOTER */
.footer { background: #050505; border-top: 1px solid var(--border); margin-top: 100px; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 5fr 3fr 4fr; } }
.footer h4 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-5); margin-bottom: 16px; font-family: var(--body-font); font-weight: 700; }
.footer p { font-size: 14px; color: var(--text-3); line-height: 1.6; max-width: 420px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li a { display: block; padding: 5px 0; font-size: 14px; color: var(--text-2); }
.footer li a:hover { color: var(--gold); }
.footer-safe { margin-top: 24px; padding: 12px 16px; background: var(--bg-soft); border: 1px solid var(--border); font-size: 12px; color: var(--text-2); display: inline-flex; gap: 10px; align-items: center; }
.footer-safe a { color: var(--gold); text-decoration: underline; }
.footer-safe .icn { color: var(--gold); font-size: 14px; }
.footer-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; font-size: 12px; color: var(--text-5); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.tag { display: inline-block; padding: 4px 10px; border: 1px solid var(--border); }

/* SITEMAP & SIMPLE LISTS */
.sm-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .sm-grid { grid-template-columns: repeat(3, 1fr); } }
.sm-grid h2 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 18px; font-family: var(--body-font); font-weight: 700; }
.sm-grid ul { list-style: none; padding: 0; margin: 0; }
.sm-grid li { padding: 5px 0; }
.sm-grid a { font-size: 14px; color: var(--text-2); }
.sm-grid a:hover { color: var(--gold); }

/* CONTACT page chips */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
@media (min-width: 640px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-card { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--border); transition: border .2s; }
.contact-card:hover { border-color: rgba(212,175,55,0.4); }
.contact-card .icn { color: var(--gold); font-size: 20px; flex-shrink: 0; }
.contact-card .t { color: #fff; font-weight: 600; font-size: 14px; }
.contact-card .s { color: var(--text-5); font-size: 12px; margin-top: 2px; }

/* UTILS */
.text-center { text-align: center; }
.gold { color: var(--gold); }
.muted { color: var(--text-3); }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.mt-2 { margin-top: 8px; }
.mt-4 { margin-top: 16px; }
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.tag-pill { padding: 6px 12px; font-size: 12px; }
.tag-pill.h { background: rgba(244,63,94,0.2); color: #fda4af; }
.tag-pill.s { background: rgba(16,185,129,0.2); color: #6ee7b7; }
.tag-pill.d { background: rgba(212,175,55,0.2); color: var(--gold); }
.tag-pill.p { background: rgba(56,189,248,0.2); color: #7dd3fc; }
