/*
 * Inner pages adapter for index.solid-d52a design system (styles-new.simple_29b7)
 * 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(.shade-fresh-04c1) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.rough-58f3.hidden-yellow-0433 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.module_564e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.module_564e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.row_e8fc {
  flex: 0 0 100%;
  max-width: 100%;
}

.simple_e0cf {
  flex: 0 0 100%;
  max-width: 100%;
}

.hidden_outer_cb0f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .hidden_outer_cb0f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .simple_e0cf {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.logo-c8d8 { display: flex; }
.thumbnail-black-56cf { justify-content: space-between; }
.aside_dcaa { align-items: center; }
.hidden-yellow-0433 { text-align: center; }

.highlight-cacd { margin-right: 0.5rem; }
.center_c3f8 { margin-right: 1rem; }
.hidden_cool_0299 { margin-top: 1rem; }
.shadow_stale_6ad2 { margin-top: 1.5rem; }
.link_a8a3 { margin-bottom: 1rem; }
.easy-236f { margin-bottom: 1.5rem; }
.east-10e2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.aside-dark-b3d5 { margin-top: 1rem; margin-bottom: 1rem; }
.hard-b19b { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.block-short-151d { max-width: 100%; height: auto; }

/* Links used in old footer */
.nav-cb21 { color: var(--text-primary); }
.soft_3bf0 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.icon_pro_1ac7 {
  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 */
.detail_ec8c { /* 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);
}

.detail_ec8c:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.huge_9e6d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.huge_9e6d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.nav-paper-09a3 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.menu_pink_581c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.menu_pink_581c::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;
}

.tertiary-5085 {
  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-5085 h1 {
  margin-bottom: var(--spacing-sm);
}

.tertiary-5085 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.current-d85e {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.disabled-action-ce93 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.texture-full-005f {
  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);
}

.fresh-3813 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.fluid-ed97 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.fluid-ed97 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.green_3703 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.frame-9039 {
  padding-bottom: var(--spacing-2xl);
}

.black_7574 {
  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;
}

.photo_df01 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.text-simple-e46a a {
  color: var(--primary-color);
}

.text-simple-e46a.fn-active-5572 {
  color: var(--text-secondary);
}

.text-simple-e46a:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.last-7065 {
  padding: var(--spacing-xl) 0;
}

.feature_1b1b {
  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);
}

.feature_1b1b h2 {
  margin-bottom: var(--spacing-sm);
}

.feature_1b1b p {
  color: var(--text-secondary);
}

.bottom_8115 {
  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;
}

.bottom_8115 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.bottom_8115 h4 {
  margin-top: var(--spacing-sm);
}

.bottom_8115 p {
  color: var(--text-secondary);
}

.prev-0410 {
  padding: var(--spacing-xl) 0;
}

.feature_6b26 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.component_gas_ef32 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.component_gas_ef32 a {
  color: var(--text-secondary);
}

.component_gas_ef32 a:hover {
  color: var(--primary-color);
}

.search_e583 {
  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);
}

.stone-744a {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.iron_27e2 {
  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);
}

.iron_27e2:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.action-4bf3 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tag_dynamic_e446 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: cb17 */
.promo-block-h1 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
