/*
 * Inner pages adapter for index.lower-a444 design system (styles-new.media_e322)
 * 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(.sort_10aa) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.solid_bb8b.row-f1d7 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.popup-1aa2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.popup-1aa2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.badge-focused-f68a {
  flex: 0 0 100%;
  max-width: 100%;
}

.pattern-smooth-ba0a {
  flex: 0 0 100%;
  max-width: 100%;
}

.lower-db31 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .lower-db31 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .pattern-smooth-ba0a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.accordion_dim_f83a { display: flex; }
.sidebar_out_c224 { justify-content: space-between; }
.last_309a { align-items: center; }
.row-f1d7 { text-align: center; }

.footer-4b38 { margin-right: 0.5rem; }
.dynamic_ab3e { margin-right: 1rem; }
.table_basic_8898 { margin-top: 1rem; }
.rough_2945 { margin-top: 1.5rem; }
.container_08f3 { margin-bottom: 1rem; }
.clean-1e67 { margin-bottom: 1.5rem; }
.gradient-bronze-a2ea { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.input_9d20 { margin-top: 1rem; margin-bottom: 1rem; }
.yellow-92df { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.label_dark_0ade { max-width: 100%; height: auto; }

/* Links used in old footer */
.first-8742 { color: var(--text-primary); }
.popup_dirty_a5b1 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.shade-up-ff22 {
  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 */
.title_first_ce98 { /* 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);
}

.title_first_ce98:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.accent-2905 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.accent-2905:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.detail-hot-7ff5 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.panel-6fa1 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.panel-6fa1::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;
}

.right_bf6f {
  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);
}

.right_bf6f h1 {
  margin-bottom: var(--spacing-sm);
}

.right_bf6f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.silver-6024 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.photo_6752 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.component-advanced-10df {
  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);
}

.tooltip_7586 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.medium-5da4 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.medium-5da4 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.backdrop_bd11 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.sidebar-a67b {
  padding-bottom: var(--spacing-2xl);
}

.center-e9ad {
  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;
}

.content-c8e5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.dropdown_8e18 a {
  color: var(--primary-color);
}

.dropdown_8e18.fn-active-19a8 {
  color: var(--text-secondary);
}

.dropdown_8e18:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.detail_e5e6 {
  padding: var(--spacing-xl) 0;
}

.hard-9516 {
  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);
}

.hard-9516 h2 {
  margin-bottom: var(--spacing-sm);
}

.hard-9516 p {
  color: var(--text-secondary);
}

.background-24d9 {
  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;
}

.background-24d9 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.background-24d9 h4 {
  margin-top: var(--spacing-sm);
}

.background-24d9 p {
  color: var(--text-secondary);
}

.upper-4eb7 {
  padding: var(--spacing-xl) 0;
}

.avatar-362b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.table-9195 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table-9195 a {
  color: var(--text-secondary);
}

.table-9195 a:hover {
  color: var(--primary-color);
}

.sidebar_hard_3943 {
  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);
}

.paragraph-south-5122 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.header_motion_e184 {
  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);
}

.header_motion_e184:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.highlight_pressed_c7f2 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.nav_short_5948 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a7a3 */
.shadow-element-k3 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
