﻿/* jebetka.com — inner page content */
.ip-wrap {
  padding-bottom: 32px;
  max-width: 100%;
  overflow-x: hidden;
}

.ip-doc {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ip-doc__masthead {
  padding: 20px 0 16px;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 20px;
}

.ip-doc__kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-bottom: 6px;
}

.ip-doc__updated {
  font-size: 12px;
  color: var(--ink-soft);
}

.ip-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  padding: 0 0 24px;
  margin-bottom: 8px;
}

.ip-media {
  margin: 28px auto;
  padding: 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface-card);
  max-width: 100%;
  width: 100%;
}

.ip-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.ip-text img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
}

.ip-media__cap {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
  border-top: 1px solid var(--border-light);
}

.ip-media__cap strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 4px;
}

.ip-text {
  padding: 20px 0;
}

.ip-text h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.3;
}

.ip-text h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--brand-gold);
  margin: 20px 0 8px;
}

.ip-text p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-muted);
  margin-bottom: 14px;
}

.ip-text p:last-child {
  margin-bottom: 0;
}

.ip-text ul,
.ip-text ol {
  margin: 12px 0 16px;
  padding-left: 1.2rem;
}

.ip-text li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin-bottom: 8px;
}

.ip-text strong {
  color: var(--ink);
}

.ip-chapter {
  margin: 32px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--border-light);
}

.ip-chapter__idx {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--brand-gold);
  background: rgba(255, 223, 0, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ip-chapter__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.25;
}

.ip-callout {
  margin: 28px 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(255, 223, 0, 0.08) 0%, rgba(0, 200, 150, 0.06) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.ip-callout__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-gold);
  margin-bottom: 8px;
}

.ip-callout p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
}

.ip-criteria {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.ip-criteria__item {
  padding: 14px 16px;
  background: var(--surface-card);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
}

.ip-criteria__item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-criteria__item p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-verdict {
  margin: 36px 0 0;
  padding: 24px 20px;
  text-align: center;
  background: var(--surface-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
}

.ip-verdict h2 {
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 10px;
}

.ip-verdict p {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 16px;
  line-height: 1.6;
}

.ip-verdict .cta-btn {
  display: inline-flex;
}

.ip-crumb {
  padding: 12px var(--nav-pad-x) 0;
  font-size: 12px;
  color: var(--ink-soft);
}

.ip-crumb a {
  color: var(--ink-muted);
}

.ip-crumb span {
  color: var(--ink-soft);
}

.ip-hero-wrap .home-hero {
  margin: 0;
  padding-bottom: 20px;
}

.ip-band {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}

.ip-band__chip {
  flex: 1 1 calc(50% - 4px);
  min-width: 140px;
  padding: 12px 14px;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  text-align: center;
}

.ip-band__val {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-gold);
  line-height: 1.2;
}

.ip-band__lbl {
  display: block;
  font-size: 11px;
  color: var(--ink-soft);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ip-gamelist {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-gamelist__row {
  padding: 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-gamelist__row:last-child {
  border-bottom: none;
}

.ip-gamelist__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.ip-gamelist__rank {
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-gold);
  min-width: 24px;
}

.ip-gamelist__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  flex: 1;
}

.ip-gamelist__tier {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 200, 150, 0.15);
  color: var(--ink);
  text-transform: uppercase;
}

.ip-gamelist__tier--a {
  background: rgba(59, 130, 246, 0.15);
  color: var(--ink);
}

.ip-gamelist__meta {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
  padding-left: 34px;
}

.ip-steps {
  margin: 24px 0;
  counter-reset: ipstep;
}

.ip-steps__item {
  position: relative;
  padding: 0 0 24px 48px;
  counter-increment: ipstep;
}

.ip-steps__item:last-child {
  padding-bottom: 0;
}

.ip-steps__item::before {
  content: counter(ipstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-elevated);
  border: 2px solid var(--brand-gold);
  font-size: 13px;
  font-weight: 800;
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-steps__item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-steps__item p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-offers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ip-offers__card {
  padding: 18px;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.ip-offers__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  background: var(--brand-gold);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ip-offers__tag--green {
  background: var(--brand-green);
  color: #fff;
}

.ip-offers__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.ip-offers__desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-checklist {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-checklist__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: var(--surface-muted);
  border-radius: var(--radius-sm);
}

.ip-checklist__mark {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 200, 150, 0.2);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-checklist__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-muted);
}

.ip-checklist__text strong {
  color: var(--ink);
}

.ip-flow {
  margin: 24px 0;
  position: relative;
  padding-left: 8px;
}

.ip-flow::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: var(--border-light);
}

