/*
 * Inner pages adapter for index.active_984f design system (styles-new.pink-8afd)
 * 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_76e6) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.paragraph_3a43.wrapper_cefa {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.clean_c53d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.clean_c53d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.grid-9bba {
  flex: 0 0 100%;
  max-width: 100%;
}

.light-4a62 {
  flex: 0 0 100%;
  max-width: 100%;
}

.block_3225 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .block_3225 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .light-4a62 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.caption_6712 { display: flex; }
.hidden_small_645f { justify-content: space-between; }
.outline-b1b7 { align-items: center; }
.wrapper_cefa { text-align: center; }

.column-da0e { margin-right: 0.5rem; }
.hover-179f { margin-right: 1rem; }
.row-9e23 { margin-top: 1rem; }
.lite_6387 { margin-top: 1.5rem; }
.detail_dff2 { margin-bottom: 1rem; }
.texture_be0d { margin-bottom: 1.5rem; }
.badge-bottom-0430 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.white-8e54 { margin-top: 1rem; margin-bottom: 1rem; }
.backdrop-lite-939f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.form-warm-edf4 { max-width: 100%; height: auto; }

/* Links used in old footer */
.accent-selected-062c { color: var(--text-primary); }
.selected_1fa2 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.accent_155f {
  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 */
.logo_c835 { /* 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);
}

.logo_c835:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.grid-189d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.grid-189d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.backdrop_under_048b {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.frame-selected-2e03 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.frame-selected-2e03::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;
}

.list_14d4 {
  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);
}

.list_14d4 h1 {
  margin-bottom: var(--spacing-sm);
}

.list_14d4 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.detail-4661 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.feature-next-97d5 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.label-4f52 {
  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);
}

.short_14a8 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.thick_a386 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.thick_a386 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.center-60bf img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.mask-5870 {
  padding-bottom: var(--spacing-2xl);
}

.icon-basic-71ce {
  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;
}

.dropdown-ca91 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.backdrop-7c10 a {
  color: var(--primary-color);
}

.backdrop-7c10.fn-active-4e28 {
  color: var(--text-secondary);
}

.backdrop-7c10:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.notification_prev_525c {
  padding: var(--spacing-xl) 0;
}

.element_out_bab2 {
  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);
}

.element_out_bab2 h2 {
  margin-bottom: var(--spacing-sm);
}

.element_out_bab2 p {
  color: var(--text-secondary);
}

.chip-gold-66b7 {
  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;
}

.chip-gold-66b7 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.chip-gold-66b7 h4 {
  margin-top: var(--spacing-sm);
}

.chip-gold-66b7 p {
  color: var(--text-secondary);
}

.accent_dirty_5cd0 {
  padding: var(--spacing-xl) 0;
}

.pagination-de78 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.bottom_487c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom_487c a {
  color: var(--text-secondary);
}

.bottom_487c a:hover {
  color: var(--primary-color);
}

.advanced_25ac {
  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);
}

.tabs-tall-d9d7 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.footer_2dc4 {
  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);
}

.footer_2dc4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.red_6981 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fluid_0eff { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6f3b */
.widget-item-n2 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
