/*
 * Inner pages adapter for index.shade_brown_09d0 design system (styles-new.orange-b441)
 * 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(.hero-a3a2) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.frame_e358.aside_610f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.menu_simple_d70a {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.menu_simple_d70a > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.search_up_6b2e {
  flex: 0 0 100%;
  max-width: 100%;
}

.plasma_dd61 {
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-4ffc {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .dropdown-4ffc {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .plasma_dd61 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.active-stone-81af { display: flex; }
.pro_4bec { justify-content: space-between; }
.fluid_743e { align-items: center; }
.aside_610f { text-align: center; }

.outer-f4ef { margin-right: 0.5rem; }
.selected-4c9f { margin-right: 1rem; }
.chip_1c33 { margin-top: 1rem; }
.status-wide-414a { margin-top: 1.5rem; }
.fast_bd29 { margin-bottom: 1rem; }
.element-7825 { margin-bottom: 1.5rem; }
.east_410b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.feature-a830 { margin-top: 1rem; margin-bottom: 1rem; }
.basic_096d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.focused-8187 { max-width: 100%; height: auto; }

/* Links used in old footer */
.tabs_5e61 { color: var(--text-primary); }
.thumbnail_new_3e06 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.detail_7354 {
  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 */
.summary-smooth-1104 { /* 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);
}

.summary-smooth-1104:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.header_over_cde4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.header_over_cde4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.accordion_action_a6e5 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.short-25a4 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.short-25a4::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;
}

.icon_e0d2 {
  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);
}

.icon_e0d2 h1 {
  margin-bottom: var(--spacing-sm);
}

.icon_e0d2 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.row_fixed_40ef {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tertiary_red_5370 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.heading_cool_e0b4 {
  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);
}

.accent-4035 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.gradient_pressed_6d0b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.gradient_pressed_6d0b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.pagination-old-fa9a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hidden_b21a {
  padding-bottom: var(--spacing-2xl);
}

.action-108c {
  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;
}

.aside_purple_4ef5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.media_fast_dc12 a {
  color: var(--primary-color);
}

.media_fast_dc12.fn-active-a676 {
  color: var(--text-secondary);
}

.media_fast_dc12:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hidden-a138 {
  padding: var(--spacing-xl) 0;
}

.overlay_large_5d67 {
  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_large_5d67 h2 {
  margin-bottom: var(--spacing-sm);
}

.overlay_large_5d67 p {
  color: var(--text-secondary);
}

.paragraph-orange-4562 {
  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;
}

.paragraph-orange-4562 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.paragraph-orange-4562 h4 {
  margin-top: var(--spacing-sm);
}

.paragraph-orange-4562 p {
  color: var(--text-secondary);
}

.fixed_f78c {
  padding: var(--spacing-xl) 0;
}

.smooth-98ba {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.pagination-clean-4404 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-clean-4404 a {
  color: var(--text-secondary);
}

.pagination-clean-4404 a:hover {
  color: var(--primary-color);
}

.texture-6006 {
  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);
}

.medium_1f26 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.narrow-3058 {
  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);
}

.narrow-3058:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.dropdown-0abf { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sort-rough-2bd4 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 46f0 */
.promo-block-e4 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