.ip-flow__node {
  position: relative;
  padding: 0 0 28px 48px;
}

.ip-flow__node:last-child {
  padding-bottom: 0;
}

.ip-flow__dot {
  position: absolute;
  left: 12px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ip-flow__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-flow__desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-pair {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ip-pair__block {
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
}

.ip-pair__block--in {
  background: rgba(0, 200, 150, 0.06);
  border-color: rgba(0, 200, 150, 0.25);
}

.ip-pair__block--out {
  background: rgba(59, 130, 246, 0.06);
  border-color: rgba(59, 130, 246, 0.25);
}

.ip-pair__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.ip-pair__block--in .ip-pair__label {
  color: var(--ink);
}

.ip-pair__block--out .ip-pair__label {
  color: var(--ink);
}

.ip-pair__block h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.ip-pair__block p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 24px;
}

.ip-tags__item {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-muted);
  padding: 6px 12px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: var(--surface-card);
}

.ip-articles {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-articles__item {
  display: block;
  padding: 18px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.ip-articles__item:last-child {
  border-bottom: none;
}

.ip-articles__item:hover {
  background: var(--surface-elevated);
  text-decoration: none;
}

.ip-articles__cat {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-gold);
  margin-bottom: 6px;
}

.ip-articles__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.35;
}

.ip-articles__excerpt {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin-bottom: 8px;
}

.ip-articles__meta {
  font-size: 11px;
  color: var(--ink-soft);
}

.ip-quote {
  margin: 28px 0;
  padding: 20px 22px;
  background: var(--surface-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  text-align: center;
}

.ip-quote p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
  font-style: italic;
}

.ip-quote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: var(--ink-soft);
  margin-top: 10px;
}

.ip-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 20px 0 28px;
}

.ip-spec__cell {
  padding: 14px 12px;
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  text-align: center;
}

.ip-spec__val {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-gold);
  line-height: 1.2;
}

.ip-spec__key {
  display: block;
  font-size: 10px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.ip-datalist {
  margin: 20px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-datalist__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 14px;
}

.ip-datalist__row:last-child {
  border-bottom: none;
}

.ip-datalist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-datalist__key {
  color: var(--ink-muted);
  flex-shrink: 0;
}

.ip-datalist__val {
  color: var(--ink);
  font-weight: 600;
  text-align: right;
}

.ip-rules {
  margin: 20px 0;
  counter-reset: iprule;
}

.ip-rules__item {
  position: relative;
  padding: 12px 0 12px 36px;
  border-bottom: 1px dashed var(--border-light);
  counter-increment: iprule;
}

.ip-rules__item:last-child {
  border-bottom: none;
}

.ip-rules__item::before {
  content: counter(iprule);
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--surface-elevated);
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-rules__item p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-rules__item strong {
  color: var(--ink);
}

.ip-tier-banner {
  margin: 16px 0 24px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.12) 0%, rgba(255, 223, 0, 0.08) 100%);
  border: 1px solid var(--border);
  text-align: center;
}

.ip-tier-banner__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-tier-banner__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-tier-banner__sub {
  font-size: 13px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-compare {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-compare__card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-compare__card--focus {
  border-color: var(--brand-gold);
  background: rgba(255, 223, 0, 0.05);
}

.ip-compare__head {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.ip-compare__card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-tips {
  margin: 24px 0;
}

.ip-tips__row {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
}

.ip-tips__row:last-child {
  border-bottom: none;
}

.ip-tips__icon {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.4;
}

.ip-tips__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-tips__body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-meter {
  margin: 24px 0;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-meter__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ip-meter__row {
  margin-bottom: 14px;
}

.ip-meter__row:last-child {
  margin-bottom: 0;
}

.ip-meter__label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ink-muted);
  margin-bottom: 6px;
}

.ip-meter__label strong {
  color: var(--ink);
  font-weight: 700;
}

.ip-meter__track {
  height: 8px;
  border-radius: 4px;
  background: var(--surface-muted);
  overflow: hidden;
}

.ip-meter__fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-gold) 100%);
}

