/*
 * Inner pages adapter for index.article_thick_a544 design system (styles-new.aside-0b3b)
 * 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(.caption-0f85) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.upper-c89c.section-8020 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.article-complex-5f99 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.article-complex-5f99 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.paragraph-f469 {
  flex: 0 0 100%;
  max-width: 100%;
}

.item-3d42 {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_action_7afb {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .disabled_action_7afb {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .item-3d42 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.full-efa1 { display: flex; }
.texture-blue-e4a3 { justify-content: space-between; }
.module-pro-9ec4 { align-items: center; }
.section-8020 { text-align: center; }

.selected-ebe5 { margin-right: 0.5rem; }
.tabs_0475 { margin-right: 1rem; }
.link-glass-65b6 { margin-top: 1rem; }
.main-right-e83b { margin-top: 1.5rem; }
.cool_20fe { margin-bottom: 1rem; }
.cool_8fb3 { margin-bottom: 1.5rem; }
.message-8337 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.status_gas_1ea6 { margin-top: 1rem; margin-bottom: 1rem; }
.progress_current_6bac { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.footer_463e { max-width: 100%; height: auto; }

/* Links used in old footer */
.active-21ad { color: var(--text-primary); }
.layout-outer-e845 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.frame-bb8c {
  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 */
.frame-a099 { /* 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);
}

.frame-a099:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.sort_copper_ae27 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.sort_copper_ae27:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.panel-1b61 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.info_a67b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.info_a67b::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;
}

.secondary-small-62de {
  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-small-62de h1 {
  margin-bottom: var(--spacing-sm);
}

.secondary-small-62de p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.active_5aef {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.layout_plasma_c4d7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.shadow-0447 {
  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);
}

.column_paper_d767 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.secondary_inner_1748 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.secondary_inner_1748 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.frame_dirty_4582 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.badge-new-f38c {
  padding-bottom: var(--spacing-2xl);
}

.progress_middle_85ce {
  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;
}

.header-cf0c {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.left_778d a {
  color: var(--primary-color);
}

.left_778d.fn-active-ec54 {
  color: var(--text-secondary);
}

.left_778d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.small_03b7 {
  padding: var(--spacing-xl) 0;
}

.aside-c777 {
  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);
}

.aside-c777 h2 {
  margin-bottom: var(--spacing-sm);
}

.aside-c777 p {
  color: var(--text-secondary);
}

.grid_29ea {
  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;
}

.grid_29ea h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.grid_29ea h4 {
  margin-top: var(--spacing-sm);
}

.grid_29ea p {
  color: var(--text-secondary);
}

.over_4ef7 {
  padding: var(--spacing-xl) 0;
}

.label-dirty-be06 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.badge_4b70 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.badge_4b70 a {
  color: var(--text-secondary);
}

.badge_4b70 a:hover {
  color: var(--primary-color);
}

.pro_aa4d {
  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);
}

.text_selected_2027 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.action-6530 {
  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);
}

.action-6530:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.info_b4e9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fast-e506 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 739c */
.ghost-box-o2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
