/*
 * Inner pages adapter for index.text-5509 design system (styles-new.sidebar-288c)
 * 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(.video_copper_8eef) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.status_b036.secondary-gas-957c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.video_a93b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.video_a93b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.short_e617 {
  flex: 0 0 100%;
  max-width: 100%;
}

.picture_8540 {
  flex: 0 0 100%;
  max-width: 100%;
}

.plasma-b053 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .plasma-b053 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .picture_8540 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dropdown_425f { display: flex; }
.border_short_b32f { justify-content: space-between; }
.out_874b { align-items: center; }
.secondary-gas-957c { text-align: center; }

.box_3f94 { margin-right: 0.5rem; }
.upper-0636 { margin-right: 1rem; }
.image_0ad7 { margin-top: 1rem; }
.gradient_7a84 { margin-top: 1.5rem; }
.active_bottom_1d70 { margin-bottom: 1rem; }
.hard_15d6 { margin-bottom: 1.5rem; }
.input_steel_f904 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.rough_1481 { margin-top: 1rem; margin-bottom: 1rem; }
.heading-0982 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.thick-d544 { max-width: 100%; height: auto; }

/* Links used in old footer */
.section_448c { color: var(--text-primary); }
.button_static_6d9c { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.title-c849 {
  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 */
.thumbnail_3691 { /* 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);
}

.thumbnail_3691:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.picture_pro_48eb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.picture_pro_48eb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.thumbnail_light_5bab {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.bronze-4adf {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.bronze-4adf::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;
}

.chip_cfdc {
  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);
}

.chip_cfdc h1 {
  margin-bottom: var(--spacing-sm);
}

.chip_cfdc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.alert-0884 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.section_new_b8f3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.top_7af4 {
  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);
}

.nav-e722 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.icon_west_d3bf h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.icon_west_d3bf p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.complex-ac49 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.liquid-1d4f {
  padding-bottom: var(--spacing-2xl);
}

.content-current-7628 {
  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;
}

.detail-680d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.border_b2a7 a {
  color: var(--primary-color);
}

.border_b2a7.fn-active-9f02 {
  color: var(--text-secondary);
}

.border_b2a7:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.thick_d8b0 {
  padding: var(--spacing-xl) 0;
}

.simple-1e97 {
  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);
}

.simple-1e97 h2 {
  margin-bottom: var(--spacing-sm);
}

.simple-1e97 p {
  color: var(--text-secondary);
}

.list-over-ae0b {
  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;
}

.list-over-ae0b h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.list-over-ae0b h4 {
  margin-top: var(--spacing-sm);
}

.list-over-ae0b p {
  color: var(--text-secondary);
}

.chip-fresh-ea1b {
  padding: var(--spacing-xl) 0;
}

.outline-upper-cfdd {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.accent-steel-0f55 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accent-steel-0f55 a {
  color: var(--text-secondary);
}

.accent-steel-0f55 a:hover {
  color: var(--primary-color);
}

.small_cae8 {
  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);
}

.old_6cce {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.outline_a694 {
  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);
}

.outline_a694:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.wood_544e { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.banner_51d2 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2a8f */
.promo-block-n0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
