/*
 * Inner pages adapter for index.primary_5414 design system (styles-new.motion-4855)
 * 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(.frame_18b0) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.gradient_advanced_5ff3.notification_advanced_533b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.smooth_7126 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.smooth_7126 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.lower_ba81 {
  flex: 0 0 100%;
  max-width: 100%;
}

.card-center-ed8f {
  flex: 0 0 100%;
  max-width: 100%;
}

.filter-huge-3f50 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .filter-huge-3f50 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .card-center-ed8f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.summary_9081 { display: flex; }
.top-f752 { justify-content: space-between; }
.block_ff12 { align-items: center; }
.notification_advanced_533b { text-align: center; }

.grid_advanced_12f1 { margin-right: 0.5rem; }
.left_f4d4 { margin-right: 1rem; }
.soft_6374 { margin-top: 1rem; }
.secondary-3f86 { margin-top: 1.5rem; }
.feature-simple-5aa8 { margin-bottom: 1rem; }
.popup_64b7 { margin-bottom: 1.5rem; }
.link_e1e8 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.paper-917f { margin-top: 1rem; margin-bottom: 1rem; }
.iron-401b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.element-6fc2 { max-width: 100%; height: auto; }

/* Links used in old footer */
.wrapper-wood-04e3 { color: var(--text-primary); }
.outline-0a7a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.cool-5ac8 {
  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-2284 { /* 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-2284:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.texture-large-a870 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.texture-large-a870:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.in_f91a {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.frame-pro-a942 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.frame-pro-a942::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;
}

.medium-43ba {
  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);
}

.medium-43ba h1 {
  margin-bottom: var(--spacing-sm);
}

.medium-43ba p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.aside-695d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tertiary_cfdd {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.background-2dc6 {
  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);
}

.accordion-d2c6 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.accordion_out_8d73 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.accordion_out_8d73 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.hover_brown_0a24 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.dropdown_warm_0e8f {
  padding-bottom: var(--spacing-2xl);
}

.mask-8bb2 {
  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;
}

.active_2fda {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.green-4d82 a {
  color: var(--primary-color);
}

.green-4d82.fn-active-fda3 {
  color: var(--text-secondary);
}

.green-4d82:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.card-6ebb {
  padding: var(--spacing-xl) 0;
}

.notification_2974 {
  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);
}

.notification_2974 h2 {
  margin-bottom: var(--spacing-sm);
}

.notification_2974 p {
  color: var(--text-secondary);
}

.solid-821b {
  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;
}

.solid-821b h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.solid-821b h4 {
  margin-top: var(--spacing-sm);
}

.solid-821b p {
  color: var(--text-secondary);
}

.overlay_9e85 {
  padding: var(--spacing-xl) 0;
}

.video_new_0788 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.hidden-2603 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden-2603 a {
  color: var(--text-secondary);
}

.hidden-2603 a:hover {
  color: var(--primary-color);
}

.selected_d0f7 {
  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);
}

.sidebar-east-3417 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.down-7eff {
  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);
}

.down-7eff:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.nav_34d3 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sort_action_ff5e { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 091e */
.widget-item-e5 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
