/*
 * Inner pages adapter for index.layout-north-34a2 design system (styles-new.simple-3ade)
 * 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(.overlay_steel_a2a8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.input_copper_1401.aside-8e4f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.huge_c388 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.huge_c388 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.status-first-1917 {
  flex: 0 0 100%;
  max-width: 100%;
}

.filter-orange-0a09 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hard-d8fe {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hard-d8fe {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .filter-orange-0a09 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.item-24ad { display: flex; }
.info_b61a { justify-content: space-between; }
.slow-d3f8 { align-items: center; }
.aside-8e4f { text-align: center; }

.pagination_prev_0dcc { margin-right: 0.5rem; }
.accent_large_5e12 { margin-right: 1rem; }
.dark_62ae { margin-top: 1rem; }
.advanced_8a8e { margin-top: 1.5rem; }
.message_ab6e { margin-bottom: 1rem; }
.accordion_cdc3 { margin-bottom: 1.5rem; }
.gas-4f9a { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.tiny-6704 { margin-top: 1rem; margin-bottom: 1rem; }
.container_0319 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.feature-8120 { max-width: 100%; height: auto; }

/* Links used in old footer */
.notification-476a { color: var(--text-primary); }
.content_6176 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.bottom-7237 {
  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 */
.secondary_stone_7456 { /* 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);
}

.secondary_stone_7456:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.active_ab8c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.active_ab8c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.footer-mini-1e13 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.layout_gold_043f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.layout_gold_043f::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;
}

.highlight-c00b {
  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);
}

.highlight-c00b h1 {
  margin-bottom: var(--spacing-sm);
}

.highlight-c00b p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.pink-8923 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.link_gold_4f74 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.current-e458 {
  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);
}

.status-light-1e4e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.tiny-1572 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.tiny-1572 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.background-03ba img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.medium-0c74 {
  padding-bottom: var(--spacing-2xl);
}

.red_86e2 {
  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-rough-ca5a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.simple_c0eb a {
  color: var(--primary-color);
}

.simple_c0eb.fn-active-f147 {
  color: var(--text-secondary);
}

.simple_c0eb:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.header_51ba {
  padding: var(--spacing-xl) 0;
}

.left_0c63 {
  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);
}

.left_0c63 h2 {
  margin-bottom: var(--spacing-sm);
}

.left_0c63 p {
  color: var(--text-secondary);
}

.shadow-5654 {
  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;
}

.shadow-5654 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.shadow-5654 h4 {
  margin-top: var(--spacing-sm);
}

.shadow-5654 p {
  color: var(--text-secondary);
}

.thumbnail-d956 {
  padding: var(--spacing-xl) 0;
}

.light_7765 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.heading_64d6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading_64d6 a {
  color: var(--text-secondary);
}

.heading_64d6 a:hover {
  color: var(--primary-color);
}

.cold-780a {
  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-9ba7 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.background-9fb4 {
  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);
}

.background-9fb4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.active_8337 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.old-9c81 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1ddf */
.promo-block-z7 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
