/*
 * Inner pages adapter for index.pattern_e776 design system (styles-new.next_2bf1)
 * 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(.soft_a3d3) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.gold-828a.fresh-03b8 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hidden_321b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hidden_321b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.tooltip-paper-4fcc {
  flex: 0 0 100%;
  max-width: 100%;
}

.shadow-pink-616f {
  flex: 0 0 100%;
  max-width: 100%;
}

.fluid-3087 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .fluid-3087 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .shadow-pink-616f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.item-b586 { display: flex; }
.rough_67a1 { justify-content: space-between; }
.avatar_4af0 { align-items: center; }
.fresh-03b8 { text-align: center; }

.tall_11e3 { margin-right: 0.5rem; }
.dropdown-6e19 { margin-right: 1rem; }
.up_aa4a { margin-top: 1rem; }
.pagination-a600 { margin-top: 1.5rem; }
.advanced-fa6e { margin-bottom: 1rem; }
.bronze-4a34 { margin-bottom: 1.5rem; }
.easy-829c { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.texture-light-94c8 { margin-top: 1rem; margin-bottom: 1rem; }
.detail_e522 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.info-thick-7904 { max-width: 100%; height: auto; }

/* Links used in old footer */
.simple_be60 { color: var(--text-primary); }
.header_5f42 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.footer_right_c899 {
  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 */
.menu-solid-8899 { /* 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);
}

.menu-solid-8899:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.bottom-de8d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.bottom-de8d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.card-green-65ec {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.search-warm-000e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.search-warm-000e::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;
}

.disabled-hot-b921 {
  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);
}

.disabled-hot-b921 h1 {
  margin-bottom: var(--spacing-sm);
}

.disabled-hot-b921 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.mask_dim_944d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.detail_fresh_36fc {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.lite_12db {
  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);
}

.stone_982b {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.description_cool_f328 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.description_cool_f328 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.black_3f49 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.focus_3550 {
  padding-bottom: var(--spacing-2xl);
}

.popup_warm_911f {
  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;
}

.out-9e75 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.current-cbc1 a {
  color: var(--primary-color);
}

.current-cbc1.fn-active-02cb {
  color: var(--text-secondary);
}

.current-cbc1:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.tertiary-de34 {
  padding: var(--spacing-xl) 0;
}

.tertiary_27fd {
  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);
}

.tertiary_27fd h2 {
  margin-bottom: var(--spacing-sm);
}

.tertiary_27fd p {
  color: var(--text-secondary);
}

.inner-cdbd {
  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;
}

.inner-cdbd h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.inner-cdbd h4 {
  margin-top: var(--spacing-sm);
}

.inner-cdbd p {
  color: var(--text-secondary);
}

.frame_4b1d {
  padding: var(--spacing-xl) 0;
}

.dirty-00ab {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.summary_e8f5 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.summary_e8f5 a {
  color: var(--text-secondary);
}

.summary_e8f5 a:hover {
  color: var(--primary-color);
}

.primary_8ded {
  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);
}

.tiny_28e2 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.search_d564 {
  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);
}

.search_d564:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.gradient_e9a7 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu-fresh-d68f { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3f23 */
.ghost-box-i5 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
