:root {
  --orange: #ff8a00;
  --orange-2: #ffb347;
  --ink: #1c1c1c;
  --muted: #5c5c5c;
  --line: #e6e6e6;
  --sheet: #fff;
  --bg: #7a7a7a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background-color: #6e6e6e;
  background-image:
    radial-gradient(circle at 20px 20px, rgba(255,255,255,.06) 10px, transparent 11px),
    radial-gradient(circle at 80px 70px, rgba(0,0,0,.08) 18px, transparent 19px);
  background-size: 160px 140px;
  min-height: 100vh;
}
a { color: var(--orange); text-decoration: none; font-weight: 700; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.wrap { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }

.gate {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(20,20,20,.92);
  display: grid; place-items: center; padding: 20px;
}
.gate[hidden] { display: none; }
.gate-box {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
}
.gate-box h2 { margin: 8px 0 10px; }
.gate-box p { color: #555; }
.gate-actions { display: flex; gap: 10px; justify-content: center; margin-top: 16px; flex-wrap: wrap; }
button, .btn {
  border: 0; cursor: pointer;
  background: var(--orange); color: #fff;
  font-weight: 800; padding: 10px 16px; border-radius: 8px;
}
.btn-ghost { background: #eee; color: #222; }

.top-strip {
  background: #f3f3f3;
  color: #666;
  font-size: 13px;
  padding: 8px 0;
  text-align: center;
}
.top-strip b { color: #333; }

.hero {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0 8px;
}
.logo {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 2px 3px 0 #c45a00, 0 8px 16px rgba(0,0,0,.25);
}
.logo span { color: var(--orange-2); }
.deals {
  background: #fff7d6;
  border: 1px solid #f0d27a;
  border-radius: 12px;
  padding: 10px 12px;
  max-width: 340px;
  font-size: 13px;
}
.deals strong { color: #b36b00; }

.tools {
  display: flex; gap: 12px; align-items: center;
  padding: 0 0 16px;
}
.search {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 10px 16px;
  border: 0;
  font-size: 15px;
}
.icons { display: flex; gap: 8px; color: #fff; font-size: 12px; font-weight: 700; }
.icons span {
  background: rgba(0,0,0,.25);
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.sheet {
  background: var(--sheet);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  padding: 18px 18px 28px;
  margin-bottom: 40px;
}
.crumb { color: #888; font-size: 13px; margin-bottom: 8px; }
.crumb b { color: #333; }
h1 { font-size: clamp(22px, 3vw, 30px); letter-spacing: .02em; }
.disclaimer {
  color: #666; font-size: 13px; margin: 8px 0 16px;
}

.layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 18px;
}
.side a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  color: #333; font-weight: 700; font-size: 14px;
}
.side a:hover, .side a.active { background: #fff4e6; text-decoration: none; }
.side small { color: #999; font-weight: 600; }

.lead {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 12px;
  margin-bottom: 14px;
}
.editorial { font-size: 14.5px; line-height: 1.55; color: #333; }
.editorial p { margin-bottom: 10px; }

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.card {
  display: block;
  color: inherit;
  font-weight: 400;
}
.card:hover { text-decoration: none; }
.thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 10.2;
  background: #111;
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.num {
  position: absolute; left: 7px; top: 7px;
  color: #fff;
  font-weight: 900; font-size: 15px;
  text-shadow: 0 1px 2px #000;
}
.ok {
  position: absolute; left: 7px; top: 7px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #2ecc71; color: #fff;
  font-size: 12px; font-weight: 900;
  display: grid; place-items: center;
}
.name {
  position: absolute; left: 8px; bottom: 8px;
  display: flex; align-items: center; gap: 6px;
  color: #fff; font-size: 14px; font-weight: 800;
  text-shadow: 0 1px 3px #000;
}
.name i {
  width: 18px; height: 18px; border-radius: 50%;
  background: #ff3b3b; display: inline-block;
}
.blurb { font-size: 12.5px; color: #555; margin-top: 6px; line-height: 1.4; }

footer {
  color: #eee; text-align: center; padding: 10px 0 30px; font-size: 12px;
}

@media (max-width: 980px) {
  .hero, .layout, .lead, .grid { grid-template-columns: 1fr 1fr; }
  .side { display: none; }
}
@media (max-width: 640px) {
  .lead, .grid, .hero { grid-template-columns: 1fr; }
}
