/*
 * Inner pages adapter for index.simple_fea3 design system (styles-new.dynamic_9480)
 * 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(.pink-6d71) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.bright_fe75.shade_b109 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.upper-da6e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.upper-da6e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.dark_8693 {
  flex: 0 0 100%;
  max-width: 100%;
}

.button-large-a56b {
  flex: 0 0 100%;
  max-width: 100%;
}

.tag-black-f528 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tag-black-f528 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .button-large-a56b {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dirty-c315 { display: flex; }
.media_basic_f781 { justify-content: space-between; }
.dark_20b1 { align-items: center; }
.shade_b109 { text-align: center; }

.logo-wood-f8d4 { margin-right: 0.5rem; }
.picture-fresh-9e4c { margin-right: 1rem; }
.focused-fc13 { margin-top: 1rem; }
.sidebar-black-1d48 { margin-top: 1.5rem; }
.notification-8b35 { margin-bottom: 1rem; }
.tooltip_red_5266 { margin-bottom: 1.5rem; }
.south_898e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.banner_fluid_b3e9 { margin-top: 1rem; margin-bottom: 1rem; }
.east_3dde { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.gas_fc55 { max-width: 100%; height: auto; }

/* Links used in old footer */
.main_aaa2 { color: var(--text-primary); }
.easy_00a3 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.focus_copper_9c45 {
  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 */
.header-liquid-8e5e { /* 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);
}

.header-liquid-8e5e:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.progress-8f1c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.progress-8f1c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.right_1e15 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.list_thick_b39f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.list_thick_b39f::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;
}

.soft_e910 {
  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);
}

.soft_e910 h1 {
  margin-bottom: var(--spacing-sm);
}

.soft_e910 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.status_10ed {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.surface-down-fe16 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.alert_e61a {
  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);
}

.surface_4842 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.popup_50d6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.popup_50d6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.background_96ca img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.logo-29d2 {
  padding-bottom: var(--spacing-2xl);
}

.silver-8ce8 {
  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;
}

.slider_lower_5698 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.photo_16a2 a {
  color: var(--primary-color);
}

.photo_16a2.fn-active-7b7b {
  color: var(--text-secondary);
}

.photo_16a2:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.paragraph_9c96 {
  padding: var(--spacing-xl) 0;
}

.nav-black-9555 {
  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);
}

.nav-black-9555 h2 {
  margin-bottom: var(--spacing-sm);
}

.nav-black-9555 p {
  color: var(--text-secondary);
}

.fluid_ea57 {
  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;
}

.fluid_ea57 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.fluid_ea57 h4 {
  margin-top: var(--spacing-sm);
}

.fluid_ea57 p {
  color: var(--text-secondary);
}

.aside-basic-4a43 {
  padding: var(--spacing-xl) 0;
}

.block-0c9d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.static_df0b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.static_df0b a {
  color: var(--text-secondary);
}

.static_df0b a:hover {
  color: var(--primary-color);
}

.current_4dce {
  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);
}

.component-small-f5f3 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.video_stone_f274 {
  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);
}

.video_stone_f274:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.label_west_5874 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.outline-e8bc { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ce97 */
.shadow-element-o1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
