/*
 * Inner pages adapter for index.fixed-e642 design system (styles-new.form-607e)
 * 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(.info_417d) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.primary_right_cfd5.image_paper_8015 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.blue-0a1a {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.blue-0a1a > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.surface_dim_567f {
  flex: 0 0 100%;
  max-width: 100%;
}

.filter_0e88 {
  flex: 0 0 100%;
  max-width: 100%;
}

.basic-9b45 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .basic-9b45 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .filter_0e88 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.huge-a0c0 { display: flex; }
.title_3293 { justify-content: space-between; }
.list-narrow-6412 { align-items: center; }
.image_paper_8015 { text-align: center; }

.easy_9313 { margin-right: 0.5rem; }
.old_9bb4 { margin-right: 1rem; }
.article_mini_8113 { margin-top: 1rem; }
.message-8c3e { margin-top: 1.5rem; }
.icon_8855 { margin-bottom: 1rem; }
.item_d57c { margin-bottom: 1.5rem; }
.sort_a14a { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.up-a539 { margin-top: 1rem; margin-bottom: 1rem; }
.focus-tall-215a { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.gallery_hot_ba14 { max-width: 100%; height: auto; }

/* Links used in old footer */
.link_1763 { color: var(--text-primary); }
.notification_62af { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.wide_9cca {
  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 */
.nav-3ca7 { /* 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);
}

.nav-3ca7:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.module-thick-4246 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.module-thick-4246:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.form_plasma_9eea {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.card_209d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.card_209d::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;
}

.summary_caca {
  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_caca h1 {
  margin-bottom: var(--spacing-sm);
}

.summary_caca p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.panel-a160 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.header-left-2df6 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.full_a0d8 {
  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);
}

.content-02c5 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.avatar_glass_0614 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.avatar_glass_0614 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.title-94a4 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.list-1dd7 {
  padding-bottom: var(--spacing-2xl);
}

.gradient_hard_a950 {
  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;
}

.secondary-a429 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.accent-lower-858d a {
  color: var(--primary-color);
}

.accent-lower-858d.fn-active-90c7 {
  color: var(--text-secondary);
}

.accent-lower-858d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.nav_large_ff92 {
  padding: var(--spacing-xl) 0;
}

.paragraph-prev-9fae {
  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);
}

.paragraph-prev-9fae h2 {
  margin-bottom: var(--spacing-sm);
}

.paragraph-prev-9fae p {
  color: var(--text-secondary);
}

.dynamic-9bb2 {
  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;
}

.dynamic-9bb2 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.dynamic-9bb2 h4 {
  margin-top: var(--spacing-sm);
}

.dynamic-9bb2 p {
  color: var(--text-secondary);
}

.pattern-fluid-ed17 {
  padding: var(--spacing-xl) 0;
}

.slow_bb38 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.motion_b2d0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.motion_b2d0 a {
  color: var(--text-secondary);
}

.motion_b2d0 a:hover {
  color: var(--primary-color);
}

.sidebar-ce89 {
  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);
}

.aside-short-6575 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.paper-f6b7 {
  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);
}

.paper-f6b7:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.middle-9e30 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.disabled-6d40 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: f079 */
.shadow-element-u1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
