/*
 * Inner pages adapter for index.wrapper_3940 design system (styles-new.logo_88ba)
 * 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(.glass-03fe) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.notice-ab5e.container-paper-672a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.wrapper_pro_7fbd {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.wrapper_pro_7fbd > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.overlay_ab52 {
  flex: 0 0 100%;
  max-width: 100%;
}

.north-b21a {
  flex: 0 0 100%;
  max-width: 100%;
}

.component_5783 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .component_5783 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .north-b21a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.label_fluid_321f { display: flex; }
.smooth_20b3 { justify-content: space-between; }
.notification_dynamic_04b2 { align-items: center; }
.container-paper-672a { text-align: center; }

.pattern-2a1e { margin-right: 0.5rem; }
.wood_2de4 { margin-right: 1rem; }
.notice_cool_cc8b { margin-top: 1rem; }
.cool_2cd8 { margin-top: 1.5rem; }
.popup-in-728d { margin-bottom: 1rem; }
.feature-green-85c1 { margin-bottom: 1.5rem; }
.section_e24e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.out-9698 { margin-top: 1rem; margin-bottom: 1rem; }
.mini-235c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.disabled_static_67a4 { max-width: 100%; height: auto; }

/* Links used in old footer */
.column_396a { color: var(--text-primary); }
.article-warm-b83d { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.notice_3ede {
  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 */
.hero_cfd7 { /* 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);
}

.hero_cfd7:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.mask_37d1 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.mask_37d1:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.active-d6cc {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.border-gold-3c99 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.border-gold-3c99::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;
}

.tall-9226 {
  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);
}

.tall-9226 h1 {
  margin-bottom: var(--spacing-sm);
}

.tall-9226 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.east_0f50 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.message-gold-396e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.dropdown-42c4 {
  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);
}

.detail_green_b1a2 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.cool_eb75 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.cool_eb75 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.pagination-pink-3362 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.middle_682c {
  padding-bottom: var(--spacing-2xl);
}

.huge-0222 {
  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;
}

.hover-f74f {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.upper_f3fa a {
  color: var(--primary-color);
}

.upper_f3fa.fn-active-4fce {
  color: var(--text-secondary);
}

.upper_f3fa:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.out_0077 {
  padding: var(--spacing-xl) 0;
}

.block-93c6 {
  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-93c6 h2 {
  margin-bottom: var(--spacing-sm);
}

.block-93c6 p {
  color: var(--text-secondary);
}

.image-bottom-1001 {
  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;
}

.image-bottom-1001 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.image-bottom-1001 h4 {
  margin-top: var(--spacing-sm);
}

.image-bottom-1001 p {
  color: var(--text-secondary);
}

.wide_11bd {
  padding: var(--spacing-xl) 0;
}

.preview_east_55fe {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.texture_pink_e371 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.texture_pink_e371 a {
  color: var(--text-secondary);
}

.texture_pink_e371 a:hover {
  color: var(--primary-color);
}

.highlight_copper_7d0d {
  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);
}

.element_c196 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.item_f78c {
  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);
}

.item_f78c:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.photo_pink_a57c { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tabs_down_07a7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 1f92 */
.promo-block-o8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
