
:root {
  --bg: #061b16;
  --panel: rgba(8, 27, 24, .78);
  --panel-strong: rgba(5, 22, 18, .94);
  --line: rgba(217,255,218,.16);
  --text: #f5fff5;
  --muted: #b7c9b8;
  --brand: #7ac943;
  --brand-dark: #10220f;
  --shadow: 0 26px 80px rgba(0,0,0,.38);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(3,22,18,.94), rgba(4,25,20,.58) 42%, rgba(3,17,15,.9)),
    linear-gradient(180deg, rgba(5,19,18,.15), rgba(5,19,18,.94) 66%, #041412),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2400&q=85") center/cover no-repeat;
}
.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 34% 20%, rgba(255,180,92,.2), transparent 25%),
    radial-gradient(circle at 80% 20%, rgba(63,133,190,.22), transparent 32%);
}
.glass {
  background: linear-gradient(145deg, rgba(12,37,34,.82), rgba(6,25,21,.7));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(130%);
  border-radius: var(--radius);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 900;
  cursor: pointer;
}
.btn.primary { background: linear-gradient(135deg, var(--brand), #97d56a); color: var(--brand-dark); }
.btn.ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.24); }
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(122,201,67,.22);
  color: #9be96c;
  font-size: .76rem;
  font-weight: 950;
  white-space: nowrap;
}
.muted { color: var(--muted); }
.logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px,4vw,54px);
  background: rgba(5,22,18,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: -.05em; font-size: 1.22rem; }
.brand span span { color: var(--brand); }
.top-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-weight: 850; }
.top-nav a, .top-nav button { padding: 10px 12px; border-radius: 999px; background: transparent; border: 0; color: rgba(255,255,255,.88); cursor: pointer; font-weight: 850; }
.top-nav a:hover, .top-nav button:hover { background: rgba(255,255,255,.1); }
.mobile-menu { display: none; }
.footer {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255,255,255,.72);
  border-top: 1px solid var(--line);
}
.footer a { color: rgba(255,255,255,.86); font-weight: 800; }

@media (max-width: 820px) {
  .site-header { align-items: center; }
  .mobile-menu {
    display: inline-flex;
    background: rgba(255,255,255,.1);
    color: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px 11px;
  }
  .top-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    padding: 18px 28px 24px;
    background: rgba(5,22,18,.96);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }
  .top-nav.open { display: flex; }
}

.ad-slot{width:min(1280px,calc(100% - 32px));margin:16px auto;min-height:90px;padding:12px 16px;display:grid;align-items:center;gap:6px;color:rgba(255,255,255,.8)}
.ad-slot span{color:rgba(255,255,255,.62);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:850}
.adsbygoogle{min-height:70px}
@media(max-width:560px){.ad-slot{width:min(100% - 22px,1280px);margin:12px auto;min-height:72px}}

/* Cleaned ad sizing: only compact/manual placements for now */
.ad-slot {
  min-height: 90px !important;
  max-height: 180px;
  overflow: hidden;
}
.ad-slot .adsbygoogle {
  min-height: 70px !important;
}
