/*
 * Inner pages adapter for index.pink_0c43 design system (styles-new.hero_e96b)
 * 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(.large-f351) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.paper_bd5f.button_e2ea {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.status-9ada {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.status-9ada > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.dropdown_new_1705 {
  flex: 0 0 100%;
  max-width: 100%;
}

.clean_3f23 {
  flex: 0 0 100%;
  max-width: 100%;
}

.left_4845 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .left_4845 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .clean_3f23 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.focused-9178 { display: flex; }
.basic-9b29 { justify-content: space-between; }
.cool-a79b { align-items: center; }
.button_e2ea { text-align: center; }

.form-tall-b453 { margin-right: 0.5rem; }
.picture_c760 { margin-right: 1rem; }
.focus-white-fd2c { margin-top: 1rem; }
.element_a061 { margin-top: 1.5rem; }
.notification_smooth_b721 { margin-bottom: 1rem; }
.pattern_pro_3b68 { margin-bottom: 1.5rem; }
.container-e9de { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.search-0d22 { margin-top: 1rem; margin-bottom: 1rem; }
.shade-4ce1 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.thumbnail-7eab { max-width: 100%; height: auto; }

/* Links used in old footer */
.modal-new-9918 { color: var(--text-primary); }
.large-73fc { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.background-east-e054 {
  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 */
.pagination_7e20 { /* 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);
}

.pagination_7e20:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.hover-0c63 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.hover-0c63:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.sidebar-74d6 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.nav-large-7f57 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.nav-large-7f57::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;
}

.left-d7c6 {
  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);
}

.left-d7c6 h1 {
  margin-bottom: var(--spacing-sm);
}

.left-d7c6 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.active-c3c3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.popup_7ee8 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.tertiary_short_0719 {
  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);
}

.bright_3b72 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.badge-14c0 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.badge-14c0 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.summary-febc img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.tiny_0b8a {
  padding-bottom: var(--spacing-2xl);
}

.secondary_pink_9ce9 {
  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;
}

.border-fffd {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.gradient-6619 a {
  color: var(--primary-color);
}

.gradient-6619.fn-active-3736 {
  color: var(--text-secondary);
}

.gradient-6619:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.surface_under_7d52 {
  padding: var(--spacing-xl) 0;
}

.summary-b722 {
  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);
}

.summary-b722 h2 {
  margin-bottom: var(--spacing-sm);
}

.summary-b722 p {
  color: var(--text-secondary);
}

.right-52b4 {
  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-52b4 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.right-52b4 h4 {
  margin-top: var(--spacing-sm);
}

.right-52b4 p {
  color: var(--text-secondary);
}

.form_dirty_163b {
  padding: var(--spacing-xl) 0;
}

.sidebar_01ca {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.pattern_up_2636 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pattern_up_2636 a {
  color: var(--text-secondary);
}

.pattern_up_2636 a:hover {
  color: var(--primary-color);
}

.out_021c {
  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);
}

.grid_e8b1 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.title-cold-4e9f {
  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);
}

.title-cold-4e9f:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.badge-short-a728 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.block-3d33 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: c6da */
.promo-block-o6 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
