/*
 * Inner pages adapter for index.alert_hovered_a476 design system (styles-new.wrapper_d003)
 * 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(.red-94be) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.tiny_e565.cold-e204 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.gold_746f {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.gold_746f > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.item-17f0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tertiary-ddd1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tertiary-7e03 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .tertiary-7e03 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tertiary-ddd1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.widget_3ecf { display: flex; }
.focus-basic-b861 { justify-content: space-between; }
.row_tiny_e382 { align-items: center; }
.cold-e204 { text-align: center; }

.yellow-d1f7 { margin-right: 0.5rem; }
.content_214e { margin-right: 1rem; }
.layout-lite-1511 { margin-top: 1rem; }
.left-e025 { margin-top: 1.5rem; }
.container-34af { margin-bottom: 1rem; }
.surface-3dc1 { margin-bottom: 1.5rem; }
.accent_black_3442 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.paragraph-9aab { margin-top: 1rem; margin-bottom: 1rem; }
.thick_bc4e { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.picture_gold_3691 { max-width: 100%; height: auto; }

/* Links used in old footer */
.active-a9e9 { color: var(--text-primary); }
.content-d804 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.narrow-66db {
  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 */
.layout_67b8 { /* 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);
}

.layout_67b8:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.action-e7cb {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.action-e7cb:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.filter-9f62 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.column-457b {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.column-457b::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;
}

.mask-c31b {
  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);
}

.mask-c31b h1 {
  margin-bottom: var(--spacing-sm);
}

.mask-c31b p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.solid-0035 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.avatar_8dd4 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.image-orange-5967 {
  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);
}

.accent_4e0c {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.middle-f1bf h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.middle-f1bf p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.wood-779d img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.tag_outer_bdb0 {
  padding-bottom: var(--spacing-2xl);
}

.button-steel-6c76 {
  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;
}

.tooltip-cool-e5d3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.paragraph_light_3fc9 a {
  color: var(--primary-color);
}

.paragraph_light_3fc9.fn-active-78eb {
  color: var(--text-secondary);
}

.paragraph_light_3fc9:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.badge-purple-fcc9 {
  padding: var(--spacing-xl) 0;
}

.caption-6f99 {
  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);
}

.caption-6f99 h2 {
  margin-bottom: var(--spacing-sm);
}

.caption-6f99 p {
  color: var(--text-secondary);
}

.texture_right_a313 {
  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;
}

.texture_right_a313 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.texture_right_a313 h4 {
  margin-top: var(--spacing-sm);
}

.texture_right_a313 p {
  color: var(--text-secondary);
}

.out_775e {
  padding: var(--spacing-xl) 0;
}

.table_solid_fc66 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.tag-ec17 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag-ec17 a {
  color: var(--text-secondary);
}

.tag-ec17 a:hover {
  color: var(--primary-color);
}

.preview-yellow-8471 {
  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);
}

.dropdown_75fa {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.middle_8b21 {
  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);
}

.middle_8b21:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.label_solid_6832 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.card_west_ce07 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: a961 */
.shadow-element-j6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
