/*
 * Inner pages adapter for index.title-in-eafc design system (styles-new.copper-b21a)
 * 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(.silver-5958) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.nav-0956.copper_4ca3 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.tooltip-0fcc {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tooltip-0fcc > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.active-silver-6935 {
  flex: 0 0 100%;
  max-width: 100%;
}

.notice-42f3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.paragraph-3460 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .paragraph-3460 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .notice-42f3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.breadcrumb_in_45ff { display: flex; }
.description_c799 { justify-content: space-between; }
.status-lite-8d5b { align-items: center; }
.copper_4ca3 { text-align: center; }

.down_14ba { margin-right: 0.5rem; }
.aside-543e { margin-right: 1rem; }
.secondary-a657 { margin-top: 1rem; }
.bronze_5993 { margin-top: 1.5rem; }
.title-east-2afe { margin-bottom: 1rem; }
.fresh-8147 { margin-bottom: 1.5rem; }
.tabs-last-5652 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.button-south-e762 { margin-top: 1rem; margin-bottom: 1rem; }
.block-lite-e59e { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.active-9e6f { max-width: 100%; height: auto; }

/* Links used in old footer */
.current_dcb1 { color: var(--text-primary); }
.summary-smooth-c059 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.old-eae9 {
  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 */
.soft_da4e { /* 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);
}

.soft_da4e:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.hero-811b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.hero-811b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hidden_b1b8 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.gas_3b89 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.gas_3b89::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;
}

.layout_dirty_b780 {
  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);
}

.layout_dirty_b780 h1 {
  margin-bottom: var(--spacing-sm);
}

.layout_dirty_b780 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.fast-89c4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.border_4c7d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.badge-paper-b6be {
  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);
}

.bright-568e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.banner-rough-edea h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.banner-rough-edea p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.thumbnail_down_0eec img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.north_9832 {
  padding-bottom: var(--spacing-2xl);
}

.green_386c {
  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;
}

.popup-under-3580 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.wrapper_solid_4808 a {
  color: var(--primary-color);
}

.wrapper_solid_4808.fn-active-b0c4 {
  color: var(--text-secondary);
}

.wrapper_solid_4808:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.media_754b {
  padding: var(--spacing-xl) 0;
}

.action_03b0 {
  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);
}

.action_03b0 h2 {
  margin-bottom: var(--spacing-sm);
}

.action_03b0 p {
  color: var(--text-secondary);
}

.status_first_8f38 {
  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;
}

.status_first_8f38 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.status_first_8f38 h4 {
  margin-top: var(--spacing-sm);
}

.status_first_8f38 p {
  color: var(--text-secondary);
}

.media_clean_681a {
  padding: var(--spacing-xl) 0;
}

.fresh_737d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.west_dce9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.west_dce9 a {
  color: var(--text-secondary);
}

.west_dce9 a:hover {
  color: var(--primary-color);
}

.gold-e81b {
  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);
}

.main-up-df61 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.widget-2874 {
  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);
}

.widget-2874:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.slider-mini-0a00 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.search_bronze_9b08 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 4685 */
.widget-item-x9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
