/*
 * Inner pages adapter for index.clean-5237 design system (styles-new.status-d69b)
 * 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(.row_static_c1f4) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.picture-cool-1076.backdrop_under_c682 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hero_2861 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hero_2861 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.widget_98ec {
  flex: 0 0 100%;
  max-width: 100%;
}

.link_6b44 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hero_b60c {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hero_b60c {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .link_6b44 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.highlight_south_494b { display: flex; }
.soft_5008 { justify-content: space-between; }
.tall_94e8 { align-items: center; }
.backdrop_under_c682 { text-align: center; }

.yellow_3a38 { margin-right: 0.5rem; }
.preview-6780 { margin-right: 1rem; }
.sort_rough_5aa3 { margin-top: 1rem; }
.blue_af9a { margin-top: 1.5rem; }
.search_afbb { margin-bottom: 1rem; }
.article_49f2 { margin-bottom: 1.5rem; }
.fast-1785 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.card_83a3 { margin-top: 1rem; margin-bottom: 1rem; }
.border_afcf { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.icon-fixed-da21 { max-width: 100%; height: auto; }

/* Links used in old footer */
.bronze_b310 { color: var(--text-primary); }
.texture_center_c4a5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.video-adb9 {
  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 */
.carousel_west_30fb { /* 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);
}

.carousel_west_30fb:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.border-ada4 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.border-ada4:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.rough-03e9 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.border-orange-e64d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.border-orange-e64d::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;
}

.old-0155 {
  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);
}

.old-0155 h1 {
  margin-bottom: var(--spacing-sm);
}

.old-0155 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.article_center_617c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.module-37a8 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.content-b63a {
  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);
}

.modal_orange_63f8 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.aside_slow_84de h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.aside_slow_84de p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.notice_4e5e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.last-1206 {
  padding-bottom: var(--spacing-2xl);
}

.box_1525 {
  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;
}

.last-93d1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.highlight-warm-fe7f a {
  color: var(--primary-color);
}

.highlight-warm-fe7f.fn-active-eb52 {
  color: var(--text-secondary);
}

.highlight-warm-fe7f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.image_lite_f178 {
  padding: var(--spacing-xl) 0;
}

.text-silver-397a {
  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);
}

.text-silver-397a h2 {
  margin-bottom: var(--spacing-sm);
}

.text-silver-397a p {
  color: var(--text-secondary);
}

.gas-cd91 {
  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;
}

.gas-cd91 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.gas-cd91 h4 {
  margin-top: var(--spacing-sm);
}

.gas-cd91 p {
  color: var(--text-secondary);
}

.tiny-7668 {
  padding: var(--spacing-xl) 0;
}

.outline-18f6 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.active-wood-650b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.active-wood-650b a {
  color: var(--text-secondary);
}

.active-wood-650b a:hover {
  color: var(--primary-color);
}

.brown-0061 {
  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);
}

.badge-3a6f {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.border_b627 {
  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);
}

.border_b627:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.avatar_bronze_1ce7 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.link_1f37 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a435 */
.widget-item-a4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
