/*
 * Inner pages adapter for index.dirty-d5d0 design system (styles-new.form_140c)
 * 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(.first_ed2a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.hero_16df.video-hovered-af9d {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.icon-7198 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.icon-7198 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.element_1044 {
  flex: 0 0 100%;
  max-width: 100%;
}

.info_green_56d5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover_outer_f0ef {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hover_outer_f0ef {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .info_green_56d5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.table-d58e { display: flex; }
.modal_4c75 { justify-content: space-between; }
.slider-efe5 { align-items: center; }
.video-hovered-af9d { text-align: center; }

.cool_925e { margin-right: 0.5rem; }
.border-3c89 { margin-right: 1rem; }
.next_292f { margin-top: 1rem; }
.border-1a3b { margin-top: 1.5rem; }
.pressed-9b21 { margin-bottom: 1rem; }
.text-wood-56ea { margin-bottom: 1.5rem; }
.banner_0576 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.main_0ead { margin-top: 1rem; margin-bottom: 1rem; }
.notification-dynamic-051d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.purple-295f { max-width: 100%; height: auto; }

/* Links used in old footer */
.simple-6034 { color: var(--text-primary); }
.widget-complex-bf2f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.texture_99f0 {
  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 */
.active_bfe4 { /* 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);
}

.active_bfe4:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.label_1ee6 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.label_1ee6:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.steel-fd41 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.overlay_current_aeac {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.overlay_current_aeac::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;
}

.logo-50e3 {
  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);
}

.logo-50e3 h1 {
  margin-bottom: var(--spacing-sm);
}

.logo-50e3 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.notification-dynamic-cb20 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.full_176c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.copper-20b2 {
  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);
}

.logo-under-652c {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.plasma-39e2 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.plasma-39e2 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.tabs_a454 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.wood-5fc5 {
  padding-bottom: var(--spacing-2xl);
}

.fresh-5bec {
  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;
}

.wrapper_paper_f16b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.shadow-fresh-38fa a {
  color: var(--primary-color);
}

.shadow-fresh-38fa.fn-active-8c37 {
  color: var(--text-secondary);
}

.shadow-fresh-38fa:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.pink-6380 {
  padding: var(--spacing-xl) 0;
}

.wide-b8e7 {
  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);
}

.wide-b8e7 h2 {
  margin-bottom: var(--spacing-sm);
}

.wide-b8e7 p {
  color: var(--text-secondary);
}

.gold_5c6f {
  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;
}

.gold_5c6f h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.gold_5c6f h4 {
  margin-top: var(--spacing-sm);
}

.gold_5c6f p {
  color: var(--text-secondary);
}

.hidden_2122 {
  padding: var(--spacing-xl) 0;
}

.pattern-iron-ddd4 {
  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_0bf4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip_0bf4 a {
  color: var(--text-secondary);
}

.tooltip_0bf4 a:hover {
  color: var(--primary-color);
}

.primary_wide_790a {
  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);
}

.carousel_active_b533 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.table-6ea2 {
  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);
}

.table-6ea2:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.image-7f4c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.small-2791 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 5a7e */
.shadow-element-i0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
