/*
 * Inner pages adapter for index.summary-liquid-72d8 design system (styles-new.item-green-b0f8)
 * 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(.over_8ff8) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.huge_3418.selected_5b5b {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.light_832d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.light_832d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.heading_lower_4a9b {
  flex: 0 0 100%;
  max-width: 100%;
}

.shade-upper-020f {
  flex: 0 0 100%;
  max-width: 100%;
}

.outline-south-cc5f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .outline-south-cc5f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .shade-upper-020f {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.middle-b621 { display: flex; }
.card-eb2f { justify-content: space-between; }
.focus_fluid_b6cf { align-items: center; }
.selected_5b5b { text-align: center; }

.medium_5f7d { margin-right: 0.5rem; }
.blue_67bc { margin-right: 1rem; }
.hovered_9cfc { margin-top: 1rem; }
.image-046e { margin-top: 1.5rem; }
.notice_4e4d { margin-bottom: 1rem; }
.slider_8efa { margin-bottom: 1.5rem; }
.short-5a74 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.container_5a18 { margin-top: 1rem; margin-bottom: 1rem; }
.filter_8a29 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.message-624c { max-width: 100%; height: auto; }

/* Links used in old footer */
.notice-small-c614 { color: var(--text-primary); }
.layout-7469 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.paragraph-new-dabb {
  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 */
.pink_0746 { /* 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);
}

.pink_0746:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.overlay_7072 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.overlay_7072:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.icon_red_7468 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.card-bright-0206 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.card-bright-0206::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;
}

.accordion_a4bf {
  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);
}

.accordion_a4bf h1 {
  margin-bottom: var(--spacing-sm);
}

.accordion_a4bf p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.hard_3bf1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.avatar_orange_946a {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.banner_stale_145a {
  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);
}

.module_last_279e {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.left_1075 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.left_1075 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.right-8520 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.hovered-841e {
  padding-bottom: var(--spacing-2xl);
}

.hero-new-a271 {
  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;
}

.hero-7675 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.hero_0b19 a {
  color: var(--primary-color);
}

.hero_0b19.fn-active-bd74 {
  color: var(--text-secondary);
}

.hero_0b19:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.caption-44c1 {
  padding: var(--spacing-xl) 0;
}

.module_dd41 {
  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);
}

.module_dd41 h2 {
  margin-bottom: var(--spacing-sm);
}

.module_dd41 p {
  color: var(--text-secondary);
}

.next-b998 {
  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;
}

.next-b998 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.next-b998 h4 {
  margin-top: var(--spacing-sm);
}

.next-b998 p {
  color: var(--text-secondary);
}

.item_6d28 {
  padding: var(--spacing-xl) 0;
}

.medium-52d7 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.background_2003 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.background_2003 a {
  color: var(--text-secondary);
}

.background_2003 a:hover {
  color: var(--primary-color);
}

.media_cool_12dd {
  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);
}

.secondary_complex_36fc {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.west-b305 {
  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);
}

.west-b305:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.frame-0d1d { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.orange-5934 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 2394 */
.widget-item-h9 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
