/*
 * Inner pages adapter for index.icon-409e design system (styles-new.glass-c8f3)
 * 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(.bright-6952) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.yellow-a92c.wide_e777 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.disabled-545b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.disabled-545b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.active-selected-69f1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.widget_current_7115 {
  flex: 0 0 100%;
  max-width: 100%;
}

.stone_9fb1 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .stone_9fb1 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .widget_current_7115 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.label-89fb { display: flex; }
.message-111c { justify-content: space-between; }
.shade_top_3c66 { align-items: center; }
.wide_e777 { text-align: center; }

.advanced-25a9 { margin-right: 0.5rem; }
.panel_3d19 { margin-right: 1rem; }
.cold-6784 { margin-top: 1rem; }
.slider_4ce2 { margin-top: 1.5rem; }
.large_e6e8 { margin-bottom: 1rem; }
.tooltip_smooth_2587 { margin-bottom: 1.5rem; }
.item-3dda { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.modal_liquid_3924 { margin-top: 1rem; margin-bottom: 1rem; }
.pagination_medium_6d59 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hovered-82f9 { max-width: 100%; height: auto; }

/* Links used in old footer */
.background_c79c { color: var(--text-primary); }
.input_9c2f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.modal-action-110a {
  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 */
.pressed_dc6b { /* 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);
}

.pressed_dc6b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.pink-d7bb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.pink-d7bb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.gallery-left-6f2f {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.backdrop-huge-da57 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.backdrop-huge-da57::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;
}

.button_ed40 {
  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);
}

.button_ed40 h1 {
  margin-bottom: var(--spacing-sm);
}

.button_ed40 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.shade_fast_307d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.component-new-342e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.gallery_bronze_cf97 {
  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);
}

.tertiary-48b9 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.search_dim_b688 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.search_dim_b688 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.solid-2675 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.widget_out_2fb0 {
  padding-bottom: var(--spacing-2xl);
}

.wrapper_165e {
  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;
}

.feature_tiny_6074 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.warm-05ea a {
  color: var(--primary-color);
}

.warm-05ea.fn-active-ae27 {
  color: var(--text-secondary);
}

.warm-05ea:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.status-ee3e {
  padding: var(--spacing-xl) 0;
}

.row_66f7 {
  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);
}

.row_66f7 h2 {
  margin-bottom: var(--spacing-sm);
}

.row_66f7 p {
  color: var(--text-secondary);
}

.widget-current-922e {
  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-current-922e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.widget-current-922e h4 {
  margin-top: var(--spacing-sm);
}

.widget-current-922e p {
  color: var(--text-secondary);
}

.avatar_fb3a {
  padding: var(--spacing-xl) 0;
}

.tag-f090 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.bronze_c348 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bronze_c348 a {
  color: var(--text-secondary);
}

.bronze_c348 a:hover {
  color: var(--primary-color);
}

.caption-40f2 {
  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);
}

.tiny-8d00 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.down-2bbb {
  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);
}

.down-2bbb:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.progress-2d29 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.plasma_2d4c { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 908a */
.widget-item-a6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
