/*
 * Inner pages adapter for index.filter_black_e74a design system (styles-new.label_a021)
 * 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(.summary-basic-dc93) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.black-461a.tabs-focused-f0db {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.yellow_0d40 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.yellow_0d40 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.out-e7c5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.modal-652e {
  flex: 0 0 100%;
  max-width: 100%;
}

.modal_solid_e867 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .modal_solid_e867 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .modal-652e {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.east_90f8 { display: flex; }
.article_paper_329f { justify-content: space-between; }
.input-selected-5b14 { align-items: center; }
.tabs-focused-f0db { text-align: center; }

.bright-8e7f { margin-right: 0.5rem; }
.dark-712e { margin-right: 1rem; }
.focus_3cc0 { margin-top: 1rem; }
.background_1d86 { margin-top: 1.5rem; }
.nav-508d { margin-bottom: 1rem; }
.section-ce82 { margin-bottom: 1.5rem; }
.row_focused_077a { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.layout-3311 { margin-top: 1rem; margin-bottom: 1rem; }
.hidden-01c7 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.tag-hovered-e0c3 { max-width: 100%; height: auto; }

/* Links used in old footer */
.banner_c64c { color: var(--text-primary); }
.sidebar_last_a35d { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.gradient_fa45 {
  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 */
.title_c7de { /* 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);
}

.title_c7de:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.cool-09a7 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.cool-09a7:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.cold-03d2 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.dirty-b726 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.dirty-b726::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;
}

.fresh-dead {
  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);
}

.fresh-dead h1 {
  margin-bottom: var(--spacing-sm);
}

.fresh-dead p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.module_old_1ef8 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.yellow-5937 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.secondary-fadb {
  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);
}

.header_basic_9683 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.overlay_huge_5a95 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.overlay_huge_5a95 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.steel_660e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.notification_action_de03 {
  padding-bottom: var(--spacing-2xl);
}

.accent_cold_a447 {
  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;
}

.alert-845a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.brown_1367 a {
  color: var(--primary-color);
}

.brown_1367.fn-active-3934 {
  color: var(--text-secondary);
}

.brown_1367:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.item_current_ffd0 {
  padding: var(--spacing-xl) 0;
}

.media_yellow_9c20 {
  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);
}

.media_yellow_9c20 h2 {
  margin-bottom: var(--spacing-sm);
}

.media_yellow_9c20 p {
  color: var(--text-secondary);
}

.tiny-d9f3 {
  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;
}

.tiny-d9f3 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.tiny-d9f3 h4 {
  margin-top: var(--spacing-sm);
}

.tiny-d9f3 p {
  color: var(--text-secondary);
}

.liquid_d8bd {
  padding: var(--spacing-xl) 0;
}

.backdrop-silver-ab80 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.carousel-443a {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-443a a {
  color: var(--text-secondary);
}

.carousel-443a a:hover {
  color: var(--primary-color);
}

.card-ca6a {
  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);
}

.feature-clean-4482 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.left-9b09 {
  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);
}

.left-9b09:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.wrapper-hard-6468 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tag_hovered_caae { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 77eb */
.ghost-box-x7 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
