/*
 * Inner pages adapter for index.breadcrumb_a736 design system (styles-new.menu_stone_6bb4)
 * 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(.smooth-5912) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tertiary_clean_4805.outer_182e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hero-liquid-a9fc {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hero-liquid-a9fc > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.cold-d990 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover-in-7327 {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid-green-e965 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid-green-e965 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .hover-in-7327 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.surface_simple_0b82 { display: flex; }
.video_ca64 { justify-content: space-between; }
.current_7956 { align-items: center; }
.outer_182e { text-align: center; }

.badge-ae21 { margin-right: 0.5rem; }
.slow_8ac2 { margin-right: 1rem; }
.description_hard_c313 { margin-top: 1rem; }
.hover-3bc5 { margin-top: 1.5rem; }
.detail_4cb4 { margin-bottom: 1rem; }
.in-06cb { margin-bottom: 1.5rem; }
.block-advanced-8743 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.notification-large-8ade { margin-top: 1rem; margin-bottom: 1rem; }
.stale-6cff { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.chip_up_ddb2 { max-width: 100%; height: auto; }

/* Links used in old footer */
.frame_plasma_7fe9 { color: var(--text-primary); }
.outline_2a03 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.white_64fb {
  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 */
.copper_3a75 { /* 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);
}

.copper_3a75:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.list-f51e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.list-f51e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.form_5188 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.container_808f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.container_808f::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;
}

.overlay-solid-3dfc {
  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);
}

.overlay-solid-3dfc h1 {
  margin-bottom: var(--spacing-sm);
}

.overlay-solid-3dfc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.active_7c06 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.title-lower-d658 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.pink_0551 {
  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);
}

.sidebar_orange_59d4 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.picture-d147 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.picture-d147 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.gallery_6648 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.simple_ce2e {
  padding-bottom: var(--spacing-2xl);
}

.box_0987 {
  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;
}

.over-8a3d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.liquid_0ec4 a {
  color: var(--primary-color);
}

.liquid_0ec4.fn-active-c984 {
  color: var(--text-secondary);
}

.liquid_0ec4:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.container_north_7416 {
  padding: var(--spacing-xl) 0;
}

.hero_blue_b4be {
  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);
}

.hero_blue_b4be h2 {
  margin-bottom: var(--spacing-sm);
}

.hero_blue_b4be p {
  color: var(--text-secondary);
}

.down-5651 {
  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;
}

.down-5651 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.down-5651 h4 {
  margin-top: var(--spacing-sm);
}

.down-5651 p {
  color: var(--text-secondary);
}

.tiny_34e6 {
  padding: var(--spacing-xl) 0;
}

.white_3498 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.active_0f54 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.active_0f54 a {
  color: var(--text-secondary);
}

.active_0f54 a:hover {
  color: var(--primary-color);
}

.iron-b865 {
  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);
}

.carousel-large-6827 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.stale-2e2c {
  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);
}

.stale-2e2c:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.thick_bdc4 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bronze_7795 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6055 */
.shadow-element-n3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
