/*
 * Inner pages adapter for index.glass_0fa7 design system (styles-new.hard-6345)
 * 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(.orange-fd78) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.outline-right-53e4.description-brown-6bd6 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.steel_b165 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.steel_b165 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hidden-cold-2bb6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-684c {
  flex: 0 0 100%;
  max-width: 100%;
}

.gold_98ab {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gold_98ab {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .text-684c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.focused_444f { display: flex; }
.bright_2f99 { justify-content: space-between; }
.primary_6c53 { align-items: center; }
.description-brown-6bd6 { text-align: center; }

.fixed-c100 { margin-right: 0.5rem; }
.aside-fast-904d { margin-right: 1rem; }
.stale-25e8 { margin-top: 1rem; }
.light-c727 { margin-top: 1.5rem; }
.preview-6687 { margin-bottom: 1rem; }
.basic_fa26 { margin-bottom: 1.5rem; }
.primary-bbde { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.thumbnail-7a11 { margin-top: 1rem; margin-bottom: 1rem; }
.notice_hot_a91c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.tabs-black-713c { max-width: 100%; height: auto; }

/* Links used in old footer */
.thumbnail-first-1841 { color: var(--text-primary); }
.disabled_f8b3 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.main_55b5 {
  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 */
.caption-top-6fc7 { /* 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);
}

.caption-top-6fc7:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.dropdown_3a9d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.dropdown_3a9d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.header-bronze-433b {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.search_stale_855f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.search_stale_855f::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;
}

.container-bea0 {
  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);
}

.container-bea0 h1 {
  margin-bottom: var(--spacing-sm);
}

.container-bea0 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.accent_c069 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hero-silver-7d72 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.grid-simple-3fa9 {
  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-2584 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.item-lite-f8f1 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.item-lite-f8f1 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.iron_9644 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.border-d079 {
  padding-bottom: var(--spacing-2xl);
}

.rough_088c {
  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;
}

.advanced_abb0 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.right_3f47 a {
  color: var(--primary-color);
}

.right_3f47.fn-active-d961 {
  color: var(--text-secondary);
}

.right_3f47:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.mini-b4a8 {
  padding: var(--spacing-xl) 0;
}

.alert_light_8ee0 {
  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);
}

.alert_light_8ee0 h2 {
  margin-bottom: var(--spacing-sm);
}

.alert_light_8ee0 p {
  color: var(--text-secondary);
}

.text_dim_2457 {
  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;
}

.text_dim_2457 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.text_dim_2457 h4 {
  margin-top: var(--spacing-sm);
}

.text_dim_2457 p {
  color: var(--text-secondary);
}

.black_4a3c {
  padding: var(--spacing-xl) 0;
}

.pro-089b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.primary-a69c {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-a69c a {
  color: var(--text-secondary);
}

.primary-a69c a:hover {
  color: var(--primary-color);
}

.carousel-0fe2 {
  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);
}

.nav_b336 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.shadow-f910 {
  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);
}

.shadow-f910:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.panel_9f37 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.blue_780f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: bc6e */
.promo-block-k0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
