/*
 * Inner pages adapter for index.label_medium_6149 design system (styles-new.white_3d18)
 * 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-dirty-945d) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.label_0ebe.small-9ab1 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.secondary_afe9 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.secondary_afe9 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tiny-9fa6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.white-311d {
  flex: 0 0 100%;
  max-width: 100%;
}

.caption_1e28 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .caption_1e28 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .white-311d {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.shadow_pink_9f86 { display: flex; }
.purple_d941 { justify-content: space-between; }
.texture_over_1847 { align-items: center; }
.small-9ab1 { text-align: center; }

.up-9922 { margin-right: 0.5rem; }
.lite-47ec { margin-right: 1rem; }
.logo_e5ab { margin-top: 1rem; }
.gold-50cf { margin-top: 1.5rem; }
.overlay_plasma_e66f { margin-bottom: 1rem; }
.column-9f76 { margin-bottom: 1.5rem; }
.list-c9cf { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.link_gold_7b9f { margin-top: 1rem; margin-bottom: 1rem; }
.widget-4c9c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.surface-dim-cdaf { max-width: 100%; height: auto; }

/* Links used in old footer */
.motion-8d95 { color: var(--text-primary); }
.tall-7c8b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.component_old_4837 {
  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 */
.popup-over-1aef { /* 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);
}

.popup-over-1aef:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.texture-middle-ceda {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.texture-middle-ceda:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.accordion-small-d4f1 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.form-fluid-8e89 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.form-fluid-8e89::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;
}

.hovered-e990 {
  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);
}

.hovered-e990 h1 {
  margin-bottom: var(--spacing-sm);
}

.hovered-e990 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.texture_stale_4abc {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.description_b44c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.input-e2c7 {
  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);
}

.table_cool_4fd4 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.small_2e29 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.small_2e29 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.out-71fa img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.component_center_36fc {
  padding-bottom: var(--spacing-2xl);
}

.down-bfc5 {
  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;
}

.label_next_2e91 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.highlight_71bf a {
  color: var(--primary-color);
}

.highlight_71bf.fn-active-82f0 {
  color: var(--text-secondary);
}

.highlight_71bf:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.full_c5cd {
  padding: var(--spacing-xl) 0;
}

.center-eb38 {
  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);
}

.center-eb38 h2 {
  margin-bottom: var(--spacing-sm);
}

.center-eb38 p {
  color: var(--text-secondary);
}

.status-south-efc1 {
  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;
}

.status-south-efc1 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.status-south-efc1 h4 {
  margin-top: var(--spacing-sm);
}

.status-south-efc1 p {
  color: var(--text-secondary);
}

.accent-center-0dba {
  padding: var(--spacing-xl) 0;
}

.filter_top_df6b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.link_west_cd23 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link_west_cd23 a {
  color: var(--text-secondary);
}

.link_west_cd23 a:hover {
  color: var(--primary-color);
}

.gallery_next_a123 {
  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);
}

.media_832c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.media_186a {
  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);
}

.media_186a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.stale_7239 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.active_over_7002 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a699 */
.promo-block-h2 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