.ip-meter__fill--high {
  background: linear-gradient(90deg, #22c55e 0%, var(--brand-gold) 100%);
}

.ip-series-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.ip-series-nav__item {
  display: block;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
  text-decoration: none;
  transition: border-color 0.15s;
}

.ip-series-nav__item:hover {
  border-color: var(--brand-gold);
}

.ip-series-nav__item--current {
  border-color: var(--brand-gold);
  background: rgba(255, 223, 0, 0.06);
}

.ip-series-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.ip-series-nav__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-series-nav__rtp {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-gold);
}

.ip-series-nav__desc {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
  line-height: 1.5;
}

.ip-volbadge {
  margin: 16px 0 24px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.08) 0%, rgba(255, 223, 0, 0.06) 100%);
  border: 1px solid rgba(239, 68, 68, 0.25);
  text-align: center;
}

.ip-volbadge__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ef4444;
  margin-bottom: 4px;
}

.ip-volbadge__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.ip-volbadge__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-feature-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-feature-stack__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-feature-stack__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.ip-feature-stack__icon {
  font-size: 22px;
  line-height: 1;
}

.ip-feature-stack__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

.ip-feature-stack__card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-paytable {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-paytable__head {
  padding: 12px 16px;
  background: var(--surface-elevated);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
}

.ip-paytable__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-paytable__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-paytable__sym {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-paytable__pay {
  font-size: 13px;
  color: var(--brand-gold);
  font-weight: 600;
}

.ip-paytable__note {
  font-size: 12px;
  color: var(--ink-muted);
}

.ip-candy-band {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(168, 85, 247, 0.08) 50%, rgba(255, 223, 0, 0.06) 100%);
  border: 1px solid rgba(236, 72, 153, 0.2);
  text-align: center;
}

.ip-candy-band__emoji {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.ip-candy-band__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-candy-band__sub {
  font-size: 13px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-modlist {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-modlist__row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-modlist__row:last-child {
  border-bottom: none;
}

.ip-modlist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-modlist__dot {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.ip-modlist__dot--low {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.ip-modlist__dot--mid {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.ip-modlist__dot--high {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.ip-modlist__dot--max {
  background: linear-gradient(135deg, #ec4899, #db2777);
}

.ip-modlist__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-modlist__body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-brandplate {
  margin: 16px 0 24px;
  padding: 20px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--surface-card) 0%, var(--surface-muted) 100%);
  text-align: center;
}

.ip-brandplate__name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.ip-brandplate__score {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand-gold);
  line-height: 1;
  margin-bottom: 4px;
}

.ip-brandplate__score span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
}

.ip-brandplate__meta {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-scores {
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  background: var(--surface-card);
}

.ip-scores__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  margin-bottom: 14px;
}

.ip-scores__row {
  margin-bottom: 12px;
}

.ip-scores__row:last-child {
  margin-bottom: 0;
}

.ip-scores__head {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 5px;
}

.ip-scores__head span:first-child {
  color: var(--ink);
  font-weight: 600;
}

.ip-scores__head span:last-child {
  color: var(--brand-gold);
  font-weight: 700;
}

.ip-scores__track {
  height: 6px;
  border-radius: 3px;
  background: var(--surface-muted);
  overflow: hidden;
}

.ip-scores__fill {
  height: 100%;
  border-radius: 3px;
  background: var(--brand-gold);
}

.ip-proscons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ip-proscons__block {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
}

.ip-proscons__block--pro {
  background: rgba(0, 200, 150, 0.05);
  border-color: rgba(0, 200, 150, 0.2);
}

.ip-proscons__block--con {
  background: rgba(239, 68, 68, 0.04);
  border-color: rgba(239, 68, 68, 0.15);
}

.ip-proscons__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.ip-proscons__block--pro .ip-proscons__label {
  color: var(--ink);
}

.ip-proscons__block--con .ip-proscons__label {
  color: #ef4444;
}

.ip-proscons__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ip-proscons__list li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
}

.ip-proscons__list li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}

.ip-proscons__block--pro .ip-proscons__list li::before {
  content: "+";
  color: var(--ink);
}

.ip-proscons__block--con .ip-proscons__list li::before {
  content: "−";
  color: #ef4444;
}

.ip-trustlist {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-trustlist__row {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-trustlist__row:last-child {
  border-bottom: none;
}

.ip-trustlist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-trustlist__shield {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ip-trustlist__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-trustlist__body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-flameband {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.12) 0%, rgba(239, 68, 68, 0.08) 100%);
  border: 1px solid rgba(249, 115, 22, 0.3);
  text-align: center;
}

.ip-flameband__emoji {
  font-size: 28px;
  margin-bottom: 6px;
}

.ip-flameband__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-flameband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-gamemodes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-gamemodes__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  border-left: 4px solid #f97316;
  background: var(--surface-card);
}

.ip-gamemodes__card--hot {
  border-left-color: #ef4444;
  background: rgba(249, 115, 22, 0.04);
}

.ip-gamemodes__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.ip-gamemodes__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.ip-gamemodes__tag {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f97316;
}

.ip-gamemodes__card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-crashflow {
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  background: var(--surface-card);
}

.ip-crashflow__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  margin-bottom: 16px;
}

.ip-crashflow__step {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border-light);
}

.ip-crashflow__step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ip-crashflow__mult {
  flex-shrink: 0;
  min-width: 52px;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  background: rgba(249, 115, 22, 0.15);
  font-size: 12px;
  font-weight: 800;
  color: #f97316;
  text-align: center;
  line-height: 1.3;
}

.ip-crashflow__step--end .ip-crashflow__mult {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}

.ip-crashflow__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-crashflow__body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-sportsband {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(0, 200, 150, 0.1) 0%, rgba(59, 130, 246, 0.06) 100%);
  border: 1px solid rgba(0, 200, 150, 0.25);
  text-align: center;
}

