/*
 * Inner pages adapter for index.picture_paper_b910 design system (styles-new.stale-a437)
 * 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(.gradient_white_61bf) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.shade_first_66be.orange-c38a {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.pressed_e943 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.pressed_e943 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.purple-8071 {
  flex: 0 0 100%;
  max-width: 100%;
}

.out_fa96 {
  flex: 0 0 100%;
  max-width: 100%;
}

.info_north_4a8d {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .info_north_4a8d {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .out_fa96 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.active_bottom_4f2c { display: flex; }
.text_dark_b29a { justify-content: space-between; }
.panel-48c0 { align-items: center; }
.orange-c38a { text-align: center; }

.gallery_c88e { margin-right: 0.5rem; }
.hard-6f72 { margin-right: 1rem; }
.large-e9d1 { margin-top: 1rem; }
.preview-static-dc30 { margin-top: 1.5rem; }
.detail-0378 { margin-bottom: 1rem; }
.rough_7b0e { margin-bottom: 1.5rem; }
.list_under_3c84 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.wrapper_selected_4836 { margin-top: 1rem; margin-bottom: 1rem; }
.description-098d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.active_aac0 { max-width: 100%; height: auto; }

/* Links used in old footer */
.blue-7c82 { color: var(--text-primary); }
.caption-prev-6dbe { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.panel_fd79 {
  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 */
.avatar-east-350a { /* 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);
}

.avatar-east-350a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.alert_b579 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.alert_b579:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.photo_746d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.blue_c887 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.blue_c887::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;
}

.media-0b74 {
  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);
}

.media-0b74 h1 {
  margin-bottom: var(--spacing-sm);
}

.media-0b74 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.copper-f5a8 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.stone_672a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.hover_8498 {
  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);
}

.dim-c7f0 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.feature-red-b23d h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.feature-red-b23d p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.feature-rough-fbac img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.content-gas-6d0a {
  padding-bottom: var(--spacing-2xl);
}

.description-advanced-d15b {
  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;
}

.modal_full_f909 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.notice_617e a {
  color: var(--primary-color);
}

.notice_617e.fn-active-08d1 {
  color: var(--text-secondary);
}

.notice_617e:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.tag_9f02 {
  padding: var(--spacing-xl) 0;
}

.steel-9124 {
  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);
}

.steel-9124 h2 {
  margin-bottom: var(--spacing-sm);
}

.steel-9124 p {
  color: var(--text-secondary);
}

.overlay-ab12 {
  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;
}

.overlay-ab12 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.overlay-ab12 h4 {
  margin-top: var(--spacing-sm);
}

.overlay-ab12 p {
  color: var(--text-secondary);
}

.active_3bb4 {
  padding: var(--spacing-xl) 0;
}

.panel-6747 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.prev-27bc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prev-27bc a {
  color: var(--text-secondary);
}

.prev-27bc a:hover {
  color: var(--primary-color);
}

.soft_46fd {
  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);
}

.detail_soft_b900 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.black_8dab {
  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);
}

.black_8dab:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.section-54a3 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tabs-right-5685 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e61c */
.shadow-element-c7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
