/*
 * Inner pages adapter for index.widget-135a design system (styles-new.image-d681)
 * 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(.hidden_steel_fb78) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.alert_dynamic_2099.link-west-eceb {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.preview_4a6b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.preview_4a6b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.summary_action_2903 {
  flex: 0 0 100%;
  max-width: 100%;
}

.badge_next_51b7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.article_tiny_eca4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .article_tiny_eca4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .badge_next_51b7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.avatar_d713 { display: flex; }
.smooth_1140 { justify-content: space-between; }
.content_8caa { align-items: center; }
.link-west-eceb { text-align: center; }

.wrapper_d482 { margin-right: 0.5rem; }
.texture_cc8d { margin-right: 1rem; }
.breadcrumb_2a14 { margin-top: 1rem; }
.paragraph-cool-0f10 { margin-top: 1.5rem; }
.highlight-7fdb { margin-bottom: 1rem; }
.filter_first_e05f { margin-bottom: 1.5rem; }
.accent_soft_735f { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.outline_hard_d1f6 { margin-top: 1rem; margin-bottom: 1rem; }
.search_active_2754 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.focus_north_4bb4 { max-width: 100%; height: auto; }

/* Links used in old footer */
.image_2ce0 { color: var(--text-primary); }
.gold-92a5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.list_bright_3aad {
  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 */
.under-259e { /* 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);
}

.under-259e:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.disabled_824f {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.disabled_824f:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.thumbnail-4622 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.component_e812 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.component_e812::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;
}

.west-0b3e {
  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);
}

.west-0b3e h1 {
  margin-bottom: var(--spacing-sm);
}

.west-0b3e p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.layout_narrow_9711 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tooltip_basic_0b67 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.background-46b9 {
  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);
}

.right_6fee {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.focus_active_2482 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.focus_active_2482 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.footer_steel_c9c8 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hero-dim-25a0 {
  padding-bottom: var(--spacing-2xl);
}

.pro_a8b2 {
  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;
}

.picture-5416 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.pagination-fdec a {
  color: var(--primary-color);
}

.pagination-fdec.fn-active-891d {
  color: var(--text-secondary);
}

.pagination-fdec:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.notification_tall_55ab {
  padding: var(--spacing-xl) 0;
}

.nav-3a7c {
  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);
}

.nav-3a7c h2 {
  margin-bottom: var(--spacing-sm);
}

.nav-3a7c p {
  color: var(--text-secondary);
}

.notification_1702 {
  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;
}

.notification_1702 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.notification_1702 h4 {
  margin-top: var(--spacing-sm);
}

.notification_1702 p {
  color: var(--text-secondary);
}

.south_26af {
  padding: var(--spacing-xl) 0;
}

.search-59c2 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.current-ee75 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.current-ee75 a {
  color: var(--text-secondary);
}

.current-ee75 a:hover {
  color: var(--primary-color);
}

.focus_liquid_d036 {
  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);
}

.container_stone_5901 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.hero_49eb {
  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);
}

.hero_49eb:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.basic-3f81 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.overlay_acc7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 7b86 */
.promo-block-g9 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
