:root {
  --tinz-bg-1: #eef2ff;
  --tinz-bg-2: #f8fafc;
  --tinz-bg-3: #ffffff;
  --tinz-text: #1e293b;
  --tinz-blue: #3b82f6;
  --tinz-blue-dark: #2563eb;
  --tinz-cyan: #06b6d4;
  --tinz-border: #bfdbfe;
  --tinz-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
  --tinz-radius: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--tinz-text);
  background: linear-gradient(160deg, var(--tinz-bg-1) 0%, var(--tinz-bg-2) 52%, var(--tinz-bg-3) 100%);
  line-height: 1.6;
}

a {
  color: var(--tinz-blue-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.tinz-page {
  min-height: 100vh;
}

.tinz-container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.tinz-age-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2147483646 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(15, 23, 42, 0.85) !important;
  padding: 16px !important;
}

.tinz-age-overlay[data-tinz-age-state="confirmed"],
.tinz-age-overlay[data-tinz-age-state="hidden"] {
  display: none !important;
}

.tinz-age-box {
  background: #ffffff;
  border-radius: var(--tinz-radius);
  padding: 36px 28px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--tinz-shadow);
  border-top: 4px solid var(--tinz-blue);
}

.tinz-age-icon {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 12px;
}

.tinz-age-box h2 {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--tinz-text);
  margin: 0 0 10px;
}

.tinz-age-box p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 24px;
}

.tinz-age-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.tinz-age-confirm,
.tinz-age-leave {
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: "Inter", Arial, sans-serif;
  transition: opacity 0.15s;
}

.tinz-age-confirm:hover,
.tinz-age-leave:hover {
  opacity: 0.85;
}

.tinz-age-confirm {
  background: var(--tinz-blue);
  color: #ffffff;
}

.tinz-age-leave {
  background: #e2e8f0;
  color: #475569;
}

.tinz-cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(90deg, #dbeafe, #f0f9ff);
  border-bottom: 1px solid #93c5fd;
}

.tinz-cookie-banner[data-tinz-cookie-state="hidden"] {
  display: none;
}

.tinz-cookie-inner {
  width: min(1120px, calc(100% - 1.4rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  font-size: 0.92rem;
}

.tinz-cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.tinz-cookie-accept,
.tinz-cookie-decline {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.tinz-cookie-accept {
  background: var(--tinz-blue);
  color: #fff;
}

.tinz-cookie-decline {
  background: #cbd5e1;
  color: #1e293b;
}

.tinz-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid #93c5fd;
  position: relative;
  z-index: 20;
}

.tinz-cookie-banner[data-tinz-cookie-state="visible"] ~ .tinz-header {
  padding-top: 62px;
}


.tinz-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 1rem;
}

.tinz-logo-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  flex-shrink: 0;
  min-width: 0;
  max-width: 200px;
}

.tinz-logo-wrap img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.tinz-burger {
  display: none;
  border: 1px solid #93c5fd;
  background: #fff;
  color: var(--tinz-blue-dark);
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.tinz-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.tinz-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  font-weight: 600;
  color: #1e3a8a;
}

.tinz-nav a:hover {
  background: #dbeafe;
  text-decoration: none;
}

.tinz-section {
  padding: 3.2rem 0;
}

.tinz-hero {
  background:
    radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(6, 182, 212, 0.15) 0%, transparent 30%),
    linear-gradient(160deg, #eef2ff, #f8fafc, #ffffff);
}

.tinz-hero h1 {
  font-size: clamp(1.3rem, 3.8vw, 2.65rem);
  line-height: 1.2;
  margin: 0;
  max-width: 760px;
}

.tinz-hero p {
  margin: 1rem 0 1.5rem;
  max-width: 720px;
  font-size: 1.05rem;
}

.tinz-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.3rem 0 1.6rem;
}

.tinz-stat {
  background: #ffffff;
  border-left: 3px solid var(--tinz-blue);
  border-radius: 12px;
  box-shadow: var(--tinz-shadow);
  padding: 1rem;
}

.tinz-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--tinz-blue-dark);
  animation: tinzPulse 1.8s ease-in-out infinite;
}

.tinz-stat-label {
  font-weight: 600;
  font-size: 0.94rem;
}

@keyframes tinzPulse {
  0%,
  100% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}

.tinz-cta-btn,
.tinz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--tinz-blue);
  color: #fff;
  border-radius: 999px;
  padding: 0.76rem 1.3rem;
  font-weight: 700;
  cursor: pointer;
}

.tinz-cta-btn:hover,
.tinz-button:hover {
  background: var(--tinz-blue-dark);
  text-decoration: none;
}

.tinz-rg {
  background: rgba(219, 234, 254, 0.45);
  border-top: 1px solid #bfdbfe;
  border-bottom: 1px solid #bfdbfe;
}

.tinz-rg-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tinz-rg-badge {
  display: inline-flex;
  align-items: center;
  background: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 999px;
  padding: 0.36rem 0.72rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.tinz-casino-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.tinz-card {
  background: #fff;
  border-left: 3px solid var(--tinz-blue);
  border-radius: var(--tinz-radius);
  box-shadow: var(--tinz-shadow);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: box-shadow 0.2s ease;
  min-width: 0;
}

.tinz-card:hover {
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.16);
}

