/*
 * Inner pages adapter for index.short-9fcc design system (styles-new.short-19e0)
 * 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(.main-small-76e3) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.under-1d1a.stale_b9fa {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.table_wood_5839 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.table_wood_5839 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.video-7f3e {
  flex: 0 0 100%;
  max-width: 100%;
}

.primary_center_86e3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.description_advanced_a12e {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .description_advanced_a12e {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .primary_center_86e3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.last-47ad { display: flex; }
.tooltip_f098 { justify-content: space-between; }
.chip_8624 { align-items: center; }
.stale_b9fa { text-align: center; }

.aside_old_1057 { margin-right: 0.5rem; }
.solid_0c14 { margin-right: 1rem; }
.frame_motion_56ce { margin-top: 1rem; }
.alert-cc12 { margin-top: 1.5rem; }
.paragraph_ba9b { margin-bottom: 1rem; }
.modal-current-dc1f { margin-bottom: 1.5rem; }
.narrow-1bdb { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.main_f97b { margin-top: 1rem; margin-bottom: 1rem; }
.hover_5197 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.orange-c68d { max-width: 100%; height: auto; }

/* Links used in old footer */
.fresh_801e { color: var(--text-primary); }
.full-aafa { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.container-orange-86ca {
  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 */
.picture-f5a1 { /* 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);
}

.picture-f5a1:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.chip-d0da {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.chip-d0da:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tag-0d36 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.notification_0530 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.notification_0530::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;
}

.paragraph_e090 {
  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);
}

.paragraph_e090 h1 {
  margin-bottom: var(--spacing-sm);
}

.paragraph_e090 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.layout-e911 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.warm-8c95 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.tertiary_gold_9c1e {
  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);
}

.input_green_1079 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.dirty_4631 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.dirty_4631 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.fresh_5166 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.slider-eafb {
  padding-bottom: var(--spacing-2xl);
}

.photo_north_a853 {
  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;
}

.under-8909 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.background_141f a {
  color: var(--primary-color);
}

.background_141f.fn-active-1989 {
  color: var(--text-secondary);
}

.background_141f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.grid_outer_2eba {
  padding: var(--spacing-xl) 0;
}

.rough-4452 {
  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);
}

.rough-4452 h2 {
  margin-bottom: var(--spacing-sm);
}

.rough-4452 p {
  color: var(--text-secondary);
}

.hover-simple-a8f1 {
  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;
}

.hover-simple-a8f1 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hover-simple-a8f1 h4 {
  margin-top: var(--spacing-sm);
}

.hover-simple-a8f1 p {
  color: var(--text-secondary);
}

.pagination-dim-1f98 {
  padding: var(--spacing-xl) 0;
}

.search-a297 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.green_9522 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.green_9522 a {
  color: var(--text-secondary);
}

.green_9522 a:hover {
  color: var(--primary-color);
}

.focused-b3ff {
  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);
}

.input_8f13 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.gradient_ae26 {
  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);
}

.gradient_ae26:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.shade-hovered-cb84 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.card-9ba1 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: f2f2 */
.widget-item-a1 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
