/*
 * Inner pages adapter for index.main-brown-bc01 design system (styles-new.rough-f7dd)
 * 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(.under_b9c7) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.gold-3292.lite_3444 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.upper_a865 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.upper_a865 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.progress-narrow-07c5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.center_34c5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.list_large_7fb2 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .list_large_7fb2 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .center_34c5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.chip_plasma_5a56 { display: flex; }
.notice-bronze-cd05 { justify-content: space-between; }
.tertiary-e31e { align-items: center; }
.lite_3444 { text-align: center; }

.wrapper-163a { margin-right: 0.5rem; }
.pagination-6bb6 { margin-right: 1rem; }
.button_orange_1fc2 { margin-top: 1rem; }
.badge_copper_761f { margin-top: 1.5rem; }
.upper-9d8b { margin-bottom: 1rem; }
.info-liquid-00a2 { margin-bottom: 1.5rem; }
.notification_00de { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.motion-d6e9 { margin-top: 1rem; margin-bottom: 1rem; }
.hovered-a945 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.picture-solid-698f { max-width: 100%; height: auto; }

/* Links used in old footer */
.glass_418f { color: var(--text-primary); }
.nav_a0c8 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.clean-2e84 {
  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 */
.motion_4c3a { /* 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);
}

.motion_4c3a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.panel_9619 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.panel_9619:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.pattern_260d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.element_out_092d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.element_out_092d::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-2daa {
  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-2daa h1 {
  margin-bottom: var(--spacing-sm);
}

.status-2daa p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.wrapper_7b7d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.full_efb3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.title-white-35c8 {
  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);
}

.tabs-silver-a167 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.description_09ae h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.description_09ae p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.first-e8f4 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.secondary-in-3d20 {
  padding-bottom: var(--spacing-2xl);
}

.main_70d4 {
  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;
}

.module-liquid-a759 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.button-next-7a8c a {
  color: var(--primary-color);
}

.button-next-7a8c.fn-active-5f24 {
  color: var(--text-secondary);
}

.button-next-7a8c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.sidebar_0c1d {
  padding: var(--spacing-xl) 0;
}

.prev-2bc1 {
  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);
}

.prev-2bc1 h2 {
  margin-bottom: var(--spacing-sm);
}

.prev-2bc1 p {
  color: var(--text-secondary);
}

.label-81c7 {
  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-81c7 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.label-81c7 h4 {
  margin-top: var(--spacing-sm);
}

.label-81c7 p {
  color: var(--text-secondary);
}

.current-3798 {
  padding: var(--spacing-xl) 0;
}

.liquid_46ba {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.photo-pink-8cc3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.photo-pink-8cc3 a {
  color: var(--text-secondary);
}

.photo-pink-8cc3 a:hover {
  color: var(--primary-color);
}

.label-old-fb37 {
  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);
}

.basic_20a8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.active_liquid_0377 {
  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);
}

.active_liquid_0377:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.highlight_steel_a05c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.item_30ed { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 8892 */
.widget-item-k2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
