/*
 * Inner pages adapter for index.row_409b design system (styles-new.footer_focused_02e9)
 * 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(.dark-0aa9) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.label-9f5f.brown_c6a2 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.logo-wide-8715 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.logo-wide-8715 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.column-fresh-ac07 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tall_f802 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gold_64fd {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gold_64fd {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tall_f802 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline-e15c { display: flex; }
.mask-9e9c { justify-content: space-between; }
.new-e123 { align-items: center; }
.brown_c6a2 { text-align: center; }

.frame-37e4 { margin-right: 0.5rem; }
.box-284b { margin-right: 1rem; }
.overlay-0ccb { margin-top: 1rem; }
.secondary_current_f1d2 { margin-top: 1.5rem; }
.status_8b9b { margin-bottom: 1rem; }
.preview_8990 { margin-bottom: 1.5rem; }
.link-dark-5839 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.dirty-4708 { margin-top: 1rem; margin-bottom: 1rem; }
.panel-short-8742 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.fast_422a { max-width: 100%; height: auto; }

/* Links used in old footer */
.input_complex_ff08 { color: var(--text-primary); }
.notice_cf9f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.picture-61cc {
  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 */
.nav_lite_d51c { /* 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);
}

.nav_lite_d51c:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.mask_9a94 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.mask_9a94:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.modal_dd3c {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.message-mini-fe26 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.message-mini-fe26::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;
}

.media_393c {
  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);
}

.media_393c h1 {
  margin-bottom: var(--spacing-sm);
}

.media_393c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.orange_32a1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.module-dirty-cc3d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.accent_center_47ec {
  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);
}

.row-13c5 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.logo-7cfc h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.logo-7cfc p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.white_7ae7 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.prev_285b {
  padding-bottom: var(--spacing-2xl);
}

.texture-5f68 {
  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;
}

.current-5969 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.badge_active_ba9c a {
  color: var(--primary-color);
}

.badge_active_ba9c.fn-active-c6d4 {
  color: var(--text-secondary);
}

.badge_active_ba9c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.brown_1281 {
  padding: var(--spacing-xl) 0;
}

.title-d021 {
  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);
}

.title-d021 h2 {
  margin-bottom: var(--spacing-sm);
}

.title-d021 p {
  color: var(--text-secondary);
}

.message-cool-3f58 {
  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;
}

.message-cool-3f58 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.message-cool-3f58 h4 {
  margin-top: var(--spacing-sm);
}

.message-cool-3f58 p {
  color: var(--text-secondary);
}

.active_motion_0b68 {
  padding: var(--spacing-xl) 0;
}

.highlight-0341 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.shadow_huge_bef4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shadow_huge_bef4 a {
  color: var(--text-secondary);
}

.shadow_huge_bef4 a:hover {
  color: var(--primary-color);
}

.highlight_9a25 {
  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);
}

.pagination-soft-a286 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.center-b237 {
  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);
}

.center-b237:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.accordion_1fbf { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.frame-8bd7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 22f3 */
.ghost-box-t3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
