/*
 * Inner pages adapter for index.block-cd9f design system (styles-new.first_71a9)
 * 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(.widget_solid_1d59) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.cool_f8c7.middle_f64b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.info-inner-11b6 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.info-inner-11b6 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.north-b526 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table-small-3421 {
  flex: 0 0 100%;
  max-width: 100%;
}

.active-stone-76c4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .active-stone-76c4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .table-small-3421 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.hover-4ffd { display: flex; }
.item_narrow_ef85 { justify-content: space-between; }
.backdrop_960a { align-items: center; }
.middle_f64b { text-align: center; }

.modal-pressed-fc88 { margin-right: 0.5rem; }
.backdrop-current-a3b3 { margin-right: 1rem; }
.notification-thick-d278 { margin-top: 1rem; }
.highlight-slow-ad75 { margin-top: 1.5rem; }
.photo_large_996c { margin-bottom: 1rem; }
.large_7a7f { margin-bottom: 1.5rem; }
.panel_bronze_4acd { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.border-5756 { margin-top: 1rem; margin-bottom: 1rem; }
.wrapper-f43c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.hidden_easy_9769 { max-width: 100%; height: auto; }

/* Links used in old footer */
.over-2800 { color: var(--text-primary); }
.search_smooth_9843 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.fresh_8a08 {
  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 */
.slider-3a1f { /* 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);
}

.slider-3a1f:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.fixed-e3db {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.fixed-e3db:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.border_f382 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.pattern_bronze_c9f0 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.pattern_bronze_c9f0::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;
}

.panel_lite_a60d {
  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_lite_a60d h1 {
  margin-bottom: var(--spacing-sm);
}

.panel_lite_a60d p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.notice_b923 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.large_7b1b {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.paragraph_c41c {
  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);
}

.bronze-d8d2 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.under-cc0c h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.under-cc0c p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.tertiary-d894 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.iron-bd4c {
  padding-bottom: var(--spacing-2xl);
}

.text-c89d {
  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;
}

.mini_8f64 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.pink_693f a {
  color: var(--primary-color);
}

.pink_693f.fn-active-972d {
  color: var(--text-secondary);
}

.pink_693f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.thick-c748 {
  padding: var(--spacing-xl) 0;
}

.mini_613d {
  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);
}

.mini_613d h2 {
  margin-bottom: var(--spacing-sm);
}

.mini_613d p {
  color: var(--text-secondary);
}

.primary_clean_0acf {
  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_clean_0acf h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.primary_clean_0acf h4 {
  margin-top: var(--spacing-sm);
}

.primary_clean_0acf p {
  color: var(--text-secondary);
}

.backdrop_motion_a352 {
  padding: var(--spacing-xl) 0;
}

.progress_1281 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.thumbnail_a79f {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail_a79f a {
  color: var(--text-secondary);
}

.thumbnail_a79f a:hover {
  color: var(--primary-color);
}

.dropdown_pressed_9111 {
  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);
}

.module-d421 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.heading_thick_3f37 {
  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);
}

.heading_thick_3f37:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.north-c90b { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.surface-out-9cad { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: e65d */
.phantom-card-i8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
