/*
 * Inner pages adapter for index.white-b5a9 design system (styles-new.nav_a3bc)
 * 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(.cool_2702) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.progress_6d4b.image_next_78d5 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.current_d78e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.current_d78e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.layout_67bf {
  flex: 0 0 100%;
  max-width: 100%;
}

.purple-d7cc {
  flex: 0 0 100%;
  max-width: 100%;
}

.progress_9c40 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .progress_9c40 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .purple-d7cc {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outer_0e94 { display: flex; }
.alert_8157 { justify-content: space-between; }
.gallery-db0f { align-items: center; }
.image_next_78d5 { text-align: center; }

.breadcrumb-1b2e { margin-right: 0.5rem; }
.easy_eb0b { margin-right: 1rem; }
.surface-71bd { margin-top: 1rem; }
.description_last_f35d { margin-top: 1.5rem; }
.content-green-5c18 { margin-bottom: 1rem; }
.background-purple-3c8e { margin-bottom: 1.5rem; }
.shadow-short-a24b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.hard-ffd1 { margin-top: 1rem; margin-bottom: 1rem; }
.info_19d9 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.breadcrumb_acc7 { max-width: 100%; height: auto; }

/* Links used in old footer */
.link-new-a900 { color: var(--text-primary); }
.search_0645 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.sidebar_3404 {
  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 */
.filter_fixed_79eb { /* 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);
}

.filter_fixed_79eb:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.button-b9c3 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.button-b9c3:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hidden_bd77 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.overlay_a8e9 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.overlay_a8e9::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;
}

.sort-dirty-8260 {
  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);
}

.sort-dirty-8260 h1 {
  margin-bottom: var(--spacing-sm);
}

.sort-dirty-8260 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.filter_bottom_9c5e {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.shadow_small_c8ec {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.rough_425a {
  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);
}

.media_active_8527 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.rough_b953 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.rough_b953 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.info_d281 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.mini-becc {
  padding-bottom: var(--spacing-2xl);
}

.accent-huge-a0b9 {
  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;
}

.avatar-9f8a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.gold_e805 a {
  color: var(--primary-color);
}

.gold_e805.fn-active-3bd4 {
  color: var(--text-secondary);
}

.gold_e805:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.advanced_a41a {
  padding: var(--spacing-xl) 0;
}

.table-4ff5 {
  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);
}

.table-4ff5 h2 {
  margin-bottom: var(--spacing-sm);
}

.table-4ff5 p {
  color: var(--text-secondary);
}

.thumbnail-right-9388 {
  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;
}

.thumbnail-right-9388 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.thumbnail-right-9388 h4 {
  margin-top: var(--spacing-sm);
}

.thumbnail-right-9388 p {
  color: var(--text-secondary);
}

.component_static_3f4f {
  padding: var(--spacing-xl) 0;
}

.fresh-8e2b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.photo-solid-7cff {
  list-style: none;
  margin: 0;
  padding: 0;
}

.photo-solid-7cff a {
  color: var(--text-secondary);
}

.photo-solid-7cff a:hover {
  color: var(--primary-color);
}

.sidebar-3e8e {
  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);
}

.slider_active_0e27 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.slider-smooth-e415 {
  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);
}

.slider-smooth-e415:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.link_warm_798d { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.feature-last-a243 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: bceb */
.phantom-card-o7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
