/*
 * Inner pages adapter for index.surface-f395 design system (styles-new.black_7197)
 * 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(.progress_a13f) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.basic-a918.element_clean_4d22 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.chip_381b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.chip_381b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.content-5b11 {
  flex: 0 0 100%;
  max-width: 100%;
}

.fixed_564f {
  flex: 0 0 100%;
  max-width: 100%;
}

.icon_hard_ac99 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .icon_hard_ac99 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .fixed_564f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.video-yellow-719a { display: flex; }
.tabs-f07d { justify-content: space-between; }
.under-51d1 { align-items: center; }
.element_clean_4d22 { text-align: center; }

.status-advanced-b8e5 { margin-right: 0.5rem; }
.table-pressed-8ae6 { margin-right: 1rem; }
.selected-4664 { margin-top: 1rem; }
.tertiary-tall-3506 { margin-top: 1.5rem; }
.motion_1688 { margin-bottom: 1rem; }
.section_new_6bb6 { margin-bottom: 1.5rem; }
.tooltip_current_43ed { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.element_green_eb24 { margin-top: 1rem; margin-bottom: 1rem; }
.lite_92e2 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.wide-f32f { max-width: 100%; height: auto; }

/* Links used in old footer */
.tag_static_c268 { color: var(--text-primary); }
.active_1f87 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.column_green_fda5 {
  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 */
.paragraph-f9c4 { /* 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);
}

.paragraph-f9c4:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.grid_7a53 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.grid_7a53:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.picture-7dae {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.wrapper_777c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.wrapper_777c::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;
}

.article-large-8136 {
  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);
}

.article-large-8136 h1 {
  margin-bottom: var(--spacing-sm);
}

.article-large-8136 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.under_6c89 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.detail_a03d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.old_d43c {
  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);
}

.liquid_cddd {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.secondary-4410 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.secondary-4410 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.large_8b25 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.article-3098 {
  padding-bottom: var(--spacing-2xl);
}

.fixed_7baf {
  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;
}

.main_ba37 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.current_d48f a {
  color: var(--primary-color);
}

.current_d48f.fn-active-b5e1 {
  color: var(--text-secondary);
}

.current_d48f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.mask_gas_3b06 {
  padding: var(--spacing-xl) 0;
}

.tertiary-f4a1 {
  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);
}

.tertiary-f4a1 h2 {
  margin-bottom: var(--spacing-sm);
}

.tertiary-f4a1 p {
  color: var(--text-secondary);
}

.grid-right-5246 {
  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;
}

.grid-right-5246 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.grid-right-5246 h4 {
  margin-top: var(--spacing-sm);
}

.grid-right-5246 p {
  color: var(--text-secondary);
}

.soft_3101 {
  padding: var(--spacing-xl) 0;
}

.pressed-d6a9 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.summary-8700 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.summary-8700 a {
  color: var(--text-secondary);
}

.summary-8700 a:hover {
  color: var(--primary-color);
}

.notification_9a74 {
  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);
}

.thumbnail_be55 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.mask_5026 {
  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);
}

.mask_5026:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.focus_322c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.warm_55e9 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 0f8b */
.shadow-element-w5 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
