/*
 * Inner pages adapter for index.tag_f3b2 design system (styles-new.table_out_58df)
 * 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(.surface_next_61a8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.backdrop-63c0.pressed-8fd6 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.outline-east-ced2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.outline-east-ced2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.down-bd8a {
  flex: 0 0 100%;
  max-width: 100%;
}

.module-basic-0342 {
  flex: 0 0 100%;
  max-width: 100%;
}

.column-steel-012b {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-steel-012b {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .module-basic-0342 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.medium_8fa9 { display: flex; }
.over_3907 { justify-content: space-between; }
.section-wide-aed3 { align-items: center; }
.pressed-8fd6 { text-align: center; }

.clean_2799 { margin-right: 0.5rem; }
.caption-44ce { margin-right: 1rem; }
.media-c605 { margin-top: 1rem; }
.caption_fresh_801f { margin-top: 1.5rem; }
.tall-da94 { margin-bottom: 1rem; }
.fixed-097f { margin-bottom: 1.5rem; }
.summary-mini-5620 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.nav-down-7e76 { margin-top: 1rem; margin-bottom: 1rem; }
.new-f2b0 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.summary-64b8 { max-width: 100%; height: auto; }

/* Links used in old footer */
.card_7d00 { color: var(--text-primary); }
.mask_f616 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.grid-1fa5 {
  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 */
.dark-a080 { /* 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);
}

.dark-a080:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.item_71de {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.item_71de:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.panel_5a9a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.active_tiny_2132 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.active_tiny_2132::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;
}

.section_up_9e64 {
  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);
}

.section_up_9e64 h1 {
  margin-bottom: var(--spacing-sm);
}

.section_up_9e64 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.info-dirty-94c8 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.panel_outer_a0cf {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.preview-north-893d {
  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);
}

.backdrop_d869 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.primary-slow-5bba h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.primary-slow-5bba p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.active_fluid_e8b3 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.yellow-6fd0 {
  padding-bottom: var(--spacing-2xl);
}

.picture_medium_4065 {
  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;
}

.box_outer_2df3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.steel-ad8d a {
  color: var(--primary-color);
}

.steel-ad8d.fn-active-86db {
  color: var(--text-secondary);
}

.steel-ad8d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.top-97e0 {
  padding: var(--spacing-xl) 0;
}

.right-0465 {
  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);
}

.right-0465 h2 {
  margin-bottom: var(--spacing-sm);
}

.right-0465 p {
  color: var(--text-secondary);
}

.message_blue_1e7c {
  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;
}

.message_blue_1e7c h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.message_blue_1e7c h4 {
  margin-top: var(--spacing-sm);
}

.message_blue_1e7c p {
  color: var(--text-secondary);
}

.alert-static-cd3e {
  padding: var(--spacing-xl) 0;
}

.component-1e4c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.badge-light-280f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.badge-light-280f a {
  color: var(--text-secondary);
}

.badge-light-280f a:hover {
  color: var(--primary-color);
}

.table-8abd {
  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);
}

.button-b5bc {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.iron_60fd {
  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);
}

.iron_60fd:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.background_8180 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.description-lite-4778 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 79fd */
.phantom-card-s4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
