/*
 * Inner pages adapter for index.current-8e3c design system (styles-new.main_cold_8f1e)
 * 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(.image_ec14) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.right_9d65.top-fe34 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.wrapper_14ba {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.wrapper_14ba > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.accent_copper_0ead {
  flex: 0 0 100%;
  max-width: 100%;
}

.caption-f33c {
  flex: 0 0 100%;
  max-width: 100%;
}

.east_736e {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .east_736e {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .caption-f33c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.chip_e592 { display: flex; }
.summary-dee9 { justify-content: space-between; }
.pagination_fixed_5cce { align-items: center; }
.top-fe34 { text-align: center; }

.title_steel_5da1 { margin-right: 0.5rem; }
.thick_bac7 { margin-right: 1rem; }
.header_last_bda0 { margin-top: 1rem; }
.hot_28ca { margin-top: 1.5rem; }
.under-fe46 { margin-bottom: 1rem; }
.gold-c828 { margin-bottom: 1.5rem; }
.mask-motion-d27a { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.badge-fast-4c26 { margin-top: 1rem; margin-bottom: 1rem; }
.header-advanced-179f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.paragraph-c3a8 { max-width: 100%; height: auto; }

/* Links used in old footer */
.nav_cool_7ced { color: var(--text-primary); }
.sort_copper_ae1a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.focused_9279 {
  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 */
.component_52d6 { /* 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);
}

.component_52d6:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.icon-4414 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.icon-4414:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.iron_94ca {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.white-7779 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.white-7779::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;
}

.gradient_dbd5 {
  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);
}

.gradient_dbd5 h1 {
  margin-bottom: var(--spacing-sm);
}

.gradient_dbd5 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.main-4db1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.dropdown-cold-66a7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.right_47c7 {
  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);
}

.north_7299 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.fresh_47ab h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.fresh_47ab p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.static-e87d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.layout_static_addf {
  padding-bottom: var(--spacing-2xl);
}

.footer-hard-beb1 {
  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;
}

.content_c2f4 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.accordion_4fab a {
  color: var(--primary-color);
}

.accordion_4fab.fn-active-8682 {
  color: var(--text-secondary);
}

.accordion_4fab:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.paragraph_next_2ed0 {
  padding: var(--spacing-xl) 0;
}

.cold-f63f {
  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);
}

.cold-f63f h2 {
  margin-bottom: var(--spacing-sm);
}

.cold-f63f p {
  color: var(--text-secondary);
}

.gallery-focused-a81a {
  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;
}

.gallery-focused-a81a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.gallery-focused-a81a h4 {
  margin-top: var(--spacing-sm);
}

.gallery-focused-a81a p {
  color: var(--text-secondary);
}

.tall-cd04 {
  padding: var(--spacing-xl) 0;
}

.widget_9944 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.motion_f24d {
  list-style: none;
  margin: 0;
  padding: 0;
}

.motion_f24d a {
  color: var(--text-secondary);
}

.motion_f24d a:hover {
  color: var(--primary-color);
}

.overlay-silver-817a {
  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);
}

.module_8ff2 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.texture_483e {
  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);
}

.texture_483e:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.hero-f29b { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.new_04e8 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: badb */
.widget-item-e2 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
