/*
 * Inner pages adapter for index.article-clean-27fa design system (styles-new.alert-fb6d)
 * 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(.sidebar-6ab9) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.backdrop-90d7.iron-509e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.frame-liquid-5fa0 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.frame-liquid-5fa0 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.gradient-rough-95bb {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_narrow_0c94 {
  flex: 0 0 100%;
  max-width: 100%;
}

.glass_fb6a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .glass_fb6a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .disabled_narrow_0c94 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.caption-158e { display: flex; }
.primary_d579 { justify-content: space-between; }
.summary_cc77 { align-items: center; }
.iron-509e { text-align: center; }

.shadow-6952 { margin-right: 0.5rem; }
.section-b5bb { margin-right: 1rem; }
.popup-1880 { margin-top: 1rem; }
.pattern-ee09 { margin-top: 1.5rem; }
.old-774a { margin-bottom: 1rem; }
.sidebar_53b9 { margin-bottom: 1.5rem; }
.cool-106e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.status-black-6083 { margin-top: 1rem; margin-bottom: 1rem; }
.tall-dda9 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.article_upper_7c6c { max-width: 100%; height: auto; }

/* Links used in old footer */
.focus_ac04 { color: var(--text-primary); }
.info-9ef7 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.content-2968 {
  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 */
.slider-prev-ebb2 { /* 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);
}

.slider-prev-ebb2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.backdrop_8ae4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.backdrop_8ae4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.main_0138 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.highlight-wide-816e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.highlight-wide-816e::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;
}

.text_2e2c {
  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_2e2c h1 {
  margin-bottom: var(--spacing-sm);
}

.text_2e2c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.dirty_42ed {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.icon_liquid_fe3c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.in_38cf {
  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);
}

.tag_pro_93c6 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.current_e5c4 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.current_e5c4 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.smooth_9416 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.item-red-8cdf {
  padding-bottom: var(--spacing-2xl);
}

.footer-f08d {
  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;
}

.card-f2e8 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.dropdown-thick-cf25 a {
  color: var(--primary-color);
}

.dropdown-thick-cf25.fn-active-8681 {
  color: var(--text-secondary);
}

.dropdown-thick-cf25:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.status_large_030f {
  padding: var(--spacing-xl) 0;
}

.wide-7c24 {
  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);
}

.wide-7c24 h2 {
  margin-bottom: var(--spacing-sm);
}

.wide-7c24 p {
  color: var(--text-secondary);
}

.image_c737 {
  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;
}

.image_c737 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.image_c737 h4 {
  margin-top: var(--spacing-sm);
}

.image_c737 p {
  color: var(--text-secondary);
}

.layout_0ca8 {
  padding: var(--spacing-xl) 0;
}

.container_dim_84e6 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.status_ff84 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.status_ff84 a {
  color: var(--text-secondary);
}

.status_ff84 a:hover {
  color: var(--primary-color);
}

.tabs-5a9b {
  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);
}

.nav_bottom_4f92 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.menu-mini-8e7a {
  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);
}

.menu-mini-8e7a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.cold-45b1 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.accordion_366b { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6a97 */
.ghost-box-s7 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
