/*
 * Inner pages adapter for index.title_27fa design system (styles-new.shade_3865)
 * 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(.badge-fluid-16b1) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.dynamic_dd19.list-a18f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.slow_7292 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.slow_7292 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.first_3e1e {
  flex: 0 0 100%;
  max-width: 100%;
}

.left_d0c7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.border_copper_2b55 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .border_copper_2b55 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .left_d0c7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.gold-15e7 { display: flex; }
.focus_cf4c { justify-content: space-between; }
.inner-0690 { align-items: center; }
.list-a18f { text-align: center; }

.middle_b114 { margin-right: 0.5rem; }
.modal-5521 { margin-right: 1rem; }
.solid_44f4 { margin-top: 1rem; }
.aside-5765 { margin-top: 1.5rem; }
.center-92cc { margin-bottom: 1rem; }
.rough-1387 { margin-bottom: 1.5rem; }
.hot-07d0 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.breadcrumb-easy-68b5 { margin-top: 1rem; margin-bottom: 1rem; }
.article_d439 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.west_714b { max-width: 100%; height: auto; }

/* Links used in old footer */
.filter-lower-2bca { color: var(--text-primary); }
.footer_hard_1df5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.tabs_300e {
  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 */
.black_18c3 { /* 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);
}

.black_18c3:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.accent_ca56 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.accent_ca56:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.popup_brown_e4b0 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.bronze_3716 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.bronze_3716::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;
}

.dark_09ee {
  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);
}

.dark_09ee h1 {
  margin-bottom: var(--spacing-sm);
}

.dark_09ee p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.button_654b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.row-red-93fc {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.table_a70c {
  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);
}

.gallery-active-0a96 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.fixed-3ea0 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.fixed-3ea0 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.highlight_solid_620c img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hot_cda9 {
  padding-bottom: var(--spacing-2xl);
}

.light_cf3c {
  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;
}

.focus_north_8c13 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.filter-f9cf a {
  color: var(--primary-color);
}

.filter-f9cf.fn-active-c716 {
  color: var(--text-secondary);
}

.filter-f9cf:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.progress-north-760c {
  padding: var(--spacing-xl) 0;
}

.medium_a416 {
  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);
}

.medium_a416 h2 {
  margin-bottom: var(--spacing-sm);
}

.medium_a416 p {
  color: var(--text-secondary);
}

.mask_green_8450 {
  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;
}

.mask_green_8450 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.mask_green_8450 h4 {
  margin-top: var(--spacing-sm);
}

.mask_green_8450 p {
  color: var(--text-secondary);
}

.alert_plasma_38ec {
  padding: var(--spacing-xl) 0;
}

.panel-215e {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.wrapper_thick_e610 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper_thick_e610 a {
  color: var(--text-secondary);
}

.wrapper_thick_e610 a:hover {
  color: var(--primary-color);
}

.header_out_7d01 {
  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);
}

.item_8316 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.bronze_7f02 {
  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);
}

.bronze_7f02:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.heading-clean-0831 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.clean_0669 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: d7bb */
.shadow-element-w1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
