/*
 * Inner pages adapter for index.surface_bottom_067b design system (styles-new.border_8363)
 * 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(.feature_first_70f9) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.notice-5270.left-1e44 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.gradient_yellow_5b78 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.gradient_yellow_5b78 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hero_fluid_7377 {
  flex: 0 0 100%;
  max-width: 100%;
}

.solid_1165 {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu_bright_704f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .menu_bright_704f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .solid_1165 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.fixed-14da { display: flex; }
.mini_1d2e { justify-content: space-between; }
.row_e4c3 { align-items: center; }
.left-1e44 { text-align: center; }

.feature-next-d8a0 { margin-right: 0.5rem; }
.breadcrumb-plasma-c58f { margin-right: 1rem; }
.thick-7b6b { margin-top: 1rem; }
.hovered-389d { margin-top: 1.5rem; }
.component-3f00 { margin-bottom: 1rem; }
.large_f386 { margin-bottom: 1.5rem; }
.backdrop_focused_03e1 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.background-f35f { margin-top: 1rem; margin-bottom: 1rem; }
.column-9fca { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.light_0c1f { max-width: 100%; height: auto; }

/* Links used in old footer */
.stone-35e3 { color: var(--text-primary); }
.pagination-85b5 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.shade_f530 {
  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 */
.mini-b05b { /* 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);
}

.mini-b05b:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.status-47a9 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.status-47a9:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.dynamic_e796 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.yellow_f19d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.yellow_f19d::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;
}

.current_9427 {
  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);
}

.current_9427 h1 {
  margin-bottom: var(--spacing-sm);
}

.current_9427 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.tabs_b2d9 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.pagination_iron_e37b {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.section_027a {
  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);
}

.glass-2a45 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.component-solid-c43f h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.component-solid-c43f p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.modal_in_37c7 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.picture-warm-efee {
  padding-bottom: var(--spacing-2xl);
}

.background-be2e {
  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;
}

.action_542c {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.active-d02d a {
  color: var(--primary-color);
}

.active-d02d.fn-active-7454 {
  color: var(--text-secondary);
}

.active-d02d:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.shade-inner-4495 {
  padding: var(--spacing-xl) 0;
}

.chip_1e5b {
  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);
}

.chip_1e5b h2 {
  margin-bottom: var(--spacing-sm);
}

.chip_1e5b p {
  color: var(--text-secondary);
}

.focus_west_30eb {
  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;
}

.focus_west_30eb h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.focus_west_30eb h4 {
  margin-top: var(--spacing-sm);
}

.focus_west_30eb p {
  color: var(--text-secondary);
}

.sidebar_33b3 {
  padding: var(--spacing-xl) 0;
}

.out_80cc {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.wide-31d2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wide-31d2 a {
  color: var(--text-secondary);
}

.wide-31d2 a:hover {
  color: var(--primary-color);
}

.notice_dim_4296 {
  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);
}

.gold_b2cf {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.avatar-9a7d {
  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);
}

.avatar-9a7d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.aside_ddcb { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.surface-green-8602 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: f602 */
.widget-item-z0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
