/*
 * Inner pages adapter for index.search-medium-a1f1 design system (styles-new.wide-0a4c)
 * 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(.carousel_silver_263d) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.summary-red-5695.nav_first_335c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.purple_fc66 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.purple_fc66 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.accent_mini_6797 {
  flex: 0 0 100%;
  max-width: 100%;
}

.badge-9530 {
  flex: 0 0 100%;
  max-width: 100%;
}

.module-a77a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .module-a77a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .badge-9530 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.fixed-e7c2 { display: flex; }
.sort-0f68 { justify-content: space-between; }
.active-3b60 { align-items: center; }
.nav_first_335c { text-align: center; }

.outline_over_2ac3 { margin-right: 0.5rem; }
.wrapper-9bc8 { margin-right: 1rem; }
.basic_98a1 { margin-top: 1rem; }
.warm_3633 { margin-top: 1.5rem; }
.tag-west-8db0 { margin-bottom: 1rem; }
.focus-active-e228 { margin-bottom: 1.5rem; }
.west-22d5 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.easy-0378 { margin-top: 1rem; margin-bottom: 1rem; }
.gas-1be3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.status-prev-e97d { max-width: 100%; height: auto; }

/* Links used in old footer */
.paper-0f32 { color: var(--text-primary); }
.nav_fluid_7696 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.modal-slow-8387 {
  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 */
.container_red_e4fc { /* 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);
}

.container_red_e4fc:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.main-6473 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.main-6473:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.primary-1fbb {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.summary-e80f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.summary-e80f::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;
}

.component-8d26 {
  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);
}

.component-8d26 h1 {
  margin-bottom: var(--spacing-sm);
}

.component-8d26 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.plasma-e7f6 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.panel_fluid_bc92 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.cool-0869 {
  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);
}

.chip_3af8 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.clean-c9d2 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.clean-c9d2 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.feature_91ea img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.input_f41f {
  padding-bottom: var(--spacing-2xl);
}

.tooltip-down-f298 {
  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;
}

.pro_fc33 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.tooltip_9fda a {
  color: var(--primary-color);
}

.tooltip_9fda.fn-active-760c {
  color: var(--text-secondary);
}

.tooltip_9fda:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.basic-f10b {
  padding: var(--spacing-xl) 0;
}

.fast-767c {
  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);
}

.fast-767c h2 {
  margin-bottom: var(--spacing-sm);
}

.fast-767c p {
  color: var(--text-secondary);
}

.video_old_307d {
  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;
}

.video_old_307d h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.video_old_307d h4 {
  margin-top: var(--spacing-sm);
}

.video_old_307d p {
  color: var(--text-secondary);
}

.frame-bottom-6183 {
  padding: var(--spacing-xl) 0;
}

.background_dirty_a393 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.pagination_b2ea {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination_b2ea a {
  color: var(--text-secondary);
}

.pagination_b2ea a:hover {
  color: var(--primary-color);
}

.next_b11c {
  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);
}

.active-22ad {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.summary_east_c6b1 {
  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);
}

.summary_east_c6b1:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.tabs-8dc8 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.description-center-d914 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2b00 */
.promo-block-w2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
