/*
 * Inner pages adapter for index.content_c92c design system (styles-new.caption_8e5b)
 * 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(.shade_liquid_7430) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.icon_in_a388.shadow-7c7a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.disabled_paper_ae06 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.disabled_paper_ae06 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.mask-a324 {
  flex: 0 0 100%;
  max-width: 100%;
}

.aside-stale-b88a {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar_3499 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .sidebar_3499 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .aside-stale-b88a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.huge-2ea6 { display: flex; }
.main_out_9709 { justify-content: space-between; }
.element_4bf6 { align-items: center; }
.shadow-7c7a { text-align: center; }

.small_3136 { margin-right: 0.5rem; }
.row_active_0abd { margin-right: 1rem; }
.pro_2b90 { margin-top: 1rem; }
.selected_a15d { margin-top: 1.5rem; }
.photo_4c1b { margin-bottom: 1rem; }
.thick-ca5f { margin-bottom: 1.5rem; }
.detail-prev-2c1d { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.status-short-1761 { margin-top: 1rem; margin-bottom: 1rem; }
.bronze-37e3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.detail-f4cc { max-width: 100%; height: auto; }

/* Links used in old footer */
.mask-4c56 { color: var(--text-primary); }
.summary_dim_540d { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.layout-mini-a70d {
  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 */
.inner_75e9 { /* 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);
}

.inner_75e9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.tertiary-8b05 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.tertiary-8b05:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.north_75fc {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.under_2fd2 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.under_2fd2::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;
}

.smooth_b5cb {
  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);
}

.smooth_b5cb h1 {
  margin-bottom: var(--spacing-sm);
}

.smooth_b5cb p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.left-9fff {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.highlight_middle_0c9e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.shadow_37e6 {
  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);
}

.white-67cc {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.shade_bc70 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.shade_bc70 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.border_lite_fc0a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hovered-d66c {
  padding-bottom: var(--spacing-2xl);
}

.plasma_de5c {
  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;
}

.hidden-hovered-9321 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.pressed-7581 a {
  color: var(--primary-color);
}

.pressed-7581.fn-active-835c {
  color: var(--text-secondary);
}

.pressed-7581:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.carousel_c9d6 {
  padding: var(--spacing-xl) 0;
}

.card_f0a8 {
  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);
}

.card_f0a8 h2 {
  margin-bottom: var(--spacing-sm);
}

.card_f0a8 p {
  color: var(--text-secondary);
}

.notification_yellow_6f9e {
  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_yellow_6f9e h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.notification_yellow_6f9e h4 {
  margin-top: var(--spacing-sm);
}

.notification_yellow_6f9e p {
  color: var(--text-secondary);
}

.active-warm-1d04 {
  padding: var(--spacing-xl) 0;
}

.dim_e9b3 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.info_a22e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info_a22e a {
  color: var(--text-secondary);
}

.info_a22e a:hover {
  color: var(--primary-color);
}

.warm-76ee {
  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);
}

.basic_5dc0 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.info-f7f9 {
  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);
}

.info-f7f9:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.disabled-lite-b5bd { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sidebar_9456 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 0072 */
.widget-item-b4 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
