/*
 * Inner pages adapter for index.layout_4dc0 design system (styles-new.menu_white_f784)
 * 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(.inner_9162) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.form_fast_769c.table_dc0c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hot-5f2d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hot-5f2d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.popup_d2f0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer_solid_e81c {
  flex: 0 0 100%;
  max-width: 100%;
}

.link-5c9a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .link-5c9a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .footer_solid_e81c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.icon-a89e { display: flex; }
.clean_0333 { justify-content: space-between; }
.mini_4fb6 { align-items: center; }
.table_dc0c { text-align: center; }

.hidden-e869 { margin-right: 0.5rem; }
.icon-e3d9 { margin-right: 1rem; }
.heading_lite_c28c { margin-top: 1rem; }
.gradient-461f { margin-top: 1.5rem; }
.medium-b495 { margin-bottom: 1rem; }
.selected-8960 { margin-bottom: 1.5rem; }
.thick-85b3 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.mini-b9ed { margin-top: 1rem; margin-bottom: 1rem; }
.basic-f390 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hidden-68bd { max-width: 100%; height: auto; }

/* Links used in old footer */
.photo_up_8d3d { color: var(--text-primary); }
.main_f328 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.dynamic_96eb {
  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 */
.outline-rough-ab55 { /* 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);
}

.outline-rough-ab55:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.solid_6b29 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.solid_6b29:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.status-warm-2695 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.alert_03aa {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.alert_03aa::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_8037 {
  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_8037 h1 {
  margin-bottom: var(--spacing-sm);
}

.modal_8037 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.badge_old_b487 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.accordion-0172 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.focus_inner_a6f8 {
  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);
}

.shadow-d5b2 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.header-92c7 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.header-92c7 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.wrapper-slow-13a9 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.slider_0a02 {
  padding-bottom: var(--spacing-2xl);
}

.chip_34ad {
  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;
}

.title_916b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.orange_e04c a {
  color: var(--primary-color);
}

.orange_e04c.fn-active-ec16 {
  color: var(--text-secondary);
}

.orange_e04c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.image_middle_4066 {
  padding: var(--spacing-xl) 0;
}

.hidden-93b1 {
  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);
}

.hidden-93b1 h2 {
  margin-bottom: var(--spacing-sm);
}

.hidden-93b1 p {
  color: var(--text-secondary);
}

.disabled-outer-ed9a {
  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;
}

.disabled-outer-ed9a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.disabled-outer-ed9a h4 {
  margin-top: var(--spacing-sm);
}

.disabled-outer-ed9a p {
  color: var(--text-secondary);
}

.main_inner_1e63 {
  padding: var(--spacing-xl) 0;
}

.first-0770 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.thumbnail_dcb2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail_dcb2 a {
  color: var(--text-secondary);
}

.thumbnail_dcb2 a:hover {
  color: var(--primary-color);
}

.container_084d {
  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);
}

.light_5f5c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.container_7228 {
  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);
}

.container_7228:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.notification_brown_5a83 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.nav_ba22 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 8670 */
.phantom-card-p5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
