/*
 * Inner pages adapter for index.wrapper_c99a design system (styles-new.logo-9af1)
 * 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(.active-96ff) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.text_white_2588.shade_dynamic_6509 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.gradient_19f2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.gradient_19f2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.static_0cdf {
  flex: 0 0 100%;
  max-width: 100%;
}

.middle-0705 {
  flex: 0 0 100%;
  max-width: 100%;
}

.simple-0a8d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .simple-0a8d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .middle-0705 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.paragraph_7d89 { display: flex; }
.list_a164 { justify-content: space-between; }
.pink_1105 { align-items: center; }
.shade_dynamic_6509 { text-align: center; }

.black_f6d6 { margin-right: 0.5rem; }
.table_upper_8d9a { margin-right: 1rem; }
.summary_dirty_3bd7 { margin-top: 1rem; }
.panel-057a { margin-top: 1.5rem; }
.black-eb8a { margin-bottom: 1rem; }
.border_90df { margin-bottom: 1.5rem; }
.main_947f { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.detail-wide-4b6b { margin-top: 1rem; margin-bottom: 1rem; }
.accordion-clean-4bab { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.surface-a70a { max-width: 100%; height: auto; }

/* Links used in old footer */
.list-5633 { color: var(--text-primary); }
.shade_glass_3a03 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.pagination_down_aac6 {
  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 */
.silver_184d { /* 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);
}

.silver_184d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.message-9ea0 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.message-9ea0:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.overlay-8062 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.progress-medium-9557 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.progress-medium-9557::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;
}

.avatar-paper-4aec {
  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);
}

.avatar-paper-4aec h1 {
  margin-bottom: var(--spacing-sm);
}

.avatar-paper-4aec p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.message_gold_ee5d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.grid-d2d7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.shadow-7012 {
  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);
}

.gallery_right_891d {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.smooth_f044 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.smooth_f044 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.outer-a81d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.out-af79 {
  padding-bottom: var(--spacing-2xl);
}

.dim-6584 {
  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;
}

.solid-006a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.gradient_liquid_2db8 a {
  color: var(--primary-color);
}

.gradient_liquid_2db8.fn-active-6431 {
  color: var(--text-secondary);
}

.gradient_liquid_2db8:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.footer-adcc {
  padding: var(--spacing-xl) 0;
}

.badge-2405 {
  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);
}

.badge-2405 h2 {
  margin-bottom: var(--spacing-sm);
}

.badge-2405 p {
  color: var(--text-secondary);
}

.blue-67c5 {
  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;
}

.blue-67c5 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.blue-67c5 h4 {
  margin-top: var(--spacing-sm);
}

.blue-67c5 p {
  color: var(--text-secondary);
}

.alert-5056 {
  padding: var(--spacing-xl) 0;
}

.center_98b4 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.right-54b3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-54b3 a {
  color: var(--text-secondary);
}

.right-54b3 a:hover {
  color: var(--primary-color);
}

.soft-08fc {
  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);
}

.link_orange_0988 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.right-d522 {
  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);
}

.right-d522:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.hover_hovered_f0ee { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pagination_64ab { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 5e1c */
.promo-block-k3 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
