/*
 * Inner pages adapter for index.focused-834a design system (styles-new.chip_fresh_4801)
 * 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(.fluid_6cad) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.wide-f563.header-692c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.main_7861 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.main_7861 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.highlight_345b {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-liquid-13bb {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-old-4b8c {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .text-old-4b8c {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .sidebar-liquid-13bb {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.widget_plasma_bcb8 { display: flex; }
.in_bbc5 { justify-content: space-between; }
.progress_2519 { align-items: center; }
.header-692c { text-align: center; }

.wide_d56c { margin-right: 0.5rem; }
.widget_narrow_58f8 { margin-right: 1rem; }
.wrapper_bright_b6f3 { margin-top: 1rem; }
.dark_ac53 { margin-top: 1.5rem; }
.fresh-ea4c { margin-bottom: 1rem; }
.prev-89e3 { margin-bottom: 1.5rem; }
.static-2fd5 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.widget_d012 { margin-top: 1rem; margin-bottom: 1rem; }
.carousel-next-3940 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.secondary_6f5a { max-width: 100%; height: auto; }

/* Links used in old footer */
.smooth_09bc { color: var(--text-primary); }
.easy_c39b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.first_7967 {
  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 */
.module_east_a357 { /* 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);
}

.module_east_a357:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.button_f32b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.button_f32b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hero_7bc3 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.full-b00f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.full-b00f::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;
}

.tabs-stale-4e61 {
  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);
}

.tabs-stale-4e61 h1 {
  margin-bottom: var(--spacing-sm);
}

.tabs-stale-4e61 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.hero_north_f163 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.frame_inner_1638 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.component_liquid_6c5b {
  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);
}

.image-a67e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.media_middle_1a95 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.media_middle_1a95 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.west_fde7 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.image-fluid-1013 {
  padding-bottom: var(--spacing-2xl);
}

.photo_wood_6716 {
  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;
}

.carousel-hard-21a1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.action_29be a {
  color: var(--primary-color);
}

.action_29be.fn-active-ebc7 {
  color: var(--text-secondary);
}

.action_29be:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.paper_8687 {
  padding: var(--spacing-xl) 0;
}

.layout-bd75 {
  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);
}

.layout-bd75 h2 {
  margin-bottom: var(--spacing-sm);
}

.layout-bd75 p {
  color: var(--text-secondary);
}

.table-steel-9237 {
  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;
}

.table-steel-9237 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.table-steel-9237 h4 {
  margin-top: var(--spacing-sm);
}

.table-steel-9237 p {
  color: var(--text-secondary);
}

.footer_orange_0d59 {
  padding: var(--spacing-xl) 0;
}

.card-soft-f9fe {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.border-hot-3344 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border-hot-3344 a {
  color: var(--text-secondary);
}

.border-hot-3344 a:hover {
  color: var(--primary-color);
}

.orange-3dcb {
  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);
}

.nav-4fb3 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.button-large-5d8f {
  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);
}

.button-large-5d8f:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.hidden_900c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.article_85e7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 18ed */
.ghost-box-d4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
