/*
 * Inner pages adapter for index.link-outer-d7dd design system (styles-new.pink-494c)
 * 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(.overlay_dim_bd90) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.accent_2ae1.action_b2d9 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.row-4159 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row-4159 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.form-red-45de {
  flex: 0 0 100%;
  max-width: 100%;
}

.notification-d4f6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hero_dirty_3bac {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hero_dirty_3bac {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .notification-d4f6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.status-ceb5 { display: flex; }
.stone-bcd7 { justify-content: space-between; }
.tag-center-d462 { align-items: center; }
.action_b2d9 { text-align: center; }

.tiny_4fd4 { margin-right: 0.5rem; }
.slider_middle_65be { margin-right: 1rem; }
.small_8135 { margin-top: 1rem; }
.slider-a836 { margin-top: 1.5rem; }
.frame-clean-9ade { margin-bottom: 1rem; }
.out-fbed { margin-bottom: 1.5rem; }
.gold-8fcb { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.modal-hot-654b { margin-top: 1rem; margin-bottom: 1rem; }
.avatar-focused-f481 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.message_c617 { max-width: 100%; height: auto; }

/* Links used in old footer */
.progress_9a2e { color: var(--text-primary); }
.liquid_328e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.full-00ec {
  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 */
.description_gas_704f { /* 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);
}

.description_gas_704f:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.feature_advanced_6d79 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.feature_advanced_6d79:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hero_ca1a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.tertiary-f2b1 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.tertiary-f2b1::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;
}

.liquid_b66a {
  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);
}

.liquid_b66a h1 {
  margin-bottom: var(--spacing-sm);
}

.liquid_b66a p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.grid-pink-a0f2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.chip_current_3c36 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.surface_8918 {
  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);
}

.thick-f9ae {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.form_9ba4 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.form_9ba4 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.warm_b168 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.primary-light-5306 {
  padding-bottom: var(--spacing-2xl);
}

.main_wood_134a {
  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;
}

.east_52be {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.background_last_3696 a {
  color: var(--primary-color);
}

.background_last_3696.fn-active-b6c2 {
  color: var(--text-secondary);
}

.background_last_3696:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.element_de77 {
  padding: var(--spacing-xl) 0;
}

.status-5f60 {
  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);
}

.status-5f60 h2 {
  margin-bottom: var(--spacing-sm);
}

.status-5f60 p {
  color: var(--text-secondary);
}

.hot_11bf {
  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;
}

.hot_11bf h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hot_11bf h4 {
  margin-top: var(--spacing-sm);
}

.hot_11bf p {
  color: var(--text-secondary);
}

.rough_1daa {
  padding: var(--spacing-xl) 0;
}

.pattern-white-a9fd {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.main-stale-1205 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-stale-1205 a {
  color: var(--text-secondary);
}

.main-stale-1205 a:hover {
  color: var(--primary-color);
}

.panel-f4cb {
  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);
}

.wide_700e {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.aside_easy_03c3 {
  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);
}

.aside_easy_03c3:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.center-b4e3 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bottom-3c90 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a114 */
.shadow-element-n2 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
