/*
 * Inner pages adapter for index.dirty-b966 design system (styles-new.notification-ef89)
 * 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(.light-f562) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.overlay_gold_622a.dropdown-small-ca69 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.media_a4cd {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.media_a4cd > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.grid-ac81 {
  flex: 0 0 100%;
  max-width: 100%;
}

.easy-0cbf {
  flex: 0 0 100%;
  max-width: 100%;
}

.detail_2164 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .detail_2164 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .easy-0cbf {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.hard-15c0 { display: flex; }
.white-15a5 { justify-content: space-between; }
.middle-3436 { align-items: center; }
.dropdown-small-ca69 { text-align: center; }

.hard_9cb5 { margin-right: 0.5rem; }
.last_24c8 { margin-right: 1rem; }
.focus-bae8 { margin-top: 1rem; }
.background-c61c { margin-top: 1.5rem; }
.filter_b8dd { margin-bottom: 1rem; }
.feature_7ebf { margin-bottom: 1.5rem; }
.disabled-current-14fc { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.tertiary-first-f7ef { margin-top: 1rem; margin-bottom: 1rem; }
.badge-cold-be9c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hover_copper_7299 { max-width: 100%; height: auto; }

/* Links used in old footer */
.gallery-5f32 { color: var(--text-primary); }
.progress-liquid-4318 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.steel_f247 {
  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 */
.text_eac9 { /* 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);
}

.text_eac9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.footer_over_a8d4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.footer_over_a8d4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.backdrop_inner_0ff2 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.dropdown-71a5 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.dropdown-71a5::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;
}

.selected_f0fe {
  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);
}

.selected_f0fe h1 {
  margin-bottom: var(--spacing-sm);
}

.selected_f0fe p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.middle-30bf {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.first-3bd7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.media-down-d165 {
  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);
}

.hover_b8b2 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.mini-2eb8 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.mini-2eb8 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.solid_158d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.avatar-ea78 {
  padding-bottom: var(--spacing-2xl);
}

.label_glass_eed3 {
  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;
}

.card-plasma-0722 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.link_12f9 a {
  color: var(--primary-color);
}

.link_12f9.fn-active-629f {
  color: var(--text-secondary);
}

.link_12f9:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.clean-c215 {
  padding: var(--spacing-xl) 0;
}

.gallery_278d {
  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);
}

.gallery_278d h2 {
  margin-bottom: var(--spacing-sm);
}

.gallery_278d p {
  color: var(--text-secondary);
}

.article-c0eb {
  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;
}

.article-c0eb h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.article-c0eb h4 {
  margin-top: var(--spacing-sm);
}

.article-c0eb p {
  color: var(--text-secondary);
}

.menu-first-a235 {
  padding: var(--spacing-xl) 0;
}

.gradient_outer_7c05 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.wide_7e4d {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wide_7e4d a {
  color: var(--text-secondary);
}

.wide_7e4d a:hover {
  color: var(--primary-color);
}

.status-cold-72b8 {
  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);
}

.thumbnail-cool-27fd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.module_cold_0e0f {
  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);
}

.module_cold_0e0f:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.banner-copper-2765 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.row_easy_e528 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3fb2 */
.promo-block-h7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
