/*
 * Inner pages adapter for index.narrow-7ad6 design system (styles-new.primary_3428)
 * 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(.bright-3085) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.input_motion_b775.filter_03eb {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.title-fbfb {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.title-fbfb > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.aside-1579 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-in-58d5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.complex-55e4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .complex-55e4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .gallery-in-58d5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.aside_aaab { display: flex; }
.fixed_51a2 { justify-content: space-between; }
.hidden_df25 { align-items: center; }
.filter_03eb { text-align: center; }

.tiny_d418 { margin-right: 0.5rem; }
.current_5a04 { margin-right: 1rem; }
.accordion_left_f793 { margin-top: 1rem; }
.message_rough_cd59 { margin-top: 1.5rem; }
.wrapper_39fe { margin-bottom: 1rem; }
.bottom-2b3d { margin-bottom: 1.5rem; }
.orange-1a0b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.panel_66dd { margin-top: 1rem; margin-bottom: 1rem; }
.badge-wide-aa7a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.widget-36ea { max-width: 100%; height: auto; }

/* Links used in old footer */
.block-ab7a { color: var(--text-primary); }
.orange-5afd { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.small-90c5 {
  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 */
.main-yellow-02c6 { /* 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);
}

.main-yellow-02c6:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.filter_green_3862 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.filter_green_3862:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.box_lite_b4f8 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.block_39a6 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.block_39a6::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;
}

.notification-south-c704 {
  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);
}

.notification-south-c704 h1 {
  margin-bottom: var(--spacing-sm);
}

.notification-south-c704 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.tabs-373c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.description-new-28b7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.bright_783d {
  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);
}

.hover-0b8a {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.icon_dim_e619 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.icon_dim_e619 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.over_639e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.fluid_3e96 {
  padding-bottom: var(--spacing-2xl);
}

.gas_3ac3 {
  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;
}

.fluid-f92a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.gallery-steel-7261 a {
  color: var(--primary-color);
}

.gallery-steel-7261.fn-active-c492 {
  color: var(--text-secondary);
}

.gallery-steel-7261:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.purple_b627 {
  padding: var(--spacing-xl) 0;
}

.stale-c965 {
  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);
}

.stale-c965 h2 {
  margin-bottom: var(--spacing-sm);
}

.stale-c965 p {
  color: var(--text-secondary);
}

.badge-right-0436 {
  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;
}

.badge-right-0436 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.badge-right-0436 h4 {
  margin-top: var(--spacing-sm);
}

.badge-right-0436 p {
  color: var(--text-secondary);
}

.slider_e520 {
  padding: var(--spacing-xl) 0;
}

.fast_d3da {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.pro_661b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro_661b a {
  color: var(--text-secondary);
}

.pro_661b a:hover {
  color: var(--primary-color);
}

.image-yellow-91d7 {
  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);
}

.sort-silver-1cdd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.video_d1de {
  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);
}

.video_d1de:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.component_e2a9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hard_2e00 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 44bd */
.phantom-card-a4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
