/*
 * Inner pages adapter for index.dirty-1486 design system (styles-new.wrapper_narrow_c7a4)
 * 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(.copper_1611) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.table_4ce6.carousel-265f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.cool-bba1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.cool-bba1 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.frame-d4f5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.heading_fluid_41dc {
  flex: 0 0 100%;
  max-width: 100%;
}

.feature-7a88 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .feature-7a88 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .heading_fluid_41dc {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.gradient_4f98 { display: flex; }
.message_thick_09ca { justify-content: space-between; }
.selected-83f8 { align-items: center; }
.carousel-265f { text-align: center; }

.button_dirty_a006 { margin-right: 0.5rem; }
.widget-1518 { margin-right: 1rem; }
.in_4ca6 { margin-top: 1rem; }
.logo_pressed_eb54 { margin-top: 1.5rem; }
.block_d9eb { margin-bottom: 1rem; }
.overlay_007c { margin-bottom: 1.5rem; }
.right-1a77 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.form-hot-611c { margin-top: 1rem; margin-bottom: 1rem; }
.hover-cold-bd4e { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.info-focused-d200 { max-width: 100%; height: auto; }

/* Links used in old footer */
.badge-hard-01e9 { color: var(--text-primary); }
.medium_a316 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.thumbnail_basic_0c39 {
  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 */
.full_ef14 { /* 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);
}

.full_ef14:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.advanced-35bb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.advanced-35bb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.section_slow_eb0c {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.block_8287 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.block_8287::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;
}

.title_0ce9 {
  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);
}

.title_0ce9 h1 {
  margin-bottom: var(--spacing-sm);
}

.title_0ce9 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.status-0b30 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.block_basic_6973 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.sort-ef48 {
  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);
}

.purple_b705 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.north_4fa6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.north_4fa6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.caption_fresh_8532 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.overlay-narrow-077d {
  padding-bottom: var(--spacing-2xl);
}

.fast_5492 {
  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;
}

.caption_light_b003 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.main_motion_4ed7 a {
  color: var(--primary-color);
}

.main_motion_4ed7.fn-active-2b9f {
  color: var(--text-secondary);
}

.main_motion_4ed7:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.dropdown_glass_a5b5 {
  padding: var(--spacing-xl) 0;
}

.overlay_motion_709d {
  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);
}

.overlay_motion_709d h2 {
  margin-bottom: var(--spacing-sm);
}

.overlay_motion_709d p {
  color: var(--text-secondary);
}

.hot-4f0e {
  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;
}

.hot-4f0e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hot-4f0e h4 {
  margin-top: var(--spacing-sm);
}

.hot-4f0e p {
  color: var(--text-secondary);
}

.card_cold_d4be {
  padding: var(--spacing-xl) 0;
}

.widget-liquid-5ac4 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.message_012f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.message_012f a {
  color: var(--text-secondary);
}

.message_012f a:hover {
  color: var(--primary-color);
}

.disabled-e368 {
  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);
}

.paragraph-be26 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.texture_dcb2 {
  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);
}

.texture_dcb2:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.preview_daba { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.footer_93d6 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3809 */
.promo-block-x0 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
