/*
 * Inner pages adapter for index.hard-4534 design system (styles-new.logo-short-3cfb)
 * 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(.warm_c08b) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.gas_2b58.layout_fixed_64e8 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.nav-2c5d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.nav-2c5d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.gradient-mini-07a1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.narrow-6d2a {
  flex: 0 0 100%;
  max-width: 100%;
}

.tiny-5618 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tiny-5618 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .narrow-6d2a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.hero-2f9d { display: flex; }
.accent_0634 { justify-content: space-between; }
.shadow_5209 { align-items: center; }
.layout_fixed_64e8 { text-align: center; }

.message-fac9 { margin-right: 0.5rem; }
.advanced_0eda { margin-right: 1rem; }
.chip_short_19bc { margin-top: 1rem; }
.silver_5c6c { margin-top: 1.5rem; }
.gallery-pressed-e66b { margin-bottom: 1rem; }
.huge-3dfa { margin-bottom: 1.5rem; }
.modal-green-00b8 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.menu_c8d2 { margin-top: 1rem; margin-bottom: 1rem; }
.progress-rough-6ff3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.layout-6893 { max-width: 100%; height: auto; }

/* Links used in old footer */
.fast_bff4 { color: var(--text-primary); }
.lower-7506 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.gallery-basic-a875 {
  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 */
.video-f975 { /* 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);
}

.video-f975:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.layout-2cc9 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.layout-2cc9:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.form-in-ea0d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.narrow_a9d9 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.narrow_a9d9::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;
}

.center_0ce8 {
  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);
}

.center_0ce8 h1 {
  margin-bottom: var(--spacing-sm);
}

.center_0ce8 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.rough-1425 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.heading_glass_8437 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.footer-prev-d23d {
  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);
}

.highlight-under-eb83 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.row-mini-9307 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.row-mini-9307 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.north_223d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.nav_fd38 {
  padding-bottom: var(--spacing-2xl);
}

.main_in_659e {
  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;
}

.yellow-224e {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.grid_adcf a {
  color: var(--primary-color);
}

.grid_adcf.fn-active-d4ce {
  color: var(--text-secondary);
}

.grid_adcf:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hovered-1843 {
  padding: var(--spacing-xl) 0;
}

.cold-8f5a {
  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-8f5a h2 {
  margin-bottom: var(--spacing-sm);
}

.cold-8f5a p {
  color: var(--text-secondary);
}

.thumbnail_pink_eb4a {
  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;
}

.thumbnail_pink_eb4a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.thumbnail_pink_eb4a h4 {
  margin-top: var(--spacing-sm);
}

.thumbnail_pink_eb4a p {
  color: var(--text-secondary);
}

.status-east-98f0 {
  padding: var(--spacing-xl) 0;
}

.iron_8c7d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.surface_1212 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.surface_1212 a {
  color: var(--text-secondary);
}

.surface_1212 a:hover {
  color: var(--primary-color);
}

.search-thick-3e95 {
  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);
}

.status-48c0 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.dim_253d {
  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);
}

.dim_253d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.old-a65f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tertiary-pink-0e64 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 169d */
.phantom-card-k7 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
