                                                                                               
  
                                                                                              
                                                                                                 
                                                                       
                                                                                                   
                                                                        
  
                                                             
  
                                                                                               
                                                                                               
                                                          
                                       
                                                                            
                                               
                                           
                                                     
                                                                   
                           
  
                                                                                                 
                                                                                               
                                                                                        
  
                                                                                               
                                                                                               
                                                                                               
                                                                                           
  
                                                                                           
                                                                                            
                                                                      
                                                                                                  
                                                        
                                                                                                

                                                                                                
                                                                                                  
                                                                                                
                                                                    
  
                                                                                                  
                                                                                                   
                                                                                                   
                                                                                                    
                                                                                               
                                          
  
                                                                                                   
                                                                                                    
                                                 
  
                                                                                                  
                                                                                                   
                                                                                         
  
                                                                                        
                                                                                                    
                                                                                                   
                                                                       
                                                                                                  
                                                                                                  
                                                
body.bp-page {
  background:
    radial-gradient(72% 58% at 16% 10%, rgba(132, 96, 255, .34) 0%, transparent 58%),
    radial-gradient(62% 52% at 90% 26%, rgba(196, 92, 226, .22) 0%, transparent 60%),
    radial-gradient(46% 38% at 79% 54%, rgba(96, 224, 236, .17) 0%, rgba(44, 150, 198, .08) 45%, transparent 72%),
    radial-gradient(95% 72% at 52% 104%, rgba(40, 104, 214, .26) 0%, transparent 62%),
    linear-gradient(180deg, #03060F 0%, #051024 26%, #051024 74%, #03060F 100%) !important;
  background-attachment: fixed !important;
}
                                                                 
  
                                                                                                    
                                                               
  
                                                                                              
                                                                                                   
                                                                                                   
                                                                             
  
                                                                                                   
                                                                                                   
                                                                                               
                                                                                                   
                                                                                               
                          
  
                                                                                                
                                                                                                  
                                                                                                
                                                   
body.bp-page::before {
  content: "" !important;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: normal;
  background: none;
  background-image:
    linear-gradient(to right, rgba(155, 140, 255, .055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(155, 140, 255, .055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(120% 80% at 50% 30%, #000 30%, transparent 82%);
  -webkit-mask-image: radial-gradient(120% 80% at 50% 30%, #000 30%, transparent 82%);
}
body.bp-page .site-footer { position: relative; z-index: 1; }

.bp {
                                                                                      
  --bp-paper: #f6f1e6;
  --bp-ink-82: rgba(246, 241, 230, .82);
  --bp-ink-58: rgba(246, 241, 230, .58);
  --bp-ink-38: rgba(246, 241, 230, .38);
  --bp-line: rgba(233, 220, 255, .14);
  --bp-line-strong: rgba(233, 220, 255, .28);
  --bp-signal: #a77ae3;
  --bp-glass: rgba(233, 220, 255, .045);
  --bp-glass-hi: rgba(233, 220, 255, .075);

  --bp-wrap: min(1192px, calc(100% - clamp(40px, 8vw, 112px)));
  --bp-hero-ratio: 1.502;
                                                                             
  --bp-stick: 84px;

  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vh, 88px) 0 clamp(64px, 8vh, 96px);
}

.bp-wrap { width: var(--bp-wrap); margin-inline: auto; }

                                                                                                
                                                                                               
                                                                 
.bp-crumbs {
  margin: 0 0 clamp(28px, 3.4vh, 40px);
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 13px;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--bp-ink-38);
}
.bp-crumbs a { color: var(--bp-ink-58); text-decoration: none; transition: color .18s ease; }
.bp-crumbs a:hover { color: var(--bp-paper); }
.bp-crumbs span { color: var(--bp-ink-38); }
.bp-crumbs i { font-style: normal; padding: 0 8px; color: rgba(246, 241, 230, .24); }

                                                                                                
                                                                                                  
                                                                                       
.bp-grid {
  display: grid;
  grid-template-columns: 58.331% minmax(0, 1fr);
  column-gap: 80px;
  align-items: start;
}

.bp-chip {
  display: inline-block;
  margin: 0 0 18px;
  padding: 4px 10px;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  background: rgba(233, 220, 255, .06);
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: -.01em;
  color: var(--bp-ink-58);
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease;
}
a.bp-chip:hover { color: var(--bp-paper); border-color: var(--bp-line-strong); }

.bp-title {
  margin: 0 0 clamp(26px, 3vh, 34px);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 450;
  font-size: clamp(36px, 3.4vw, 46px);
  line-height: 1.14;
  letter-spacing: -.03em;
  color: var(--bp-paper);
  text-wrap: balance;
}

                                                                                                
                                                                                                
                                                                                       
.bp-hero {
  margin: 0 0 44px;
  aspect-ratio: var(--bp-hero-ratio);
  border: 1px solid var(--bp-line);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(19, 13, 40, .6);
}
.bp-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }
                                                                                            
                                              
.bp-hero .bx-art-vid {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .bp-hero .bx-art-vid { display: none; }
}

                                                                                                 
.bp-body p {
  margin: 0 0 30px;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -.011em;
  color: var(--bp-ink-82);
}
.bp-body p:last-child { margin-bottom: 0; }
.bp-body strong { font-weight: 600; color: var(--bp-paper); }

.bp-body a {
  color: var(--bp-paper);
  text-decoration: underline;
  text-decoration-color: var(--bp-signal);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: text-decoration-color .18s ease;
}
.bp-body a:hover { text-decoration-color: var(--bp-paper); }

                                                                    
                                                                                                   
                                                                                             
                                                                                                   
                                                                                      
.bp-label {
  margin: clamp(48px, 6vh, 62px) 0 12px !important;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.3 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
  color: var(--bp-ink-38) !important;
}
.bp-body > .bp-label:first-child { margin-top: 0 !important; }

.bp-body h2 {
  margin: 0 0 20px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 450;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -.022em;
  color: var(--bp-paper);
  scroll-margin-top: var(--bp-stick);
}

                                                                                                  
.bp-sub { margin-top: 34px !important; }

.bp-body ul { margin: 0 0 30px; padding-left: 22px; }
.bp-body li {
  margin-bottom: 12px;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -.011em;
  color: var(--bp-ink-82);
}
.bp-body li::marker { color: var(--bp-signal); }

                                                                                                
                                                                                                  
                                                                                       
  
                                                                                                 
                                                                                                   
                                                                                                   
                                                                                                   
.bp-rail { position: sticky; top: var(--bp-stick); }

                                                                                                 
                                                                                              
                                                                                               
                                                                                                 
                                                                                               
.bp-rail-title {
  margin: 0 0 20px;
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bp-ink-38);
}

.bp-toc { display: flex; flex-direction: column; gap: 6px; }
.bp-toc a {
  padding: 12px 0 12px 20px;
  border-left: 2px solid var(--bp-line);
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -.014em;
  color: var(--bp-ink-58);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}
.bp-toc a:hover { color: var(--bp-paper); border-left-color: var(--bp-line-strong); }
.bp-toc a.is-active { color: var(--bp-paper); border-left-color: var(--bp-signal); }
.bp-toc a:focus-visible { outline: 2px solid var(--bp-signal); outline-offset: 3px; }

                                                                                                
                                                                                              
                                                                
.bp-more-wrap { width: var(--bp-wrap); margin: clamp(72px, 9vh, 108px) auto 0; }
.bp-more-head {
  margin: 0 0 clamp(24px, 3vh, 32px);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 450;
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--bp-paper);
}
.bp-more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }

