/*
 * Inner pages adapter for index.banner_b3f6 design system (styles-new.dropdown-ad48)
 * 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(.avatar_middle_9b66) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tag_green_4ead.short_417f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.silver-537c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.silver-537c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.text_2492 {
  flex: 0 0 100%;
  max-width: 100%;
}

.header_6549 {
  flex: 0 0 100%;
  max-width: 100%;
}

.label_c362 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .label_c362 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .header_6549 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.large_6bff { display: flex; }
.label-6eda { justify-content: space-between; }
.light-e81d { align-items: center; }
.short_417f { text-align: center; }

.accordion_east_0492 { margin-right: 0.5rem; }
.preview-19b8 { margin-right: 1rem; }
.disabled-5d1f { margin-top: 1rem; }
.fast_d3f5 { margin-top: 1.5rem; }
.sidebar-liquid-885c { margin-bottom: 1rem; }
.hidden_e44c { margin-bottom: 1.5rem; }
.module-focused-335e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.caption_07a7 { margin-top: 1rem; margin-bottom: 1rem; }
.image-north-6ce5 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.accent_stale_5592 { max-width: 100%; height: auto; }

/* Links used in old footer */
.icon-dim-b4d9 { color: var(--text-primary); }
.paragraph_85e6 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.highlight_yellow_7e88 {
  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 */
.grid-8741 { /* 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);
}

.grid-8741:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.picture_b137 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.picture_b137:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.list_1044 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.border_complex_8278 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.border_complex_8278::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;
}

.panel_simple_140b {
  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);
}

.panel_simple_140b h1 {
  margin-bottom: var(--spacing-sm);
}

.panel_simple_140b p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.avatar_0ff1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.liquid_5a7a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.hidden-white-29ed {
  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_e377 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.sidebar-center-e549 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.sidebar-center-e549 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.section_south_f804 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.small-faec {
  padding-bottom: var(--spacing-2xl);
}

.advanced_6480 {
  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;
}

.texture_right_2606 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.dropdown_top_9c11 a {
  color: var(--primary-color);
}

.dropdown_top_9c11.fn-active-a13a {
  color: var(--text-secondary);
}

.dropdown_top_9c11:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.media_b051 {
  padding: var(--spacing-xl) 0;
}

.mask-4eaf {
  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);
}

.mask-4eaf h2 {
  margin-bottom: var(--spacing-sm);
}

.mask-4eaf p {
  color: var(--text-secondary);
}

.widget_pressed_6486 {
  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_pressed_6486 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.widget_pressed_6486 h4 {
  margin-top: var(--spacing-sm);
}

.widget_pressed_6486 p {
  color: var(--text-secondary);
}

.thumbnail-f736 {
  padding: var(--spacing-xl) 0;
}

.dynamic_9403 {
  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-south-5059 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-south-5059 a {
  color: var(--text-secondary);
}

.link-south-5059 a:hover {
  color: var(--primary-color);
}

.tertiary-8934 {
  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);
}

.container_inner_5854 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.main-21b4 {
  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);
}

.main-21b4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.border_d4c6 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.slider_ffeb { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6257 */
.shadow-element-c2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
