/*
 * Inner pages adapter for index.primary_focused_77ed design system (styles-new.thumbnail_huge_37d4)
 * 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(.article_19b5) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.sort_fb02.pattern-b81a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.accordion-wide-a6b7 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.accordion-wide-a6b7 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.summary-d9fc {
  flex: 0 0 100%;
  max-width: 100%;
}

.wide-d8d1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.texture_54a9 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .texture_54a9 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .wide-d8d1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.texture_c309 { display: flex; }
.dirty-c9a5 { justify-content: space-between; }
.pattern_52cf { align-items: center; }
.pattern-b81a { text-align: center; }

.south-c278 { margin-right: 0.5rem; }
.photo-pressed-e267 { margin-right: 1rem; }
.picture-new-1eaf { margin-top: 1rem; }
.paragraph_bd1d { margin-top: 1.5rem; }
.container_up_562a { margin-bottom: 1rem; }
.hover_rough_2da5 { margin-bottom: 1.5rem; }
.progress-64de { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.article_narrow_4dbc { margin-top: 1rem; margin-bottom: 1rem; }
.silver_8e57 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.notice_8f30 { max-width: 100%; height: auto; }

/* Links used in old footer */
.slider_eda8 { color: var(--text-primary); }
.wrapper_5232 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.surface_black_65f1 {
  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 */
.next_2594 { /* 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);
}

.next_2594:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.old_af53 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.old_af53:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.sidebar_tall_fb33 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.summary_selected_a68f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.summary_selected_a68f::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;
}

.stale_8a41 {
  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);
}

.stale_8a41 h1 {
  margin-bottom: var(--spacing-sm);
}

.stale_8a41 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.pattern-huge-d8d2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.sort-huge-1a08 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.highlight_cffc {
  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);
}

.info_c8a5 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.action-214b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.action-214b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.sidebar-6d56 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.card-1917 {
  padding-bottom: var(--spacing-2xl);
}

.message_clean_e5ce {
  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;
}

.media_simple_5b83 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.menu_down_7e79 a {
  color: var(--primary-color);
}

.menu_down_7e79.fn-active-8ed1 {
  color: var(--text-secondary);
}

.menu_down_7e79:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.pro-8fa5 {
  padding: var(--spacing-xl) 0;
}

.aside-a43f {
  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-a43f h2 {
  margin-bottom: var(--spacing-sm);
}

.aside-a43f p {
  color: var(--text-secondary);
}

.gold_2ab5 {
  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;
}

.gold_2ab5 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.gold_2ab5 h4 {
  margin-top: var(--spacing-sm);
}

.gold_2ab5 p {
  color: var(--text-secondary);
}

.frame_brown_8f36 {
  padding: var(--spacing-xl) 0;
}

.accent-c566 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.hero-7162 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-7162 a {
  color: var(--text-secondary);
}

.hero-7162 a:hover {
  color: var(--primary-color);
}

.dirty_d298 {
  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);
}

.main-brown-69b1 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.hot_de17 {
  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);
}

.hot_de17:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.modal-gas-ee43 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.slider-3500 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 25a0 */
.widget-item-m2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
