/*
 * Inner pages adapter for index.mask_middle_267b design system (styles-new.article_d273)
 * 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(.tabs-yellow-7ebd) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.surface-static-5415.chip-narrow-4c7f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.element-78f1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.element-78f1 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.modal-last-51c0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shade_rough_b6a5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.badge-f403 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .badge-f403 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .shade_rough_b6a5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.clean_4b6b { display: flex; }
.message-thick-0383 { justify-content: space-between; }
.slider_fast_69b4 { align-items: center; }
.chip-narrow-4c7f { text-align: center; }

.orange-6d6a { margin-right: 0.5rem; }
.prev-070a { margin-right: 1rem; }
.outline-action-8219 { margin-top: 1rem; }
.thumbnail_909a { margin-top: 1.5rem; }
.hero_stale_a5ac { margin-bottom: 1rem; }
.menu_motion_f53a { margin-bottom: 1.5rem; }
.tooltip_hard_e6f5 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.glass_89cd { margin-top: 1rem; margin-bottom: 1rem; }
.outline_light_c4ad { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.blue-feab { max-width: 100%; height: auto; }

/* Links used in old footer */
.paper_9f34 { color: var(--text-primary); }
.label-brown-700d { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.form_64b2 {
  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 */
.highlight_0b4f { /* 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);
}

.highlight_0b4f:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.pagination-9e6a {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.pagination-9e6a:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.article_3514 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.item_west_e378 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.item_west_e378::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;
}

.sidebar-f017 {
  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);
}

.sidebar-f017 h1 {
  margin-bottom: var(--spacing-sm);
}

.sidebar-f017 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.secondary_4f34 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.box-last-dbeb {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.article-tall-32bd {
  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);
}

.overlay-yellow-d16d {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.light-ce4a h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.light-ce4a p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.advanced-574e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.next_bb6a {
  padding-bottom: var(--spacing-2xl);
}

.heading_2253 {
  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;
}

.status_b23b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.description-wide-a350 a {
  color: var(--primary-color);
}

.description-wide-a350.fn-active-f5f2 {
  color: var(--text-secondary);
}

.description-wide-a350:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.gas-b5f3 {
  padding: var(--spacing-xl) 0;
}

.text_fef3 {
  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_fef3 h2 {
  margin-bottom: var(--spacing-sm);
}

.text_fef3 p {
  color: var(--text-secondary);
}

.down_59ce {
  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;
}

.down_59ce h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.down_59ce h4 {
  margin-top: var(--spacing-sm);
}

.down_59ce p {
  color: var(--text-secondary);
}

.preview_c531 {
  padding: var(--spacing-xl) 0;
}

.tiny-eac2 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tertiary_hard_336c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tertiary_hard_336c a {
  color: var(--text-secondary);
}

.tertiary_hard_336c a:hover {
  color: var(--primary-color);
}

.mask_9710 {
  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);
}

.black-a9ea {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.alert-f9d3 {
  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);
}

.alert-f9d3:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.backdrop_brown_09c0 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.info_center_e2aa { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e384 */
.ghost-box-s9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
