/*
 * Inner pages adapter for index.image_action_b78c design system (styles-new.accent-thick-f47a)
 * 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(.focus_2b84) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.hover_west_1dfe.focus-1896 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.lower_7843 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.lower_7843 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.gallery-easy-e3de {
  flex: 0 0 100%;
  max-width: 100%;
}

.button-3cbe {
  flex: 0 0 100%;
  max-width: 100%;
}

.picture-7f46 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .picture-7f46 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .button-3cbe {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline-2fce { display: flex; }
.notification_short_7a5b { justify-content: space-between; }
.section_next_db27 { align-items: center; }
.focus-1896 { text-align: center; }

.pink-ccde { margin-right: 0.5rem; }
.hidden_bdd8 { margin-right: 1rem; }
.dynamic-3921 { margin-top: 1rem; }
.outline-steel-37b0 { margin-top: 1.5rem; }
.tabs_in_3b68 { margin-bottom: 1rem; }
.accent-ac16 { margin-bottom: 1.5rem; }
.card_motion_d92b { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.mini_ef64 { margin-top: 1rem; margin-bottom: 1rem; }
.banner_fast_fc3c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.fast_7c47 { max-width: 100%; height: auto; }

/* Links used in old footer */
.thick-777d { color: var(--text-primary); }
.slider_orange_d6dc { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.mini-2f14 {
  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 */
.white_c47a { /* 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);
}

.white_c47a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.complex_dbeb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.complex_dbeb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.advanced-2c07 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.description-f5c1 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.description-f5c1::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;
}

.background-8637 {
  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-8637 h1 {
  margin-bottom: var(--spacing-sm);
}

.background-8637 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.solid-7d08 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.form_e4e7 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.bottom-2a39 {
  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);
}

.over-f260 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.gas-4d0b h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.gas-4d0b p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.picture-dim-c111 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.surface-c230 {
  padding-bottom: var(--spacing-2xl);
}

.out-dc7f {
  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;
}

.modal-a376 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.yellow_8f41 a {
  color: var(--primary-color);
}

.yellow_8f41.fn-active-81d4 {
  color: var(--text-secondary);
}

.yellow_8f41:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.disabled-cool-a550 {
  padding: var(--spacing-xl) 0;
}

.selected_bb19 {
  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);
}

.selected_bb19 h2 {
  margin-bottom: var(--spacing-sm);
}

.selected_bb19 p {
  color: var(--text-secondary);
}

.last_2b86 {
  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;
}

.last_2b86 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.last_2b86 h4 {
  margin-top: var(--spacing-sm);
}

.last_2b86 p {
  color: var(--text-secondary);
}

.menu-8503 {
  padding: var(--spacing-xl) 0;
}

.aside_5eea {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.grid-a299 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-a299 a {
  color: var(--text-secondary);
}

.grid-a299 a:hover {
  color: var(--primary-color);
}

.pagination-224d {
  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);
}

.row_3269 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.status_black_8d9c {
  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);
}

.status_black_8d9c:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.bright_7586 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.table-57a4 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: c26d */
.widget-item-g6 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
