/*
 * Inner pages adapter for index.current_812b design system (styles-new.green-6219)
 * 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(.dropdown_149e) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.yellow-dd88.chip-prev-3bd7 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.header-89a2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.header-89a2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.surface-cd87 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row_735d {
  flex: 0 0 100%;
  max-width: 100%;
}

.status_f4fb {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .status_f4fb {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row_735d {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.left-1c65 { display: flex; }
.tag_warm_21c7 { justify-content: space-between; }
.primary-paper-349e { align-items: center; }
.chip-prev-3bd7 { text-align: center; }

.section_6857 { margin-right: 0.5rem; }
.slider-light-426c { margin-right: 1rem; }
.complex-5ec1 { margin-top: 1rem; }
.middle-4af9 { margin-top: 1.5rem; }
.filter_over_a865 { margin-bottom: 1rem; }
.next_e9d9 { margin-bottom: 1.5rem; }
.section_bottom_66bd { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.dynamic_e6f1 { margin-top: 1rem; margin-bottom: 1rem; }
.avatar_medium_c6fe { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.highlight-current-0a85 { max-width: 100%; height: auto; }

/* Links used in old footer */
.selected_4c25 { color: var(--text-primary); }
.block_next_60b0 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.status-small-0c97 {
  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 */
.backdrop-west-6767 { /* 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);
}

.backdrop-west-6767:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.chip_3b1b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.chip_3b1b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.feature-d21d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.static_563e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.static_563e::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;
}

.stone_b58a {
  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);
}

.stone_b58a h1 {
  margin-bottom: var(--spacing-sm);
}

.stone_b58a p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.breadcrumb_c3c3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.alert_2ce3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.thumbnail-pro-1faf {
  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);
}

.texture_0a1b {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.prev-4089 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.prev-4089 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.banner_large_ff1a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.popup-fe3e {
  padding-bottom: var(--spacing-2xl);
}

.breadcrumb_basic_d672 {
  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;
}

.image_03d2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.aside-f3fe a {
  color: var(--primary-color);
}

.aside-f3fe.fn-active-203a {
  color: var(--text-secondary);
}

.aside-f3fe:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.middle-0f58 {
  padding: var(--spacing-xl) 0;
}

.highlight-3165 {
  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);
}

.highlight-3165 h2 {
  margin-bottom: var(--spacing-sm);
}

.highlight-3165 p {
  color: var(--text-secondary);
}

.green_d50e {
  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;
}

.green_d50e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.green_d50e h4 {
  margin-top: var(--spacing-sm);
}

.green_d50e p {
  color: var(--text-secondary);
}

.summary-203b {
  padding: var(--spacing-xl) 0;
}

.nav_north_4c30 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.fast_d6b5 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fast_d6b5 a {
  color: var(--text-secondary);
}

.fast_d6b5 a:hover {
  color: var(--primary-color);
}

.preview_7a0a {
  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);
}

.border-tiny-fe7a {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.surface_copper_3e6e {
  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);
}

.surface_copper_3e6e:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.element-pro-0938 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.overlay-ff26 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2667 */
.ghost-box-l7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
