/*
 * Inner pages adapter for index.steel_8418 design system (styles-new.green-71b7)
 * 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(.content_be14) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.nav-motion-12dd.tertiary_6dee {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.item-e2d2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.item-e2d2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hot-6007 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gas-3fb2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.image-stone-af90 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .image-stone-af90 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .gas-3fb2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.complex_5826 { display: flex; }
.menu-c849 { justify-content: space-between; }
.main-dirty-c63f { align-items: center; }
.tertiary_6dee { text-align: center; }

.alert-last-a1ae { margin-right: 0.5rem; }
.thumbnail_060a { margin-right: 1rem; }
.slow-9ca1 { margin-top: 1rem; }
.background-cold-2dc5 { margin-top: 1.5rem; }
.center_17e6 { margin-bottom: 1rem; }
.image-6750 { margin-bottom: 1.5rem; }
.feature_pro_6bcb { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.background-6c39 { margin-top: 1rem; margin-bottom: 1rem; }
.dim_7656 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.light-767c { max-width: 100%; height: auto; }

/* Links used in old footer */
.over-88e6 { color: var(--text-primary); }
.table-static-672b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.search-right-8b82 {
  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 */
.focus-outer-996d { /* 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);
}

.focus-outer-996d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.basic_11bb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.basic_11bb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.focused-a4e9 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.static_acb8 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.static_acb8::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;
}

.shadow-da29 {
  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);
}

.shadow-da29 h1 {
  margin-bottom: var(--spacing-sm);
}

.shadow-da29 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.content-center-9c67 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.disabled_2692 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.pagination-red-effc {
  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);
}

.next-0f97 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.sidebar-wide-0703 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.sidebar-wide-0703 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.detail_smooth_1eab img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.nav-7050 {
  padding-bottom: var(--spacing-2xl);
}

.layout_full_b98b {
  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;
}

.disabled-c0f5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.slider_right_291a a {
  color: var(--primary-color);
}

.slider_right_291a.fn-active-85c4 {
  color: var(--text-secondary);
}

.slider_right_291a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.sort-south-bfba {
  padding: var(--spacing-xl) 0;
}

.menu_advanced_c399 {
  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);
}

.menu_advanced_c399 h2 {
  margin-bottom: var(--spacing-sm);
}

.menu_advanced_c399 p {
  color: var(--text-secondary);
}

.hovered_7c19 {
  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;
}

.hovered_7c19 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hovered_7c19 h4 {
  margin-top: var(--spacing-sm);
}

.hovered_7c19 p {
  color: var(--text-secondary);
}

.texture_pressed_b6d0 {
  padding: var(--spacing-xl) 0;
}

.bright-49bb {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.notification-7988 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-7988 a {
  color: var(--text-secondary);
}

.notification-7988 a:hover {
  color: var(--primary-color);
}

.chip_brown_0b8f {
  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);
}

.out-c83c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.rough_17dc {
  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);
}

.rough_17dc:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.smooth-d6be { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tag-bf7e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 8c64 */
.phantom-card-c5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