.ip-sportsband__emoji {
  font-size: 28px;
  margin-bottom: 6px;
}

.ip-sportsband__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-sportsband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-sectors {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.ip-sectors__block {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-sectors__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ip-sectors__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 200, 150, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ip-sectors__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.ip-sectors__block p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-licrow {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-licrow__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
}

.ip-licrow__item:last-child {
  border-bottom: none;
}

.ip-licrow__item:nth-child(even) {
  background: var(--surface-muted);
}

.ip-licrow__check {
  flex-shrink: 0;
  color: var(--ink);
  font-weight: 800;
}

.ip-licrow__item strong {
  color: var(--ink);
}

.ip-superband {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(59, 130, 246, 0.08) 100%);
  border: 1px solid rgba(220, 38, 38, 0.2);
  text-align: center;
}

.ip-superband__logo {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-superband__score {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-gold);
  margin-bottom: 4px;
}

.ip-superband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-perks__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-perks__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.ip-perks__star {
  color: var(--brand-gold);
  font-size: 14px;
}

.ip-perks__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-perks__card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-ranklist {
  margin: 24px 0;
  counter-reset: iprank;
}

.ip-ranklist__row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
  counter-increment: iprank;
}

.ip-ranklist__row:last-child {
  border-bottom: none;
}

.ip-ranklist__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(220, 38, 38, 0.12);
  color: #dc2626;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-ranklist__num::before {
  content: counter(iprank);
}

.ip-ranklist__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-ranklist__body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-freeband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(0, 200, 150, 0.12) 0%, rgba(255, 223, 0, 0.06) 100%);
  border: 1px solid rgba(0, 200, 150, 0.3);
  text-align: center;
}

.ip-freeband__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-freeband__title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-freeband__sub {
  font-size: 13px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-claimsteps {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-claimsteps__item {
  display: flex;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-claimsteps__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-claimsteps__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-claimsteps__body p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-termstack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.ip-termstack__block {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-muted);
}

.ip-termstack__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.ip-termstack__val {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-gold);
  margin-bottom: 4px;
}

.ip-termstack__note {
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-traplist {
  margin: 24px 0;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(239, 68, 68, 0.2);
  background: rgba(239, 68, 68, 0.04);
}

.ip-traplist__head {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ef4444;
  margin-bottom: 12px;
}

.ip-traplist__item {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  border-bottom: 1px dashed rgba(239, 68, 68, 0.15);
}

.ip-traplist__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ip-traplist__item::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-traplist__item strong {
  color: var(--ink);
}

.ip-matchband {
  margin: 16px 0 20px;
  padding: 20px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 223, 0, 0.15) 0%, rgba(255, 223, 0, 0.04) 100%);
  border: 1px solid rgba(255, 223, 0, 0.35);
  text-align: center;
}