.bp-cta {
  width: var(--bp-wrap);
  margin: clamp(72px, 9vh, 110px) auto 0;
  padding: clamp(44px, 6vw, 72px) clamp(32px, 5vw, 64px);
  border: 1px solid var(--bp-line);
  border-radius: 24px;
  background:
    radial-gradient(120% 160% at 12% 0%, rgba(167, 122, 227, .18), transparent 60%),
    radial-gradient(120% 160% at 92% 100%, rgba(79, 173, 227, .14), transparent 62%),
    var(--bp-glass);
  text-align: center;
}
.bp-cta h2 {
  margin: 0 0 14px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 450;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.14;
  letter-spacing: -.03em;
  color: var(--bp-paper);
  text-wrap: balance;
}
.bp-cta p {
  margin: 0 auto 28px;
  max-width: 54ch;
  font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -.011em;
  color: var(--bp-ink-58);
}
.bp-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, translate .18s ease;
}
                                                                                                   
.bp-btn--solid { background: #cfdaf5; color: #0f0a1e; }
.bp-btn--solid:hover { background: #eaf1ff; translate: 0 -2px; }
.bp-btn--ghost { border-color: var(--bp-line-strong); color: var(--bp-paper); background: transparent; }
.bp-btn--ghost:hover { background: var(--bp-glass-hi); border-color: var(--bp-signal); translate: 0 -2px; }

@media (prefers-reduced-motion: reduce) {
  .bp-btn:hover { translate: none; }
  .bp-toc a { transition: none; }
}

                                                                                                
                                                                                                 
                                                                                 
@media (max-width: 1180px) {
  .bp-grid { grid-template-columns: minmax(0, 1fr); row-gap: 40px; }
                                                                                  
  .bp-rail { position: static; order: -1; padding-bottom: 28px; border-bottom: 1px solid var(--bp-line); }
  .bp-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .bp-more-grid { grid-template-columns: minmax(0, 1fr); }
}

.bp-author { max-width: 720px; margin: 44px auto 0; padding: 18px 20px 0; border-top: 1px solid rgba(201,182,236,0.18); }
.bp-author-name { font-weight: 600; color: #e9dcff; margin: 0 0 4px; font-size: 14.5px; }
.bp-author-line { color: rgba(232,228,240,0.65); font-size: 13.5px; line-height: 1.55; margin: 0; }
.bp-author-line a { color: #c9b6ec; text-decoration: none; }

                                                                                       
                                                                                                  
                                                                                                   
                                                                                                 
                                                                                                 
                                                                                                   
                                                                                                
                                                 
.bp-news { width: var(--bp-wrap); max-width: none; margin: clamp(44px, 5vh, 64px) auto 0; padding: 34px 36px; border: 1px solid rgba(201,182,236,0.18); border-radius: 18px; }
.bp-news h2 { font-size: 26px; margin: 0 0 18px; }
.bp-news-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bp-news-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.bp-news-input { flex: 1 1 320px; max-width: 560px; min-width: 0; padding: 15px 17px; font-size: 16px; border-radius: 12px; border: 1px solid rgba(201,182,236,0.28); background: rgba(255,255,255,0.04); color: inherit; font: inherit; }
.bp-news-input:focus { outline: 2px solid #c9b6ec; outline-offset: 2px; }
.bp-news-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.bp-news-status { flex-basis: 100%; margin: 4px 0 0; font-size: 14px; color: rgba(232,228,240,0.75); min-height: 1.2em; }

                                                                                                
                                                                                                   
                                                                                                 
                                                                                                    
                                                                                            
                                                                                                
  
                                                                                                 
                                                                                               
                                                                                               
                                                                   
  
                                                                                                 
                                                                                                
                                                                 
  
                                                                                                   
                                                                                              
                                                                                                   
                                                                                                  
                                                                      
  
                                                                                                   
                                                                                                 
                                                                                                   
                                                                                                  
                                                                                                  
                                                                                              
                     
.bp-faq { width: var(--bp-wrap); max-width: none; margin: clamp(44px, 5vh, 64px) auto 0; padding: 0; }
.bp-faq h2 { font-size: 26px; margin: 0 0 14px; }
.bp-faq-item { border-top: 1px solid rgba(201,182,236,0.18); }
.bp-faq-item:last-of-type { border-bottom: 1px solid rgba(201,182,236,0.18); }
.bp-faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 26px 4px;
  font-family: 'Fraunces', Georgia, serif; font-weight: 450; font-size: 24px; line-height: 1.28; letter-spacing: -.017em;
  color: var(--bp-paper);
}
.bp-faq-item summary::-webkit-details-marker { display: none; }
.bp-faq-item summary:focus-visible { outline: 2px solid #c9b6ec; outline-offset: 4px; border-radius: 6px; }
.bp-faq-plus { flex: 0 0 auto; position: relative; width: 34px; height: 34px; border: 1px solid rgba(201,182,236,0.45); border-radius: 50%; transition: transform .28s cubic-bezier(.16,1,.3,1), border-color .18s ease; }
.bp-faq-plus::before, .bp-faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: #e9dcff; translate: -50% -50%; }
.bp-faq-plus::before { width: 15px; height: 1.6px; }
.bp-faq-plus::after { width: 1.6px; height: 15px; }
.bp-faq-item summary:hover .bp-faq-plus { border-color: #c9b6ec; }
.bp-faq-item.is-open .bp-faq-plus { transform: rotate(45deg); border-color: #c9b6ec; }
.bp-faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.16,1,.3,1); }
.bp-faq-a > div { overflow: hidden; }
.bp-faq-item.is-open .bp-faq-a { grid-template-rows: 1fr; }
                                                                                             
                                                                                              
                                                                                                
.bp-faq-a p { margin: 0 0 16px; font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif; font-size: 18px; line-height: 1.62; color: rgba(232,228,240,0.85); max-width: 68ch; }
.bp-faq-links { padding-bottom: 6px; }
.bp-faq-links a { color: #c9b6ec; text-decoration: none; font-size: 16px; margin-right: 22px; }
.bp-faq-links a:hover { color: #e9dcff; }
                                                           
.bp-faq-item[open]:not(.is-open) .bp-faq-a { grid-template-rows: 1fr; }
.bp-faq-item[open]:not(.is-open) .bp-faq-plus { transform: rotate(45deg); }
@media (prefers-reduced-motion: reduce) { .bp-faq-plus, .bp-faq-a { transition: none; } }
