/*
 * Inner pages adapter for index.first-5f0c design system (styles-new.container-east-be55)
 * 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(.disabled-pro-0ff3) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.article_dark_5480.photo-stone-d80e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.info-9cbf {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.info-9cbf > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.hot-4bc2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.basic-3ffa {
  flex: 0 0 100%;
  max-width: 100%;
}

.purple-262d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .purple-262d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .basic-3ffa {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.dropdown_lower_aa47 { display: flex; }
.in-85cf { justify-content: space-between; }
.footer_2271 { align-items: center; }
.photo-stone-d80e { text-align: center; }

.sidebar-bda0 { margin-right: 0.5rem; }
.primary_fixed_1c68 { margin-right: 1rem; }
.info-8208 { margin-top: 1rem; }
.rough_0789 { margin-top: 1.5rem; }
.avatar_d325 { margin-bottom: 1rem; }
.overlay-upper-3acb { margin-bottom: 1.5rem; }
.background_3fc3 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.sort_fe47 { margin-top: 1rem; margin-bottom: 1rem; }
.gradient_6163 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.current_88c1 { max-width: 100%; height: auto; }

/* Links used in old footer */
.grid_40d4 { color: var(--text-primary); }
.column_210e { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.gallery_aa34 {
  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 */
.motion-75cb { /* 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);
}

.motion-75cb:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.list-f6ea {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.list-f6ea:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.background-wide-1116 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.image-next-9ff2 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.image-next-9ff2::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;
}

.copper-f953 {
  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);
}

.copper-f953 h1 {
  margin-bottom: var(--spacing-sm);
}

.copper-f953 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.black_1ce9 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.paragraph-large-9d01 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.notice-5799 {
  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);
}

.table_bronze_4eaa {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.sidebar-4cc6 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.sidebar-4cc6 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.bright_ca88 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.header_tiny_6009 {
  padding-bottom: var(--spacing-2xl);
}

.easy_2360 {
  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;
}

.focus-f640 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.light_f9b3 a {
  color: var(--primary-color);
}

.light_f9b3.fn-active-d91d {
  color: var(--text-secondary);
}

.light_f9b3:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.border-cdfd {
  padding: var(--spacing-xl) 0;
}

.title-8149 {
  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);
}

.title-8149 h2 {
  margin-bottom: var(--spacing-sm);
}

.title-8149 p {
  color: var(--text-secondary);
}

.main-warm-d5a1 {
  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;
}

.main-warm-d5a1 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.main-warm-d5a1 h4 {
  margin-top: var(--spacing-sm);
}

.main-warm-d5a1 p {
  color: var(--text-secondary);
}

.slider-a1ab {
  padding: var(--spacing-xl) 0;
}

.mask-6c74 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.panel-4fbb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-4fbb a {
  color: var(--text-secondary);
}

.panel-4fbb a:hover {
  color: var(--primary-color);
}

.tag-550f {
  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);
}

.column-west-4f50 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.logo-copper-58d5 {
  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);
}

.logo-copper-58d5:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.list-simple-3683 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.accent-bb20 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 4f7c */
.ghost-box-b6 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
