/*
 * Inner pages adapter for index.tall-4b35 design system (styles-new.text-new-ba8b)
 * 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(.complex_54fd) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.mask_active_475a.list-pink-774d {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.huge_3f10 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.huge_3f10 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.disabled_fast_7c5f {
  flex: 0 0 100%;
  max-width: 100%;
}

.thumbnail_dirty_d4a4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pressed_a5e7 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .pressed_a5e7 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .thumbnail_dirty_d4a4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.status_7fc9 { display: flex; }
.avatar-wood-af04 { justify-content: space-between; }
.feature_f319 { align-items: center; }
.list-pink-774d { text-align: center; }

.hard_b068 { margin-right: 0.5rem; }
.frame-70bc { margin-right: 1rem; }
.heading-e933 { margin-top: 1rem; }
.footer-a78e { margin-top: 1.5rem; }
.overlay-hot-362d { margin-bottom: 1rem; }
.cool-9f86 { margin-bottom: 1.5rem; }
.gallery_9e33 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.chip_bf0e { margin-top: 1rem; margin-bottom: 1rem; }
.hovered-06e5 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.stone_2cb1 { max-width: 100%; height: auto; }

/* Links used in old footer */
.warm_8032 { color: var(--text-primary); }
.tag_7f55 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hover_96bb {
  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 */
.table_531d { /* 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);
}

.table_531d:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.alert-da8c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.alert-da8c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.mask-b347 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.notification_simple_19c8 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.notification_simple_19c8::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;
}

.block-3ff6 {
  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);
}

.block-3ff6 h1 {
  margin-bottom: var(--spacing-sm);
}

.block-3ff6 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.gas-0607 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.menu-8ee2 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.pressed-b908 {
  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);
}

.wide-8914 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.cool-7c5f h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.cool-7c5f p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.shadow-a411 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.slow-e380 {
  padding-bottom: var(--spacing-2xl);
}

.thumbnail_action_31bd {
  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;
}

.complex-b29f {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.selected-453a a {
  color: var(--primary-color);
}

.selected-453a.fn-active-82b6 {
  color: var(--text-secondary);
}

.selected-453a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.hover_2891 {
  padding: var(--spacing-xl) 0;
}

.box-static-211c {
  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);
}

.box-static-211c h2 {
  margin-bottom: var(--spacing-sm);
}

.box-static-211c p {
  color: var(--text-secondary);
}

.hot_9e46 {
  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;
}

.hot_9e46 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.hot_9e46 h4 {
  margin-top: var(--spacing-sm);
}

.hot_9e46 p {
  color: var(--text-secondary);
}

.border-steel-808d {
  padding: var(--spacing-xl) 0;
}

.description_6398 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.basic-defc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.basic-defc a {
  color: var(--text-secondary);
}

.basic-defc a:hover {
  color: var(--primary-color);
}

.status-warm-b396 {
  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);
}

.description_south_ebfd {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.filter_right_d8ee {
  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);
}

.filter_right_d8ee:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.button-up-6a09 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.element_4df3 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: ff38 */
.ghost-box-h6 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
