/*
 * Inner pages adapter for index.hard-c84a design system (styles-new.picture_smooth_7806)
 * 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(.alert-b537) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.fluid_3fb6.current-61da {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.next-7c25 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.next-7c25 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.card-bottom-b714 {
  flex: 0 0 100%;
  max-width: 100%;
}

.active_f95d {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar_paper_61ee {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .sidebar_paper_61ee {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .active_f95d {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.frame_old_c56f { display: flex; }
.simple-3812 { justify-content: space-between; }
.paragraph-active-bccd { align-items: center; }
.current-61da { text-align: center; }

.surface_paper_a483 { margin-right: 0.5rem; }
.short_fa53 { margin-right: 1rem; }
.action_f414 { margin-top: 1rem; }
.input-30f9 { margin-top: 1.5rem; }
.section-red-2fe7 { margin-bottom: 1rem; }
.hero_1ae7 { margin-bottom: 1.5rem; }
.card_b606 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.input_3361 { margin-top: 1rem; margin-bottom: 1rem; }
.inner-b02d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.carousel-d2f3 { max-width: 100%; height: auto; }

/* Links used in old footer */
.article_fixed_ea46 { color: var(--text-primary); }
.pro-8da9 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hover-3110 {
  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 */
.notice-red-4985 { /* 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);
}

.notice-red-4985:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.simple_9ce2 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.simple_9ce2:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.heading_dcd4 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.media-next-a9c8 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.media-next-a9c8::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;
}

.lower-2485 {
  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);
}

.lower-2485 h1 {
  margin-bottom: var(--spacing-sm);
}

.lower-2485 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.shade_right_b360 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.dropdown-9274 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.secondary-2112 {
  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);
}

.breadcrumb_lite_94e4 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.detail-7ae6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.detail-7ae6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.grid_medium_16ae img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.liquid-268d {
  padding-bottom: var(--spacing-2xl);
}

.icon-ae9b {
  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;
}

.medium-3417 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.hero_075d a {
  color: var(--primary-color);
}

.hero_075d.fn-active-388e {
  color: var(--text-secondary);
}

.hero_075d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.menu_middle_f753 {
  padding: var(--spacing-xl) 0;
}

.block-upper-d154 {
  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);
}

.block-upper-d154 h2 {
  margin-bottom: var(--spacing-sm);
}

.block-upper-d154 p {
  color: var(--text-secondary);
}

.widget_f029 {
  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;
}

.widget_f029 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.widget_f029 h4 {
  margin-top: var(--spacing-sm);
}

.widget_f029 p {
  color: var(--text-secondary);
}

.steel-f397 {
  padding: var(--spacing-xl) 0;
}

.sort-solid-39ee {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.in-4727 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.in-4727 a {
  color: var(--text-secondary);
}

.in-4727 a:hover {
  color: var(--primary-color);
}

.primary-easy-2532 {
  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);
}

.summary_medium_4a24 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.widget_5534 {
  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);
}

.widget_5534:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.upper-1342 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.surface-dynamic-afd9 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: f6fc */
.ghost-box-i2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
