/*
 * Inner pages adapter for index.under_5cac design system (styles-new.texture_f674)
 * 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(.smooth_29eb) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.east_5216.hover_east_ce00 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.shadow-9157 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.shadow-9157 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.widget_8363 {
  flex: 0 0 100%;
  max-width: 100%;
}

.chip-thick-f333 {
  flex: 0 0 100%;
  max-width: 100%;
}

.liquid-c864 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .liquid-c864 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .chip-thick-f333 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.copper_6e7c { display: flex; }
.banner_89c6 { justify-content: space-between; }
.card-268f { align-items: center; }
.hover_east_ce00 { text-align: center; }

.in-3c79 { margin-right: 0.5rem; }
.fast-3786 { margin-right: 1rem; }
.accordion_439a { margin-top: 1rem; }
.overlay_b8b2 { margin-top: 1.5rem; }
.card-0067 { margin-bottom: 1rem; }
.primary_stone_52dd { margin-bottom: 1.5rem; }
.center_854b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.clean_a969 { margin-top: 1rem; margin-bottom: 1rem; }
.glass_ca2d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.table_middle_fc68 { max-width: 100%; height: auto; }

/* Links used in old footer */
.tabs_4d4b { color: var(--text-primary); }
.nav-35ac { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.logo-basic-f1ee {
  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 */
.thick_4f3c { /* 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);
}

.thick_4f3c:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.header-8435 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.header-8435:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.wrapper-plasma-e8a0 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.active-cold-a015 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.active-cold-a015::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;
}

.heading-short-5542 {
  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);
}

.heading-short-5542 h1 {
  margin-bottom: var(--spacing-sm);
}

.heading-short-5542 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.icon-de12 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hover-3d38 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.gradient-0c44 {
  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);
}

.widget_motion_b6e1 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.glass_77a3 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.glass_77a3 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.dropdown-pink-e443 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.alert-fluid-f57a {
  padding-bottom: var(--spacing-2xl);
}

.summary_9c84 {
  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;
}

.text_pink_dbb8 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.brown-a4de a {
  color: var(--primary-color);
}

.brown-a4de.fn-active-fb84 {
  color: var(--text-secondary);
}

.brown-a4de:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.breadcrumb-116b {
  padding: var(--spacing-xl) 0;
}

.grid-rough-c681 {
  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);
}

.grid-rough-c681 h2 {
  margin-bottom: var(--spacing-sm);
}

.grid-rough-c681 p {
  color: var(--text-secondary);
}

.label-rough-bf04 {
  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;
}

.label-rough-bf04 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.label-rough-bf04 h4 {
  margin-top: var(--spacing-sm);
}

.label-rough-bf04 p {
  color: var(--text-secondary);
}

.tertiary-lower-b2d1 {
  padding: var(--spacing-xl) 0;
}

.notification-dbbe {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.alert-smooth-26a6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert-smooth-26a6 a {
  color: var(--text-secondary);
}

.alert-smooth-26a6 a:hover {
  color: var(--primary-color);
}

.texture_white_dae8 {
  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);
}

.wrapper-268f {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.fast-ae87 {
  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);
}

.fast-ae87:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.outline-8ad5 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.video_4e65 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2266 */
.phantom-card-s4 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
