/*
 * Inner pages adapter for index.thumbnail-fixed-2fc9 design system (styles-new.popup-a172)
 * 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(.hero-active-1c6f) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.paper_638d.yellow_5f9c {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.alert-copper-ecbb {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.alert-copper-ecbb > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.accent_411b {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_b88b {
  flex: 0 0 100%;
  max-width: 100%;
}

.heading_c409 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .heading_c409 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .disabled_b88b {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.footer-b740 { display: flex; }
.filter_0262 { justify-content: space-between; }
.hot-5155 { align-items: center; }
.yellow_5f9c { text-align: center; }

.accordion-a1c8 { margin-right: 0.5rem; }
.component-0cbc { margin-right: 1rem; }
.focused_813b { margin-top: 1rem; }
.link_east_0d69 { margin-top: 1.5rem; }
.text-warm-f45c { margin-bottom: 1rem; }
.texture_859f { margin-bottom: 1.5rem; }
.column-tiny-8d81 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.out-2945 { margin-top: 1rem; margin-bottom: 1rem; }
.smooth-16a4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.filter_red_73dc { max-width: 100%; height: auto; }

/* Links used in old footer */
.carousel_53f9 { color: var(--text-primary); }
.static_64f5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.hard_42af {
  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 */
.logo-e5ce { /* 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);
}

.logo-e5ce:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.badge_9ebf {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.badge_9ebf:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.sort_f26d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.yellow_0140 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.yellow_0140::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;
}

.header-0e9f {
  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);
}

.header-0e9f h1 {
  margin-bottom: var(--spacing-sm);
}

.header-0e9f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.accordion_d19b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.search-paper-a4fa {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.input-smooth-4383 {
  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);
}

.fast-ca84 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.message_edca h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.message_edca p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.media_left_7728 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.article-d8f9 {
  padding-bottom: var(--spacing-2xl);
}

.description_top_b16c {
  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;
}

.article-da9d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.caption_31ea a {
  color: var(--primary-color);
}

.caption_31ea.fn-active-628e {
  color: var(--text-secondary);
}

.caption_31ea:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.menu-motion-15da {
  padding: var(--spacing-xl) 0;
}

.column_e6ee {
  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);
}

.column_e6ee h2 {
  margin-bottom: var(--spacing-sm);
}

.column_e6ee p {
  color: var(--text-secondary);
}

.section_motion_7515 {
  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;
}

.section_motion_7515 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.section_motion_7515 h4 {
  margin-top: var(--spacing-sm);
}

.section_motion_7515 p {
  color: var(--text-secondary);
}

.hard-e473 {
  padding: var(--spacing-xl) 0;
}

.hero-de21 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.accordion-fff5 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion-fff5 a {
  color: var(--text-secondary);
}

.accordion-fff5 a:hover {
  color: var(--primary-color);
}

.banner-b5e0 {
  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);
}

.message_550c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.up_e570 {
  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);
}

.up_e570:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.media_e267 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.advanced_3289 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: d584 */
.promo-block-b6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
