/*
 * Inner pages adapter for index.shade-f350 design system (styles-new.warm_43de)
 * 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(.title-c0cf) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.short_2721.banner-bottom-0db3 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.column-fresh-1302 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.column-fresh-1302 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.background_left_369e {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight_fd92 {
  flex: 0 0 100%;
  max-width: 100%;
}

.form-lower-737b {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .form-lower-737b {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .highlight_fd92 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.picture-prev-7e80 { display: flex; }
.breadcrumb-west-56e4 { justify-content: space-between; }
.last-2fa9 { align-items: center; }
.banner-bottom-0db3 { text-align: center; }

.table_1c4f { margin-right: 0.5rem; }
.image-dynamic-e20a { margin-right: 1rem; }
.icon-light-6e43 { margin-top: 1rem; }
.form-lower-5baa { margin-top: 1.5rem; }
.badge_dynamic_e456 { margin-bottom: 1rem; }
.search_hovered_db71 { margin-bottom: 1.5rem; }
.slider_smooth_20f1 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.section-ff1d { margin-top: 1rem; margin-bottom: 1rem; }
.chip-c027 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.gradient_motion_8683 { max-width: 100%; height: auto; }

/* Links used in old footer */
.right-b674 { color: var(--text-primary); }
.active-8b30 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.wood_1e4e {
  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 */
.content-east-b787 { /* 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);
}

.content-east-b787:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.container_cde8 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.container_cde8:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.smooth_4416 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.module-over-52dd {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.module-over-52dd::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;
}

.gradient-hovered-d134 {
  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);
}

.gradient-hovered-d134 h1 {
  margin-bottom: var(--spacing-sm);
}

.gradient-hovered-d134 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.backdrop-18db {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.overlay_bright_0c3d {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.tooltip-6ea0 {
  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);
}

.brown_d355 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.preview-fcc8 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.preview-fcc8 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.component_action_5c3d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.shade-glass-cbec {
  padding-bottom: var(--spacing-2xl);
}

.over_fd8d {
  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;
}

.thumbnail_under_0e4b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.video_f3fe a {
  color: var(--primary-color);
}

.video_f3fe.fn-active-91a4 {
  color: var(--text-secondary);
}

.video_f3fe:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.notice-22ab {
  padding: var(--spacing-xl) 0;
}

.accent-silver-e441 {
  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);
}

.accent-silver-e441 h2 {
  margin-bottom: var(--spacing-sm);
}

.accent-silver-e441 p {
  color: var(--text-secondary);
}

.list_926e {
  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;
}

.list_926e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.list_926e h4 {
  margin-top: var(--spacing-sm);
}

.list_926e p {
  color: var(--text-secondary);
}

.thumbnail_47e4 {
  padding: var(--spacing-xl) 0;
}

.grid-copper-d1d7 {
  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_6376 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.summary_6376 a {
  color: var(--text-secondary);
}

.summary_6376 a:hover {
  color: var(--primary-color);
}

.dirty_5a52 {
  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);
}

.detail_complex_e1e7 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.dropdown_a6fa {
  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);
}

.dropdown_a6fa:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.popup_dbc8 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.widget_3b14 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: fa14 */
.phantom-card-m2 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
