/*
 * Inner pages adapter for index.item_fixed_36e7 design system (styles-new.nav_inner_7672)
 * 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(.overlay_7a2c) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.element-564b.filter-lower-5fd3 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.tooltip-pink-e4cf {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tooltip-pink-e4cf > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.highlight-bronze-0ccd {
  flex: 0 0 100%;
  max-width: 100%;
}

.module_fresh_4ef1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hidden_lower_ea67 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hidden_lower_ea67 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .module_fresh_4ef1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.lower_7b20 { display: flex; }
.sort-light-fecf { justify-content: space-between; }
.silver-4d25 { align-items: center; }
.filter-lower-5fd3 { text-align: center; }

.accent-dirty-42eb { margin-right: 0.5rem; }
.column_fe96 { margin-right: 1rem; }
.thumbnail-left-045e { margin-top: 1rem; }
.white-9fa3 { margin-top: 1.5rem; }
.pro_e998 { margin-bottom: 1rem; }
.new_7b71 { margin-bottom: 1.5rem; }
.up_b3ca { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.article_south_fa3b { margin-top: 1rem; margin-bottom: 1rem; }
.background_copper_928e { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.light_5c90 { max-width: 100%; height: auto; }

/* Links used in old footer */
.upper_24d5 { color: var(--text-primary); }
.up_318f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.overlay-0202 {
  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 */
.status_2461 { /* 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);
}

.status_2461:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.texture_basic_0485 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.texture_basic_0485:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.accent-dynamic-39f4 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.hot_2ca6 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.hot_2ca6::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;
}

.focused_86f9 {
  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);
}

.focused_86f9 h1 {
  margin-bottom: var(--spacing-sm);
}

.focused_86f9 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.texture-hot-e464 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.preview-black-3ab9 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.accordion_4c8b {
  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);
}

.text-north-b9e9 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.overlay_ac45 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.overlay_ac45 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.form_over_7cce img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.widget_dirty_d018 {
  padding-bottom: var(--spacing-2xl);
}

.gold_2257 {
  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;
}

.alert-west-61b4 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.info-89dc a {
  color: var(--primary-color);
}

.info-89dc.fn-active-7e12 {
  color: var(--text-secondary);
}

.info-89dc:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.wide-130d {
  padding: var(--spacing-xl) 0;
}

.notice-71cb {
  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);
}

.notice-71cb h2 {
  margin-bottom: var(--spacing-sm);
}

.notice-71cb p {
  color: var(--text-secondary);
}

.fixed_2a40 {
  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;
}

.fixed_2a40 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.fixed_2a40 h4 {
  margin-top: var(--spacing-sm);
}

.fixed_2a40 p {
  color: var(--text-secondary);
}

.primary_stale_0f50 {
  padding: var(--spacing-xl) 0;
}

.panel_b972 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tooltip-392f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip-392f a {
  color: var(--text-secondary);
}

.tooltip-392f a:hover {
  color: var(--primary-color);
}

.west-5d8e {
  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);
}

.hover-paper-3552 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.image_blue_bbff {
  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);
}

.image_blue_bbff:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.sort_6145 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pagination-88de { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 54af */
.shadow-element-c9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
