/*
 * Inner pages adapter for index.blue-e0e3 design system (styles-new.current-5a82)
 * 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(.input_short_7dd4) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.frame_f9a4.wrapper-cf3c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.basic_e48e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.basic_e48e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.slider-3fa4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover-1dd9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid_purple_04fd {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid_purple_04fd {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .hover-1dd9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.search-stone-2965 { display: flex; }
.dark_6ebf { justify-content: space-between; }
.fluid_c3cd { align-items: center; }
.wrapper-cf3c { text-align: center; }

.widget-4502 { margin-right: 0.5rem; }
.prev_dd3d { margin-right: 1rem; }
.inner_10f5 { margin-top: 1rem; }
.aside-9d49 { margin-top: 1.5rem; }
.info-liquid-45a2 { margin-bottom: 1rem; }
.status-glass-f1a6 { margin-bottom: 1.5rem; }
.border-wood-aad2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.center-ce37 { margin-top: 1rem; margin-bottom: 1rem; }
.tiny-a5bb { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.thumbnail-out-ee93 { max-width: 100%; height: auto; }

/* Links used in old footer */
.secondary_d71f { color: var(--text-primary); }
.yellow_8718 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.texture-static-989e {
  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 */
.status_in_b219 { /* 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);
}

.status_in_b219:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.border-4f1c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.border-4f1c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.summary-af96 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.hot-3a9e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.hot-3a9e::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;
}

.block-gold-3d7f {
  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);
}

.block-gold-3d7f h1 {
  margin-bottom: var(--spacing-sm);
}

.block-gold-3d7f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.modal-d14c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tabs_short_07bc {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.out_4c8d {
  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);
}

.article_hard_2885 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.white_6c52 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.white_6c52 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.preview_cb97 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.frame_8c43 {
  padding-bottom: var(--spacing-2xl);
}

.notification-static-83ef {
  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;
}

.liquid_aaa5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.pro_a5c8 a {
  color: var(--primary-color);
}

.pro_a5c8.fn-active-ccd2 {
  color: var(--text-secondary);
}

.pro_a5c8:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.gradient-df88 {
  padding: var(--spacing-xl) 0;
}

.item_stale_3b73 {
  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_stale_3b73 h2 {
  margin-bottom: var(--spacing-sm);
}

.item_stale_3b73 p {
  color: var(--text-secondary);
}

.hover-huge-b3bb {
  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;
}

.hover-huge-b3bb h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hover-huge-b3bb h4 {
  margin-top: var(--spacing-sm);
}

.hover-huge-b3bb p {
  color: var(--text-secondary);
}

.box_north_2dd9 {
  padding: var(--spacing-xl) 0;
}

.description_9c03 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.info-yellow-043f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-yellow-043f a {
  color: var(--text-secondary);
}

.info-yellow-043f a:hover {
  color: var(--primary-color);
}

.image-e319 {
  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);
}

.under_b096 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.outer-9543 {
  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);
}

.outer-9543:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.component-7f64 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.slider-solid-7da6 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3653 */
.promo-block-s0 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
