/*
 * Inner pages adapter for index.blue_acce design system (styles-new.highlight-fresh-a3ee)
 * 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(.block_yellow_e171) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.gallery_prev_ce52.black-3a21 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hero-5041 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hero-5041 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.description-warm-6ea9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.medium_3d2b {
  flex: 0 0 100%;
  max-width: 100%;
}

.image-6ed4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .image-6ed4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .medium_3d2b {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.hard_f9bb { display: flex; }
.easy-5761 { justify-content: space-between; }
.left_128e { align-items: center; }
.black-3a21 { text-align: center; }

.photo-thick-d340 { margin-right: 0.5rem; }
.current-4f34 { margin-right: 1rem; }
.backdrop-huge-b6b9 { margin-top: 1rem; }
.gradient-motion-dd8a { margin-top: 1.5rem; }
.action_2f80 { margin-bottom: 1rem; }
.outline-d746 { margin-bottom: 1.5rem; }
.block-f102 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.paper_da38 { margin-top: 1rem; margin-bottom: 1rem; }
.sort-c23d { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.yellow_1f95 { max-width: 100%; height: auto; }

/* Links used in old footer */
.logo-41e2 { color: var(--text-primary); }
.active-fixed-cadf { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.green-6e11 {
  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 */
.action-a5f4 { /* 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);
}

.action-a5f4:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.search-pink-4c22 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.search-pink-4c22:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.gradient_c64b {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.media_full_5f59 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.media_full_5f59::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;
}

.picture-23cf {
  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);
}

.picture-23cf h1 {
  margin-bottom: var(--spacing-sm);
}

.picture-23cf p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.over-367a {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.tooltip-bccb {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.thick-aa48 {
  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);
}

.header_3bcd {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.tag_10cc h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.tag_10cc p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.image_4c31 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.frame-dirty-ff8e {
  padding-bottom: var(--spacing-2xl);
}

.form_0044 {
  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;
}

.sidebar_526d {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.fixed-5849 a {
  color: var(--primary-color);
}

.fixed-5849.fn-active-be14 {
  color: var(--text-secondary);
}

.fixed-5849:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.heading-dirty-4b64 {
  padding: var(--spacing-xl) 0;
}

.notice_7e2e {
  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);
}

.notice_7e2e h2 {
  margin-bottom: var(--spacing-sm);
}

.notice_7e2e p {
  color: var(--text-secondary);
}

.highlight_east_a3f5 {
  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;
}

.highlight_east_a3f5 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.highlight_east_a3f5 h4 {
  margin-top: var(--spacing-sm);
}

.highlight_east_a3f5 p {
  color: var(--text-secondary);
}

.menu_d18b {
  padding: var(--spacing-xl) 0;
}

.slider-east-4365 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.hero-bronze-6123 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-bronze-6123 a {
  color: var(--text-secondary);
}

.hero-bronze-6123 a:hover {
  color: var(--primary-color);
}

.paragraph_59cc {
  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);
}

.brown_3e9f {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.bottom_a314 {
  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);
}

.bottom_a314:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.container_light_d6a5 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.element-motion-72fd { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e422 */
.phantom-card-i1 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
