/*
 * Inner pages adapter for index.lite_7d9e design system (styles-new.bronze_8716)
 * 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(.chip_mini_5f4d) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.breadcrumb-thick-c06e.pro_2fd6 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.slider_6026 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.slider_6026 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tabs-4f93 {
  flex: 0 0 100%;
  max-width: 100%;
}

.header-54aa {
  flex: 0 0 100%;
  max-width: 100%;
}

.element_down_6aef {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .element_down_6aef {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .header-54aa {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.fixed-57a4 { display: flex; }
.hero_stale_726c { justify-content: space-between; }
.preview-fresh-9b88 { align-items: center; }
.pro_2fd6 { text-align: center; }

.section_e276 { margin-right: 0.5rem; }
.banner_df15 { margin-right: 1rem; }
.hidden-north-ecba { margin-top: 1rem; }
.detail_ce70 { margin-top: 1.5rem; }
.wrapper_large_350a { margin-bottom: 1rem; }
.left_1078 { margin-bottom: 1.5rem; }
.media-6eb2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.overlay-6480 { margin-top: 1rem; margin-bottom: 1rem; }
.dirty_00f0 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.dirty-bbbd { max-width: 100%; height: auto; }

/* Links used in old footer */
.media_dd88 { color: var(--text-primary); }
.menu_fab3 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.backdrop_north_ca7f {
  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 */
.large_52a9 { /* 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);
}

.large_52a9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.row-blue-e88c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.row-blue-e88c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.filter-9279 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.accordion_a64d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.accordion_a64d::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;
}

.preview-hard-8701 {
  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);
}

.preview-hard-8701 h1 {
  margin-bottom: var(--spacing-sm);
}

.preview-hard-8701 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.alert-c284 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.header-5eb2 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.paper_b03b {
  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);
}

.plasma_df23 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.filter_inner_378a h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.filter_inner_378a p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.focus-74b7 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.pagination-red-d5b7 {
  padding-bottom: var(--spacing-2xl);
}

.notice-0ac8 {
  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;
}

.fast_a23d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.sort_medium_e40f a {
  color: var(--primary-color);
}

.sort_medium_e40f.fn-active-fae7 {
  color: var(--text-secondary);
}

.sort_medium_e40f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.avatar_new_392f {
  padding: var(--spacing-xl) 0;
}

.label-3646 {
  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);
}

.label-3646 h2 {
  margin-bottom: var(--spacing-sm);
}

.label-3646 p {
  color: var(--text-secondary);
}

.easy-77eb {
  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;
}

.easy-77eb h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.easy-77eb h4 {
  margin-top: var(--spacing-sm);
}

.easy-77eb p {
  color: var(--text-secondary);
}

.fluid_e430 {
  padding: var(--spacing-xl) 0;
}

.primary-active-b4b7 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.box_730e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box_730e a {
  color: var(--text-secondary);
}

.box_730e a:hover {
  color: var(--primary-color);
}

.advanced_dc8a {
  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);
}

.dark_4513 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.orange-18d4 {
  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);
}

.orange-18d4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.narrow-b88c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.section-clean-27e1 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: f8e5 */
.shadow-element-u6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
