/*
 * Inner pages adapter for index.title-bright-c766 design system (styles-new.bottom_fee3)
 * 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(.inner_d02a) {
  display: none !important;
}

/* Hide legacy simple footer blocks (inner pages) */
footer.rough-a441.gallery_d1ac {
  display: none !important;
}

/* -----------------------------
   Lightweight grid (Bootstrap-like)
   ----------------------------- */

.dropdown_a6f6 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.dropdown_a6f6 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 0;
}

.notice_5768 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pattern_wood_54a0 {
  flex: 0 0 100%;
  max-width: 100%;
}

.iron_3eed {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .iron_3eed {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .pattern_wood_54a0 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -----------------------------
   Utilities used by legacy pages
   ----------------------------- */

.outline-b30a { display: flex; }
.hover-large-4991 { justify-content: space-between; }
.menu_e4cd { align-items: center; }
.gallery_d1ac { text-align: center; }

.description-ed65 { margin-right: 0.5rem; }
.table-3f31 { margin-right: 1rem; }
.block_west_26b8 { margin-top: 1rem; }
.iron_2081 { margin-top: 1.5rem; }
.grid_eaed { margin-bottom: 1rem; }
.widget-gold-d906 { margin-bottom: 1.5rem; }
.description_2df1 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.header_aed6 { margin-top: 1rem; margin-bottom: 1rem; }
.video-paper-9233 { margin-top: 1.5rem; margin-bottom: 1.5rem; }

.static-deda { max-width: 100%; height: auto; }

/* Links used in old footer */
.article_ddfe { color: var(--text-primary); }
.light-b5bd { text-decoration: none; }

/* -----------------------------
   Button compatibility
   ----------------------------- */

.mask_center_0665 {
  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 */
.tag_2a03 { /* 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);
}

.tag_2a03:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.next-d31d {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.next-d31d:hover {
  background: var(--primary-color);
  color: var(--bg-primary);
}

.header_6885 {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  border-radius: var(--border-radius);
}

/* -----------------------------
   Inner page sections
   ----------------------------- */

.steel_081d {
  padding: var(--spacing-2xl) 0 var(--spacing-xl);
  position: relative;
  overflow: hidden;
}

.steel_081d::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;
}

.thumbnail-c307 {
  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);
}

.thumbnail-c307 h1 {
  margin-bottom: var(--spacing-sm);
}

.thumbnail-c307 p {
  color: var(--text-secondary);
  margin-bottom: var(--spacing-md);
}

.current-67fd {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.heading_hovered_3d4c {
  display: grid;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}

.fixed-153f {
  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);
}

.table_8741 {
  font-size: 1.75rem;
  width: 40px;
  text-align: center;
}

.motion-ba5c h4 {
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
}

.motion-ba5c p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.panel-3bc0 img {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 170, 0.15);
}

.component_8f84 {
  padding-bottom: var(--spacing-2xl);
}

.new_840f {
  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;
}

.blue_9452 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--text-muted);
}

.simple-867e a {
  color: var(--primary-color);
}

.simple-867e.fn-active-c8e7 {
  color: var(--text-secondary);
}

.simple-867e:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.outer-26ce {
  padding: var(--spacing-xl) 0;
}

.lite-5e20 {
  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);
}

.lite-5e20 h2 {
  margin-bottom: var(--spacing-sm);
}

.lite-5e20 p {
  color: var(--text-secondary);
}

.form_large_92f6 {
  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_large_92f6 h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
}

.form_large_92f6 h4 {
  margin-top: var(--spacing-sm);
}

.form_large_92f6 p {
  color: var(--text-secondary);
}

.article-middle-ce47 {
  padding: var(--spacing-xl) 0;
}

.panel_0c45 {
  background: rgba(26, 36, 66, 0.55);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--spacing-md);
  height: 100%;
}

.preview-east-d356 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.preview-east-d356 a {
  color: var(--text-secondary);
}

.preview-east-d356 a:hover {
  color: var(--primary-color);
}

.backdrop-19d1 {
  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);
}

.white_04c8 {
  padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.section_tiny_ee08 {
  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);
}

.section_tiny_ee08:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 212, 170, 0.5);
}

/* Subtle legacy animation class support (safe) */
.panel_d81f { animation: fadeInUp 0.6s ease both; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.search_7b51 { animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}


/* css-noise: 3a78 */
.phantom-card-r2 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
