/*
 * Inner pages adapter for index.feature_wide_1b2f design system (styles-new.card-61b2)
 * 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(.heading-hot-55bb) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.image-static-90fa.black-529e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.description-hovered-4d02 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.description-hovered-4d02 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.white-8042 {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu-5d5c {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled_wide_a800 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .disabled_wide_a800 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .menu-5d5c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.down_4e52 { display: flex; }
.focus-brown-b001 { justify-content: space-between; }
.dirty_498c { align-items: center; }
.black-529e { text-align: center; }

.surface_370e { margin-right: 0.5rem; }
.hidden-stone-89b4 { margin-right: 1rem; }
.thumbnail-inner-8d8a { margin-top: 1rem; }
.list_99f2 { margin-top: 1.5rem; }
.liquid_79cd { margin-bottom: 1rem; }
.steel_41f8 { margin-bottom: 1.5rem; }
.short_ef67 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.avatar-502f { margin-top: 1rem; margin-bottom: 1rem; }
.search-d769 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.plasma-6288 { max-width: 100%; height: auto; }

/* Links used in old footer */
.element_8d1f { color: var(--text-primary); }
.motion-5b01 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.breadcrumb-45bd {
  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 */
.in-13b2 { /* 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);
}

.in-13b2:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.nav_219c {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.nav_219c:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.detail_0674 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.hot-054e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.hot-054e::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;
}

.highlight_e0fc {
  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);
}

.highlight_e0fc h1 {
  margin-bottom: var(--spacing-sm);
}

.highlight_e0fc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.surface-47f3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.bright-1906 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.grid-bbe6 {
  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);
}

.menu-d384 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.highlight-4b8e h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.highlight-4b8e p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.full-e40a img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.warm_2f6f {
  padding-bottom: var(--spacing-2xl);
}

.accent-fast-2df9 {
  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;
}

.form-d750 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.red-4e52 a {
  color: var(--primary-color);
}

.red-4e52.fn-active-def3 {
  color: var(--text-secondary);
}

.red-4e52:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.text-4a13 {
  padding: var(--spacing-xl) 0;
}

.status-paper-be92 {
  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);
}

.status-paper-be92 h2 {
  margin-bottom: var(--spacing-sm);
}

.status-paper-be92 p {
  color: var(--text-secondary);
}

.label_f1c6 {
  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;
}

.label_f1c6 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.label_f1c6 h4 {
  margin-top: var(--spacing-sm);
}

.label_f1c6 p {
  color: var(--text-secondary);
}

.column_44a5 {
  padding: var(--spacing-xl) 0;
}

.aside_e255 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.picture-5aca {
  list-style: none;
  margin: 0;
  padding: 0;
}

.picture-5aca a {
  color: var(--text-secondary);
}

.picture-5aca a:hover {
  color: var(--primary-color);
}

.pressed_1ed4 {
  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);
}

.secondary-purple-4943 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.cool-cd58 {
  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);
}

.cool-cd58:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.notification_iron_9678 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.large_156b { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: dc2a */
.widget-item-q0 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
