/*
 * Inner pages adapter for index.shade_old_7521 design system (styles-new.next_f1b6)
 * 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(.container_fluid_2abd) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.aside-37cb.article-wood-ce47 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.banner_588f {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.banner_588f > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.fixed-ea6c {
  flex: 0 0 100%;
  max-width: 100%;
}

.list-7276 {
  flex: 0 0 100%;
  max-width: 100%;
}

.list-802f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .list-802f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .list-7276 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.chip-4842 { display: flex; }
.active_d4ff { justify-content: space-between; }
.warm-fdfe { align-items: center; }
.article-wood-ce47 { text-align: center; }

.white-f062 { margin-right: 0.5rem; }
.container_cb50 { margin-right: 1rem; }
.solid-ad2c { margin-top: 1rem; }
.logo-dynamic-590b { margin-top: 1.5rem; }
.badge-2453 { margin-bottom: 1rem; }
.focused_5898 { margin-bottom: 1.5rem; }
.new_05e5 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.primary-28d0 { margin-top: 1rem; margin-bottom: 1rem; }
.card_silver_e59f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.caption-9221 { max-width: 100%; height: auto; }

/* Links used in old footer */
.dim_7286 { color: var(--text-primary); }
.yellow_6f07 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.status-673b {
  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 */
.black-9ecf { /* 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);
}

.black-9ecf:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.modal-0cff {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.modal-0cff:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.widget-dirty-7ac4 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.menu-large-0fd4 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.menu-large-0fd4::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-last-babe {
  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-last-babe h1 {
  margin-bottom: var(--spacing-sm);
}

.message-last-babe p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.orange_6691 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.article-6b73 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.box_stale_2025 {
  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);
}

.plasma_8c3c {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.narrow_6e31 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.narrow_6e31 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.info-e9e0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.bottom-c6c6 {
  padding-bottom: var(--spacing-2xl);
}

.card_gas_366c {
  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_353e {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.rough_d54a a {
  color: var(--primary-color);
}

.rough_d54a.fn-active-130b {
  color: var(--text-secondary);
}

.rough_d54a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.orange_5f2b {
  padding: var(--spacing-xl) 0;
}

.module-fcb7 {
  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);
}

.module-fcb7 h2 {
  margin-bottom: var(--spacing-sm);
}

.module-fcb7 p {
  color: var(--text-secondary);
}

.main_4eae {
  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;
}

.main_4eae h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.main_4eae h4 {
  margin-top: var(--spacing-sm);
}

.main_4eae p {
  color: var(--text-secondary);
}

.outer_c8ba {
  padding: var(--spacing-xl) 0;
}

.brown_a0be {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.liquid-6198 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.liquid-6198 a {
  color: var(--text-secondary);
}

.liquid-6198 a:hover {
  color: var(--primary-color);
}

.paper-827f {
  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);
}

.hidden_motion_91db {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.form_72c7 {
  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);
}

.form_72c7:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.caption-east-a6bf { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.progress_f8b7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 57e5 */
.shadow-element-f0 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
