/*
 * Inner pages adapter for index.dark_f19a design system (styles-new.frame-54fc)
 * 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(.hero_88a8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tag_26b2.outline_basic_fec0 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.next-ccb6 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.next-ccb6 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.chip_9dfc {
  flex: 0 0 100%;
  max-width: 100%;
}

.column_02e4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pressed-35cf {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .pressed-35cf {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .column_02e4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.lite_a9e1 { display: flex; }
.hidden_eaf1 { justify-content: space-between; }
.paper_077d { align-items: center; }
.outline_basic_fec0 { text-align: center; }

.paper-0d06 { margin-right: 0.5rem; }
.smooth-0d2a { margin-right: 1rem; }
.section_51c2 { margin-top: 1rem; }
.south-402a { margin-top: 1.5rem; }
.active_short_39f9 { margin-bottom: 1rem; }
.cool_993c { margin-bottom: 1.5rem; }
.column-b489 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.under_bc84 { margin-top: 1rem; margin-bottom: 1rem; }
.soft_ef05 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.medium-8c22 { max-width: 100%; height: auto; }

/* Links used in old footer */
.layout_pink_0ea6 { color: var(--text-primary); }
.article-030e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.new_05c3 {
  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 */
.selected_914b { /* 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);
}

.selected_914b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.wood-9216 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.wood-9216:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.feature-current-b729 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.breadcrumb_c4a4 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.breadcrumb_c4a4::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;
}

.section_dbd4 {
  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);
}

.section_dbd4 h1 {
  margin-bottom: var(--spacing-sm);
}

.section_dbd4 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.clean_f1d4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.black-a4af {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.icon_cool_200e {
  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);
}

.dynamic_5d9e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.widget-1cd0 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.widget-1cd0 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.preview_d218 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.paragraph-fd97 {
  padding-bottom: var(--spacing-2xl);
}

.grid_b925 {
  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;
}

.old-2b74 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.logo_3699 a {
  color: var(--primary-color);
}

.logo_3699.fn-active-f80e {
  color: var(--text-secondary);
}

.logo_3699:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.purple_f448 {
  padding: var(--spacing-xl) 0;
}

.tertiary-center-c3be {
  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);
}

.tertiary-center-c3be h2 {
  margin-bottom: var(--spacing-sm);
}

.tertiary-center-c3be p {
  color: var(--text-secondary);
}

.overlay-pro-96cf {
  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;
}

.overlay-pro-96cf h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.overlay-pro-96cf h4 {
  margin-top: var(--spacing-sm);
}

.overlay-pro-96cf p {
  color: var(--text-secondary);
}

.title-first-7840 {
  padding: var(--spacing-xl) 0;
}

.nav-b381 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.texture-9b8e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.texture-9b8e a {
  color: var(--text-secondary);
}

.texture-9b8e a:hover {
  color: var(--primary-color);
}

.soft-e973 {
  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);
}

.wide-cd46 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.element_0367 {
  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);
}

.element_0367:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.bright_8375 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.complex_eff2 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 09c7 */
.ghost-box-e0 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.3;
}
