/*
 * Inner pages adapter for index.label_67e5 design system (styles-new.carousel-1cb0)
 * 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(.description-basic-430f) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.stone-75e1.picture_west_8544 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.tabs-bronze-e3de {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tabs-bronze-e3de > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hidden-8f1a {
  flex: 0 0 100%;
  max-width: 100%;
}

.heading-15fb {
  flex: 0 0 100%;
  max-width: 100%;
}

.top_7b8b {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .top_7b8b {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .heading-15fb {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline_ddf0 { display: flex; }
.item-upper-8b1d { justify-content: space-between; }
.summary_c9b9 { align-items: center; }
.picture_west_8544 { text-align: center; }

.box_under_b879 { margin-right: 0.5rem; }
.simple_dac9 { margin-right: 1rem; }
.sort-b000 { margin-top: 1rem; }
.carousel-7d22 { margin-top: 1.5rem; }
.background-in-4792 { margin-bottom: 1rem; }
.first-64a2 { margin-bottom: 1.5rem; }
.full-09e3 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.progress_2b84 { margin-top: 1rem; margin-bottom: 1rem; }
.disabled_d932 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.icon-center-3e88 { max-width: 100%; height: auto; }

/* Links used in old footer */
.fixed_c4e5 { color: var(--text-primary); }
.shade_c163 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.sidebar_next_42aa {
  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 */
.input-12c9 { /* 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);
}

.input-12c9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.link-9858 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.link-9858:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.layout_yellow_07fd {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.in-0381 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.in-0381::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;
}

.component_8a93 {
  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);
}

.component_8a93 h1 {
  margin-bottom: var(--spacing-sm);
}

.component_8a93 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.backdrop-5897 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.block-steel-eadb {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.form_right_214e {
  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);
}

.surface-dfa8 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.mask-f69f h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.mask-f69f p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.frame-1fd1 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.label_focused_62fc {
  padding-bottom: var(--spacing-2xl);
}

.smooth_5d41 {
  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;
}

.notification_4b78 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.aside_e9d7 a {
  color: var(--primary-color);
}

.aside_e9d7.fn-active-6730 {
  color: var(--text-secondary);
}

.aside_e9d7:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.video-469e {
  padding: var(--spacing-xl) 0;
}

.pattern-white-f809 {
  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);
}

.pattern-white-f809 h2 {
  margin-bottom: var(--spacing-sm);
}

.pattern-white-f809 p {
  color: var(--text-secondary);
}

.module_ce13 {
  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;
}

.module_ce13 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.module_ce13 h4 {
  margin-top: var(--spacing-sm);
}

.module_ce13 p {
  color: var(--text-secondary);
}

.block_a5db {
  padding: var(--spacing-xl) 0;
}

.element-d52e {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tag-5f8e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag-5f8e a {
  color: var(--text-secondary);
}

.tag-5f8e a:hover {
  color: var(--primary-color);
}

.rough-79e1 {
  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);
}

.rough-6df1 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.hidden_ce19 {
  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);
}

.hidden_ce19:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.wrapper_90c6 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.info-4c5f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2b6f */
.shadow-element-a2 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
