/*
 * Inner pages adapter for index.button-9aed design system (styles-new.paragraph-200b)
 * 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(.breadcrumb-c5ce) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.center-d0d2.dropdown-black-ea88 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.modal_3b56 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.modal_3b56 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.glass_64f0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.section_42d7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight_6cad {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .highlight_6cad {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .section_42d7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dark-3539 { display: flex; }
.status-8177 { justify-content: space-between; }
.tooltip-red-7aaf { align-items: center; }
.dropdown-black-ea88 { text-align: center; }

.box-bright-c61e { margin-right: 0.5rem; }
.component_8b50 { margin-right: 1rem; }
.wide-7d68 { margin-top: 1rem; }
.blue-2df2 { margin-top: 1.5rem; }
.table-25ea { margin-bottom: 1rem; }
.motion_2c1c { margin-bottom: 1.5rem; }
.focus_gas_3b80 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.wrapper-7126 { margin-top: 1rem; margin-bottom: 1rem; }
.item_large_c6f7 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hard-1ee7 { max-width: 100%; height: auto; }

/* Links used in old footer */
.mini-ed97 { color: var(--text-primary); }
.left_ecb4 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.selected_a114 {
  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 */
.tall-fe2a { /* 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);
}

.tall-fe2a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.breadcrumb-647b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.breadcrumb-647b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.component_purple_b294 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.silver_34e7 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.silver_34e7::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;
}

.box-bd3a {
  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);
}

.box-bd3a h1 {
  margin-bottom: var(--spacing-sm);
}

.box-bd3a p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.button_19ce {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.carousel-a569 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.thumbnail-warm-6873 {
  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);
}

.copper-7f62 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.next-cbec h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.next-cbec p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.overlay-0b87 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.media_1ae8 {
  padding-bottom: var(--spacing-2xl);
}

.detail-c8fd {
  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;
}

.thumbnail-44cc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.primary-a67b a {
  color: var(--primary-color);
}

.primary-a67b.fn-active-948d {
  color: var(--text-secondary);
}

.primary-a67b:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.active-3f16 {
  padding: var(--spacing-xl) 0;
}

.yellow_11dd {
  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);
}

.yellow_11dd h2 {
  margin-bottom: var(--spacing-sm);
}

.yellow_11dd p {
  color: var(--text-secondary);
}

.gradient-2051 {
  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;
}

.gradient-2051 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.gradient-2051 h4 {
  margin-top: var(--spacing-sm);
}

.gradient-2051 p {
  color: var(--text-secondary);
}

.preview_active_5217 {
  padding: var(--spacing-xl) 0;
}

.filter-mini-62d2 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.container-green-25be {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-green-25be a {
  color: var(--text-secondary);
}

.container-green-25be a:hover {
  color: var(--primary-color);
}

.advanced_4c53 {
  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);
}

.left_f080 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.green_1388 {
  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);
}

.green_1388:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.search_f57b { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.white-c0d0 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 90f0 */
.widget-item-y0 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
