/*
 * Inner pages adapter for index.search_soft_0704 design system (styles-new.image-medium-ab29)
 * 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-black-d635) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.info_basic_b815.heading-tall-3f9a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.mask_purple_652e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mask_purple_652e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.cold_65b5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.header-cf50 {
  flex: 0 0 100%;
  max-width: 100%;
}

.slider-ccdd {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .slider-ccdd {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .header-cf50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline-bright-9254 { display: flex; }
.tertiary-left-6818 { justify-content: space-between; }
.container-action-9805 { align-items: center; }
.heading-tall-3f9a { text-align: center; }

.light-b83f { margin-right: 0.5rem; }
.hero-rough-b00a { margin-right: 1rem; }
.image_22bc { margin-top: 1rem; }
.frame_69e0 { margin-top: 1.5rem; }
.purple_26aa { margin-bottom: 1rem; }
.dropdown_action_6a09 { margin-bottom: 1.5rem; }
.dropdown_mini_a32c { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.accent-4d8a { margin-top: 1rem; margin-bottom: 1rem; }
.feature_hard_142b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.static_507b { max-width: 100%; height: auto; }

/* Links used in old footer */
.text_tall_3a4f { color: var(--text-primary); }
.aside_old_5184 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.left-89cc {
  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 */
.popup_b690 { /* 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);
}

.popup_b690:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.white-5d56 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.white-5d56:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tag-42c3 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.frame-d91b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.frame-d91b::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;
}

.pagination-99f2 {
  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);
}

.pagination-99f2 h1 {
  margin-bottom: var(--spacing-sm);
}

.pagination-99f2 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.tag_98bb {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.nav-prev-119c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.clean-e09b {
  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);
}

.outline-north-9dbf {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.module-fixed-b195 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.module-fixed-b195 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.orange_3eb6 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.item-7058 {
  padding-bottom: var(--spacing-2xl);
}

.sidebar-f6cb {
  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;
}

.widget_a99d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.copper-793f a {
  color: var(--primary-color);
}

.copper-793f.fn-active-7530 {
  color: var(--text-secondary);
}

.copper-793f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.black-7ab3 {
  padding: var(--spacing-xl) 0;
}

.gradient_6c70 {
  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);
}

.gradient_6c70 h2 {
  margin-bottom: var(--spacing-sm);
}

.gradient_6c70 p {
  color: var(--text-secondary);
}

.wrapper-d257 {
  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;
}

.wrapper-d257 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.wrapper-d257 h4 {
  margin-top: var(--spacing-sm);
}

.wrapper-d257 p {
  color: var(--text-secondary);
}

.breadcrumb_c7ce {
  padding: var(--spacing-xl) 0;
}

.item-lower-c0bc {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.disabled_yellow_e597 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.disabled_yellow_e597 a {
  color: var(--text-secondary);
}

.disabled_yellow_e597 a:hover {
  color: var(--primary-color);
}

.icon_94bf {
  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);
}

.title-red-4865 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.paper_c071 {
  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);
}

.paper_c071:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.tertiary-thick-704c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.article-e08c { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 87c6 */
.promo-block-l4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