.ip-matchband__pct {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--brand-gold);
  line-height: 1;
  margin-bottom: 4px;
}

.ip-matchband__cap {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-matchband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-tieroffers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-tieroffers__row {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-tieroffers__row--best {
  border-color: var(--brand-gold);
  background: rgba(255, 223, 0, 0.06);
}

.ip-tieroffers__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ip-tieroffers__dep {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-tieroffers__badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand-gold);
}

.ip-tieroffers__math {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: var(--ink-muted);
}

.ip-tieroffers__math strong {
  color: var(--brand-gold);
  font-weight: 800;
}

.ip-tieroffers__total {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed var(--border-light);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.ip-calcrow {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-calcrow__box {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-muted);
}

.ip-calcrow__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  margin-bottom: 8px;
}

.ip-calcrow__formula {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-calcrow__result {
  font-size: 15px;
  font-weight: 800;
  color: var(--brand-gold);
}

.ip-calcrow__note {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 6px 0 0;
}

.ip-pixband {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(0, 200, 150, 0.14) 0%, rgba(59, 130, 246, 0.06) 100%);
  border: 1px solid rgba(0, 200, 150, 0.3);
  text-align: center;
}

.ip-pixband__icon {
  font-size: 28px;
  margin-bottom: 6px;
}

.ip-pixband__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-pixband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-speedtable {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-speedtable__head {
  padding: 12px 16px;
  background: var(--surface-elevated);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
}

.ip-speedtable__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-speedtable__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-speedtable__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ip-speedtable__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-speedtable__time {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.ip-speedtable__note {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-banklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.ip-banklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.ip-banklist__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-green);
  flex-shrink: 0;
}

.ip-banklist__item span:last-child {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-muted);
  margin-left: auto;
}

.ip-spinsband {
  margin: 16px 0 20px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(0, 200, 150, 0.08) 100%);
  border: 1px solid rgba(168, 85, 247, 0.22);
  text-align: center;
}

.ip-spinsband__emoji {
  font-size: 26px;
  margin-bottom: 6px;
}

.ip-spinsband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-spinsband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-microstakes {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-microstakes__head {
  padding: 12px 16px;
  background: var(--surface-elevated);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
}

.ip-microstakes__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 13px;
}

.ip-microstakes__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-microstakes__slot {
  font-weight: 700;
  color: var(--ink);
}

.ip-microstakes__val {
  font-weight: 800;
  color: var(--brand-gold);
  white-space: nowrap;
}

.ip-slotloop {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  overflow-x: hidden;
  padding-left: 4px;
}

.ip-slotloop__step {
  position: relative;
  padding: 16px 16px 16px 52px;
  border-left: 2px solid var(--border-light);
  margin-left: 15px;
}

.ip-slotloop__step:last-child {
  border-left-color: transparent;
}

.ip-slotloop__dot {
  position: absolute;
  left: -16px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, var(--brand-green));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-slotloop__step h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-slotloop__step p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-articlemeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.ip-articlemeta__chip {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ip-articlemeta__chip--cat {
  background: rgba(255, 223, 0, 0.15);
  color: var(--brand-gold);
}

.ip-demoband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(255, 223, 0, 0.06) 100%);
  border: 1px solid rgba(34, 197, 94, 0.25);
  text-align: center;
}

.ip-demoband__tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-demoband__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-demoband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-methodcards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-methodcards__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-methodcards__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ip-methodcards__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.ip-methodcards__badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
}

.ip-methodcards__card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-methodcards__card a {
  color: var(--brand-gold);
}

.ip-apkband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(255, 223, 0, 0.06) 100%);
  border: 1px solid rgba(59, 130, 246, 0.25);
  text-align: center;
}

.ip-apkband__icon {
  font-size: 28px;
  margin-bottom: 6px;
}

.ip-apkband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-apkband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-warningstack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-warningstack__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(239, 68, 68, 0.25);
  background: rgba(239, 68, 68, 0.04);
}

.ip-warningstack__head {
  font-size: 14px;
  font-weight: 700;
  color: #ef4444;
  margin-bottom: 6px;
}

.ip-warningstack__card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-safetylist {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-safetylist__row {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-safetylist__row:last-child {
  border-bottom: none;
}

.ip-safetylist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-safetylist__shield {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.4;
}

.ip-safetylist__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-safetylist__body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-tutorialband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(0, 200, 150, 0.1) 0%, rgba(59, 130, 246, 0.06) 100%);
  border: 1px solid rgba(0, 200, 150, 0.28);
  text-align: center;
}

