/*
 * Inner pages adapter for index.static_4929 design system (styles-new.secondary-f3e8)
 * 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(.middle_c29c) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.border_8493.liquid_6476 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.header-dirty-c366 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.header-dirty-c366 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.north_295e {
  flex: 0 0 100%;
  max-width: 100%;
}

.input_6171 {
  flex: 0 0 100%;
  max-width: 100%;
}

.paragraph_8356 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .paragraph_8356 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .input_6171 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.solid-c390 { display: flex; }
.breadcrumb_east_89f8 { justify-content: space-between; }
.glass-eb3a { align-items: center; }
.liquid_6476 { text-align: center; }

.video-over-29c2 { margin-right: 0.5rem; }
.north-e8da { margin-right: 1rem; }
.item_85a2 { margin-top: 1rem; }
.component-solid-a052 { margin-top: 1.5rem; }
.overlay-6ba3 { margin-bottom: 1rem; }
.brown_139d { margin-bottom: 1.5rem; }
.input_old_f2bf { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.lite_706e { margin-top: 1rem; margin-bottom: 1rem; }
.heading_inner_85ae { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.content_02bd { max-width: 100%; height: auto; }

/* Links used in old footer */
.dirty_b971 { color: var(--text-primary); }
.card-38ab { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.item-5d31 {
  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 */
.out_5b0b { /* 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);
}

.out_5b0b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.picture_16e8 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.picture_16e8:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.gallery_rough_c8cf {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.chip-stone-0f91 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.chip-stone-0f91::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;
}

.texture_261c {
  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);
}

.texture_261c h1 {
  margin-bottom: var(--spacing-sm);
}

.texture_261c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.detail-31d9 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.rough_e7e4 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.detail_fixed_e477 {
  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);
}

.gas_9a6a {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.gallery-9b23 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.gallery-9b23 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.focus_plasma_9481 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.backdrop-top-04b2 {
  padding-bottom: var(--spacing-2xl);
}

.summary-5d80 {
  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;
}

.primary-short-2307 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.old-b4e3 a {
  color: var(--primary-color);
}

.old-b4e3.fn-active-5276 {
  color: var(--text-secondary);
}

.old-b4e3:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.popup-a6c8 {
  padding: var(--spacing-xl) 0;
}

.in-98d8 {
  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);
}

.in-98d8 h2 {
  margin-bottom: var(--spacing-sm);
}

.in-98d8 p {
  color: var(--text-secondary);
}

.progress-rough-311e {
  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;
}

.progress-rough-311e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.progress-rough-311e h4 {
  margin-top: var(--spacing-sm);
}

.progress-rough-311e p {
  color: var(--text-secondary);
}

.purple-6e4c {
  padding: var(--spacing-xl) 0;
}

.focus-3701 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.backdrop_6dde {
  list-style: none;
  margin: 0;
  padding: 0;
}

.backdrop_6dde a {
  color: var(--text-secondary);
}

.backdrop_6dde a:hover {
  color: var(--primary-color);
}

.easy-8160 {
  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);
}

.bottom_ca8d {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.component_7b93 {
  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);
}

.component_7b93:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.shade_eed9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.module_8050 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 571f */
.promo-block-k0 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
