/*
 * Inner pages adapter for index.tooltip-5a5b design system (styles-new.alert_8d5d)
 * 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(.video_smooth_317f) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.dropdown-1105.message-top-3fbe {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.card_south_654c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.card_south_654c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.chip_copper_8d41 {
  flex: 0 0 100%;
  max-width: 100%;
}

.overlay_6c43 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table_9d19 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .table_9d19 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .overlay_6c43 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.icon_9532 { display: flex; }
.active-under-4c94 { justify-content: space-between; }
.full_8fe4 { align-items: center; }
.message-top-3fbe { text-align: center; }

.card_bab1 { margin-right: 0.5rem; }
.stone-cb79 { margin-right: 1rem; }
.table-tiny-4995 { margin-top: 1rem; }
.avatar-huge-46cc { margin-top: 1.5rem; }
.row_complex_8370 { margin-bottom: 1rem; }
.info-8e3a { margin-bottom: 1.5rem; }
.preview_fluid_628d { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.content-c766 { margin-top: 1rem; margin-bottom: 1rem; }
.last_1dcd { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.border_new_eb2e { max-width: 100%; height: auto; }

/* Links used in old footer */
.sort-mini-8a13 { color: var(--text-primary); }
.menu-focused-968a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.slow-3007 {
  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 */
.focused-ff49 { /* 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);
}

.focused-ff49:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.thumbnail-e8c5 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.thumbnail-e8c5:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.form-2eba {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.notice_b1c6 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.notice_b1c6::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;
}

.progress_78c8 {
  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);
}

.progress_78c8 h1 {
  margin-bottom: var(--spacing-sm);
}

.progress_78c8 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.dark_b606 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.form_lite_59ae {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.tooltip_full_fe22 {
  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);
}

.smooth_a695 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.caption-0fa8 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.caption-0fa8 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.module_31ad img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.info-new-7493 {
  padding-bottom: var(--spacing-2xl);
}

.hidden_1a0f {
  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;
}

.detail_over_4e8a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.chip_dynamic_dc5f a {
  color: var(--primary-color);
}

.chip_dynamic_dc5f.fn-active-d134 {
  color: var(--text-secondary);
}

.chip_dynamic_dc5f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.upper_0092 {
  padding: var(--spacing-xl) 0;
}

.video_blue_087c {
  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);
}

.video_blue_087c h2 {
  margin-bottom: var(--spacing-sm);
}

.video_blue_087c p {
  color: var(--text-secondary);
}

.input_1ad3 {
  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;
}

.input_1ad3 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.input_1ad3 h4 {
  margin-top: var(--spacing-sm);
}

.input_1ad3 p {
  color: var(--text-secondary);
}

.menu_dark_af34 {
  padding: var(--spacing-xl) 0;
}

.wrapper-down-68e9 {
  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-plasma-329e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-plasma-329e a {
  color: var(--text-secondary);
}

.info-plasma-329e a:hover {
  color: var(--primary-color);
}

.block-ce08 {
  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);
}

.sort_north_a11c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.article-west-2046 {
  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);
}

.article-west-2046:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.thick_6405 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal_aa45 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 21f1 */
.ghost-box-q3 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
