/*
 * Inner pages adapter for index.menu_fixed_317d design system (styles-new.banner_8a84)
 * 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(.table-9c15) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.fresh-99d2.dark-3f49 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.summary-85d3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.summary-85d3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.gallery-old-9ad6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-7cf7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table_green_2757 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .table_green_2757 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .text-7cf7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.block-6774 { display: flex; }
.nav_5519 { justify-content: space-between; }
.item_blue_c86e { align-items: center; }
.dark-3f49 { text-align: center; }

.fixed-730f { margin-right: 0.5rem; }
.up-3758 { margin-right: 1rem; }
.motion-9efe { margin-top: 1rem; }
.gallery-warm-cd66 { margin-top: 1.5rem; }
.menu_outer_5852 { margin-bottom: 1rem; }
.progress_inner_36d3 { margin-bottom: 1.5rem; }
.hero-80c4 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.avatar_dim_c3da { margin-top: 1rem; margin-bottom: 1rem; }
.thumbnail_fast_40d6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.pro-7419 { max-width: 100%; height: auto; }

/* Links used in old footer */
.thumbnail_first_abca { color: var(--text-primary); }
.notification-short-7285 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.west-8825 {
  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 */
.sidebar_d19d { /* 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);
}

.sidebar_d19d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.table_7cc9 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.table_7cc9:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.center-8ab1 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.plasma_7205 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.plasma_7205::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;
}

.solid_c79c {
  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);
}

.solid_c79c h1 {
  margin-bottom: var(--spacing-sm);
}

.solid_c79c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.box_d6ce {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.component-bbfe {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.content_5e6a {
  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);
}

.overlay-fast-51bc {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.cold-1790 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.cold-1790 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.table_0450 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.section-hard-1fa6 {
  padding-bottom: var(--spacing-2xl);
}

.slider-down-1dcf {
  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;
}

.status_9073 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.small_04d1 a {
  color: var(--primary-color);
}

.small_04d1.fn-active-6aa9 {
  color: var(--text-secondary);
}

.small_04d1:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.stale-9e6e {
  padding: var(--spacing-xl) 0;
}

.clean_9ec9 {
  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);
}

.clean_9ec9 h2 {
  margin-bottom: var(--spacing-sm);
}

.clean_9ec9 p {
  color: var(--text-secondary);
}

.item_purple_f467 {
  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;
}

.item_purple_f467 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.item_purple_f467 h4 {
  margin-top: var(--spacing-sm);
}

.item_purple_f467 p {
  color: var(--text-secondary);
}

.bright_6bab {
  padding: var(--spacing-xl) 0;
}

.simple_e23c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.green-74e4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.green-74e4 a {
  color: var(--text-secondary);
}

.green-74e4 a:hover {
  color: var(--primary-color);
}

.link-center-66ab {
  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);
}

.over_f4a1 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.fluid_ca74 {
  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);
}

.fluid_ca74:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.cold_1619 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.avatar-old-bcce { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6470 */
.shadow-element-e2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
