/*
 * Inner pages adapter for index.module-d346 design system (styles-new.last_b7e6)
 * 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(.accent_02a4) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.in_9009.picture-d74b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.thumbnail-yellow-b4c3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.thumbnail-yellow-b4c3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.blue-78c3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.motion-6a7c {
  flex: 0 0 100%;
  max-width: 100%;
}

.up-c650 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .up-c650 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .motion-6a7c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.center_f2fa { display: flex; }
.top_6b49 { justify-content: space-between; }
.gradient_glass_179f { align-items: center; }
.picture-d74b { text-align: center; }

.glass-6d94 { margin-right: 0.5rem; }
.cool-0456 { margin-right: 1rem; }
.red-2bee { margin-top: 1rem; }
.widget-over-0996 { margin-top: 1.5rem; }
.avatar-632d { margin-bottom: 1rem; }
.complex_4e75 { margin-bottom: 1.5rem; }
.label-58df { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.form-aa63 { margin-top: 1rem; margin-bottom: 1rem; }
.pro_7d15 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hidden-049a { max-width: 100%; height: auto; }

/* Links used in old footer */
.button-914a { color: var(--text-primary); }
.section_27c4 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.stale_5990 {
  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 */
.east_6f68 { /* 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);
}

.east_6f68:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.avatar-6c32 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.avatar-6c32:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.huge-54aa {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.blue-9d63 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.blue-9d63::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;
}

.red-ce01 {
  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);
}

.red-ce01 h1 {
  margin-bottom: var(--spacing-sm);
}

.red-ce01 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.module-8af2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.medium-946e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.under_3b05 {
  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);
}

.detail-6750 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.text_center_84b7 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.text_center_84b7 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.rough-e15b img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.easy_b090 {
  padding-bottom: var(--spacing-2xl);
}

.badge-mini-2f40 {
  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;
}

.alert-soft-942e {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.accordion-74d6 a {
  color: var(--primary-color);
}

.accordion-74d6.fn-active-3140 {
  color: var(--text-secondary);
}

.accordion-74d6:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.widget_selected_ef84 {
  padding: var(--spacing-xl) 0;
}

.title-5b0e {
  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);
}

.title-5b0e h2 {
  margin-bottom: var(--spacing-sm);
}

.title-5b0e p {
  color: var(--text-secondary);
}

.feature_22b9 {
  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;
}

.feature_22b9 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.feature_22b9 h4 {
  margin-top: var(--spacing-sm);
}

.feature_22b9 p {
  color: var(--text-secondary);
}

.detail-fed9 {
  padding: var(--spacing-xl) 0;
}

.gradient-stone-d91b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.secondary-0700 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-0700 a {
  color: var(--text-secondary);
}

.secondary-0700 a:hover {
  color: var(--primary-color);
}

.glass-a2fe {
  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);
}

.element-pink-5cc1 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.container-new-0951 {
  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-new-0951:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.focused_b6e9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu_green_781e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 686d */
.shadow-element-h1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
