/*
 * Inner pages adapter for index.widget_fluid_bd61 design system (styles-new.cool_4d40)
 * 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(.frame_lite_9514) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.item-5f92.container_cf4e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.table_108c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.table_108c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.image_focused_db3f {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_iron_4e3a {
  flex: 0 0 100%;
  max-width: 100%;
}

.solid_ac38 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .solid_ac38 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .disabled_iron_4e3a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.next-9dd4 { display: flex; }
.slider-iron-5422 { justify-content: space-between; }
.fixed-2247 { align-items: center; }
.container_cf4e { text-align: center; }

.gradient-fixed-ac0b { margin-right: 0.5rem; }
.outline_c705 { margin-right: 1rem; }
.red-5bba { margin-top: 1rem; }
.photo_b6d3 { margin-top: 1.5rem; }
.disabled_left_e9a0 { margin-bottom: 1rem; }
.blue_a789 { margin-bottom: 1.5rem; }
.icon_old_76ca { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.shade-ac77 { margin-top: 1rem; margin-bottom: 1rem; }
.message_next_c394 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.video_fluid_d84e { max-width: 100%; height: auto; }

/* Links used in old footer */
.media_wide_ca9d { color: var(--text-primary); }
.card_33fd { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.container-d614 {
  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 */
.mask_4808 { /* 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);
}

.mask_4808:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.slider_advanced_a016 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.slider_advanced_a016:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.footer-d7c8 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.prev_f7bd {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.prev_f7bd::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;
}

.dropdown_large_e9b5 {
  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);
}

.dropdown_large_e9b5 h1 {
  margin-bottom: var(--spacing-sm);
}

.dropdown_large_e9b5 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.under-1770 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.detail-7547 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.button_cd5b {
  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);
}

.gallery-old-d1e7 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.large-976e h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.large-976e p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.down_81be img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.glass-c713 {
  padding-bottom: var(--spacing-2xl);
}

.dirty_e212 {
  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;
}

.sidebar-inner-a30b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.card_advanced_4d0c a {
  color: var(--primary-color);
}

.card_advanced_4d0c.fn-active-030c {
  color: var(--text-secondary);
}

.card_advanced_4d0c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hero_589e {
  padding: var(--spacing-xl) 0;
}

.green_6c35 {
  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);
}

.green_6c35 h2 {
  margin-bottom: var(--spacing-sm);
}

.green_6c35 p {
  color: var(--text-secondary);
}

.mask_pressed_99d9 {
  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;
}

.mask_pressed_99d9 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.mask_pressed_99d9 h4 {
  margin-top: var(--spacing-sm);
}

.mask_pressed_99d9 p {
  color: var(--text-secondary);
}

.widget-540f {
  padding: var(--spacing-xl) 0;
}

.thumbnail_purple_e75d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.purple-ad27 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.purple-ad27 a {
  color: var(--text-secondary);
}

.purple-ad27 a:hover {
  color: var(--primary-color);
}

.in-215f {
  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);
}

.label-3e55 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.notification-b8e7 {
  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);
}

.notification-b8e7:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.form_2dda { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.highlight_7d9e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6012 */
.ghost-box-s9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
