/*
 * Inner pages adapter for index.heading-steel-e394 design system (styles-new.lite_6162)
 * 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(.aside-out-cb1a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.section_last_998f.pagination_bc9c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.icon-old-b6c9 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.icon-old-b6c9 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.shadow_40b9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.advanced_7f81 {
  flex: 0 0 100%;
  max-width: 100%;
}

.column-b959 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-b959 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .advanced_7f81 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.message-2a5b { display: flex; }
.over_de65 { justify-content: space-between; }
.layout_selected_e964 { align-items: center; }
.pagination_bc9c { text-align: center; }

.grid_light_fdb7 { margin-right: 0.5rem; }
.badge_fresh_5e48 { margin-right: 1rem; }
.wide_2bf5 { margin-top: 1rem; }
.column-3309 { margin-top: 1.5rem; }
.inner-78f5 { margin-bottom: 1rem; }
.blue-6951 { margin-bottom: 1.5rem; }
.dirty-cbe3 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.input-dark-e8eb { margin-top: 1rem; margin-bottom: 1rem; }
.thumbnail-black-4b85 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.large_e1c7 { max-width: 100%; height: auto; }

/* Links used in old footer */
.hero_14e1 { color: var(--text-primary); }
.texture_bright_3d1e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.paper_7240 {
  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 */
.tag_66b7 { /* 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);
}

.tag_66b7:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.filter_purple_baa2 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.filter_purple_baa2:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.active-7059 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.feature-e80b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.feature-e80b::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;
}

.blue_26f9 {
  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);
}

.blue_26f9 h1 {
  margin-bottom: var(--spacing-sm);
}

.blue_26f9 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.solid-d434 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hard-202c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.module_fff6 {
  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);
}

.orange-617f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.slider_f91a h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.slider_f91a p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.section-lower-f333 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.tabs_complex_0ea7 {
  padding-bottom: var(--spacing-2xl);
}

.motion-c8a6 {
  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;
}

.full_e264 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.plasma-2ddb a {
  color: var(--primary-color);
}

.plasma-2ddb.fn-active-0e2e {
  color: var(--text-secondary);
}

.plasma-2ddb:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.logo_5cbc {
  padding: var(--spacing-xl) 0;
}

.smooth-e7bb {
  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);
}

.smooth-e7bb h2 {
  margin-bottom: var(--spacing-sm);
}

.smooth-e7bb p {
  color: var(--text-secondary);
}

.heading-d64b {
  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;
}

.heading-d64b h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.heading-d64b h4 {
  margin-top: var(--spacing-sm);
}

.heading-d64b p {
  color: var(--text-secondary);
}

.slider-motion-bf8b {
  padding: var(--spacing-xl) 0;
}

.feature-9eaf {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.red_85ff {
  list-style: none;
  margin: 0;
  padding: 0;
}

.red_85ff a {
  color: var(--text-secondary);
}

.red_85ff a:hover {
  color: var(--primary-color);
}

.sidebar_pro_8ad9 {
  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);
}

.filter-gas-7aa0 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.short_13e5 {
  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);
}

.short_13e5:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.huge_c8dd { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.box_out_3d93 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1d1d */
.shadow-element-f5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
