/*
 * Inner pages adapter for index.dropdown_34ae design system (styles-new.rough-cf56)
 * 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(.secondary_brown_9687) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.north-d875.title_gas_d6af {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.white_5ef1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.white_5ef1 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.nav-iron-ad65 {
  flex: 0 0 100%;
  max-width: 100%;
}

.complex-416c {
  flex: 0 0 100%;
  max-width: 100%;
}

.content_4c88 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content_4c88 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .complex-416c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.notification_soft_4865 { display: flex; }
.old-ef13 { justify-content: space-between; }
.element-b73b { align-items: center; }
.title_gas_d6af { text-align: center; }

.modal-e9ab { margin-right: 0.5rem; }
.menu-e18d { margin-right: 1rem; }
.mask_basic_5cca { margin-top: 1rem; }
.description_narrow_32c4 { margin-top: 1.5rem; }
.out-2ce7 { margin-bottom: 1rem; }
.layout_bb15 { margin-bottom: 1.5rem; }
.button_ffa5 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.container_a35e { margin-top: 1rem; margin-bottom: 1rem; }
.gold-edde { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.background-under-75eb { max-width: 100%; height: auto; }

/* Links used in old footer */
.motion_e73b { color: var(--text-primary); }
.gradient-hard-b6ca { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.alert-cold-b017 {
  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 */
.next_61d3 { /* 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);
}

.next_61d3:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.form-white-4d43 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.form-white-4d43:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hovered-e3f1 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.row_motion_afd6 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.row_motion_afd6::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;
}

.modal-a4b6 {
  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);
}

.modal-a4b6 h1 {
  margin-bottom: var(--spacing-sm);
}

.modal-a4b6 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.pagination_addc {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.silver_cb70 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.accordion-yellow-9ed3 {
  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);
}

.out-5c81 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.background-east-d058 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.background-east-d058 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.description-iron-8a9a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.bright-95c6 {
  padding-bottom: var(--spacing-2xl);
}

.menu-old-2570 {
  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;
}

.dropdown-new-e7da {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.blue_6ad2 a {
  color: var(--primary-color);
}

.blue_6ad2.fn-active-1066 {
  color: var(--text-secondary);
}

.blue_6ad2:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.tooltip_5b00 {
  padding: var(--spacing-xl) 0;
}

.backdrop_selected_a461 {
  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);
}

.backdrop_selected_a461 h2 {
  margin-bottom: var(--spacing-sm);
}

.backdrop_selected_a461 p {
  color: var(--text-secondary);
}

.lite_db53 {
  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;
}

.lite_db53 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.lite_db53 h4 {
  margin-top: var(--spacing-sm);
}

.lite_db53 p {
  color: var(--text-secondary);
}

.solid_06f8 {
  padding: var(--spacing-xl) 0;
}

.link_silver_5fa2 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.progress-hard-c417 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress-hard-c417 a {
  color: var(--text-secondary);
}

.progress-hard-c417 a:hover {
  color: var(--primary-color);
}

.aside-red-0474 {
  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);
}

.main-61eb {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.status-1cde {
  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);
}

.status-1cde:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.description-9e6e { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.element_5357 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 08ba */
.promo-block-t2 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
