/*
 * Inner pages adapter for index.thick_23e8 design system (styles-new.block_4c33)
 * 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(.picture_out_8bef) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.selected_9a60.slider_bd71 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.prev_0365 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.prev_0365 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.iron_05c5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.border-dim-3b2b {
  flex: 0 0 100%;
  max-width: 100%;
}

.right-aeea {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .right-aeea {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .border-dim-3b2b {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.sort-narrow-3d9a { display: flex; }
.text_dynamic_ead0 { justify-content: space-between; }
.widget_smooth_cbd3 { align-items: center; }
.slider_bd71 { text-align: center; }

.huge-a94e { margin-right: 0.5rem; }
.row_18b8 { margin-right: 1rem; }
.pink-dfc5 { margin-top: 1rem; }
.alert-gas-109b { margin-top: 1.5rem; }
.block-2183 { margin-bottom: 1rem; }
.element-3f7e { margin-bottom: 1.5rem; }
.sidebar_mini_3b6e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.logo_easy_06a8 { margin-top: 1rem; margin-bottom: 1rem; }
.preview-ac7f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.section_rough_df15 { max-width: 100%; height: auto; }

/* Links used in old footer */
.border-5442 { color: var(--text-primary); }
.widget_out_a65e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.row_6733 {
  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 */
.hidden-bronze-832b { /* 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);
}

.hidden-bronze-832b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.status-purple-b5dd {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.status-purple-b5dd:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.title_glass_18ea {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.out_2a49 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.out_2a49::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;
}

.green_113c {
  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);
}

.green_113c h1 {
  margin-bottom: var(--spacing-sm);
}

.green_113c p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.button-pressed-1c4c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.dirty_9ec4 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.cool-452b {
  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);
}

.brown-9ef0 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.texture-inner-2a4d h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.texture-inner-2a4d p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.header-plasma-2dc0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hot-0fde {
  padding-bottom: var(--spacing-2xl);
}

.complex-5a53 {
  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;
}

.static-9514 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.lite_799d a {
  color: var(--primary-color);
}

.lite_799d.fn-active-29d8 {
  color: var(--text-secondary);
}

.lite_799d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.accent-right-84aa {
  padding: var(--spacing-xl) 0;
}

.up_9794 {
  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);
}

.up_9794 h2 {
  margin-bottom: var(--spacing-sm);
}

.up_9794 p {
  color: var(--text-secondary);
}

.popup_lower_1716 {
  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;
}

.popup_lower_1716 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.popup_lower_1716 h4 {
  margin-top: var(--spacing-sm);
}

.popup_lower_1716 p {
  color: var(--text-secondary);
}

.huge_0066 {
  padding: var(--spacing-xl) 0;
}

.video_44d7 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tabs-out-b6e0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-out-b6e0 a {
  color: var(--text-secondary);
}

.tabs-out-b6e0 a:hover {
  color: var(--primary-color);
}

.fast-6695 {
  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);
}

.bronze_5d3c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.progress-bc52 {
  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);
}

.progress-bc52:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.cool_90bd { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.content_abfd { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ecfe */
.promo-block-v4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
