/*
 * Inner pages adapter for index.panel-e6eb design system (styles-new.preview_warm_d3b2)
 * 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(.modal-upper-4f18) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.shadow-7ece.card_fixed_dfa6 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.status_ed57 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.status_ed57 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.avatar_b36b {
  flex: 0 0 100%;
  max-width: 100%;
}

.mask-liquid-2642 {
  flex: 0 0 100%;
  max-width: 100%;
}

.progress-liquid-ea0d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .progress-liquid-ea0d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .mask-liquid-2642 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.pagination-a2ef { display: flex; }
.border-0431 { justify-content: space-between; }
.media_green_0240 { align-items: center; }
.card_fixed_dfa6 { text-align: center; }

.content-narrow-79f7 { margin-right: 0.5rem; }
.selected-a7ec { margin-right: 1rem; }
.description_efea { margin-top: 1rem; }
.iron-6fad { margin-top: 1.5rem; }
.panel_blue_45e0 { margin-bottom: 1rem; }
.article_liquid_cb78 { margin-bottom: 1.5rem; }
.texture_center_1398 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.warm_cf5f { margin-top: 1rem; margin-bottom: 1rem; }
.east_f90a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hero_middle_6e40 { max-width: 100%; height: auto; }

/* Links used in old footer */
.medium_e947 { color: var(--text-primary); }
.active-iron-5a0c { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.panel_action_f7f6 {
  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 */
.focused_cedf { /* 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);
}

.focused_cedf:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.secondary-800a {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.secondary-800a:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.dark-6399 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.alert-7e8b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.alert-7e8b::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;
}

.slider_pro_0280 {
  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);
}

.slider_pro_0280 h1 {
  margin-bottom: var(--spacing-sm);
}

.slider_pro_0280 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.brown-4ad6 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.gradient-outer-70a8 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.dropdown_7361 {
  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);
}

.dirty-b95e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.first-4304 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.first-4304 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.green-2325 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.dark_09cc {
  padding-bottom: var(--spacing-2xl);
}

.under-2ffc {
  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;
}

.main_720c {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.stale-ff9a a {
  color: var(--primary-color);
}

.stale-ff9a.fn-active-bdf1 {
  color: var(--text-secondary);
}

.stale-ff9a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.old-1bfd {
  padding: var(--spacing-xl) 0;
}

.lower-03b2 {
  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);
}

.lower-03b2 h2 {
  margin-bottom: var(--spacing-sm);
}

.lower-03b2 p {
  color: var(--text-secondary);
}

.wide_0d55 {
  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;
}

.wide_0d55 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.wide_0d55 h4 {
  margin-top: var(--spacing-sm);
}

.wide_0d55 p {
  color: var(--text-secondary);
}

.description-down-faac {
  padding: var(--spacing-xl) 0;
}

.progress_7361 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.large_c123 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.large_c123 a {
  color: var(--text-secondary);
}

.large_c123 a:hover {
  color: var(--primary-color);
}

.progress_4c4d {
  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);
}

.advanced-b1fa {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.new_7650 {
  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);
}

.new_7650:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.aside-55aa { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.yellow_fbd4 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 977f */
.phantom-card-w3 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
