/*
 * Inner pages adapter for index.orange_7dfd design system (styles-new.item-huge-0cfe)
 * 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(.banner-current-4209) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.photo-lower-24d9.yellow-7997 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.popup-45f4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.popup-45f4 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tabs_e990 {
  flex: 0 0 100%;
  max-width: 100%;
}

.upper_73b8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.badge_outer_90f3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .badge_outer_90f3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .upper_73b8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.out_241b { display: flex; }
.shadow_bright_64de { justify-content: space-between; }
.main-d386 { align-items: center; }
.yellow-7997 { text-align: center; }

.message-white-7ad6 { margin-right: 0.5rem; }
.image_1037 { margin-right: 1rem; }
.fluid-7b24 { margin-top: 1rem; }
.container_b34a { margin-top: 1.5rem; }
.avatar_first_154d { margin-bottom: 1rem; }
.right_b8e6 { margin-bottom: 1.5rem; }
.text_basic_4ea6 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.advanced_5ef7 { margin-top: 1rem; margin-bottom: 1rem; }
.progress-270c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.backdrop-smooth-9fca { max-width: 100%; height: auto; }

/* Links used in old footer */
.description-f5e4 { color: var(--text-primary); }
.description_356e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hot-8211 {
  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 */
.label_cb28 { /* 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);
}

.label_cb28:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.content-bottom-6878 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.content-bottom-6878:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.hover_9df8 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.panel-a58c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.panel-a58c::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;
}

.status-9c53 {
  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);
}

.status-9c53 h1 {
  margin-bottom: var(--spacing-sm);
}

.status-9c53 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.hero-hovered-87be {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.caption_0c18 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.chip_5902 {
  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);
}

.status_91ac {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.hard-345d h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.hard-345d p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.basic-27f6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.main_dim_f108 {
  padding-bottom: var(--spacing-2xl);
}

.thumbnail_61cd {
  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;
}

.shadow_937a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.tabs-d27d a {
  color: var(--primary-color);
}

.tabs-d27d.fn-active-8cac {
  color: var(--text-secondary);
}

.tabs-d27d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.fluid-4d75 {
  padding: var(--spacing-xl) 0;
}

.background-35e4 {
  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);
}

.background-35e4 h2 {
  margin-bottom: var(--spacing-sm);
}

.background-35e4 p {
  color: var(--text-secondary);
}

.next_3771 {
  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;
}

.next_3771 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.next_3771 h4 {
  margin-top: var(--spacing-sm);
}

.next_3771 p {
  color: var(--text-secondary);
}

.info-717e {
  padding: var(--spacing-xl) 0;
}

.slider-first-df33 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.row_fixed_9604 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.row_fixed_9604 a {
  color: var(--text-secondary);
}

.row_fixed_9604 a:hover {
  color: var(--primary-color);
}

.photo-white-2e5d {
  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);
}

.prev-b15d {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.sidebar_out_7996 {
  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);
}

.sidebar_out_7996:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.header_basic_e4e6 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.complex_6be2 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1744 */
.widget-item-n5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
