:root{
  --oz-bg:#f6f6f6;
  --oz-ink:#111214;
  --oz-muted: rgba(17,18,20,.62);

  --oz-line: rgba(17,18,20,.10);
  --oz-card:#ffffff;

  --oz-yellow:#ffd400;
  --oz-yellow2:#ffbf00;

  --oz-radius: 18px;
  --oz-radius-lg: 24px;

  --oz-shadow: 0 16px 44px rgba(0,0,0,.08);
  --oz-shadow-sm: 0 10px 26px rgba(0,0,0,.06);

  --oz-container: 1240px;
  --oz-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

body{
  font-family: var(--oz-font);
  color: var(--oz-ink);
  background:
    radial-gradient(900px 520px at 20% -10%, rgba(255,212,0,.12), transparent 62%),
    radial-gradient(900px 520px at 90% 10%, rgba(0,0,0,.04), transparent 62%),
    var(--oz-bg);
}

.container{
  width: min(var(--oz-container), calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- Header ---------- */
.oz-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--oz-line);
}
.oz-header__row{
  height: 68px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.oz-brand{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 210px;
}
.custom-logo-link{ display:flex; align-items:center; text-decoration:none; }
.custom-logo{ max-height: 34px; width:auto; height:auto; }

.oz-logo{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
}
.oz-logo__mark{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.65), transparent 55%),
    linear-gradient(135deg, rgba(255,212,0,.95), rgba(255,191,0,.92));
  box-shadow: var(--oz-shadow-sm);
}
.oz-logo__txt{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: .02em;
}

.oz-nav{ display:flex; align-items:center; gap: 10px; }
.oz-nav a{
  text-decoration:none;
  font-weight: 900;
  color: rgba(17,18,20,.76);
  padding: 10px 10px;
  border-radius: 999px;
}
.oz-nav a:hover{
  background: rgba(0,0,0,.05);
  color: rgba(17,18,20,.92);
}

.oz-actions{
  display:flex;
  align-items:center;
  gap: 10px;
  justify-content:flex-end;
  min-width: 260px;
}

.oz-btn{
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration:none;
  font-weight: 950;
  font-size: 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition: transform .14s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.oz-btn:active{ transform: translateY(1px); }

.oz-btn--yellow{
  color: #151515;
  background: linear-gradient(180deg, var(--oz-yellow) 0%, var(--oz-yellow2) 100%);
  box-shadow: 0 16px 40px rgba(255,191,0,.18);
  border-color: rgba(0,0,0,.06);
}
.oz-btn--yellow:hover{ box-shadow: 0 22px 54px rgba(255,191,0,.22); }

.oz-btn--ghost{
  color: rgba(17,18,20,.78);
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.08);
}
.oz-btn--ghost:hover{
  background: rgba(0,0,0,.06);
  color: rgba(17,18,20,.92);
}

/* ---------- Home ---------- */
.oz-home{ padding: 18px 0 34px; }

/* Hero area (search + categories) */
.oz-hero{
  border-radius: var(--oz-radius-lg);
  border: 1px solid var(--oz-line);
  background: rgba(255,255,255,.82);
  box-shadow: var(--oz-shadow);
  padding: 18px;
}

.oz-search{
  display:flex;
  justify-content:center;
  margin: 10px 0 14px;
}
.oz-search__box{
  width: min(720px, 100%);
  height: 52px;
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}
.oz-search__input{
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 14px;
}
.oz-search__input::placeholder{ color: rgba(17,18,20,.45); }

.oz-pills{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:center;
}
.oz-pill{
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  text-decoration:none;
  font-weight: 900;
  color: rgba(17,18,20,.72);
  display:inline-flex;
  align-items:center;
  gap: 8px;
  transition: transform .14s ease, box-shadow .18s ease, border-color .18s ease;
}
.oz-pill:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.16);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  color: rgba(17,18,20,.90);
}
.oz-pill.is-active{
  background: rgba(0,0,0,.08);
  color: rgba(17,18,20,.92);
}

/* ---------- Spotlight slider (ONE games block) ---------- */
.oz-sec{
  margin-top: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.oz-sec__title{
  margin: 0;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: .01em;
}
.oz-navArrows{
  display:flex;
  gap: 10px;
}
.oz-arrow{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.86);
  cursor:pointer;
  display:grid;
  place-items:center;
  transition: transform .14s ease, box-shadow .18s ease, background .18s ease;
}
.oz-arrow:hover{ box-shadow: 0 14px 34px rgba(0,0,0,.08); }
.oz-arrow:active{ transform: translateY(1px); }

