/*
 * Inner pages adapter for index.icon_e91b design system (styles-new.huge-fdf9)
 * 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(.inner-4c96) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.shade-copper-9209.tall-f22e {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.highlight_next_8a4e {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.highlight_next_8a4e > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.fixed-8d1d {
  flex: 0 0 100%;
  max-width: 100%;
}

.chip-3e0c {
  flex: 0 0 100%;
  max-width: 100%;
}

.component_dirty_af3b {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .component_dirty_af3b {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .chip-3e0c {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.image_motion_758e { display: flex; }
.menu-red-d08d { justify-content: space-between; }
.widget_146d { align-items: center; }
.tall-f22e { text-align: center; }

.alert-c54b { margin-right: 0.5rem; }
.shadow-50ad { margin-right: 1rem; }
.outline-445c { margin-top: 1rem; }
.cool_9396 { margin-top: 1.5rem; }
.component_4b7f { margin-bottom: 1rem; }
.image-gas-6836 { margin-bottom: 1.5rem; }
.sort-warm-1259 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.sidebar-advanced-000c { margin-top: 1rem; margin-bottom: 1rem; }
.column-hard-41ed { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.heading_9e4d { max-width: 100%; height: auto; }

/* Links used in old footer */
.gallery_fixed_4426 { color: var(--text-primary); }
.banner-action-6ed1 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.header-next-88ac {
  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 */
.link_92b9 { /* 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);
}

.link_92b9:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.north-7c45 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.north-7c45:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.advanced-0986 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.border-ae9a {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.border-ae9a::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;
}

.button_stale_2be2 {
  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);
}

.button_stale_2be2 h1 {
  margin-bottom: var(--spacing-sm);
}

.button_stale_2be2 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.gold-3e09 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.gallery_cf7e {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.video_6fbd {
  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);
}

.breadcrumb-clean-f7bd {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.yellow-71dd h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.yellow-71dd p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.picture-01d1 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.label_down_6992 {
  padding-bottom: var(--spacing-2xl);
}

.label_solid_148a {
  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;
}

.footer_31ad {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.border-bottom-b9d2 a {
  color: var(--primary-color);
}

.border-bottom-b9d2.fn-active-1b88 {
  color: var(--text-secondary);
}

.border-bottom-b9d2:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.last-23f1 {
  padding: var(--spacing-xl) 0;
}

.panel-south-2985 {
  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);
}

.panel-south-2985 h2 {
  margin-bottom: var(--spacing-sm);
}

.panel-south-2985 p {
  color: var(--text-secondary);
}

.primary-a85a {
  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;
}

.primary-a85a h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.primary-a85a h4 {
  margin-top: var(--spacing-sm);
}

.primary-a85a p {
  color: var(--text-secondary);
}

.frame_7dd1 {
  padding: var(--spacing-xl) 0;
}

.image-clean-c65d {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.search_inner_eed1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_inner_eed1 a {
  color: var(--text-secondary);
}

.search_inner_eed1 a:hover {
  color: var(--primary-color);
}

.logo_45b3 {
  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);
}

.notice_ee6d {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.border-9f52 {
  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);
}

.border-9f52:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.table-glass-0f53 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.grid-b005 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


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