:root {
  --panel: rgba(8, 12, 20, 0.92);
  --muted: #c4d3e6;
  --primary: #1fb8ff;
  --accent: #69e0ff;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: 0 20px 60px rgba(0, 10, 30, 0.6);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 20%, rgba(73, 167, 255, 0.12), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(0, 193, 255, 0.12), transparent 25%),
    #030811;
  color: #f2f3f8;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: calc(100% - 24px);
  max-width: 100%;
  margin: 0 auto;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0d0a0c;
  backdrop-filter: blur(12px);
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin: 0 auto;
}

.brand__logo {
  height: 50px;
  width: auto;
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
  object-fit: contain;
  box-shadow: none;
  display: block;
	    margin-left: 0;
    margin-right: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .brand__logo {
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }
}


.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #0f0a0c;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand__title {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.brand__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-toggle {
  display: none;
  border: 1px solid var(--border);
  background: var(--panel);
  color: #fff;
  padding: 8px 11px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.btn {
  border: 1px solid var(--border);
  background: var(--panel);
  color: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: var(--shadow);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn--primary {
  background: linear-gradient(135deg, #ff3b3b, #ff6b4a);
  border: none;
  box-shadow: 0 10px 25px rgba(255, 78, 78, 0.3);
}

@media (min-width: 769px) {
  .header-toggle {
    display: none;
  }
  .actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* MOBILE HEADER */
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }

  .top {
    align-items: center;
  }

  .brand {
    justify-content: center;
  }

  .header-toggle {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .actions {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 8px;
    padding: 10px 12px;
    background: rgba(10, 7, 9, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    flex-direction: column;
    align-items: stretch;
    display: none;
    z-index: 40;
  }

  .actions .btn {
    width: 100%;
    justify-content: center;
  }

  .actions.is-open {
    display: flex;
  }
}

main {
  padding: 10px 0 40px;
}
.hero {
  background-image: url("../images/bg-hero.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
  min-height: clamp(420px, 70vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(6, 14, 26, 0.85), rgba(2, 17, 31, 0.8));
  pointer-events: none;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.02em;
  color: #ff4c4c;
}
.hero__title span {
  color: #ffe0e0;
}
.hero__subtitle {
  margin: 0 0 16px;
  color: #e6e7f3;
}
.hero__row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}
.stat {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}
.stat__value {
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--accent);
}
.stat__label {
  margin: 4px 0 0;
  color: var(--muted);
}
section {
  margin-top: 28px;
}
.section__title {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #ff4c4c;
}
.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.card h3 {
  margin: 0 0 8px;
  color: #ff4c4c;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.list li {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.feature {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: stretch;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.feature__content {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature__media {
  flex: 1 1 320px;
}
.feature__media img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.feature--reverse .feature__content {
  order: 2;
}
.feature--reverse .feature__media {
  order: 1;
}
.seo {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
}
.panel-image {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: clamp(420px, 68vh, 840px);
}
.panel-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 13, 24, 0.9);
  pointer-events: none;
}
.panel-image > * {
  position: relative;
  z-index: 1;
}
.bg-roulette {
  background-image: url("../images/bg-cockfight.jpg");
}
.bg-dice {
  background-image: url("../images/bg-hotel-casino.jpg");
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.post-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: var(--shadow);
}
.post-card h3 {
  margin: 0;
  font-size: 1.1rem;
}
.post-card .meta {
  color: var(--muted);
  font-size: 0.9rem;
}
.post-card .read-more {
  margin-top: auto;
  font-weight: 700;
  color: var(--accent);
}
.single-wrapper,
.page-wrapper {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.single-wrapper h1,
.page-wrapper h1 {
  margin-top: 0;
  color: #ff4c4c;
}
.content-area img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
footer {
  border-top: 1px solid var(--border);
  padding: 18px 0 26px;
  margin-top: 28px;
  background: rgba(5, 5, 10, 0.75);
}
.footer__inner {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
