/*
 * Inner pages adapter for index.icon-orange-bff0 design system (styles-new.cool_4dd2)
 * 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(.steel-d36b) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.new_8c0b.liquid-3960 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.plasma-82ba {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.plasma-82ba > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.photo_fec3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.media-short-235a {
  flex: 0 0 100%;
  max-width: 100%;
}

.center-3c7a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .center-3c7a {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .media-short-235a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.input_easy_12a7 { display: flex; }
.media-yellow-6c69 { justify-content: space-between; }
.container-5611 { align-items: center; }
.liquid-3960 { text-align: center; }

.row-12c4 { margin-right: 0.5rem; }
.out_e20a { margin-right: 1rem; }
.dropdown-520d { margin-top: 1rem; }
.full_65c6 { margin-top: 1.5rem; }
.plasma-dda1 { margin-bottom: 1rem; }
.hot-5f80 { margin-bottom: 1.5rem; }
.primary_aad0 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.gas-e0f8 { margin-top: 1rem; margin-bottom: 1rem; }
.paragraph_6f4b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hero-59b4 { max-width: 100%; height: auto; }

/* Links used in old footer */
.chip_copper_9f49 { color: var(--text-primary); }
.yellow-7df1 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.frame-9b1a {
  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 */
.element-yellow-237a { /* 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);
}

.element-yellow-237a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.nav_377d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.nav_377d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.slow-86f3 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.stale_cbdc {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.stale_cbdc::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;
}

.item_warm_a8b0 {
  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);
}

.item_warm_a8b0 h1 {
  margin-bottom: var(--spacing-sm);
}

.item_warm_a8b0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.footer-thick-7437 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.module_6f54 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.component_bc48 {
  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);
}

.status-pink-4d62 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.wood-4ace h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.wood-4ace p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.modal-soft-f0b0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.message_in_125d {
  padding-bottom: var(--spacing-2xl);
}

.focused-6dc8 {
  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;
}

.pagination_a936 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.wrapper_6465 a {
  color: var(--primary-color);
}

.wrapper_6465.fn-active-b9c3 {
  color: var(--text-secondary);
}

.wrapper_6465:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.button-full-c60b {
  padding: var(--spacing-xl) 0;
}

.hard-6d83 {
  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);
}

.hard-6d83 h2 {
  margin-bottom: var(--spacing-sm);
}

.hard-6d83 p {
  color: var(--text-secondary);
}

.shadow_advanced_3439 {
  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;
}

.shadow_advanced_3439 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.shadow_advanced_3439 h4 {
  margin-top: var(--spacing-sm);
}

.shadow_advanced_3439 p {
  color: var(--text-secondary);
}

.south-4c3a {
  padding: var(--spacing-xl) 0;
}

.focus_mini_2b6a {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.label_middle_4e43 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.label_middle_4e43 a {
  color: var(--text-secondary);
}

.label_middle_4e43 a:hover {
  color: var(--primary-color);
}

.layout-white-92b5 {
  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);
}

.summary-first-4508 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.breadcrumb-84b8 {
  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);
}

.breadcrumb-84b8:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.panel_paper_5a5e { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.full_f210 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 82d6 */
.shadow-element-e6 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
