/*
 * Inner pages adapter for index.box-pressed-01f6 design system (styles-new.light-6ec3)
 * 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(.texture_2d98) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.cool_59c2.warm-859b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.paragraph-3fdf {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.paragraph-3fdf > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.module_d512 {
  flex: 0 0 100%;
  max-width: 100%;
}

.label-7748 {
  flex: 0 0 100%;
  max-width: 100%;
}

.silver_1266 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .silver_1266 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .label-7748 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.static_034c { display: flex; }
.element_medium_c3aa { justify-content: space-between; }
.pagination-large-6b7e { align-items: center; }
.warm-859b { text-align: center; }

.text_west_bd30 { margin-right: 0.5rem; }
.pattern-fb9e { margin-right: 1rem; }
.frame-3ad2 { margin-top: 1rem; }
.tabs_motion_f07c { margin-top: 1.5rem; }
.hidden-narrow-146c { margin-bottom: 1rem; }
.stale-88f6 { margin-bottom: 1.5rem; }
.modal_0106 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.north-cb0f { margin-top: 1rem; margin-bottom: 1rem; }
.grid-prev-ffd0 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.widget_dynamic_2ecf { max-width: 100%; height: auto; }

/* Links used in old footer */
.active_f269 { color: var(--text-primary); }
.thick-13ea { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.frame_6059 {
  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 */
.paragraph-basic-2835 { /* 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);
}

.paragraph-basic-2835:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.link-top-7bcd {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.link-top-7bcd:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.button-under-0005 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.first-2562 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.first-2562::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;
}

.stone-2288 {
  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);
}

.stone-2288 h1 {
  margin-bottom: var(--spacing-sm);
}

.stone-2288 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.hovered_6b40 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.heading_1b9b {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.prev_af83 {
  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);
}

.lower_6df0 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.black_f9b0 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.black_f9b0 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.soft_aea8 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.popup_warm_9bbf {
  padding-bottom: var(--spacing-2xl);
}

.mask-a019 {
  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;
}

.outline-easy-59d6 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.footer_hard_d120 a {
  color: var(--primary-color);
}

.footer_hard_d120.fn-active-2755 {
  color: var(--text-secondary);
}

.footer_hard_d120:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.logo_warm_46eb {
  padding: var(--spacing-xl) 0;
}

.active_04ed {
  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);
}

.active_04ed h2 {
  margin-bottom: var(--spacing-sm);
}

.active_04ed p {
  color: var(--text-secondary);
}

.backdrop_a689 {
  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;
}

.backdrop_a689 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.backdrop_a689 h4 {
  margin-top: var(--spacing-sm);
}

.backdrop_a689 p {
  color: var(--text-secondary);
}

.container_left_22ee {
  padding: var(--spacing-xl) 0;
}

.heading_922c {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.hard_b858 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hard_b858 a {
  color: var(--text-secondary);
}

.hard_b858 a:hover {
  color: var(--primary-color);
}

.aside-blue-4b08 {
  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);
}

.stone-28fb {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.glass-393e {
  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);
}

.glass-393e:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.mask-red-9bec { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.detail-ca14 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: fef0 */
.widget-item-e4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
