/*
 * Inner pages adapter for index.east_1f56 design system (styles-new.slider_in_5d6e)
 * 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(.gradient-a81b) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.description_2113.focused-4feb {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.soft-9908 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.soft-9908 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.border-upper-9ebf {
  flex: 0 0 100%;
  max-width: 100%;
}

.warm_6b88 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table_lite_5bf0 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .table_lite_5bf0 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .warm_6b88 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.description_down_c4e7 { display: flex; }
.easy_3237 { justify-content: space-between; }
.notification_5f93 { align-items: center; }
.focused-4feb { text-align: center; }

.notification-outer-30b5 { margin-right: 0.5rem; }
.module-fixed-2553 { margin-right: 1rem; }
.down-b7e1 { margin-top: 1rem; }
.badge-down-1b07 { margin-top: 1.5rem; }
.next_98e2 { margin-bottom: 1rem; }
.info_pro_cb5f { margin-bottom: 1.5rem; }
.fast_9b52 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.outline_dim_e2b8 { margin-top: 1rem; margin-bottom: 1rem; }
.white_8ffa { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.light-4fd1 { max-width: 100%; height: auto; }

/* Links used in old footer */
.over_928d { color: var(--text-primary); }
.avatar-20c0 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.surface_clean_e8a8 {
  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 */
.hero-paper-d05f { /* 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);
}

.hero-paper-d05f:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.gold-193d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.gold-193d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.gradient_2c40 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.black-03fb {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.black-03fb::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;
}

.breadcrumb-slow-d0f0 {
  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);
}

.breadcrumb-slow-d0f0 h1 {
  margin-bottom: var(--spacing-sm);
}

.breadcrumb-slow-d0f0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.dropdown-f8cb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.overlay_bronze_4126 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.accordion_simple_53aa {
  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);
}

.active-3d15 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.table_focused_3caa h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.table_focused_3caa p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.upper_845d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.module-yellow-41a7 {
  padding-bottom: var(--spacing-2xl);
}

.focus-d255 {
  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;
}

.logo_8785 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.small-389f a {
  color: var(--primary-color);
}

.small-389f.fn-active-db83 {
  color: var(--text-secondary);
}

.small-389f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.highlight-6621 {
  padding: var(--spacing-xl) 0;
}

.tabs_b257 {
  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);
}

.tabs_b257 h2 {
  margin-bottom: var(--spacing-sm);
}

.tabs_b257 p {
  color: var(--text-secondary);
}

.widget-action-5c22 {
  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;
}

.widget-action-5c22 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.widget-action-5c22 h4 {
  margin-top: var(--spacing-sm);
}

.widget-action-5c22 p {
  color: var(--text-secondary);
}

.shade_d182 {
  padding: var(--spacing-xl) 0;
}

.over_c20c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.shade-north-a631 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shade-north-a631 a {
  color: var(--text-secondary);
}

.shade-north-a631 a:hover {
  color: var(--primary-color);
}

.footer_f484 {
  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);
}

.thumbnail-a7b9 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.feature-liquid-2716 {
  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);
}

.feature-liquid-2716:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.large-7f00 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.highlight-last-aaf9 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 8bf5 */
.phantom-card-j2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
