/*
 * Inner pages adapter for index.badge_thick_94c2 design system (styles-new.dropdown-steel-a38f)
 * 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(.picture-dark-e574) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.accordion-ff1f.short_ed50 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.shadow-84cb {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.shadow-84cb > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.progress-hovered-0ca1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.under_e688 {
  flex: 0 0 100%;
  max-width: 100%;
}

.feature-cab6 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .feature-cab6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .under_e688 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.pressed_2060 { display: flex; }
.gas-564d { justify-content: space-between; }
.copper_8550 { align-items: center; }
.short_ed50 { text-align: center; }

.search-lower-a476 { margin-right: 0.5rem; }
.light-0593 { margin-right: 1rem; }
.hero-short-91aa { margin-top: 1rem; }
.highlight_eff0 { margin-top: 1.5rem; }
.outline-0900 { margin-bottom: 1rem; }
.thumbnail-c46d { margin-bottom: 1.5rem; }
.short_ba0c { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.primary_outer_7d84 { margin-top: 1rem; margin-bottom: 1rem; }
.icon-429c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.heading_plasma_5130 { max-width: 100%; height: auto; }

/* Links used in old footer */
.fast-bf55 { color: var(--text-primary); }
.panel-fresh-cef0 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.highlight_e0c0 {
  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 */
.title_clean_90a6 { /* 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);
}

.title_clean_90a6:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.gradient_full_a95d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.gradient_full_a95d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.wood-fd0a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.clean-6f7f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.clean-6f7f::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;
}

.menu_8257 {
  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);
}

.menu_8257 h1 {
  margin-bottom: var(--spacing-sm);
}

.menu_8257 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.link_orange_5424 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hover_8e3e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.preview_cold_8a38 {
  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);
}

.hard_48da {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.primary-7da5 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.primary-7da5 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hard-03d0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.container-7620 {
  padding-bottom: var(--spacing-2xl);
}

.video_b723 {
  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;
}

.dark_e70b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.video-glass-ef36 a {
  color: var(--primary-color);
}

.video-glass-ef36.fn-active-e6a5 {
  color: var(--text-secondary);
}

.video-glass-ef36:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.fluid_ec98 {
  padding: var(--spacing-xl) 0;
}

.full-6130 {
  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);
}

.full-6130 h2 {
  margin-bottom: var(--spacing-sm);
}

.full-6130 p {
  color: var(--text-secondary);
}

.layout_5925 {
  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;
}

.layout_5925 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.layout_5925 h4 {
  margin-top: var(--spacing-sm);
}

.layout_5925 p {
  color: var(--text-secondary);
}

.large-41cf {
  padding: var(--spacing-xl) 0;
}

.slider_28c6 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.image-67ed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-67ed a {
  color: var(--text-secondary);
}

.image-67ed a:hover {
  color: var(--primary-color);
}

.notice_selected_ffcf {
  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);
}

.surface_eff2 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.solid-1089 {
  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);
}

.solid-1089:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.shade-00ee { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.active_8c30 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2be7 */
.phantom-card-l3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