.oz-slider{
  margin-top: 12px;
  border-radius: var(--oz-radius-lg);
  border: 1px solid var(--oz-line);
  background: rgba(255,255,255,.82);
  box-shadow: var(--oz-shadow-sm);
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.oz-track{
  display:flex;
  gap: 14px;
  overflow-x:auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.20) transparent;
}
.oz-track::-webkit-scrollbar{ height: 7px; }
.oz-track::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 999px; }
.oz-track::-webkit-scrollbar-track{ background: transparent; }

.oz-card{
  min-width: 230px;
  max-width: 230px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.98);
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 16px 44px rgba(0,0,0,.08);
  overflow:hidden;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
}
.oz-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0,0,0,.16);
  box-shadow: 0 26px 70px rgba(0,0,0,.12);
}

.oz-card__media{
  display:block;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(255,212,0,.14), rgba(0,0,0,.05));
  position: relative;
  overflow:hidden;
}
.oz-card__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .26s ease, filter .26s ease;
}
.oz-card:hover .oz-card__media img{
  transform: scale(1.08);
  filter: saturate(1.10) contrast(1.04);
}

/* badges */
.oz-badge{
  position:absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  gap: 6px;
  font-weight: 950;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.oz-badge__ico{ font-size: 12px; }

/* hover PLAY overlay */
.oz-ov{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.46));
  opacity: 0;
  transition: opacity .2s ease;
}
.oz-card:hover .oz-ov{ opacity: 1; }

.oz-play{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.20);
  background: linear-gradient(180deg, var(--oz-yellow) 0%, var(--oz-yellow2) 100%);
  color: #151515;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.oz-card:hover .oz-play{ transform: translateY(0); opacity: 1; }

.oz-card__meta{
  padding: 12px 12px 14px;
}
.oz-card__title{
  margin: 0 0 6px;
  font-weight: 950;
  font-size: 14px;
  color: rgba(17,18,20,.92);
}
.oz-card__sub{
  font-size: 12px;
  color: rgba(17,18,20,.55);
}

/* ---------- SEO block ---------- */
.oz-seo{ margin-top: 18px; }
.oz-seo__box{
  border-radius: var(--oz-radius-lg);
  border: 1px solid var(--oz-line);
  background: rgba(255,255,255,.82);
  box-shadow: var(--oz-shadow-sm);
  padding: 16px;
}
.oz-seo__box :where(h1,h2){ margin: 6px 0 10px; font-size: 22px; }
.oz-seo__box :where(h3){ margin: 16px 0 8px; font-size: 16px; }
.oz-seo__box :where(p){ margin: 0 0 12px; color: rgba(17,18,20,.74); line-height: 1.75; }
.oz-seo__box :where(ul,ol){ margin: 0 0 12px 18px; color: rgba(17,18,20,.74); line-height: 1.75; }

/* ---------- Footer ---------- */
.oz-footer{
  margin-top: 18px;
  padding: 22px 0 32px;
  border-top: 1px solid var(--oz-line);
  background: rgba(255,255,255,.70);
}
.oz-footer__row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.oz-footer__brand{ font-weight: 950; letter-spacing:.02em; }
.oz-footer__muted{ color: rgba(17,18,20,.62); font-size: 12px; margin-top: 4px; }
.oz-footer__right{ display:flex; gap: 10px; flex-wrap: wrap; }
.oz-footer__link{
  color: rgba(17,18,20,.66);
  text-decoration:none;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.80);
}
.oz-footer__link:hover{
  border-color: rgba(0,0,0,.12);
  color: rgba(17,18,20,.86);
}

/* ---------- lite page ---------- */
.oz-lite{ padding: 18px 0 34px; }
.oz-bc{ font-size: 12px; color: rgba(17,18,20,.58); }
.oz-bc a{ color: rgba(17,18,20,.78); text-decoration:none; }
.oz-bc a:hover{ text-decoration: underline; text-underline-offset: 3px; }
.oz-lite__title{ margin: 8px 0 0; font-size: 28px; }

/* responsive */
@media (max-width: 980px){
  .oz-nav{ display:none; }
  .oz-actions{ min-width: auto; }
  .oz-sec__title{ font-size: 22px; }
}
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; }
}