/*
 * Inner pages adapter for index.feature-orange-01aa design system (styles-new.paper-0a68)
 * 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(.modal-eac8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.orange_67a3.outline_lite_525f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.alert_dirty_c6c4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.alert_dirty_c6c4 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.image-fluid-0ff2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.message-2411 {
  flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumb-354f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .breadcrumb-354f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .message-2411 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.backdrop_clean_b39b { display: flex; }
.photo-tall-7e19 { justify-content: space-between; }
.text_bright_bee0 { align-items: center; }
.outline_lite_525f { text-align: center; }

.huge_cd83 { margin-right: 0.5rem; }
.last_fdd2 { margin-right: 1rem; }
.cold_6c93 { margin-top: 1rem; }
.soft_b959 { margin-top: 1.5rem; }
.tooltip_e239 { margin-bottom: 1rem; }
.icon_f3b5 { margin-bottom: 1.5rem; }
.white-f3fc { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.avatar-light-4ab4 { margin-top: 1rem; margin-bottom: 1rem; }
.prev-e596 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.button-f735 { max-width: 100%; height: auto; }

/* Links used in old footer */
.complex-6d6c { color: var(--text-primary); }
.sort-stale-38d5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.tall-6a7c {
  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 */
.hard_e842 { /* 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);
}

.hard_e842:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.fluid_3df7 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.fluid_3df7:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.progress_64f7 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.tall_c916 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.tall_c916::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;
}

.current_ae7e {
  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);
}

.current_ae7e h1 {
  margin-bottom: var(--spacing-sm);
}

.current_ae7e p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.wide-3181 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.preview_brown_7bb9 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.pagination-upper-f87f {
  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);
}

.thumbnail-in-6f46 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.message-next-99c8 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.message-next-99c8 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.fixed-56a8 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.feature_bb57 {
  padding-bottom: var(--spacing-2xl);
}

.medium-9200 {
  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;
}

.icon-e264 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.gallery_aa9d a {
  color: var(--primary-color);
}

.gallery_aa9d.fn-active-438a {
  color: var(--text-secondary);
}

.gallery_aa9d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.soft-656f {
  padding: var(--spacing-xl) 0;
}

.title-out-1341 {
  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);
}

.title-out-1341 h2 {
  margin-bottom: var(--spacing-sm);
}

.title-out-1341 p {
  color: var(--text-secondary);
}

.menu-9cf2 {
  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;
}

.menu-9cf2 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.menu-9cf2 h4 {
  margin-top: var(--spacing-sm);
}

.menu-9cf2 p {
  color: var(--text-secondary);
}

.slider-left-07d5 {
  padding: var(--spacing-xl) 0;
}

.modal-brown-8aea {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.border_0e38 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border_0e38 a {
  color: var(--text-secondary);
}

.border_0e38 a:hover {
  color: var(--primary-color);
}

.focused_5789 {
  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);
}

.filter-08c9 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.media-145b {
  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);
}

.media-145b:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.border-50a9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.content_9632 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 51b0 */
.phantom-card-c6 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
