/*
 * Inner pages adapter for index.element_white_3109 design system (styles-new.texture-a18f)
 * 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(.secondary_upper_91b7) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.pattern-23c6.upper-6ed2 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.light-5a0b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.light-5a0b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.lite-fd5a {
  flex: 0 0 100%;
  max-width: 100%;
}

.frame_hot_fd64 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gradient-c82f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gradient-c82f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .frame_hot_fd64 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.tag_stone_c631 { display: flex; }
.gallery-df44 { justify-content: space-between; }
.secondary-dd78 { align-items: center; }
.upper-6ed2 { text-align: center; }

.paragraph-copper-db7a { margin-right: 0.5rem; }
.caption_e8f6 { margin-right: 1rem; }
.media-right-7194 { margin-top: 1rem; }
.wide-fd2f { margin-top: 1.5rem; }
.table-4f6b { margin-bottom: 1rem; }
.gallery-c41a { margin-bottom: 1.5rem; }
.huge_b176 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.large_6a11 { margin-top: 1rem; margin-bottom: 1rem; }
.highlight-d95c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hidden-c8c3 { max-width: 100%; height: auto; }

/* Links used in old footer */
.image-5b31 { color: var(--text-primary); }
.tall_4136 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.over_0432 {
  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 */
.fresh-c0a7 { /* 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);
}

.fresh-c0a7:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.banner_7b51 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.banner_7b51:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.pagination-large-1669 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.hot-ab6f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.hot-ab6f::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;
}

.action-f4b8 {
  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);
}

.action-f4b8 h1 {
  margin-bottom: var(--spacing-sm);
}

.action-f4b8 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.video-58d2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.bottom_fe3b {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.input_iron_9180 {
  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);
}

.banner-7df6 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.wide_68cf h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.wide_68cf p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.popup-first-3438 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.gold-2481 {
  padding-bottom: var(--spacing-2xl);
}

.progress-smooth-b130 {
  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;
}

.panel-left-19b2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.avatar_bottom_cbf0 a {
  color: var(--primary-color);
}

.avatar_bottom_cbf0.fn-active-e56a {
  color: var(--text-secondary);
}

.avatar_bottom_cbf0:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.selected_d995 {
  padding: var(--spacing-xl) 0;
}

.fluid_56b5 {
  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);
}

.fluid_56b5 h2 {
  margin-bottom: var(--spacing-sm);
}

.fluid_56b5 p {
  color: var(--text-secondary);
}

.container_3e86 {
  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;
}

.container_3e86 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.container_3e86 h4 {
  margin-top: var(--spacing-sm);
}

.container_3e86 p {
  color: var(--text-secondary);
}

.thumbnail_smooth_53f9 {
  padding: var(--spacing-xl) 0;
}

.slider-medium-eb4c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.grid-brown-82dc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-brown-82dc a {
  color: var(--text-secondary);
}

.grid-brown-82dc a:hover {
  color: var(--primary-color);
}

.photo-plasma-7e93 {
  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);
}

.tabs_old_705e {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.item_af67 {
  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);
}

.item_af67:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.west_b380 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.layout-bright-731e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ed5f */
.promo-block-w3 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
