/*
 * Inner pages adapter for index.short-2951 design system (styles-new.orange-b411)
 * 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(.tabs_light_3c4e) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.notification_9ac3.summary-dark-0464 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.notification-a4ef {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.notification-a4ef > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.background_a4e3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.selected_5afa {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_tiny_a4df {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .disabled_tiny_a4df {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .selected_5afa {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.top_5689 { display: flex; }
.title-static-e769 { justify-content: space-between; }
.video-6823 { align-items: center; }
.summary-dark-0464 { text-align: center; }

.wide_d430 { margin-right: 0.5rem; }
.bronze_d4d1 { margin-right: 1rem; }
.block-8af8 { margin-top: 1rem; }
.picture_last_72a0 { margin-top: 1.5rem; }
.card-inner-77e2 { margin-bottom: 1rem; }
.media_7b86 { margin-bottom: 1.5rem; }
.glass-2c76 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.panel-tiny-0ffa { margin-top: 1rem; margin-bottom: 1rem; }
.shade_5149 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.panel_186a { max-width: 100%; height: auto; }

/* Links used in old footer */
.outline_hovered_76bd { color: var(--text-primary); }
.overlay-d12b { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.red-23ee {
  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 */
.header_bca6 { /* 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);
}

.header_bca6:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.aside-bronze-93e4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.aside-bronze-93e4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tiny-b397 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.action-8fab {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.action-8fab::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;
}

.table-pressed-856f {
  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);
}

.table-pressed-856f h1 {
  margin-bottom: var(--spacing-sm);
}

.table-pressed-856f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.gallery_gas_fe26 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.easy_25b3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.full_4775 {
  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);
}

.header_first_c46c {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.slider_brown_7f5e h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.slider_brown_7f5e p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.basic-8971 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.button-lower-0f57 {
  padding-bottom: var(--spacing-2xl);
}

.hover-bright-1f48 {
  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;
}

.card_ea51 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.black-91ed a {
  color: var(--primary-color);
}

.black-91ed.fn-active-eba2 {
  color: var(--text-secondary);
}

.black-91ed:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.logo_iron_f5e7 {
  padding: var(--spacing-xl) 0;
}

.tag_e024 {
  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);
}

.tag_e024 h2 {
  margin-bottom: var(--spacing-sm);
}

.tag_e024 p {
  color: var(--text-secondary);
}

.highlight_4f66 {
  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;
}

.highlight_4f66 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.highlight_4f66 h4 {
  margin-top: var(--spacing-sm);
}

.highlight_4f66 p {
  color: var(--text-secondary);
}

.accent_c570 {
  padding: var(--spacing-xl) 0;
}

.modal_440d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.light-257b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.light-257b a {
  color: var(--text-secondary);
}

.light-257b a:hover {
  color: var(--primary-color);
}

.border-south-31bd {
  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);
}

.complex_e50a {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.pattern-tall-cdd1 {
  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);
}

.pattern-tall-cdd1:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.popup-7e38 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.down-196c { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e6f0 */
.shadow-element-q5 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
