/*
 * Inner pages adapter for index.sort-prev-ca23 design system (styles-new.under_a57d)
 * 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(.thumbnail_183b) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.new_2065.frame-light-b277 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.carousel-lite-e9ef {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.carousel-lite-e9ef > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.picture_5f6a {
  flex: 0 0 100%;
  max-width: 100%;
}

.hover-a623 {
  flex: 0 0 100%;
  max-width: 100%;
}

.green_202c {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .green_202c {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .hover-a623 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.tag_current_4ef4 { display: flex; }
.dim_1356 { justify-content: space-between; }
.smooth-aed7 { align-items: center; }
.frame-light-b277 { text-align: center; }

.fast_a42a { margin-right: 0.5rem; }
.outline-0469 { margin-right: 1rem; }
.search-0e82 { margin-top: 1rem; }
.input-7a6f { margin-top: 1.5rem; }
.border-out-9e51 { margin-bottom: 1rem; }
.link-tall-313d { margin-bottom: 1.5rem; }
.grid_fd6b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.easy-adb5 { margin-top: 1rem; margin-bottom: 1rem; }
.light-2bb3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.component-932e { max-width: 100%; height: auto; }

/* Links used in old footer */
.list_e482 { color: var(--text-primary); }
.section_3395 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.paragraph_down_019c {
  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 */
.form-huge-fc07 { /* 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);
}

.form-huge-fc07:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.cold-d40b {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.cold-d40b:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.shade-fixed-6e9f {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.hard_c0fa {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.hard_c0fa::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;
}

.easy_65e0 {
  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);
}

.easy_65e0 h1 {
  margin-bottom: var(--spacing-sm);
}

.easy_65e0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.content_b4bb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.component-pressed-36a7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.content_d718 {
  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);
}

.dark-2b17 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.tertiary-warm-f0ee h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.tertiary-warm-f0ee p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.panel-23bf img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.form-dc3b {
  padding-bottom: var(--spacing-2xl);
}

.button-d0a4 {
  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;
}

.upper_2a90 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.paragraph-complex-c69c a {
  color: var(--primary-color);
}

.paragraph-complex-c69c.fn-active-0164 {
  color: var(--text-secondary);
}

.paragraph-complex-c69c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.soft-c92f {
  padding: var(--spacing-xl) 0;
}

.frame_e3ae {
  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);
}

.frame_e3ae h2 {
  margin-bottom: var(--spacing-sm);
}

.frame_e3ae p {
  color: var(--text-secondary);
}

.tabs_dim_e6a3 {
  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;
}

.tabs_dim_e6a3 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.tabs_dim_e6a3 h4 {
  margin-top: var(--spacing-sm);
}

.tabs_dim_e6a3 p {
  color: var(--text-secondary);
}

.sidebar-huge-d3bd {
  padding: var(--spacing-xl) 0;
}

.banner_8336 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.media-84be {
  list-style: none;
  margin: 0;
  padding: 0;
}

.media-84be a {
  color: var(--text-secondary);
}

.media-84be a:hover {
  color: var(--primary-color);
}

.tooltip_solid_8167 {
  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);
}

.accent-orange-c70d {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.main-ee30 {
  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);
}

.main-ee30:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.tall-d54f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.short_f60f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 983f */
.ghost-box-p9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
