/*
 * Inner pages adapter for index.icon-fixed-cbd8 design system (styles-new.slow_7e4a)
 * 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(.feature-new-b507) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.sidebar_soft_54d7.last-1274 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.tabs-dim-68bc {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tabs-dim-68bc > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.rough-78d2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pink_f2da {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover_light_96d7 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hover_light_96d7 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .pink_f2da {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.new_625d { display: flex; }
.detail_lite_6e2f { justify-content: space-between; }
.action-65ad { align-items: center; }
.last-1274 { text-align: center; }

.small_2ad6 { margin-right: 0.5rem; }
.button-5959 { margin-right: 1rem; }
.badge_active_3936 { margin-top: 1rem; }
.element_short_2e34 { margin-top: 1.5rem; }
.chip_bba5 { margin-bottom: 1rem; }
.row-in-63e4 { margin-bottom: 1.5rem; }
.image-pressed-a25e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.aside_0b0e { margin-top: 1rem; margin-bottom: 1rem; }
.video_6f22 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.nav_static_4172 { max-width: 100%; height: auto; }

/* Links used in old footer */
.notification-advanced-dcb0 { color: var(--text-primary); }
.pagination-8893 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.liquid_9b9f {
  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 */
.aside-middle-9ca2 { /* 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);
}

.aside-middle-9ca2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.popup_2bb4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.popup_2bb4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.highlight-stale-17ba {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.form_lite_68cd {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.form_lite_68cd::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;
}

.large_2ac0 {
  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);
}

.large_2ac0 h1 {
  margin-bottom: var(--spacing-sm);
}

.large_2ac0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.outer-9805 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.block_7dd1 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.shade-right-3f6a {
  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);
}

.next-59d1 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.header_2a73 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.header_2a73 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hot_d2e4 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.large_4fdb {
  padding-bottom: var(--spacing-2xl);
}

.paper_a696 {
  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;
}

.huge_5896 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.carousel-lite-a482 a {
  color: var(--primary-color);
}

.carousel-lite-a482.fn-active-9893 {
  color: var(--text-secondary);
}

.carousel-lite-a482:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.media_6265 {
  padding: var(--spacing-xl) 0;
}

.block_61b9 {
  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_61b9 h2 {
  margin-bottom: var(--spacing-sm);
}

.block_61b9 p {
  color: var(--text-secondary);
}

.feature-3689 {
  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;
}

.feature-3689 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.feature-3689 h4 {
  margin-top: var(--spacing-sm);
}

.feature-3689 p {
  color: var(--text-secondary);
}

.disabled-fluid-b8e0 {
  padding: var(--spacing-xl) 0;
}

.south_b8d6 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tertiary-978e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tertiary-978e a {
  color: var(--text-secondary);
}

.tertiary-978e a:hover {
  color: var(--primary-color);
}

.label-5c4d {
  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);
}

.avatar_2008 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.image-6d47 {
  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);
}

.image-6d47:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.thumbnail_0e62 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.info_center_93bf { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: d88b */
.widget-item-y4 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
