/*
 * Inner pages adapter for index.mask_65f5 design system (styles-new.basic_ea55)
 * 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(.section-807c) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.panel-949a.solid_9d73 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.table_8b63 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.table_8b63 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.small_9c61 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shadow_dim_73cf {
  flex: 0 0 100%;
  max-width: 100%;
}

.header-f1d0 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .header-f1d0 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .shadow_dim_73cf {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dirty-4a07 { display: flex; }
.status_4220 { justify-content: space-between; }
.alert_medium_865e { align-items: center; }
.solid_9d73 { text-align: center; }

.dim_2917 { margin-right: 0.5rem; }
.sidebar-13f2 { margin-right: 1rem; }
.upper_594b { margin-top: 1rem; }
.sidebar_dark_a0c1 { margin-top: 1.5rem; }
.filter-fresh-5e7a { margin-bottom: 1rem; }
.pattern-focused-c5b7 { margin-bottom: 1.5rem; }
.short-5653 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.text-hard-d9ce { margin-top: 1rem; margin-bottom: 1rem; }
.notice_2558 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.link_last_7ae8 { max-width: 100%; height: auto; }

/* Links used in old footer */
.dropdown-orange-12c4 { color: var(--text-primary); }
.warm-53df { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.fixed_87a4 {
  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 */
.outline_glass_e5ea { /* 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);
}

.outline_glass_e5ea:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.right-f103 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.right-f103:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.up_cfee {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.gold_e9af {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.gold_e9af::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;
}

.nav-b3ce {
  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);
}

.nav-b3ce h1 {
  margin-bottom: var(--spacing-sm);
}

.nav-b3ce p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.tooltip_6d17 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.box_right_c15d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.slow-1327 {
  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);
}

.link_b3c2 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.title-left-d4b3 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.title-left-d4b3 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.breadcrumb_2fbf img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.plasma-ea90 {
  padding-bottom: var(--spacing-2xl);
}

.tertiary_b78d {
  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;
}

.card_dirty_dcb9 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.hovered_f1e9 a {
  color: var(--primary-color);
}

.hovered_f1e9.fn-active-3483 {
  color: var(--text-secondary);
}

.hovered_f1e9:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.focus_d752 {
  padding: var(--spacing-xl) 0;
}

.secondary-4c97 {
  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);
}

.secondary-4c97 h2 {
  margin-bottom: var(--spacing-sm);
}

.secondary-4c97 p {
  color: var(--text-secondary);
}

.action_0cc5 {
  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;
}

.action_0cc5 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.action_0cc5 h4 {
  margin-top: var(--spacing-sm);
}

.action_0cc5 p {
  color: var(--text-secondary);
}

.heading_huge_d269 {
  padding: var(--spacing-xl) 0;
}

.fresh_a047 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.red-4986 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.red-4986 a {
  color: var(--text-secondary);
}

.red-4986 a:hover {
  color: var(--primary-color);
}

.short_c722 {
  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);
}

.video-715f {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.red_8aa6 {
  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);
}

.red_8aa6:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.action_3ea5 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mask_f76f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 9daa */
.ghost-box-r1 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
