/*
 * Inner pages adapter for index.first_a515 design system (styles-new.detail-lite-b621)
 * 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(.search-tall-0361) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.notice-paper-988a.outer-87ed {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.rough_9ba3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.rough_9ba3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.alert_basic_18d7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.slider_1b80 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table-inner-37a0 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .table-inner-37a0 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .slider_1b80 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.widget-hovered-4db7 { display: flex; }
.card_0632 { justify-content: space-between; }
.north-b06f { align-items: center; }
.outer-87ed { text-align: center; }

.pattern-hovered-3a80 { margin-right: 0.5rem; }
.breadcrumb-pink-acb1 { margin-right: 1rem; }
.focus_25ab { margin-top: 1rem; }
.full-956e { margin-top: 1.5rem; }
.hero-96a4 { margin-bottom: 1rem; }
.tabs_under_adab { margin-bottom: 1.5rem; }
.form_iron_ee49 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.motion_26df { margin-top: 1rem; margin-bottom: 1rem; }
.pagination_orange_f2ac { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.red-bda6 { max-width: 100%; height: auto; }

/* Links used in old footer */
.tooltip_wide_35c2 { color: var(--text-primary); }
.table_d7b2 { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.surface-cool-2489 {
  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 */
.content_3d90 { /* 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);
}

.content_3d90:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.chip_6e3a {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.chip_6e3a:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.gradient-853d {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.pagination-out-d28c {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.pagination-out-d28c::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;
}

.component_50c7 {
  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);
}

.component_50c7 h1 {
  margin-bottom: var(--spacing-sm);
}

.component_50c7 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.tabs-39a0 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.cool-f9b3 {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.container_center_af53 {
  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);
}

.hover_red_8a80 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.warm_40f8 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.warm_40f8 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.secondary-8f14 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.focused_8b0b {
  padding-bottom: var(--spacing-2xl);
}

.article_advanced_438f {
  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_f040 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.stale_0018 a {
  color: var(--primary-color);
}

.stale_0018.fn-active-8b24 {
  color: var(--text-secondary);
}

.stale_0018:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.west_d425 {
  padding: var(--spacing-xl) 0;
}

.bottom_7f28 {
  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);
}

.bottom_7f28 h2 {
  margin-bottom: var(--spacing-sm);
}

.bottom_7f28 p {
  color: var(--text-secondary);
}

.brown-20ab {
  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;
}

.brown-20ab h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.brown-20ab h4 {
  margin-top: var(--spacing-sm);
}

.brown-20ab p {
  color: var(--text-secondary);
}

.hover-db14 {
  padding: var(--spacing-xl) 0;
}

.caption-pink-966f {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.form_huge_5c04 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form_huge_5c04 a {
  color: var(--text-secondary);
}

.form_huge_5c04 a:hover {
  color: var(--primary-color);
}

.box-up-c3f7 {
  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);
}

.fresh-c503 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.notice-short-a862 {
  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);
}

.notice-short-a862:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.article_c0c9 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.shade-4ea9 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: b4ae */
.shadow-element-m1 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
