/*
 * Inner pages adapter for index.content-small-958b design system (styles-new.pink_6c44)
 * 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(.avatar-pro-39f7) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.fluid-22d9.wide-ad7f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.dropdown-warm-93b3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.dropdown-warm-93b3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tag_89b9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.fixed_7620 {
  flex: 0 0 100%;
  max-width: 100%;
}

.rough_75da {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .rough_75da {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .fixed_7620 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.complex_fca5 { display: flex; }
.wrapper-e871 { justify-content: space-between; }
.hard-a2b1 { align-items: center; }
.wide-ad7f { text-align: center; }

.panel-3297 { margin-right: 0.5rem; }
.action_41e9 { margin-right: 1rem; }
.middle_5ce9 { margin-top: 1rem; }
.item-4e26 { margin-top: 1.5rem; }
.summary-bright-dc3b { margin-bottom: 1rem; }
.fast-d540 { margin-bottom: 1.5rem; }
.smooth-72aa { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.logo_c747 { margin-top: 1rem; margin-bottom: 1rem; }
.thick-10a2 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.texture-first-2287 { max-width: 100%; height: auto; }

/* Links used in old footer */
.preview-56ef { color: var(--text-primary); }
.shade_41b0 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.first_cc2a {
  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 */
.thumbnail-advanced-412b { /* 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);
}

.thumbnail-advanced-412b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.action_18f1 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.action_18f1:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.wide-9f29 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.tooltip-11f3 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.tooltip-11f3::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;
}

.slider_dim_6ad0 {
  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);
}

.slider_dim_6ad0 h1 {
  margin-bottom: var(--spacing-sm);
}

.slider_dim_6ad0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.content_c135 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.image_7874 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.video_af32 {
  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);
}

.tertiary-hot-99f7 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.button_260b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.button_260b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.message-a95b img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.info-c371 {
  padding-bottom: var(--spacing-2xl);
}

.tertiary-8f7b {
  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;
}

.input_91c4 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.basic_bd0b a {
  color: var(--primary-color);
}

.basic_bd0b.fn-active-267f {
  color: var(--text-secondary);
}

.basic_bd0b:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.slow-3a00 {
  padding: var(--spacing-xl) 0;
}

.breadcrumb-2899 {
  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);
}

.breadcrumb-2899 h2 {
  margin-bottom: var(--spacing-sm);
}

.breadcrumb-2899 p {
  color: var(--text-secondary);
}

.fresh_c715 {
  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;
}

.fresh_c715 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.fresh_c715 h4 {
  margin-top: var(--spacing-sm);
}

.fresh_c715 p {
  color: var(--text-secondary);
}

.icon_motion_3564 {
  padding: var(--spacing-xl) 0;
}

.disabled-7142 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.preview-2d7a {
  list-style: none;
  margin: 0;
  padding: 0;
}

.preview-2d7a a {
  color: var(--text-secondary);
}

.preview-2d7a a:hover {
  color: var(--primary-color);
}

.modal-advanced-8a5e {
  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);
}

.item_d558 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.cold_4fcc {
  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);
}

.cold_4fcc:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.search_836f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.dirty_7977 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: bb76 */
.widget-item-a1 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
