/*
 * Inner pages adapter for index.module-short-4892 design system (styles-new.outline-bottom-9133)
 * 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(.sort_pink_d140) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.liquid-3f56.tag-plasma-651e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.wood_be10 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.wood_be10 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.narrow-1e08 {
  flex: 0 0 100%;
  max-width: 100%;
}

.primary-wood-e4e4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.section_90c8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .section_90c8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .primary-wood-e4e4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.pressed_db07 { display: flex; }
.border_wood_588e { justify-content: space-between; }
.caption_cold_a76f { align-items: center; }
.tag-plasma-651e { text-align: center; }

.header-2827 { margin-right: 0.5rem; }
.section-e931 { margin-right: 1rem; }
.chip-04e1 { margin-top: 1rem; }
.disabled_west_0142 { margin-top: 1.5rem; }
.summary-soft-7d6a { margin-bottom: 1rem; }
.label_be71 { margin-bottom: 1.5rem; }
.message-basic-d3d4 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.image_a732 { margin-top: 1rem; margin-bottom: 1rem; }
.stale-586a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.header-solid-e5c6 { max-width: 100%; height: auto; }

/* Links used in old footer */
.outline_full_1f27 { color: var(--text-primary); }
.text_505b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.logo-bronze-0d51 {
  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 */
.shade_79ef { /* 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);
}

.shade_79ef:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.disabled-034a {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.disabled-034a:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.status_b2fd {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.main-gas-bcdf {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.main-gas-bcdf::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;
}

.background_a8ee {
  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);
}

.background_a8ee h1 {
  margin-bottom: var(--spacing-sm);
}

.background_a8ee p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.green_d6ad {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.soft_67f3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.green_481d {
  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);
}

.table_clean_8c1c {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.paper_db11 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.paper_db11 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.fixed-9c4e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.active-old-3f81 {
  padding-bottom: var(--spacing-2xl);
}

.pro-ade7 {
  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;
}

.icon_450d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.message_2bf6 a {
  color: var(--primary-color);
}

.message_2bf6.fn-active-12e5 {
  color: var(--text-secondary);
}

.message_2bf6:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.pattern-37db {
  padding: var(--spacing-xl) 0;
}

.heading_15cd {
  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);
}

.heading_15cd h2 {
  margin-bottom: var(--spacing-sm);
}

.heading_15cd p {
  color: var(--text-secondary);
}

.pattern_ba4a {
  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;
}

.pattern_ba4a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.pattern_ba4a h4 {
  margin-top: var(--spacing-sm);
}

.pattern_ba4a p {
  color: var(--text-secondary);
}

.input_7e84 {
  padding: var(--spacing-xl) 0;
}

.badge-glass-8b5d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.fixed-3738 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fixed-3738 a {
  color: var(--text-secondary);
}

.fixed-3738 a:hover {
  color: var(--primary-color);
}

.disabled_1706 {
  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);
}

.dropdown_lite_4d0c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.primary_41a4 {
  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);
}

.primary_41a4:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.basic_62bc { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.frame-south-53a3 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1ae7 */
.widget-item-t4 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
