/*
 * Inner pages adapter for index.info_right_b8ea design system (styles-new.lower-2e0d)
 * 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(.nav_bae1) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.progress_plasma_813d.content_pressed_620f {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.focused_f25c {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focused_f25c > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.current_014f {
  flex: 0 0 100%;
  max-width: 100%;
}

.avatar_motion_c81f {
  flex: 0 0 100%;
  max-width: 100%;
}

.clean_d062 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .clean_d062 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .avatar_motion_c81f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.label-gas-f472 { display: flex; }
.center_9a35 { justify-content: space-between; }
.text-fast-4d08 { align-items: center; }
.content_pressed_620f { text-align: center; }

.container-inner-685f { margin-right: 0.5rem; }
.current-f591 { margin-right: 1rem; }
.slow-1344 { margin-top: 1rem; }
.full-f9c0 { margin-top: 1.5rem; }
.frame-99dc { margin-bottom: 1rem; }
.tabs_copper_34d9 { margin-bottom: 1.5rem; }
.motion_6f42 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.silver_2b91 { margin-top: 1rem; margin-bottom: 1rem; }
.column-4138 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.next_af6e { max-width: 100%; height: auto; }

/* Links used in old footer */
.stone-5099 { color: var(--text-primary); }
.huge_77c1 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.item-iron-c242 {
  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 */
.rough_cd20 { /* 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);
}

.rough_cd20:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.copper-2599 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.copper-2599:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.summary-5221 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.iron_801f {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.iron_801f::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;
}

.left_0c6f {
  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);
}

.left_0c6f h1 {
  margin-bottom: var(--spacing-sm);
}

.left_0c6f p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.section_080b {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.yellow-8776 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.tabs_d1c3 {
  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);
}

.simple-a382 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.action-0580 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.action-0580 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.container_lower_be37 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.summary-ad8b {
  padding-bottom: var(--spacing-2xl);
}

.backdrop_silver_3fcf {
  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;
}

.message-7f36 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.content_motion_025f a {
  color: var(--primary-color);
}

.content_motion_025f.fn-active-9d8e {
  color: var(--text-secondary);
}

.content_motion_025f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.brown-94fb {
  padding: var(--spacing-xl) 0;
}

.nav-67c2 {
  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);
}

.nav-67c2 h2 {
  margin-bottom: var(--spacing-sm);
}

.nav-67c2 p {
  color: var(--text-secondary);
}

.avatar_silver_43a9 {
  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;
}

.avatar_silver_43a9 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.avatar_silver_43a9 h4 {
  margin-top: var(--spacing-sm);
}

.avatar_silver_43a9 p {
  color: var(--text-secondary);
}

.label-f92a {
  padding: var(--spacing-xl) 0;
}

.pink_784b {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.secondary-9cc8 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-9cc8 a {
  color: var(--text-secondary);
}

.secondary-9cc8 a:hover {
  color: var(--primary-color);
}

.content-e0f8 {
  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);
}

.slider_c4d2 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.focus-2008 {
  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);
}

.focus-2008:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.short-5849 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.logo-9a3a { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 6e23 */
.promo-block-x6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
