/*
 * Inner pages adapter for index.component-gas-be12 design system (styles-new.caption_west_dcc4)
 * 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(.detail-smooth-a927) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.main-6c9e.nav-3d39 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.green-74de {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.green-74de > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.purple-f672 {
  flex: 0 0 100%;
  max-width: 100%;
}

.light_76fa {
  flex: 0 0 100%;
  max-width: 100%;
}

.preview_fixed_5e42 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .preview_fixed_5e42 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .light_76fa {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.lower_ff32 { display: flex; }
.next-6c9d { justify-content: space-between; }
.detail_south_cbe6 { align-items: center; }
.nav-3d39 { text-align: center; }

.backdrop_fresh_160b { margin-right: 0.5rem; }
.tertiary_bronze_6f5f { margin-right: 1rem; }
.video_silver_6325 { margin-top: 1rem; }
.modal_green_ab09 { margin-top: 1.5rem; }
.surface-dirty-b2c4 { margin-bottom: 1rem; }
.sort_1223 { margin-bottom: 1.5rem; }
.status_ac0d { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.cold-4e5b { margin-top: 1rem; margin-bottom: 1rem; }
.content_9b1b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.outline_bronze_a9c7 { max-width: 100%; height: auto; }

/* Links used in old footer */
.small-b9b1 { color: var(--text-primary); }
.picture-e791 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.active_pressed_e196 {
  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 */
.menu-1717 { /* 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);
}

.menu-1717:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.dropdown_light_4a4c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.dropdown_light_4a4c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.center-4667 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.tag_pressed_ec21 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.tag_pressed_ec21::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;
}

.image-87f5 {
  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);
}

.image-87f5 h1 {
  margin-bottom: var(--spacing-sm);
}

.image-87f5 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.frame_e61b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.active-0cb1 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.footer_14a5 {
  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);
}

.bottom-ca7f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.cold-adc5 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.cold-adc5 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.tall-8581 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.row_cool_be38 {
  padding-bottom: var(--spacing-2xl);
}

.status_24ef {
  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;
}

.chip_top_1011 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.first-3a02 a {
  color: var(--primary-color);
}

.first-3a02.fn-active-73cb {
  color: var(--text-secondary);
}

.first-3a02:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.picture-out-0b29 {
  padding: var(--spacing-xl) 0;
}

.gallery-first-33d8 {
  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);
}

.gallery-first-33d8 h2 {
  margin-bottom: var(--spacing-sm);
}

.gallery-first-33d8 p {
  color: var(--text-secondary);
}

.cold_d22d {
  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;
}

.cold_d22d h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.cold_d22d h4 {
  margin-top: var(--spacing-sm);
}

.cold_d22d p {
  color: var(--text-secondary);
}

.tooltip-selected-713f {
  padding: var(--spacing-xl) 0;
}

.search_ef4f {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.sort-c764 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sort-c764 a {
  color: var(--text-secondary);
}

.sort-c764 a:hover {
  color: var(--primary-color);
}

.pattern_bronze_6307 {
  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);
}

.hover-over-4839 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.hard_179e {
  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);
}

.hard_179e:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.widget-a63f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.liquid_3bc3 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 0af7 */
.shadow-element-u8 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
