/*
 * Inner pages adapter for index.main_32ec design system (styles-new.thumbnail_e7c7)
 * 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(.disabled-soft-93c5) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.footer-down-f072.widget-0e3b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.module-eeb1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.module-eeb1 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.outline-steel-677d {
  flex: 0 0 100%;
  max-width: 100%;
}

.content-up-a088 {
  flex: 0 0 100%;
  max-width: 100%;
}

.content_fa3d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content_fa3d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .content-up-a088 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.gallery-445c { display: flex; }
.shadow-short-5a0e { justify-content: space-between; }
.copper-ba12 { align-items: center; }
.widget-0e3b { text-align: center; }

.grid_purple_eb07 { margin-right: 0.5rem; }
.short_faa4 { margin-right: 1rem; }
.paper_a7bf { margin-top: 1rem; }
.accordion_mini_72d9 { margin-top: 1.5rem; }
.item_9871 { margin-bottom: 1rem; }
.link_23af { margin-bottom: 1.5rem; }
.title-light-8c14 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.iron-6424 { margin-top: 1rem; margin-bottom: 1rem; }
.layout-top-236b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.thumbnail-black-0c52 { max-width: 100%; height: auto; }

/* Links used in old footer */
.carousel_d5a0 { color: var(--text-primary); }
.highlight-2c69 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.grid_29ca {
  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 */
.nav_slow_4491 { /* 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);
}

.nav_slow_4491:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.north-7d6e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.north-7d6e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.out-5afa {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.container-soft-987c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.container-soft-987c::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;
}

.overlay-west-616c {
  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);
}

.overlay-west-616c h1 {
  margin-bottom: var(--spacing-sm);
}

.overlay-west-616c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.texture_first_f63b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.shade_f9fc {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.current_73a7 {
  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);
}

.search-3feb {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.detail_mini_07ae h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.detail_mini_07ae p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hidden_gold_8bad img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.complex_439f {
  padding-bottom: var(--spacing-2xl);
}

.badge-6de8 {
  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;
}

.shade_dynamic_f1d0 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.modal_40e0 a {
  color: var(--primary-color);
}

.modal_40e0.fn-active-18b2 {
  color: var(--text-secondary);
}

.modal_40e0:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.outer_a23d {
  padding: var(--spacing-xl) 0;
}

.south-39f9 {
  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);
}

.south-39f9 h2 {
  margin-bottom: var(--spacing-sm);
}

.south-39f9 p {
  color: var(--text-secondary);
}

.tooltip_b080 {
  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;
}

.tooltip_b080 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.tooltip_b080 h4 {
  margin-top: var(--spacing-sm);
}

.tooltip_b080 p {
  color: var(--text-secondary);
}

.summary_4e6e {
  padding: var(--spacing-xl) 0;
}

.gas-2378 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.search-eb5c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-eb5c a {
  color: var(--text-secondary);
}

.search-eb5c a:hover {
  color: var(--primary-color);
}

.sidebar-916a {
  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);
}

.content_aad8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.description-last-b5f0 {
  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);
}

.description-last-b5f0:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.pagination_8079 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.caption-322f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: de1f */
.phantom-card-e4 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
