/*
 * Inner pages adapter for index.selected-6adf design system (styles-new.article-under-7aeb)
 * 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(.accent-right-dde8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.nav_1b35.chip_down_1325 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.next_1713 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.next_1713 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tag_pressed_097a {
  flex: 0 0 100%;
  max-width: 100%;
}

.backdrop-6004 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-6573 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .row-6573 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .backdrop-6004 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.breadcrumb_366e { display: flex; }
.pagination_first_d828 { justify-content: space-between; }
.silver_2a2f { align-items: center; }
.chip_down_1325 { text-align: center; }

.logo_solid_aae3 { margin-right: 0.5rem; }
.active-0bac { margin-right: 1rem; }
.module-a7f2 { margin-top: 1rem; }
.tag-1f38 { margin-top: 1.5rem; }
.footer_11d4 { margin-bottom: 1rem; }
.menu-huge-c7f4 { margin-bottom: 1.5rem; }
.complex-3a4e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.breadcrumb-last-fb64 { margin-top: 1rem; margin-bottom: 1rem; }
.steel-8cf3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.modal-easy-d635 { max-width: 100%; height: auto; }

/* Links used in old footer */
.simple-7bf2 { color: var(--text-primary); }
.input_a1c9 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.primary-lite-aedf {
  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 */
.section_south_9e29 { /* 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);
}

.section_south_9e29:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.pro_5b05 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.pro_5b05:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.small_70fe {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.notice-4bc5 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.notice-4bc5::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;
}

.accent_gas_b95e {
  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);
}

.accent_gas_b95e h1 {
  margin-bottom: var(--spacing-sm);
}

.accent_gas_b95e p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.section-copper-6b98 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.header-lite-a147 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.pattern_f375 {
  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);
}

.gradient-action-6bba {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.advanced-e477 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.advanced-e477 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.media_5dda img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.accordion_old_a5eb {
  padding-bottom: var(--spacing-2xl);
}

.backdrop_7715 {
  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;
}

.lower_ba66 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.row-static-bd73 a {
  color: var(--primary-color);
}

.row-static-bd73.fn-active-1874 {
  color: var(--text-secondary);
}

.row-static-bd73:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.column-stone-1ee1 {
  padding: var(--spacing-xl) 0;
}

.picture-bronze-7ddc {
  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);
}

.picture-bronze-7ddc h2 {
  margin-bottom: var(--spacing-sm);
}

.picture-bronze-7ddc p {
  color: var(--text-secondary);
}

.hard_adcf {
  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;
}

.hard_adcf h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hard_adcf h4 {
  margin-top: var(--spacing-sm);
}

.hard_adcf p {
  color: var(--text-secondary);
}

.narrow-c093 {
  padding: var(--spacing-xl) 0;
}

.soft_eb3b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.bright_f116 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bright_f116 a {
  color: var(--text-secondary);
}

.bright_f116 a:hover {
  color: var(--primary-color);
}

.soft_92ad {
  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-current-5ccd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.dropdown_copper_8763 {
  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);
}

.dropdown_copper_8763:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.pattern-2261 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.highlight_active_6e97 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e8bf */
.widget-item-f0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
