/*
 * Inner pages adapter for index.focused_19c4 design system (styles-new.easy-e2eb)
 * 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(.link_c000) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.liquid_163a.alert-wood-1659 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.text-019f {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.text-019f > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.accordion_24b8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.rough_f078 {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu_lower_c158 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .menu_lower_c158 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .rough_f078 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline-96af { display: flex; }
.module-clean-7371 { justify-content: space-between; }
.nav-dynamic-99df { align-items: center; }
.alert-wood-1659 { text-align: center; }

.rough-77f4 { margin-right: 0.5rem; }
.media_46e1 { margin-right: 1rem; }
.mask-center-a816 { margin-top: 1rem; }
.logo_4219 { margin-top: 1.5rem; }
.light_fe2c { margin-bottom: 1rem; }
.dynamic_37a4 { margin-bottom: 1.5rem; }
.background-c652 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.highlight_west_619f { margin-top: 1rem; margin-bottom: 1rem; }
.hot_7a93 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.main-6ee7 { max-width: 100%; height: auto; }

/* Links used in old footer */
.tooltip_6e89 { color: var(--text-primary); }
.first-c5bb { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.narrow-080d {
  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 */
.gold-4d95 { /* 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);
}

.gold-4d95:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.mask-inner-f868 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.mask-inner-f868:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.large-6aa5 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.message_6d93 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.message_6d93::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;
}

.section-paper-191d {
  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);
}

.section-paper-191d h1 {
  margin-bottom: var(--spacing-sm);
}

.section-paper-191d p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.chip-41b0 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.light-997c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.medium_dcdf {
  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);
}

.primary_tiny_469f {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.section_dynamic_54b9 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.section_dynamic_54b9 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.tiny_8330 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.accordion-5e15 {
  padding-bottom: var(--spacing-2xl);
}

.smooth_4972 {
  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;
}

.button-84b5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.clean_0e68 a {
  color: var(--primary-color);
}

.clean_0e68.fn-active-dbc2 {
  color: var(--text-secondary);
}

.clean_0e68:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.stale_c0a8 {
  padding: var(--spacing-xl) 0;
}

.hovered_2b82 {
  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);
}

.hovered_2b82 h2 {
  margin-bottom: var(--spacing-sm);
}

.hovered_2b82 p {
  color: var(--text-secondary);
}

.right-dcfe {
  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;
}

.right-dcfe h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.right-dcfe h4 {
  margin-top: var(--spacing-sm);
}

.right-dcfe p {
  color: var(--text-secondary);
}

.logo-1c10 {
  padding: var(--spacing-xl) 0;
}

.light_f81d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.upper_5305 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.upper_5305 a {
  color: var(--text-secondary);
}

.upper_5305 a:hover {
  color: var(--primary-color);
}

.block-8dc8 {
  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);
}

.tertiary-dirty-010e {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.shadow-up-b28b {
  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);
}

.shadow-up-b28b:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.content-fixed-66c6 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.advanced_5aca { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1aeb */
.promo-block-o5 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
