/*
 * Inner pages adapter for index.search_warm_4a05 design system (styles-new.white-821e)
 * 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(.accent_4760) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.photo-hard-31a6.focus-west-44d0 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.white_0c78 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.white_0c78 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.header_24b9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.secondary_iron_f113 {
  flex: 0 0 100%;
  max-width: 100%;
}

.box_fixed_358a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .box_fixed_358a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .secondary_iron_f113 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.narrow_61b0 { display: flex; }
.hot_2fa4 { justify-content: space-between; }
.up-fcb4 { align-items: center; }
.focus-west-44d0 { text-align: center; }

.hidden-full-67b0 { margin-right: 0.5rem; }
.progress-light-eedc { margin-right: 1rem; }
.tabs_f5c6 { margin-top: 1rem; }
.notification-light-91ac { margin-top: 1.5rem; }
.slider_steel_c295 { margin-bottom: 1rem; }
.down_4c13 { margin-bottom: 1.5rem; }
.video_hard_d8ef { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.title_plasma_b88a { margin-top: 1rem; margin-bottom: 1rem; }
.selected_1e34 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.tabs-new-9cf5 { max-width: 100%; height: auto; }

/* Links used in old footer */
.text-a5a0 { color: var(--text-primary); }
.north-56c3 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.notice-dark-2f63 {
  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 */
.lower-896f { /* 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);
}

.lower-896f:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.wrapper-5f45 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.wrapper-5f45:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.paragraph_d78a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.iron_c08b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.iron_c08b::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;
}

.overlay-72d4 {
  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);
}

.overlay-72d4 h1 {
  margin-bottom: var(--spacing-sm);
}

.overlay-72d4 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.summary_7664 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.message_08c7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.secondary-red-f31e {
  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);
}

.background-wood-ebde {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.panel_7bad h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.panel_7bad p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.prev_f7eb img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.content-af55 {
  padding-bottom: var(--spacing-2xl);
}

.background-82df {
  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;
}

.form-light-e114 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.tooltip-c781 a {
  color: var(--primary-color);
}

.tooltip-c781.fn-active-132f {
  color: var(--text-secondary);
}

.tooltip-c781:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.sort_3b08 {
  padding: var(--spacing-xl) 0;
}

.text_smooth_4be2 {
  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);
}

.text_smooth_4be2 h2 {
  margin-bottom: var(--spacing-sm);
}

.text_smooth_4be2 p {
  color: var(--text-secondary);
}

.hard_962e {
  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;
}

.hard_962e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hard_962e h4 {
  margin-top: var(--spacing-sm);
}

.hard_962e p {
  color: var(--text-secondary);
}

.link_paper_89df {
  padding: var(--spacing-xl) 0;
}

.menu_glass_914d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.static_a6e0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.static_a6e0 a {
  color: var(--text-secondary);
}

.static_a6e0 a:hover {
  color: var(--primary-color);
}

.surface-over-4504 {
  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);
}

.label_fc9b {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.status-dfb4 {
  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);
}

.status-dfb4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.fast-a78f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.logo-2aa3 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 16ef */
.promo-block-i4 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
