/*
 * Inner pages adapter for index.filter_plasma_cfdf design system (styles-new.static-b5d0)
 * 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(.row-lite-e765) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tiny_dbd3.highlight_easy_0990 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.next_8a2a {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.next_8a2a > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.static-33e9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.container_4761 {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight_0a23 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .highlight_0a23 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .container_4761 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.wide_18f0 { display: flex; }
.video_1327 { justify-content: space-between; }
.paper-6feb { align-items: center; }
.highlight_easy_0990 { text-align: center; }

.alert_bd1d { margin-right: 0.5rem; }
.picture_9570 { margin-right: 1rem; }
.fixed-b99e { margin-top: 1rem; }
.thumbnail_91b5 { margin-top: 1.5rem; }
.bronze_08cb { margin-bottom: 1rem; }
.cool_71ba { margin-bottom: 1.5rem; }
.section_basic_0545 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.middle_1f29 { margin-top: 1rem; margin-bottom: 1rem; }
.gas_403d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.table-86c6 { max-width: 100%; height: auto; }

/* Links used in old footer */
.fresh_e91c { color: var(--text-primary); }
.input_bronze_c6da { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.over-2edb {
  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 */
.link-6ab2 { /* 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);
}

.link-6ab2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.hover_e3d6 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.hover_e3d6:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.badge_98fb {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.label_d78b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.label_d78b::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;
}

.lite-33fc {
  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);
}

.lite-33fc h1 {
  margin-bottom: var(--spacing-sm);
}

.lite-33fc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.preview-a60d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.solid-ebd1 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.dirty_b91a {
  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);
}

.cold_1185 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.top_36b7 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.top_36b7 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.frame_dynamic_ecb7 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.table_wide_66aa {
  padding-bottom: var(--spacing-2xl);
}

.caption-9fa3 {
  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;
}

.liquid-f673 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.frame-bright-f63c a {
  color: var(--primary-color);
}

.frame-bright-f63c.fn-active-350e {
  color: var(--text-secondary);
}

.frame-bright-f63c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.sidebar_complex_960d {
  padding: var(--spacing-xl) 0;
}

.secondary_b7dc {
  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);
}

.secondary_b7dc h2 {
  margin-bottom: var(--spacing-sm);
}

.secondary_b7dc p {
  color: var(--text-secondary);
}

.search_a47f {
  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;
}

.search_a47f h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.search_a47f h4 {
  margin-top: var(--spacing-sm);
}

.search_a47f p {
  color: var(--text-secondary);
}

.widget_c0a6 {
  padding: var(--spacing-xl) 0;
}

.accordion-ba72 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.background_hovered_9f3c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.background_hovered_9f3c a {
  color: var(--text-secondary);
}

.background_hovered_9f3c a:hover {
  color: var(--primary-color);
}

.caption-warm-8cf6 {
  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);
}

.liquid-3aa9 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.shadow_f274 {
  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);
}

.shadow_f274:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.component-red-e5e2 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.white_4492 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 5850 */
.ghost-box-n5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
