.bscc-root{
 --bscc-cyan:#7fe3ff;--bscc-green:#00C9A7;--bscc-panel:rgba(14,44,58,.97);
 position:relative;width:100%;max-width:1200px;margin:0 auto;color:#fff;
 font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.bscc-root *,.bscc-root *::before,.bscc-root *::after{box-sizing:border-box;}
.bscc-stage{position:relative;width:100%;max-width:1440px;margin:0 auto;overflow:hidden;border:1px solid rgba(88,148,238,.22);
 border-radius:clamp(12px,1.5vw,24px);background:#143140;box-shadow:0 28px 80px rgba(0,0,0,.38);}
.bscc-stage svg{display:block;width:100%;height:auto;}
.bscc-hotspot{cursor:pointer;outline:none;}.bscc-root text.bscc-boxlbl{text-transform:capitalize !important;}
.bscc-box{transition:stroke .18s ease,stroke-width .18s ease;}
.bscc-hotspot:hover .bscc-box,.bscc-hotspot:focus-visible .bscc-box,.bscc-hotspot[aria-expanded="true"] .bscc-box{stroke:#8fe4ff;stroke-width:2.6;}
.bscc-rim{transition:stroke .2s ease;}
.bscc-central:hover .bscc-rim,.bscc-central:focus-visible .bscc-rim,.bscc-central[aria-expanded="true"] .bscc-rim{stroke:#bfefff;}
.bscc-popover{position:absolute;z-index:5;left:2.5%;top:22%;width:min(33%,410px);margin:0;
 padding:clamp(17px,1.8vw,26px);border:1px solid rgba(105,168,255,.6);border-radius:16px;
 background:linear-gradient(145deg,var(--bscc-panel),rgba(9,32,42,.97));color:#fff;
 box-shadow:0 18px 50px rgba(0,0,0,.46),0 0 25px rgba(35,114,255,.16);animation:bscc-in .2s ease-out both;}
.bscc-popover.is-right{right:2.5%;left:auto;}
.bscc-popover[hidden]{display:none;}
.bscc-root .bscc-popover h3{margin:6px 34px 9px 0;color:#fff !important;font-size:clamp(19px,2.1vw,30px);font-weight:800;line-height:1.12;}
.bscc-popover .bscc-description{margin:0;color:rgba(226,237,255,.88) !important;font-size:clamp(12px,1.05vw,16px);line-height:1.55;}
.bscc-eyebrow{margin:0 0 2px;color:var(--bscc-green) !important;font-size:clamp(9px,.8vw,12px);font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase;}
.bscc-root button.bscc-close{position:absolute;top:9px;right:10px;width:34px;height:34px;min-width:34px !important;min-height:34px !important;
 margin:0 !important;padding:0 !important;border:0 !important;border-radius:50%;background:rgba(255,255,255,.08) !important;background-image:none !important;
 color:#fff !important;box-shadow:none !important;font:inherit !important;font-size:23px !important;line-height:1 !important;text-align:center;
 text-decoration:none !important;text-transform:none !important;appearance:none;-webkit-appearance:none;cursor:pointer;}
.bscc-root button.bscc-close:hover,.bscc-root button.bscc-close:focus-visible{outline:2px solid rgba(103,180,255,.85);background:rgba(255,255,255,.16) !important;}
.bscc-help{display:flex;align-items:center;justify-content:center;gap:9px;min-height:42px;color:#829abd;font-size:13px;text-align:center;}
.bscc-help>span{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--bscc-cyan);box-shadow:0 0 12px var(--bscc-cyan);animation:bscc-pulse 2.2s ease-in-out infinite;}
.bscc-mobile-controls{display:none;}
@keyframes bscc-in{from{opacity:0;transform:translateY(8px) scale(.985);}to{opacity:1;transform:translateY(0) scale(1);}}
@keyframes bscc-pulse{0%,100%{opacity:.5;transform:scale(.8);}50%{opacity:1;transform:scale(1.12);}}
@media (max-width:620px){
 .bscc-stage{border-radius:12px;}
 .bscc-boxlbl{opacity:0;}
 .bscc-popover,.bscc-popover.is-right{position:relative;top:auto;left:auto;right:auto;width:100%;margin-top:10px;}
 .bscc-root .bscc-popover h3{font-size:22px;}
 .bscc-popover .bscc-description{font-size:15px;}
 .bscc-help{min-height:38px;padding:0 8px;font-size:12px;}
 .bscc-mobile-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px;}
 .bscc-root .bscc-mobile-controls button{min-height:42px;min-width:0 !important;margin:0 !important;padding:8px 10px !important;
  border:1px solid rgba(91,155,247,.4) !important;border-radius:9px;background:rgba(16,44,58,.9) !important;background-image:none !important;
  color:#dbe9ff !important;box-shadow:none !important;font:inherit !important;font-size:12px !important;line-height:1.25 !important;
  text-decoration:none !important;text-transform:none !important;appearance:none;-webkit-appearance:none;cursor:pointer;}
 .bscc-root .bscc-mobile-controls button:hover,.bscc-root .bscc-mobile-controls button:focus-visible{outline:none;border-color:#67b2ff !important;background:rgba(28,91,181,.45) !important;}
}
@media (prefers-reduced-motion:reduce){.bscc-root *,.bscc-root *::before,.bscc-root *::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;}}
