/*
 * Inner pages adapter for index.sort-plasma-049a design system (styles-new.background_up_bf14)
 * 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(.modal-thick-d3fa) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.hard-ba6b.item-in-ee0e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.list_0646 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.list_0646 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.orange-9d70 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover_paper_88ce {
  flex: 0 0 100%;
  max-width: 100%;
}

.frame-987e {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .frame-987e {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .hover_paper_88ce {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.purple_9c22 { display: flex; }
.highlight-fa03 { justify-content: space-between; }
.hover-abe7 { align-items: center; }
.item-in-ee0e { text-align: center; }

.accent-04b1 { margin-right: 0.5rem; }
.list_solid_96b0 { margin-right: 1rem; }
.message-49eb { margin-top: 1rem; }
.secondary-250d { margin-top: 1.5rem; }
.sort_91d2 { margin-bottom: 1rem; }
.wrapper_861e { margin-bottom: 1.5rem; }
.accent-pink-81e7 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.article-dim-e631 { margin-top: 1rem; margin-bottom: 1rem; }
.text-basic-a1d7 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.left-07b3 { max-width: 100%; height: auto; }

/* Links used in old footer */
.first-1505 { color: var(--text-primary); }
.selected_be20 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.chip-7f0c {
  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 */
.huge-f2a8 { /* 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);
}

.huge-f2a8:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.video_eefb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.video_eefb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.primary_f6ff {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.sidebar_53f7 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.sidebar_53f7::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;
}

.tabs-dynamic-5b09 {
  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);
}

.tabs-dynamic-5b09 h1 {
  margin-bottom: var(--spacing-sm);
}

.tabs-dynamic-5b09 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.easy_e8e9 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hot-5381 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.wrapper_active_5504 {
  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);
}

.item-79f9 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.backdrop-f0ce h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.backdrop-f0ce p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.video-dim-aa86 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.status_rough_31e7 {
  padding-bottom: var(--spacing-2xl);
}

.inner-148b {
  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;
}

.outline_white_4b93 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.button_center_c5c4 a {
  color: var(--primary-color);
}

.button_center_c5c4.fn-active-0a7c {
  color: var(--text-secondary);
}

.button_center_c5c4:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.prev_eabb {
  padding: var(--spacing-xl) 0;
}

.status_upper_d3d4 {
  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);
}

.status_upper_d3d4 h2 {
  margin-bottom: var(--spacing-sm);
}

.status_upper_d3d4 p {
  color: var(--text-secondary);
}

.picture-bottom-a5f3 {
  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;
}

.picture-bottom-a5f3 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.picture-bottom-a5f3 h4 {
  margin-top: var(--spacing-sm);
}

.picture-bottom-a5f3 p {
  color: var(--text-secondary);
}

.photo-24aa {
  padding: var(--spacing-xl) 0;
}

.element-over-c355 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.border-5ef2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border-5ef2 a {
  color: var(--text-secondary);
}

.border-5ef2 a:hover {
  color: var(--primary-color);
}

.in_8f36 {
  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);
}

.gradient-medium-c9dd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.slider-light-3d85 {
  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);
}

.slider-light-3d85:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.accordion-d57e { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.module_under_6f53 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ba0b */
.widget-item-g4 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
