/*
 * Inner pages adapter for index.sort-6fd0 design system (styles-new.lite-ef79)
 * 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(.mini_eb49) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.selected_86e7.input-current-96b2 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.shadow_lower_518c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.shadow_lower_518c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.media_53f6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.purple_de01 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shade-1120 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .shade-1120 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .purple_de01 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.highlight_east_884b { display: flex; }
.shade-slow-ba81 { justify-content: space-between; }
.caption-simple-9e9c { align-items: center; }
.input-current-96b2 { text-align: center; }

.progress_7432 { margin-right: 0.5rem; }
.down-f930 { margin-right: 1rem; }
.fixed-68a2 { margin-top: 1rem; }
.dropdown_fc3f { margin-top: 1.5rem; }
.status_brown_5a18 { margin-bottom: 1rem; }
.hero-3d1a { margin-bottom: 1.5rem; }
.stale_c665 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.outline-faf3 { margin-top: 1rem; margin-bottom: 1rem; }
.label-bfc3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.form_wide_1711 { max-width: 100%; height: auto; }

/* Links used in old footer */
.button-outer-3df9 { color: var(--text-primary); }
.badge_be37 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.media-middle-6c68 {
  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 */
.layout-north-fc65 { /* 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);
}

.layout-north-fc65:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.item-slow-ddb9 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.item-slow-ddb9:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.current-1af6 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.status-paper-5b12 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.status-paper-5b12::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;
}

.text-steel-ef83 {
  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);
}

.text-steel-ef83 h1 {
  margin-bottom: var(--spacing-sm);
}

.text-steel-ef83 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.article-161e {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.outer_c13d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.box-52c1 {
  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);
}

.paper_fe42 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.tertiary-abce h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.tertiary-abce p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hard_aacf img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.upper-11c5 {
  padding-bottom: var(--spacing-2xl);
}

.block_down_f8df {
  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;
}

.backdrop-a6f5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.summary_stone_6df1 a {
  color: var(--primary-color);
}

.summary_stone_6df1.fn-active-53fd {
  color: var(--text-secondary);
}

.summary_stone_6df1:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.item-b9c0 {
  padding: var(--spacing-xl) 0;
}

.nav_bottom_5850 {
  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);
}

.nav_bottom_5850 h2 {
  margin-bottom: var(--spacing-sm);
}

.nav_bottom_5850 p {
  color: var(--text-secondary);
}

.status_f1d6 {
  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;
}

.status_f1d6 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.status_f1d6 h4 {
  margin-top: var(--spacing-sm);
}

.status_f1d6 p {
  color: var(--text-secondary);
}

.bright_754c {
  padding: var(--spacing-xl) 0;
}

.aside_hard_d5e5 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.fluid-17d8 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fluid-17d8 a {
  color: var(--text-secondary);
}

.fluid-17d8 a:hover {
  color: var(--primary-color);
}

.static_286e {
  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);
}

.large_dfa8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.menu-steel-17e2 {
  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);
}

.menu-steel-17e2:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.outline_49aa { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.background_bbbb { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1603 */
.widget-item-v7 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
