/*
 * Inner pages adapter for index.basic-de92 design system (styles-new.slow-9c9e)
 * 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(.center_d12a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.card_450c.active_1111 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.backdrop-1b4c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.backdrop-1b4c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.title_a8be {
  flex: 0 0 100%;
  max-width: 100%;
}

.card_bcc0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.action-f98d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .action-f98d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .card_bcc0 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.wrapper-7eaf { display: flex; }
.progress_purple_79c0 { justify-content: space-between; }
.steel_6e40 { align-items: center; }
.active_1111 { text-align: center; }

.gas_25b6 { margin-right: 0.5rem; }
.badge-ca44 { margin-right: 1rem; }
.aside_top_f64e { margin-top: 1rem; }
.solid_ad1d { margin-top: 1.5rem; }
.alert_dfd9 { margin-bottom: 1rem; }
.steel-dfd8 { margin-bottom: 1.5rem; }
.component-hard-d7a7 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.texture-smooth-d4d5 { margin-top: 1rem; margin-bottom: 1rem; }
.element_b1e6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.wood-77a0 { max-width: 100%; height: auto; }

/* Links used in old footer */
.carousel-top-bd37 { color: var(--text-primary); }
.overlay_2311 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.lite-072b {
  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 */
.content-down-0f7a { /* 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);
}

.content-down-0f7a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.label-focused-911b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.label-focused-911b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.main-dirty-d57f {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.slow-92e9 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.slow-92e9::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;
}

.message_df12 {
  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);
}

.message_df12 h1 {
  margin-bottom: var(--spacing-sm);
}

.message_df12 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.block_dirty_36ad {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.outline-3910 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.module-4f0c {
  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);
}

.black_6abb {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.element-d073 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.element-d073 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.up-86d0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.pro-af95 {
  padding-bottom: var(--spacing-2xl);
}

.hidden_0edc {
  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;
}

.north_d104 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.container-d7ab a {
  color: var(--primary-color);
}

.container-d7ab.fn-active-3f2e {
  color: var(--text-secondary);
}

.container-d7ab:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.border_black_61f0 {
  padding: var(--spacing-xl) 0;
}

.down_5325 {
  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);
}

.down_5325 h2 {
  margin-bottom: var(--spacing-sm);
}

.down_5325 p {
  color: var(--text-secondary);
}

.sort_4266 {
  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;
}

.sort_4266 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.sort_4266 h4 {
  margin-top: var(--spacing-sm);
}

.sort_4266 p {
  color: var(--text-secondary);
}

.motion_7667 {
  padding: var(--spacing-xl) 0;
}

.prev-dd57 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.last-d49c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.last-d49c a {
  color: var(--text-secondary);
}

.last-d49c a:hover {
  color: var(--primary-color);
}

.breadcrumb-985e {
  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);
}

.notice-f78e {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.status_b629 {
  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);
}

.status_b629:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.secondary-4fd2 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.accent-short-0700 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1283 */
.shadow-element-s4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
