.is2-real-panel-wrap {
  color: inherit;
}
.is2-real-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.is2-real-title {
  margin: 0 0 6px;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}
.is2-real-subtitle {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: .9rem;
}
.is2-real-refresh {
  border: 1px solid hsl(0 0% 18%);
  background: hsl(0 0% 7%);
  color: hsl(var(--foreground));
  border-radius: .75rem;
  padding: .7rem 1rem;
  font-weight: 600;
  cursor: pointer;
}
.is2-real-refresh:hover {
  border-color: hsl(0 0% 24%);
  background: hsl(0 0% 10%);
}
.is2-real-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.is2-real-summary-card,
.is2-real-block,
.is2-real-package-card {
  background: hsl(0 0% 7%);
  border: 1px solid hsl(0 0% 13%);
  border-radius: 1rem;
}
.is2-real-summary-card {
  padding: 1rem;
}
.is2-real-summary-card small {
  display: block;
  color: hsl(var(--muted-foreground));
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .4rem;
}
.is2-real-summary-card strong {
  display: block;
  color: hsl(var(--foreground));
  font-size: 1.3rem;
  font-weight: 700;
}
.is2-real-summary-card.gold { box-shadow: inset 0 2px 0 rgba(245, 158, 11, .9); }
.is2-real-summary-card.emerald { box-shadow: inset 0 2px 0 rgba(16, 185, 129, .9); }
.is2-real-summary-card.red { box-shadow: inset 0 2px 0 rgba(239, 68, 68, .9); }
.is2-real-summary-card.blue { box-shadow: inset 0 2px 0 rgba(59, 130, 246, .9); }
.is2-real-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.is2-real-block {
  padding: 1rem;
}
.is2-real-block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}
.is2-real-block-head h3 {
  margin: 0;
  font-size: 1.05rem;
  color: hsl(var(--foreground));
}
.is2-real-block-head p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: .78rem;
}
.is2-real-package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.is2-real-package-card {
  overflow: hidden;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.is2-real-package-card:hover,
.is2-real-package-card:focus-visible {
  transform: translateY(-2px);
  border-color: hsl(0 0% 18%);
  background: hsl(0 0% 8%);
  outline: none;
}
.is2-real-package-card[data-loading="1"] {
  opacity: .7;
  pointer-events: none;
}
.is2-real-package-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #09090b;
}
.is2-real-package-body {
  padding: 1rem;
}
.is2-real-package-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .55rem;
}
.is2-real-package-top h3 {
  margin: 0;
  font-size: 1.05rem;
  color: hsl(var(--foreground));
}
.is2-real-package-currency,
.is2-real-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
}
.is2-real-package-currency {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .65rem;
  color: #fbbf24;
  background: rgba(245, 158, 11, .12);
  border: 1px solid rgba(245, 158, 11, .2);
}
.is2-real-package-dp {
  color: #fbbf24;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}
.is2-real-package-bonus {
  margin-top: .3rem;
  color: #86efac;
  font-size: .78rem;
}
.is2-real-package-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: .95rem;
  padding-top: .85rem;
  border-top: 1px solid hsl(0 0% 13%);
}
.is2-real-package-footer small {
  display: block;
  color: hsl(var(--muted-foreground));
  font-size: .72rem;
  margin-bottom: .18rem;
}
.is2-real-package-footer strong {
  color: hsl(var(--foreground));
  font-size: 1rem;
}
.is2-real-package-open {
  color: #f97316;
  font-size: .8rem;
  font-weight: 700;
}
.is2-real-table-wrap {
  overflow: auto;
  border: 1px solid hsl(0 0% 13%);
  border-radius: .9rem;
}
.is2-real-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}
.is2-real-table th,
.is2-real-table td {
  padding: .8rem .9rem;
  border-bottom: 1px solid hsl(0 0% 13%);
  text-align: left;
  font-size: .82rem;
}
.is2-real-table th {
  color: hsl(var(--muted-foreground));
  background: hsl(0 0% 6%);
}
.is2-real-table tbody tr:last-child td { border-bottom: 0; }
.is2-real-chip {
  padding: .35rem .65rem;
  background: hsl(0 0% 10%);
  border: 1px solid hsl(0 0% 15%);
  color: hsl(var(--foreground));
}
.is2-real-plus { color: #86efac; font-weight: 700; }
.is2-real-minus { color: #fca5a5; font-weight: 700; }
.is2-real-empty {
  color: hsl(var(--muted-foreground));
  padding: 1rem;
  border: 1px dashed hsl(0 0% 15%);
  border-radius: .9rem;
}

@media (max-width: 1100px) {
  .is2-real-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .is2-real-two-col { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .is2-real-header-row,
  .is2-real-block-head { flex-direction: column; align-items: flex-start; }
  .is2-real-summary-grid,
  .is2-real-package-grid { grid-template-columns: 1fr; }
}