.ip-tutorialband__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-tutorialband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-tutorialband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-timelog {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-timelog__head {
  padding: 12px 16px;
  background: var(--surface-elevated);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
}

.ip-timelog__row {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-timelog__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-timelog__time {
  flex-shrink: 0;
  min-width: 48px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.ip-timelog__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-timelog__body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.ip-qrfacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-qrfacts__block {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-qrfacts__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-qrfacts__block p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-qrfacts__block strong {
  color: var(--ink);
}

.ip-clusterband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(251, 191, 36, 0.08) 100%);
  border: 1px solid rgba(236, 72, 153, 0.22);
  text-align: center;
}

.ip-clusterband__emoji {
  font-size: 26px;
  margin-bottom: 6px;
}

.ip-clusterband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-clusterband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-clusterlist {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-clusterlist__head {
  padding: 12px 16px;
  background: var(--surface-elevated);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
}

.ip-clusterlist__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
  font-size: 13px;
}

.ip-clusterlist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-clusterlist__size {
  font-weight: 700;
  color: var(--ink);
}

.ip-clusterlist__pay {
  font-weight: 800;
  color: var(--brand-gold);
}

.ip-multgrid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-multgrid__spot {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-multgrid__spot--hot {
  border-color: var(--brand-gold);
  background: rgba(255, 223, 0, 0.05);
}

.ip-multgrid__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #ec4899;
  margin-bottom: 6px;
}

.ip-multgrid__spot h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-multgrid__spot p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-respband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(59, 130, 246, 0.06) 100%);
  border: 1px solid rgba(16, 185, 129, 0.25);
  text-align: center;
}

.ip-respband__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ink);
  background: rgba(16, 185, 129, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.ip-respband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-respband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-limitcards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.ip-limitcards__card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-limitcards__icon {
  font-size: 18px;
  margin-bottom: 6px;
}

.ip-limitcards__card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.ip-limitcards__card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink-muted);
  margin: 0;
}

.ip-signsstack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.ip-signsstack__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  border-left: 3px solid #f59e0b;
  background: rgba(245, 158, 11, 0.06);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-muted);
}

.ip-signsstack__mark {
  flex-shrink: 0;
  font-weight: 800;
  color: #d97706;
}

.ip-helplist {
  margin: 24px 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.ip-helplist__row {
  padding: 14px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-helplist__row:first-child {
  border-top: none;
}

.ip-helplist__row:nth-child(even) {
  background: var(--surface-muted);
}

.ip-helplist__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-helplist__contact {
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
}

.ip-helplist__row p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 6px 0 0;
}

.ip-starband {
  margin: 16px 0 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.12) 0%, rgba(236, 72, 153, 0.08) 50%, rgba(251, 191, 36, 0.06) 100%);
  border: 1px solid rgba(168, 85, 247, 0.25);
  text-align: center;
}

.ip-starband__spark {
  font-size: 24px;
  margin-bottom: 6px;
}

.ip-starband__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-starband__sub {
  font-size: 12px;
  color: var(--ink-muted);
  margin: 0;
}

.ip-multtrack {
  position: relative;
  margin: 24px 0;
  padding-left: 32px;
  border-left: 2px solid rgba(168, 85, 247, 0.3);
  max-width: 100%;
  overflow-x: hidden;
}

.ip-multtrack__step {
  position: relative;
  padding: 0 0 18px 16px;
}

.ip-multtrack__step:last-child {
  padding-bottom: 0;
}

.ip-multtrack__dot {
  position: absolute;
  left: -27px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #a855f7;
  border: 2px solid var(--surface-card);
  box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.25);
}

.ip-multtrack__step--peak .ip-multtrack__dot {
  background: var(--brand-gold);
  box-shadow: 0 0 0 2px rgba(255, 223, 0, 0.4);
}

.ip-multtrack__step h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ip-multtrack__step p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}

.ip-paystack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.ip-paystack__sym {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  background: var(--surface-card);
}

.ip-paystack__sym--scatter {
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(168, 85, 247, 0.05);
}

.ip-paystack__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.ip-paystack__val {
  font-size: 13px;
  font-weight: 800;
  color: var(--brand-gold);
}

.ip-paystack__sym p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

