/*
 * Inner pages adapter for index.alert_8ea7 design system (styles-new.form_fixed_bf73)
 * 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(.middle_72dc) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.stale-226c.header_a3c6 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.notification-tall-bdcb {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.notification-tall-bdcb > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.shade_51df {
  flex: 0 0 100%;
  max-width: 100%;
}

.tall-5a07 {
  flex: 0 0 100%;
  max-width: 100%;
}

.box-hard-6a8e {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .box-hard-6a8e {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .tall-5a07 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.badge_huge_3048 { display: flex; }
.block_bb10 { justify-content: space-between; }
.tabs-short-9b22 { align-items: center; }
.header_a3c6 { text-align: center; }

.hard_ebd3 { margin-right: 0.5rem; }
.middle_1d7e { margin-right: 1rem; }
.active-75a8 { margin-top: 1rem; }
.dirty_1bac { margin-top: 1.5rem; }
.narrow-5f58 { margin-bottom: 1rem; }
.last-0cf5 { margin-bottom: 1.5rem; }
.action-1c26 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.article-orange-958d { margin-top: 1rem; margin-bottom: 1rem; }
.aside-purple-6be7 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.white-e3f0 { max-width: 100%; height: auto; }

/* Links used in old footer */
.summary_fluid_b0e4 { color: var(--text-primary); }
.thumbnail_c3cc { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.paragraph-246a {
  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 */
.pink-e0b3 { /* 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);
}

.pink-e0b3:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.form_stale_1624 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.form_stale_1624:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.thumbnail-thick-ebd0 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.light_38bd {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.light_38bd::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;
}

.old_7ccc {
  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);
}

.old_7ccc h1 {
  margin-bottom: var(--spacing-sm);
}

.old_7ccc p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.box_5c8c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.hovered_4982 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.dynamic-d7f5 {
  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);
}

.active_f5f9 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.thumbnail-up-3123 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.thumbnail-up-3123 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.basic_5d12 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.card_0fa1 {
  padding-bottom: var(--spacing-2xl);
}

.breadcrumb_bright_5064 {
  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;
}

.nav_d19e {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.label-hard-7cda a {
  color: var(--primary-color);
}

.label-hard-7cda.fn-active-693c {
  color: var(--text-secondary);
}

.label-hard-7cda:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.light-c44d {
  padding: var(--spacing-xl) 0;
}

.plasma-6206 {
  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);
}

.plasma-6206 h2 {
  margin-bottom: var(--spacing-sm);
}

.plasma-6206 p {
  color: var(--text-secondary);
}

.new_d116 {
  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;
}

.new_d116 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.new_d116 h4 {
  margin-top: var(--spacing-sm);
}

.new_d116 p {
  color: var(--text-secondary);
}

.cold-9957 {
  padding: var(--spacing-xl) 0;
}

.outline-cold-f7cc {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.fluid-c197 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fluid-c197 a {
  color: var(--text-secondary);
}

.fluid-c197 a:hover {
  color: var(--primary-color);
}

.heading-lower-3491 {
  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);
}

.lite_45c6 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.pink_6b7d {
  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);
}

.pink_6b7d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.simple-27f8 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fast-8fe7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 48e3 */
.phantom-card-a5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
