/* Top10 Kaszino / Lucky Spin — brand theme */

body {
  background: #f9f9f9;
  color: #333333;
}

.wrapper {
  padding-top: 0 !important;
}

.intro-home {
  padding-top: calc(6.5rem + 2rem);
}

.intro-home__title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  color: #ffc107;
}

.intro-home__text {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.content {
  background: #f9f9f9;
  color: #333333;
}

.content p,
.content li,
.content .container p,
.content .container li {
  color: #333333;
}

.header {
  height: 6.5rem !important;
  min-height: 6.5rem;
  padding: 0;
  background: #0d0d0d;
  border-bottom: 0.2rem solid rgba(255, 193, 7, 0.4);
  box-shadow: 0 0.5rem 2.4rem rgba(0, 0, 0, 0.55);
}

.header a.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  width: auto;
  height: 100%;
}

.header a.logo img.logo__img {
  display: block;
  width: auto !important;
  height: 5.6rem !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
}

.search-toggle svg {
  fill: #ffc107;
}

.search-toggle:hover svg,
.search-toggle--active svg {
  fill: #2ecc71;
}

.heading {
  color: #d4a012;
}

.content a:not([class]) {
  color: #1b8a4a;
}

.content a:not([class]):hover {
  color: #ffc107;
}

.intro-home__list a:hover,
.intro-home__list a:focus {
  color: #2ecc71;
}

.footer__subtitle {
  color: #ffc107;
}

.footer__nav a:hover,
.footer__nav a:focus {
  color: #2ecc71;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #fffef9 0%, #f0fff4 100%);
  border: 0.1rem solid rgba(46, 204, 113, 0.28);
  border-radius: 1.6rem;
  font-size: 1.4rem;
}

.article-meta__start {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.article-meta__writer {
  font-weight: 600;
  color: #141414;
}

.article-meta__dot {
  color: #9ca3af;
}

.article-meta__badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #1b8a4a;
  font-weight: 600;
}

.article-meta__icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

.article-meta__end {
  color: #374151;
  font-weight: 500;
  white-space: nowrap;
}

.article-meta__end time {
  font-weight: 700;
  color: #141414;
}

.data-grid-shell {
  overflow-x: auto;
  margin: 2.4rem 0 3rem;
  padding: 0.2rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.data-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.4rem;
  font-size: 1.45rem;
  min-width: 52rem;
}

.data-grid thead th {
  padding: 1rem 1.6rem;
  text-align: left;
  background: linear-gradient(90deg, #141414 0%, #1a2e14 100%);
  color: #ffc107;
  font-weight: 700;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 0.1rem solid rgba(255, 193, 7, 0.3);
}

.data-grid thead th:first-child {
  border-radius: 1.2rem 0 0 1.2rem;
}

.data-grid thead th:last-child {
  border-radius: 0 1.2rem 1.2rem 0;
}

.data-grid tbody tr {
  background: linear-gradient(135deg, #161616 0%, #0f1a12 55%, #121212 100%);
  box-shadow:
    inset 0 0 0 0.15rem rgba(255, 193, 7, 0.22),
    0 0.6rem 2rem rgba(0, 0, 0, 0.28);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.data-grid tbody tr:hover {
  transform: translateY(-0.2rem);
  box-shadow:
    inset 0 0 0 0.15rem rgba(46, 204, 113, 0.55),
    0 0.8rem 2.4rem rgba(46, 204, 113, 0.12);
}

.data-grid tbody td {
  padding: 1.5rem 1.6rem;
  text-align: left;
  vertical-align: middle;
  border: none;
  color: #e6e6e6;
  line-height: 1.5;
}

.data-grid tbody td:first-child {
  font-weight: 700;
  color: #ffc107;
  font-size: 1.55rem;
}

.data-grid tbody tr td:first-child {
  border-radius: 1.4rem 0 0 1.4rem;
}

.data-grid tbody tr td:last-child {
  border-radius: 0 1.4rem 1.4rem 0;
}

@media (max-width: 640px) {
  .intro-home {
    padding-top: calc(6rem + 2rem);
  }

  .article-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .header {
    height: 6rem !important;
    min-height: 6rem;
  }

  .header a.logo img.logo__img {
    height: 4.8rem !important;
  }

  .data-grid-shell {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
  }

  .data-grid {
    min-width: 0;
    border-spacing: 0 1rem;
  }

  .data-grid thead {
    display: none;
  }

  .data-grid tbody tr {
    display: block;
    padding: 0.4rem 0;
  }

  .data-grid tbody td {
    display: block;
    padding: 0.8rem 1.4rem;
    border-radius: 0 !important;
  }

  .data-grid tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 193, 7, 0.75);
    margin-bottom: 0.3rem;
  }

  .data-grid tbody td:first-child {
    padding-top: 1.2rem;
    font-size: 1.45rem;
    border-radius: 1.2rem 1.2rem 0 0 !important;
  }

  .data-grid tbody td:first-child::before {
    display: none;
  }

  .data-grid tbody td:last-child {
    padding-bottom: 1.2rem;
    border-radius: 0 0 1.2rem 1.2rem !important;
  }
}

@media (min-width: 992px) {
  .header a.logo img.logo__img {
    height: 6rem !important;
  }
}

@media (min-width: 768px) {
  .intro-home {
    background:
      radial-gradient(ellipse 70% 55% at 50% 0%, rgba(46, 204, 113, 0.18) 0%, transparent 55%),
      radial-gradient(ellipse 50% 40% at 80% 20%, rgba(255, 193, 7, 0.15) 0%, transparent 50%),
      linear-gradient(165deg, #0d0d0d 0%, #141a0e 45%, #0a0a0a 100%);
  }
}

