/*
 * Inner pages adapter for index.badge-bright-72f1 design system (styles-new.plasma_cbcf)
 * Purpose: keep legacy inner-page HTML (row/col/utilities) working while matching modern palette.
 */

/* Hide legacy header blocks once we inject the modern header into inner pages */
body > header:not(.dim_7cf7) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.aside-b5e3.active-thick-d9a7 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.focus_244f {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus_244f > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.button-bright-7f0a {
  flex: 0 0 100%;
  max-width: 100%;
}

.cold-2e57 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wrapper_f3cf {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .wrapper_f3cf {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .cold-2e57 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.label_simple_257b { display: flex; }
.table_east_eec6 { justify-content: space-between; }
.steel-fdf9 { align-items: center; }
.active-thick-d9a7 { text-align: center; }

.overlay-bf83 { margin-right: 0.5rem; }
.media-ab43 { margin-right: 1rem; }
.title_silver_3a61 { margin-top: 1rem; }
.tabs-0d4e { margin-top: 1.5rem; }
.pro-4855 { margin-bottom: 1rem; }
.background-dark-0593 { margin-bottom: 1.5rem; }
.left-138c { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.primary-cold-8b5d { margin-top: 1rem; margin-bottom: 1rem; }
.surface-pink-f0f3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.footer-5f62 { max-width: 100%; height: auto; }

/* Links used in old footer */
.info_brown_0335 { color: var(--text-primary); }
.media-fixed-7d98 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.frame_under_8f38 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

/* Map legacy variants to modern system */
.accordion_1453 { /* treat as primary */
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--bg-primary);
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
}

.accordion_1453:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.tabs_b8b1 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.tabs_b8b1:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.white-d834 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.sort-copper-a207 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.sort-copper-a207::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(0, 212, 170, 0.18) 0%, transparent 70%);
  filter: blur(1px);
  pointer-events: none;
}

.modal_70bf {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.modal_70bf h1 {
  margin-bottom: var(--spacing-sm);
}

.modal_70bf p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.basic_d077 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hero-02c9 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.accordion_glass_badf {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm);
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.header-f3fe {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.static_29bd h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.static_29bd p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.cool_791c img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.form-active-b547 {
  padding-bottom: var(--spacing-2xl);
}

.old_8e6f {
  background: rgba(10, 14, 39, 0.55);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: var(--spacing-sm) 0;
}

.fast-c5fe {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.info-40a8 a {
  color: var(--primary-color);
}

.info-40a8.fn-active-2afd {
  color: var(--text-secondary);
}

.info-40a8:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.prev_3c30 {
  padding: var(--spacing-xl) 0;
}

.hidden-cfc3 {
  background: rgba(26, 36, 66, 0.65);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.hidden-cfc3 h2 {
  margin-bottom: var(--spacing-sm);
}

.hidden-cfc3 p {
  color: var(--text-secondary);
}

.status_700a {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  margin: var(--spacing-md) 0;
}

.status_700a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.status_700a h4 {
  margin-top: var(--spacing-sm);
}

.status_700a p {
  color: var(--text-secondary);
}

.primary-9eaf {
  padding: var(--spacing-xl) 0;
}

.component_e80b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.alert_745e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert_745e a {
  color: var(--text-secondary);
}

.alert_745e a:hover {
  color: var(--primary-color);
}

.panel-glass-16cd {
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid rgba(0, 212, 170, 0.25);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
}

.hero-5935 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.disabled_4aa9 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.disabled_4aa9:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.content_e62a { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.stone-f16d { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 565b */
.promo-block-w6 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
