/*
 * Inner pages adapter for index.east_6e0e design system (styles-new.gradient_1f3f)
 * 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(.notice_bronze_3149) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.accordion-full-9570.thumbnail-dd87 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.current_076b {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.current_076b > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.active_dynamic_02bb {
  flex: 0 0 100%;
  max-width: 100%;
}

.box-1f1a {
  flex: 0 0 100%;
  max-width: 100%;
}

.fresh_3ee6 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .fresh_3ee6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .box-1f1a {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dim-4001 { display: flex; }
.shadow_fd51 { justify-content: space-between; }
.wide-b659 { align-items: center; }
.thumbnail-dd87 { text-align: center; }

.soft-90fb { margin-right: 0.5rem; }
.solid-43b4 { margin-right: 1rem; }
.hero_fdea { margin-top: 1rem; }
.border_e866 { margin-top: 1.5rem; }
.gallery-8040 { margin-bottom: 1rem; }
.layout-f4b0 { margin-bottom: 1.5rem; }
.thumbnail_last_4d13 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.description-29d0 { margin-top: 1rem; margin-bottom: 1rem; }
.hover-a1a5 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.tooltip-solid-9da1 { max-width: 100%; height: auto; }

/* Links used in old footer */
.glass-df4a { color: var(--text-primary); }
.module_3f8a { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.text-pressed-86c2 {
  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 */
.pagination-86a9 { /* 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);
}

.pagination-86a9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.small_f0d6 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.small_f0d6:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.huge_c8c2 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.preview-hard-91db {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.preview-hard-91db::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;
}

.new-a241 {
  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);
}

.new-a241 h1 {
  margin-bottom: var(--spacing-sm);
}

.new-a241 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.thumbnail_outer_510c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.backdrop_motion_5b22 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.center_c6ef {
  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);
}

.up_9df1 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.rough_9d87 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.rough_9d87 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.dark_6e2f img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.frame_ef4c {
  padding-bottom: var(--spacing-2xl);
}

.summary-f0c1 {
  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;
}

.description-de27 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.green_c5be a {
  color: var(--primary-color);
}

.green_c5be.fn-active-45ef {
  color: var(--text-secondary);
}

.green_c5be:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.nav-af25 {
  padding: var(--spacing-xl) 0;
}

.fixed_217a {
  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);
}

.fixed_217a h2 {
  margin-bottom: var(--spacing-sm);
}

.fixed_217a p {
  color: var(--text-secondary);
}

.wrapper_9f8d {
  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;
}

.wrapper_9f8d h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.wrapper_9f8d h4 {
  margin-top: var(--spacing-sm);
}

.wrapper_9f8d p {
  color: var(--text-secondary);
}

.avatar_large_786f {
  padding: var(--spacing-xl) 0;
}

.media-13d8 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.chip_016b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chip_016b a {
  color: var(--text-secondary);
}

.chip_016b a:hover {
  color: var(--primary-color);
}

.hot_e426 {
  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);
}

.widget-998c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.accent_f117 {
  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_f117:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.medium-7f5a { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.detail_82a7 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: c5c0 */
.phantom-card-l5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
