/*
 * Inner pages adapter for index.main-east-c7d7 design system (styles-new.feature_down_0156)
 * 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(.static_7684) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.background_pink_745b.texture-cd8d {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hover_71d7 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hover_71d7 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.background-df82 {
  flex: 0 0 100%;
  max-width: 100%;
}

.disabled-9883 {
  flex: 0 0 100%;
  max-width: 100%;
}

.easy_b2e8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .easy_b2e8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .disabled-9883 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.detail_e2b7 { display: flex; }
.stone_a16b { justify-content: space-between; }
.info_1dc5 { align-items: center; }
.texture-cd8d { text-align: center; }

.warm_ff3c { margin-right: 0.5rem; }
.pagination-fbf8 { margin-right: 1rem; }
.sidebar_plasma_ddb3 { margin-top: 1rem; }
.list-3403 { margin-top: 1.5rem; }
.alert-dim-e5e0 { margin-bottom: 1rem; }
.accent-easy-a4b7 { margin-bottom: 1.5rem; }
.grid-tall-6cea { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.bottom-1866 { margin-top: 1rem; margin-bottom: 1rem; }
.label-silver-9b87 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.carousel-25bc { max-width: 100%; height: auto; }

/* Links used in old footer */
.hero-advanced-0508 { color: var(--text-primary); }
.form_e6e8 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.dynamic_173c {
  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 */
.medium_d4ae { /* 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);
}

.medium_d4ae:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.down-5d8d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.down-5d8d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.tiny_8e56 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.chip_7f7e {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.chip_7f7e::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;
}

.badge_8e16 {
  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);
}

.badge_8e16 h1 {
  margin-bottom: var(--spacing-sm);
}

.badge_8e16 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.hard_8eda {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tabs-ecf8 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.header_green_edfc {
  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);
}

.content-c6b0 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.soft_daeb h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.soft_daeb p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.gallery-1b3e img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.short-bd21 {
  padding-bottom: var(--spacing-2xl);
}

.notice_mini_8bda {
  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;
}

.hot_aac2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.carousel_old_34e1 a {
  color: var(--primary-color);
}

.carousel_old_34e1.fn-active-6448 {
  color: var(--text-secondary);
}

.carousel_old_34e1:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.progress_bright_46e8 {
  padding: var(--spacing-xl) 0;
}

.block_rough_43a2 {
  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);
}

.block_rough_43a2 h2 {
  margin-bottom: var(--spacing-sm);
}

.block_rough_43a2 p {
  color: var(--text-secondary);
}

.frame-white-84f6 {
  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;
}

.frame-white-84f6 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.frame-white-84f6 h4 {
  margin-top: var(--spacing-sm);
}

.frame-white-84f6 p {
  color: var(--text-secondary);
}

.hard_f4fd {
  padding: var(--spacing-xl) 0;
}

.logo-medium-5239 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.silver-a4e4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.silver-a4e4 a {
  color: var(--text-secondary);
}

.silver-a4e4 a:hover {
  color: var(--primary-color);
}

.tag_top_41ab {
  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);
}

.disabled-26ff {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.accent_b97d {
  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);
}

.accent_b97d:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.slow-e8a6 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.overlay-north-233a { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 8647 */
.phantom-card-p7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
