/*
 * Inner pages adapter for index.chip-easy-f1da design system (styles-new.warm_eee2)
 * 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(.new-9c49) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.advanced-13c3.component_middle_53ad {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.narrow-1af2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.narrow-1af2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.media_6abe {
  flex: 0 0 100%;
  max-width: 100%;
}

.thumbnail_gas_67cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.slow_8f19 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .slow_8f19 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .thumbnail_gas_67cb {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.highlight-b956 { display: flex; }
.small_8bd1 { justify-content: space-between; }
.west-82f9 { align-items: center; }
.component_middle_53ad { text-align: center; }

.hard_8d9b { margin-right: 0.5rem; }
.basic_b5de { margin-right: 1rem; }
.focus_blue_79fe { margin-top: 1rem; }
.detail_lower_f9c1 { margin-top: 1.5rem; }
.component-orange-8bb9 { margin-bottom: 1rem; }
.next-e701 { margin-bottom: 1.5rem; }
.form_c397 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.picture_3da8 { margin-top: 1rem; margin-bottom: 1rem; }
.dim-3d64 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.notification-easy-c66e { max-width: 100%; height: auto; }

/* Links used in old footer */
.column_bf7e { color: var(--text-primary); }
.row-2d5f { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.light_2a44 {
  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 */
.tiny_9f2a { /* 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);
}

.tiny_9f2a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.warm-a2d2 {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.warm-a2d2:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.purple-b9d7 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.huge-f82a {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.huge-f82a::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;
}

.banner-rough-8fe7 {
  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);
}

.banner-rough-8fe7 h1 {
  margin-bottom: var(--spacing-sm);
}

.banner-rough-8fe7 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.avatar_wood_5e44 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.preview_c7bd {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.outline_red_167d {
  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);
}

.panel-3b90 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.button-0045 h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.button-0045 p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.content_center_22ee img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.last_a8d7 {
  padding-bottom: var(--spacing-2xl);
}

.notice_right_a952 {
  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;
}

.dirty_748b {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.basic_e47f a {
  color: var(--primary-color);
}

.basic_e47f.fn-active-85fd {
  color: var(--text-secondary);
}

.basic_e47f:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.thick_bac5 {
  padding: var(--spacing-xl) 0;
}

.item_cool_4940 {
  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);
}

.item_cool_4940 h2 {
  margin-bottom: var(--spacing-sm);
}

.item_cool_4940 p {
  color: var(--text-secondary);
}

.form-green-a19c {
  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;
}

.form-green-a19c h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.form-green-a19c h4 {
  margin-top: var(--spacing-sm);
}

.form-green-a19c p {
  color: var(--text-secondary);
}

.video_fluid_640c {
  padding: var(--spacing-xl) 0;
}

.over-aa95 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.heading_next_39f7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading_next_39f7 a {
  color: var(--text-secondary);
}

.heading_next_39f7 a:hover {
  color: var(--primary-color);
}

.stale_d06c {
  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);
}

.tiny-21d5 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.border_91e6 {
  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);
}

.border_91e6:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.article_f5cb { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fluid_65a1 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 4f17 */
.widget-item-b9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