.tinz-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.tinz-card-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.tinz-card-brand img {
  width: auto;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}

.tinz-score {
  min-width: 0;
  flex-shrink: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-weight: 700;
  color: var(--tinz-blue-dark);
  background: #eff6ff;
  padding: 0.35rem 0.58rem;
  border-radius: 10px;
}

.tinz-badge {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  background: #e0f2fe;
  color: #0c4a6e;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
}

.tinz-bonus-text {
  font-weight: 700;
  color: #1d4ed8;
}

.tinz-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tinz-pill {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.26rem 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.tinz-proscons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.tinz-proscons h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.tinz-proscons ul {
  margin: 0;
  padding-left: 1.05rem;
}

.tinz-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.tinz-disclaimer {
  font-size: 0.79rem;
  color: #475569;
}

.tinz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tinz-criterion,
.tinz-about-panel,
.tinz-verdict,
.tinz-glossary {
  background: #fff;
  border-left: 3px solid #3b82f6;
  border-radius: var(--tinz-radius);
  box-shadow: var(--tinz-shadow);
  padding: 1rem 1.1rem;
}

.tinz-stack-gap {
  margin-top: 1rem;
}

.tinz-criterion h3 {
  margin-top: 0;
}

.tinz-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: var(--tinz-shadow);
}

.tinz-table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.tinz-table th,
.tinz-table td {
  border-bottom: 1px solid #dbeafe;
  padding: 0.75rem;
  text-align: left;
}

.tinz-table th {
  background: #eff6ff;
  font-size: 0.9rem;
  cursor: pointer;
  user-select: none;
}

.tinz-table tr:hover td {
  background: #f8fbff;
}

.tinz-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.tinz-about-stat {
  background: #eff6ff;
  border-radius: 12px;
  padding: 0.78rem;
  text-align: center;
}

.tinz-about-stat strong {
  display: block;
  font-size: 1.4rem;
  color: #1d4ed8;
}

.tinz-faq-list {
  display: grid;
  gap: 0.8rem;
}

.tinz-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  overflow: hidden;
}

.tinz-faq-question {
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  border: 0;
  background: #f8fbff;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}

.tinz-faq-answer {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.tinz-faq-item.is-open .tinz-faq-answer {
  max-height: 320px;
  padding-bottom: 0.9rem;
}

.tinz-footer {
  border-top: 1px solid #bfdbfe;
  background: #f8fafc;
}

.tinz-footer-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding: 0.9rem 0;
  font-size: 0.84rem;
}

.tinz-footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tinz-rg-mini {
  display: inline-flex;
  gap: 0.42rem;
  align-items: center;
  flex-wrap: wrap;
}

.tinz-rg-mini span,
.tinz-rg-mini a {
  background: #e2e8f0;
  border-radius: 999px;
  padding: 0.14rem 0.54rem;
  font-size: 0.75rem;
}

.tinz-top-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  display: none;
  cursor: pointer;
  z-index: 40;
}

.tinz-top-btn.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tinz-legal main {
  padding: 2rem 0 3rem;
}

.tinz-legal h1 {
  font-size: clamp(1.35rem, 3.4vw, 2.3rem);
}

.tinz-legal h2 {
  margin-top: 1.7rem;
}

@media (max-width: 900px) {
  .tinz-burger {
    display: inline-flex;
  }

  .tinz-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #bfdbfe;
    padding: 0.6rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .tinz-header-inner {
    position: relative;
  }

  .tinz-nav.is-open {
    display: flex;
  }

  .tinz-nav a {
    border-radius: 10px;
    padding: 0.7rem;
  }
}

@media (max-width: 700px) {
  .tinz-section {
    padding: 2.2rem 0;
  }

  .tinz-hero-stats {
    grid-template-columns: 1fr;
  }

  .tinz-grid {
    grid-template-columns: 1fr;
  }

  .tinz-proscons {
    grid-template-columns: 1fr;
  }

  .tinz-about-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .tinz-page * { max-width: 100%; }
  .tinz-casino-list, .tinz-grid { grid-template-columns: 1fr !important; }
  .tinz-card { flex-direction: column !important; min-width: 0; }
  .tinz-card * { min-width: 0; max-width: 100%; }
  .tinz-card-top { flex-wrap: wrap; gap: 8px; }
  .tinz-logo-wrap { max-width: 120px; height: 36px; }
  .tinz-cta-btn, .tinz-button {
    width: 100% !important; max-width: 100%;
    white-space: normal; word-break: break-word; overflow-wrap: anywhere;
  }
  h1, h2 { font-size: clamp(1.25rem, 6vw, 2rem) !important; }
  .tinz-card:hover { transform: none !important; }
  .tinz-nav {
    position: absolute; left: 0; right: 0;
    width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box;
  }
  .tinz-header-inner { position: relative; }
  table { table-layout: auto; width: max-content; min-width: 100%; }
  .tinz-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th { white-space: nowrap; }
  td { word-break: normal; overflow-wrap: break-word; hyphens: none; }
}

@media (max-width: 380px) {
  h1 { font-size: clamp(1.1rem, 7vw, 1.5rem) !important; }
  .tinz-logo-wrap { max-width: 90px; height: 30px; }
  .tinz-bonus-text { font-size: 0.85rem; }
}
