/*
 * Inner pages adapter for index.gas_614d design system (styles-new.complex_5cd3)
 * 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(.text-paper-aca1) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tabs_c5d2.yellow_f896 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.focused-a9ea {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focused-a9ea > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.pink-b6e5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wrapper_advanced_3c62 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mask_glass_5631 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .mask_glass_5631 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .wrapper_advanced_3c62 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.basic_cf61 { display: flex; }
.article-1500 { justify-content: space-between; }
.bronze_9240 { align-items: center; }
.yellow_f896 { text-align: center; }

.thumbnail-basic-8d0c { margin-right: 0.5rem; }
.gold-e18e { margin-right: 1rem; }
.caption_7c57 { margin-top: 1rem; }
.light-f4d7 { margin-top: 1.5rem; }
.video_in_c7f6 { margin-bottom: 1rem; }
.wide_84fb { margin-bottom: 1.5rem; }
.sidebar-c76e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.active_829b { margin-top: 1rem; margin-bottom: 1rem; }
.accent-ae39 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.static-b320 { max-width: 100%; height: auto; }

/* Links used in old footer */
.layout-liquid-b761 { color: var(--text-primary); }
.input-new-66d6 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.active_f44e {
  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 */
.sidebar_rough_14ef { /* 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);
}

.sidebar_rough_14ef:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.caption-dynamic-db75 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.caption-dynamic-db75:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.box-plasma-a118 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.last-211e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.last-211e::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;
}

.tag_fce5 {
  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);
}

.tag_fce5 h1 {
  margin-bottom: var(--spacing-sm);
}

.tag_fce5 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.list-6169 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.carousel_d21a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.texture-8f8e {
  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);
}

.button_simple_9a91 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.overlay-89b7 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.overlay-89b7 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.module_c00a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.image_blue_0b38 {
  padding-bottom: var(--spacing-2xl);
}

.column-west-4eaa {
  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;
}

.image-6b1a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.brown_d5d5 a {
  color: var(--primary-color);
}

.brown_d5d5.fn-active-897c {
  color: var(--text-secondary);
}

.brown_d5d5:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.border-9c16 {
  padding: var(--spacing-xl) 0;
}

.red_2339 {
  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);
}

.red_2339 h2 {
  margin-bottom: var(--spacing-sm);
}

.red_2339 p {
  color: var(--text-secondary);
}

.media-tall-b752 {
  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;
}

.media-tall-b752 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.media-tall-b752 h4 {
  margin-top: var(--spacing-sm);
}

.media-tall-b752 p {
  color: var(--text-secondary);
}

.dirty_a3b9 {
  padding: var(--spacing-xl) 0;
}

.banner_hovered_2835 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.new_6cc9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new_6cc9 a {
  color: var(--text-secondary);
}

.new_6cc9 a:hover {
  color: var(--primary-color);
}

.wrapper_up_1b1a {
  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);
}

.caption_a05f {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.heading_4968 {
  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);
}

.heading_4968:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.focus_smooth_21ec { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.box_tall_19ee { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 4b7c */
.widget-item-b8 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
