/*
 * Inner pages adapter for index.gallery_79a1 design system (styles-new.tag_8993)
 * 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(.feature_695f) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.title-top-2524.label_complex_a0d8 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.easy_d592 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.easy_d592 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.large_66a0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.container_glass_0d7b {
  flex: 0 0 100%;
  max-width: 100%;
}

.main_blue_c99a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .main_blue_c99a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .container_glass_0d7b {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dynamic-efcd { display: flex; }
.light_72cb { justify-content: space-between; }
.avatar-tiny-c37c { align-items: center; }
.label_complex_a0d8 { text-align: center; }

.motion_d912 { margin-right: 0.5rem; }
.menu_inner_601f { margin-right: 1rem; }
.popup-51e4 { margin-top: 1rem; }
.sort-a088 { margin-top: 1.5rem; }
.black-04b1 { margin-bottom: 1rem; }
.search_a711 { margin-bottom: 1.5rem; }
.bronze-f48f { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.down-d6bd { margin-top: 1rem; margin-bottom: 1rem; }
.chip-cold-0307 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.sidebar_933d { max-width: 100%; height: auto; }

/* Links used in old footer */
.outline-06a2 { color: var(--text-primary); }
.tag_8810 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.gas-4bd4 {
  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 */
.motion_6f96 { /* 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);
}

.motion_6f96:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.action_078e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.action_078e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.dim_13f0 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.wrapper-solid-8f70 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.wrapper-solid-8f70::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;
}

.pagination-thick-a274 {
  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);
}

.pagination-thick-a274 h1 {
  margin-bottom: var(--spacing-sm);
}

.pagination-thick-a274 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.over_6dbb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.secondary_7941 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.static_366f {
  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);
}

.secondary-2e8a {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.gallery-b8d6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.gallery-b8d6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.nav_huge_83d6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.active_paper_1c00 {
  padding-bottom: var(--spacing-2xl);
}

.popup_fixed_0a89 {
  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;
}

.caption_ddd2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.tooltip-3075 a {
  color: var(--primary-color);
}

.tooltip-3075.fn-active-7643 {
  color: var(--text-secondary);
}

.tooltip-3075:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.info_blue_698c {
  padding: var(--spacing-xl) 0;
}

.sidebar_yellow_010a {
  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);
}

.sidebar_yellow_010a h2 {
  margin-bottom: var(--spacing-sm);
}

.sidebar_yellow_010a p {
  color: var(--text-secondary);
}

.component_2eb3 {
  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;
}

.component_2eb3 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.component_2eb3 h4 {
  margin-top: var(--spacing-sm);
}

.component_2eb3 p {
  color: var(--text-secondary);
}

.hover_active_14f7 {
  padding: var(--spacing-xl) 0;
}

.active_779c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.overlay_north_68d2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay_north_68d2 a {
  color: var(--text-secondary);
}

.overlay_north_68d2 a:hover {
  color: var(--primary-color);
}

.tabs-brown-b84d {
  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);
}

.west-a4ff {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.blue-44d4 {
  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);
}

.blue-44d4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.popup-smooth-77d7 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.progress-64d6 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ff4f */
.promo-block-b6 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
