/*
 * Inner pages adapter for index.avatar-east-3480 design system (styles-new.block-01b8)
 * 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-d98e) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.text_tall_889b.link-lower-c59a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.overlay-full-2969 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.overlay-full-2969 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.footer-huge-26c0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.preview-hovered-ab3e {
  flex: 0 0 100%;
  max-width: 100%;
}

.nav_cc65 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .nav_cc65 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .preview-hovered-ab3e {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.thick_b09a { display: flex; }
.shadow_0d10 { justify-content: space-between; }
.footer_165b { align-items: center; }
.link-lower-c59a { text-align: center; }

.table_cool_7686 { margin-right: 0.5rem; }
.image_inner_d198 { margin-right: 1rem; }
.progress_white_1036 { margin-top: 1rem; }
.main-c548 { margin-top: 1.5rem; }
.summary_47a7 { margin-bottom: 1rem; }
.up-92e9 { margin-bottom: 1.5rem; }
.header_b589 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.sort-rough-01fa { margin-top: 1rem; margin-bottom: 1rem; }
.card_8002 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.title_east_8c1e { max-width: 100%; height: auto; }

/* Links used in old footer */
.content_f56d { color: var(--text-primary); }
.container-red-4534 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.tooltip_inner_c93a {
  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 */
.fluid-be02 { /* 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);
}

.fluid-be02:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.highlight_a24e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.highlight_a24e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.media-lower-28e0 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.label_aaf2 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.label_aaf2::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;
}

.status_bac6 {
  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_bac6 h1 {
  margin-bottom: var(--spacing-sm);
}

.status_bac6 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.large_a1a8 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.text-ea21 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.title_pro_ab31 {
  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);
}

.sort-78af {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.sort_down_40cc h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.sort_down_40cc p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.bronze_dfc3 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.block-dirty-0730 {
  padding-bottom: var(--spacing-2xl);
}

.list-32e0 {
  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;
}

.gradient-6be2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.footer_fc59 a {
  color: var(--primary-color);
}

.footer_fc59.fn-active-40d0 {
  color: var(--text-secondary);
}

.footer_fc59:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.overlay-d291 {
  padding: var(--spacing-xl) 0;
}

.cool-a587 {
  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);
}

.cool-a587 h2 {
  margin-bottom: var(--spacing-sm);
}

.cool-a587 p {
  color: var(--text-secondary);
}

.panel_e137 {
  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;
}

.panel_e137 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.panel_e137 h4 {
  margin-top: var(--spacing-sm);
}

.panel_e137 p {
  color: var(--text-secondary);
}

.sort_a58d {
  padding: var(--spacing-xl) 0;
}

.filter-orange-d5cc {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.list-next-58ef {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-next-58ef a {
  color: var(--text-secondary);
}

.list-next-58ef a:hover {
  color: var(--primary-color);
}

.form_tiny_b368 {
  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);
}

.modal-a3b8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.wide-85ed {
  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);
}

.wide-85ed:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.bright-2d50 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.image-cool-9198 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3c6b */
.phantom-card-h6 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
