/*
 * Inner pages adapter for index.tag_north_4a67 design system (styles-new.breadcrumb_black_3e67)
 * 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(.filter_in_9eb9) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.lower_4ec2.feature_plasma_5bbf {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.wood-fa6d {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.wood-fa6d > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.action-55ff {
  flex: 0 0 100%;
  max-width: 100%;
}

.input_black_5f99 {
  flex: 0 0 100%;
  max-width: 100%;
}

.iron_9c8f {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .iron_9c8f {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .input_black_5f99 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.border-0d82 { display: flex; }
.title-solid-82c9 { justify-content: space-between; }
.focused_8b23 { align-items: center; }
.feature_plasma_5bbf { text-align: center; }

.focused-1ee5 { margin-right: 0.5rem; }
.component_734b { margin-right: 1rem; }
.cool-79e2 { margin-top: 1rem; }
.frame_9d04 { margin-top: 1.5rem; }
.panel-a553 { margin-bottom: 1rem; }
.shade-a9ae { margin-bottom: 1.5rem; }
.soft_a46c { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.iron_9218 { margin-top: 1rem; margin-bottom: 1rem; }
.section_outer_907c { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.gradient-182f { max-width: 100%; height: auto; }

/* Links used in old footer */
.banner-inner-9c88 { color: var(--text-primary); }
.alert_a5da { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.footer_static_93eb {
  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 */
.slow_832c { /* 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);
}

.slow_832c:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.shadow-0d6e {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.shadow-0d6e:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.plasma-3a5e {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.panel-95f1 {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.panel-95f1::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;
}

.status-be10 {
  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);
}

.status-be10 h1 {
  margin-bottom: var(--spacing-sm);
}

.status-be10 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.frame_5c04 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.detail-093c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.light-df35 {
  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);
}

.disabled_486b {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.image-last-e50e h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.image-last-e50e p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.breadcrumb_33fc img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.pagination_0e1c {
  padding-bottom: var(--spacing-2xl);
}

.new-2568 {
  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;
}

.menu_rough_6bcb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.wrapper_selected_1ce4 a {
  color: var(--primary-color);
}

.wrapper_selected_1ce4.fn-active-455b {
  color: var(--text-secondary);
}

.wrapper_selected_1ce4:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.header-hard-77b2 {
  padding: var(--spacing-xl) 0;
}

.copper_f4e3 {
  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);
}

.copper_f4e3 h2 {
  margin-bottom: var(--spacing-sm);
}

.copper_f4e3 p {
  color: var(--text-secondary);
}

.table-d412 {
  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;
}

.table-d412 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.table-d412 h4 {
  margin-top: var(--spacing-sm);
}

.table-d412 p {
  color: var(--text-secondary);
}

.container-39ab {
  padding: var(--spacing-xl) 0;
}

.border-easy-ece8 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.current-e9eb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.current-e9eb a {
  color: var(--text-secondary);
}

.current-e9eb a:hover {
  color: var(--primary-color);
}

.frame-15c7 {
  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);
}

.complex_2a57 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.shadow-0073 {
  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);
}

.shadow-0073:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.green_c434 { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.south-5a08 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 272a */
.phantom-card-i8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
