/*
 * Inner pages adapter for index.focus_a2b2 design system (styles-new.notice_tiny_01c0)
 * 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(.cold_77c2) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.inner-d2c4.red-e3f8 {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.hard-89f8 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hard-89f8 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.gallery_south_3967 {
  flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumb-acc7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.solid_eb81 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .solid_eb81 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .breadcrumb-acc7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.hidden-up-c1df { display: flex; }
.active-c069 { justify-content: space-between; }
.feature-18bd { align-items: center; }
.red-e3f8 { text-align: center; }

.first_bc1d { margin-right: 0.5rem; }
.logo-6c69 { margin-right: 1rem; }
.gradient-5b1f { margin-top: 1rem; }
.tooltip_simple_7c16 { margin-top: 1.5rem; }
.secondary_1d1b { margin-bottom: 1rem; }
.layout_9d7b { margin-bottom: 1.5rem; }
.layout-medium-cc4e { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.large-6a1c { margin-top: 1rem; margin-bottom: 1rem; }
.hover_1275 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.pagination_76db { max-width: 100%; height: auto; }

/* Links used in old footer */
.accent_stone_0414 { color: var(--text-primary); }
.shade_eefd { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.item-1481 {
  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 */
.banner-right-3fbb { /* 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);
}

.banner-right-3fbb:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.section_88f8 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.section_88f8:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.up_3a9f {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.content_complex_edec {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.content_complex_edec::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;
}

.grid_orange_2115 {
  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);
}

.grid_orange_2115 h1 {
  margin-bottom: var(--spacing-sm);
}

.grid_orange_2115 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.form_ca12 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.border_under_0c1c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.container_fad2 {
  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);
}

.under-51a6 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.icon-north-e196 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.icon-north-e196 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.message-liquid-4249 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.easy-efb2 {
  padding-bottom: var(--spacing-2xl);
}

.aside-silver-9d0c {
  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;
}

.glass-6fe1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.panel-c14c a {
  color: var(--primary-color);
}

.panel-c14c.fn-active-08f4 {
  color: var(--text-secondary);
}

.panel-c14c:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.red-760a {
  padding: var(--spacing-xl) 0;
}

.tabs-3d8a {
  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);
}

.tabs-3d8a h2 {
  margin-bottom: var(--spacing-sm);
}

.tabs-3d8a p {
  color: var(--text-secondary);
}

.input-595d {
  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;
}

.input-595d h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.input-595d h4 {
  margin-top: var(--spacing-sm);
}

.input-595d p {
  color: var(--text-secondary);
}

.block_gas_da6f {
  padding: var(--spacing-xl) 0;
}

.sidebar-8907 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.nav_8e55 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_8e55 a {
  color: var(--text-secondary);
}

.nav_8e55 a:hover {
  color: var(--primary-color);
}

.layout-steel-62da {
  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);
}

.soft_2f1c {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.accordion_over_0dcb {
  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);
}

.accordion_over_0dcb:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.layout-8515 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hovered-c101 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 0c83 */
.shadow-element-y2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
