/*
 * Inner pages adapter for index.video-lite-5258 design system (styles-new.message-focused-2c3e)
 * 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(.image_4154) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.hover_2480.gold_f411 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.cold_cd7d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.cold_cd7d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.focus-7d99 {
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-dynamic-b1f1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gas-13c1 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gas-13c1 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .dropdown-dynamic-b1f1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dropdown-steel-c00d { display: flex; }
.left_3c19 { justify-content: space-between; }
.fast_9871 { align-items: center; }
.gold_f411 { text-align: center; }

.bronze_2507 { margin-right: 0.5rem; }
.feature-96b0 { margin-right: 1rem; }
.popup_steel_9d2d { margin-top: 1rem; }
.backdrop-1794 { margin-top: 1.5rem; }
.shade_82a0 { margin-bottom: 1rem; }
.stale-931e { margin-bottom: 1.5rem; }
.tall-0be7 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.highlight_e8a4 { margin-top: 1rem; margin-bottom: 1rem; }
.hovered-f10a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.focused-e58a { max-width: 100%; height: auto; }

/* Links used in old footer */
.box_mini_50ab { color: var(--text-primary); }
.cool_4c23 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.mask-slow-232f {
  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 */
.wrapper-b23b { /* 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);
}

.wrapper-b23b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.medium-4a10 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.medium-4a10:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.active_green_2488 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.stale-b53f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.stale-b53f::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;
}

.mask-gold-f900 {
  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);
}

.mask-gold-f900 h1 {
  margin-bottom: var(--spacing-sm);
}

.mask-gold-f900 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.image_mini_20f3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.pagination_562f {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.disabled_out_514b {
  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);
}

.dark_0cf5 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.chip-f2c9 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.chip-f2c9 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.mask_122f img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.background_bright_0fc6 {
  padding-bottom: var(--spacing-2xl);
}

.progress_fdc3 {
  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_45d5 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.thumbnail-stone-e68b a {
  color: var(--primary-color);
}

.thumbnail-stone-e68b.fn-active-93b6 {
  color: var(--text-secondary);
}

.thumbnail-stone-e68b:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hidden_first_816e {
  padding: var(--spacing-xl) 0;
}

.huge-9dbe {
  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);
}

.huge-9dbe h2 {
  margin-bottom: var(--spacing-sm);
}

.huge-9dbe p {
  color: var(--text-secondary);
}

.dropdown-wide-65f5 {
  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;
}

.dropdown-wide-65f5 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.dropdown-wide-65f5 h4 {
  margin-top: var(--spacing-sm);
}

.dropdown-wide-65f5 p {
  color: var(--text-secondary);
}

.content-simple-fc1f {
  padding: var(--spacing-xl) 0;
}

.fluid-22c4 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.background_stale_c751 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.background_stale_c751 a {
  color: var(--text-secondary);
}

.background_stale_c751 a:hover {
  color: var(--primary-color);
}

.alert_d0c4 {
  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);
}

.list-huge-2908 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.photo_f909 {
  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);
}

.photo_f909:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.carousel-0a8a { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.nav_wood_5082 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: c8a2 */
.widget-item-l4 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
