/*
 * Inner pages adapter for index.title-last-03e0 design system (styles-new.focus-paper-656e)
 * 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(.secondary-876c) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.light_75ce.fixed_b555 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.blue_0123 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.blue_0123 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.blue_9eef {
  flex: 0 0 100%;
  max-width: 100%;
}

.progress_motion_90b2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.title_warm_48d8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .title_warm_48d8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .progress_motion_90b2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.disabled-fresh-3095 { display: flex; }
.wrapper_medium_88db { justify-content: space-between; }
.logo-outer-55ee { align-items: center; }
.fixed_b555 { text-align: center; }

.yellow_e0c0 { margin-right: 0.5rem; }
.thumbnail_first_1886 { margin-right: 1rem; }
.badge_motion_b58c { margin-top: 1rem; }
.button-e9a3 { margin-top: 1.5rem; }
.nav-clean-9302 { margin-bottom: 1rem; }
.heading-last-4bcf { margin-bottom: 1.5rem; }
.alert-old-1659 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.thumbnail_d220 { margin-top: 1rem; margin-bottom: 1rem; }
.focus_9e24 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.text-022c { max-width: 100%; height: auto; }

/* Links used in old footer */
.light_f22c { color: var(--text-primary); }
.summary_cold_4b52 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.row_f08a {
  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 */
.surface-e3b4 { /* 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);
}

.surface-e3b4:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.description_2e7b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.description_2e7b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.surface_hovered_b4d8 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.avatar_static_7c99 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.avatar_static_7c99::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;
}

.grid-df97 {
  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);
}

.grid-df97 h1 {
  margin-bottom: var(--spacing-sm);
}

.grid-df97 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.heading_6a62 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.form-9f57 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.image_5b58 {
  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);
}

.wrapper_0627 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.link-light-7c53 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.link-light-7c53 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.overlay-1667 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.prev-816e {
  padding-bottom: var(--spacing-2xl);
}

.panel_steel_d4c4 {
  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;
}

.block-red-020e {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.preview-33a6 a {
  color: var(--primary-color);
}

.preview-33a6.fn-active-841f {
  color: var(--text-secondary);
}

.preview-33a6:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.summary_acac {
  padding: var(--spacing-xl) 0;
}

.cold_41f3 {
  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);
}

.cold_41f3 h2 {
  margin-bottom: var(--spacing-sm);
}

.cold_41f3 p {
  color: var(--text-secondary);
}

.shade-5886 {
  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;
}

.shade-5886 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.shade-5886 h4 {
  margin-top: var(--spacing-sm);
}

.shade-5886 p {
  color: var(--text-secondary);
}

.tooltip_cold_0ff3 {
  padding: var(--spacing-xl) 0;
}

.description-f79d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.lite-0fcd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lite-0fcd a {
  color: var(--text-secondary);
}

.lite-0fcd a:hover {
  color: var(--primary-color);
}

.thumbnail_b551 {
  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);
}

.advanced_7a03 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.texture_soft_c626 {
  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);
}

.texture_soft_c626:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.header_cb23 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.selected-1456 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: cb15 */
.promo-block-h2 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
