/*
 * Inner pages adapter for index.accordion_black_768c design system (styles-new.breadcrumb_advanced_7e40)
 * 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(.nav-090a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.main-af4d.element-left-396a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.box_ab23 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.box_ab23 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.motion-d791 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row_6e04 {
  flex: 0 0 100%;
  max-width: 100%;
}

.solid-ec3a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .solid-ec3a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row_6e04 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.thumbnail-5c29 { display: flex; }
.tooltip_70de { justify-content: space-between; }
.feature_0386 { align-items: center; }
.element-left-396a { text-align: center; }

.label-bright-82a9 { margin-right: 0.5rem; }
.row-stale-1cb7 { margin-right: 1rem; }
.thick-3efe { margin-top: 1rem; }
.section-basic-cdc5 { margin-top: 1.5rem; }
.module_tiny_17e9 { margin-bottom: 1rem; }
.next_36c9 { margin-bottom: 1.5rem; }
.overlay_white_68c0 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.pink_e48d { margin-top: 1rem; margin-bottom: 1rem; }
.progress-230b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.column_pink_7757 { max-width: 100%; height: auto; }

/* Links used in old footer */
.pattern_focused_e6ba { color: var(--text-primary); }
.cool-0919 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.progress_brown_c7cf {
  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-outer-2056 { /* 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-outer-2056:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.primary-da9b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.primary-da9b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.prev-e6b9 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.widget-0b4c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.widget-0b4c::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;
}

.thumbnail_current_b45e {
  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);
}

.thumbnail_current_b45e h1 {
  margin-bottom: var(--spacing-sm);
}

.thumbnail_current_b45e p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.badge_772d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.panel-0b09 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.gallery_38fb {
  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);
}

.button_aa5a {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.search-bottom-171b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.search-bottom-171b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.element_basic_fe00 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.secondary-easy-7079 {
  padding-bottom: var(--spacing-2xl);
}

.stone_a935 {
  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;
}

.picture-pink-cc46 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.outline-brown-8739 a {
  color: var(--primary-color);
}

.outline-brown-8739.fn-active-0e0e {
  color: var(--text-secondary);
}

.outline-brown-8739:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.gas-6859 {
  padding: var(--spacing-xl) 0;
}

.nav_a5ae {
  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);
}

.nav_a5ae h2 {
  margin-bottom: var(--spacing-sm);
}

.nav_a5ae p {
  color: var(--text-secondary);
}

.tooltip-4175 {
  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;
}

.tooltip-4175 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.tooltip-4175 h4 {
  margin-top: var(--spacing-sm);
}

.tooltip-4175 p {
  color: var(--text-secondary);
}

.breadcrumb_f8e7 {
  padding: var(--spacing-xl) 0;
}

.motion-8c71 {
  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_6b5c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary_6b5c a {
  color: var(--text-secondary);
}

.secondary_6b5c a:hover {
  color: var(--primary-color);
}

.gallery_488b {
  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);
}

.modal_warm_23c2 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.liquid_2521 {
  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);
}

.liquid_2521:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.advanced-1f39 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.gas-76e5 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 822b */
.promo-block-w9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
