/*
 * Inner pages adapter for index.texture-hard-7f7d design system (styles-new.center-862a)
 * 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(.block_steel_e37a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.east_10f6.chip-0053 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.center_7cf0 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.center_7cf0 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.top_02c8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.gold-a898 {
  flex: 0 0 100%;
  max-width: 100%;
}

.logo_f886 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .logo_f886 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .gold-a898 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.container_f58b { display: flex; }
.banner-2d94 { justify-content: space-between; }
.popup-9ee6 { align-items: center; }
.chip-0053 { text-align: center; }

.text_dark_4fa7 { margin-right: 0.5rem; }
.disabled-75e0 { margin-right: 1rem; }
.simple_5510 { margin-top: 1rem; }
.pressed_e5a7 { margin-top: 1.5rem; }
.iron-67df { margin-bottom: 1rem; }
.selected-19e7 { margin-bottom: 1.5rem; }
.header_5ca8 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.status-current-d1b2 { margin-top: 1rem; margin-bottom: 1rem; }
.card-copper-006f { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.row-aecb { max-width: 100%; height: auto; }

/* Links used in old footer */
.input-hot-af2f { color: var(--text-primary); }
.primary-d40a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.soft-09e7 {
  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 */
.form_next_a885 { /* 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);
}

.form_next_a885:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.pattern-d790 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.pattern-d790:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.glass_befb {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.content_27db {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.content_27db::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;
}

.component-solid-5566 {
  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);
}

.component-solid-5566 h1 {
  margin-bottom: var(--spacing-sm);
}

.component-solid-5566 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.south_809b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.item_easy_03af {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.feature-827d {
  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);
}

.popup-af3b {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.iron_b558 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.iron_b558 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.article_c5de img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.card_56e5 {
  padding-bottom: var(--spacing-2xl);
}

.texture-gold-90cd {
  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;
}

.motion_6c75 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.progress-5599 a {
  color: var(--primary-color);
}

.progress-5599.fn-active-0eac {
  color: var(--text-secondary);
}

.progress-5599:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.shade_clean_44e7 {
  padding: var(--spacing-xl) 0;
}

.summary-4ae9 {
  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);
}

.summary-4ae9 h2 {
  margin-bottom: var(--spacing-sm);
}

.summary-4ae9 p {
  color: var(--text-secondary);
}

.texture_6cbe {
  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;
}

.texture_6cbe h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.texture_6cbe h4 {
  margin-top: var(--spacing-sm);
}

.texture_6cbe p {
  color: var(--text-secondary);
}

.full_6900 {
  padding: var(--spacing-xl) 0;
}

.card-advanced-aac6 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.popup_8174 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.popup_8174 a {
  color: var(--text-secondary);
}

.popup_8174 a:hover {
  color: var(--primary-color);
}

.primary-b798 {
  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);
}

.container_out_8e86 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.badge_f265 {
  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);
}

.badge_f265:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.liquid_c808 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.slider-full-ef29 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6bb5 */
.phantom-card-q2 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
