/*
 * Inner pages adapter for index.full-e906 design system (styles-new.description_9f66)
 * 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(.dropdown_north_3939) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.carousel_light_29f5.widget-71e1 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.filter-dab8 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.filter-dab8 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.picture-slow-ab3f {
  flex: 0 0 100%;
  max-width: 100%;
}

.frame-narrow-2293 {
  flex: 0 0 100%;
  max-width: 100%;
}

.current-a4d2 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .current-a4d2 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .frame-narrow-2293 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.layout_hot_e1e2 { display: flex; }
.texture_stone_4043 { justify-content: space-between; }
.message_east_6b9b { align-items: center; }
.widget-71e1 { text-align: center; }

.media_pink_bbfa { margin-right: 0.5rem; }
.thumbnail_complex_4e5c { margin-right: 1rem; }
.pagination_yellow_542c { margin-top: 1rem; }
.sidebar_bronze_a59b { margin-top: 1.5rem; }
.wide-e6d0 { margin-bottom: 1rem; }
.main-gas-15d7 { margin-bottom: 1.5rem; }
.fluid-96d2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.orange-ac79 { margin-top: 1rem; margin-bottom: 1rem; }
.block_c046 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.message-b2cc { max-width: 100%; height: auto; }

/* Links used in old footer */
.info-pressed-4e31 { color: var(--text-primary); }
.dim-64a2 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.badge_e819 {
  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 */
.rough_99de { /* 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);
}

.rough_99de:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.middle_7661 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.middle_7661:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.secondary_2e07 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.message_middle_69ad {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.message_middle_69ad::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;
}

.backdrop-f6ee {
  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);
}

.backdrop-f6ee h1 {
  margin-bottom: var(--spacing-sm);
}

.backdrop-f6ee p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.carousel-silver-3c19 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.sort-f809 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.hero_32d8 {
  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);
}

.new-816f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.pink-cdf2 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.pink-cdf2 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.tooltip_3df3 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.center-1cb1 {
  padding-bottom: var(--spacing-2xl);
}

.row_f075 {
  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;
}

.input_up_dd28 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.filter-598d a {
  color: var(--primary-color);
}

.filter-598d.fn-active-2d19 {
  color: var(--text-secondary);
}

.filter-598d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.black-84dc {
  padding: var(--spacing-xl) 0;
}

.summary-da23 {
  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);
}

.summary-da23 h2 {
  margin-bottom: var(--spacing-sm);
}

.summary-da23 p {
  color: var(--text-secondary);
}

.background-384c {
  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;
}

.background-384c h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.background-384c h4 {
  margin-top: var(--spacing-sm);
}

.background-384c p {
  color: var(--text-secondary);
}

.main_hard_bd05 {
  padding: var(--spacing-xl) 0;
}

.carousel-8ff5 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.plasma-b9dc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plasma-b9dc a {
  color: var(--text-secondary);
}

.plasma-b9dc a:hover {
  color: var(--primary-color);
}

.panel_paper_ee42 {
  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);
}

.backdrop-fb05 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.button-b51d {
  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);
}

.button-b51d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.middle_ccdd { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.overlay_ea5e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 5a27 */
.shadow-element-d1 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
