.power-slider{-webkit-appearance:none;appearance:none;width:100%;height:28px;background:0 0;cursor:pointer;pointer-events:none}.power-slider::-webkit-slider-runnable-track{-webkit-appearance:none;width:100%;height:28px;background:0 0;border-radius:0}.power-slider::-webkit-slider-thumb{-webkit-appearance:none;height:36px;width:16px;border-radius:2px;background:var(--bluey);cursor:pointer;margin-top:-6px;border:2px solid #000}.power-slider::-moz-range-track{width:100%;height:28px;background:#4a4a4a;border-radius:0}.power-slider::-moz-range-thumb{height:36px;width:16px;border-radius:2px;background:var(--bluey);cursor:pointer;border:2px solid #000}.power-slider::-moz-range-progress{background-color:var(--tng-gold);height:28px;border-radius:0}.power-container{border-left:4px solid var(--almond-creme);margin-bottom:10px;padding-left:10px}.power-container.alt{border-left-color:var(--gray)}.status-light{float:left;margin-right:50px;width:50px;height:50px;border-radius:50%;border:2px solid #000;background-color:#444}.status-light.online{background-color:#0f0;box-shadow:0 0 10px #0f0}.status-light.loading{background-color:#ff0;box-shadow:0 0 10px #ff0;animation:pulse-yellow 1.5s infinite}.status-light.offline{background-color:red;box-shadow:0 0 10px red;animation:pulse-red .5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 10px red}50%{box-shadow:0 0 20px red}100%{box-shadow:0 0 10px red}}@keyframes pulse-yellow{0%{box-shadow:0 0 10px #ff0}50%{box-shadow:0 0 20px #ff0}100%{box-shadow:0 0 10px #ff0}}.lcars-header-eng{background-color:var(--tng-gold);color:#000;font-size:1.4em;font-weight:700;text-transform:uppercase;padding:8px 16px;border-top-left-radius:20px;border-bottom-left-radius:20px}.warp-core{position:relative;width:125px;left:40%;height:230px}.warp-core.overlay{position:absolute;left:0;top:0;z-index:9999}.warp-core.critical{background:rgba(255,0,0,.4);box-shadow:0 0 30px red,inset 0 0 20px rgba(255,0,0,.8);animation:warp-pulse-critical .8s infinite alternate ease-in-out;border-radius:15%}@keyframes warp-pulse-critical{0%{box-shadow:0 0 30px red,inset 0 0 20px rgba(255,0,0,.8)}100%{box-shadow:0 0 60px red,inset 0 0 30px rgba(255,0,0,1)}}.engdata-column{display:flex;flex-direction:column;gap:10px;z-index:1;width:120px}.engdata-block{border-left:4px solid var(--gold);padding-left:10px;color:var(--gold)}.engdata-block.alt{border-left-color:var(--bluey);color:var(--bluey)}.engdata-label{font-size:18px;opacity:.7}.engdata-value{font-size:24px;font-family:monospace}.core-assembly{z-index:2;display:flex;flex-direction:column;align-items:center;position:relative}.coresegment-stack{display:flex;flex-direction:column;gap:4px}.coresegment{width:120px;height:18px;background-color:var(--bluey);border-radius:4px;box-shadow:0 0 2px var(--bluey)}.pulse-down .coresegment{animation:pulseSequence 1s infinite}.pulse-down .coresegment:nth-child(1){animation-delay:0ms}.pulse-down .coresegment:nth-child(2){animation-delay:.1s}.pulse-down .coresegment:nth-child(3){animation-delay:.2s}.pulse-down .coresegment:nth-child(4){animation-delay:.3s}.pulse-down .coresegment:nth-child(5){animation-delay:.4s}.pulse-down .coresegment:nth-child(6){animation-delay:.5s}.pulse-down .coresegment:nth-child(7){animation-delay:.6s}.pulse-down .coresegment:nth-child(8){animation-delay:.7s}.pulse-up .coresegment{animation:pulseSequence 1s infinite}.pulse-up .coresegment:nth-last-child(1){animation-delay:0ms}.pulse-up .coresegment:nth-last-child(2){animation-delay:.1s}.pulse-up .coresegment:nth-last-child(3){animation-delay:.2s}.pulse-up .coresegment:nth-last-child(4){animation-delay:.3s}.pulse-up .coresegment:nth-last-child(5){animation-delay:.4s}.pulse-up .coresegment:nth-last-child(6){animation-delay:.5s}.pulse-up .coresegment:nth-last-child(7){animation-delay:.6s}.pulse-up .coresegment:nth-last-child(8){animation-delay:.7s}@keyframes pulseSequence{0%{background-color:var(--bluey)}20%{background-color:var(--blue);box-shadow:0 0 10px var(--blue)}50%{background-color:var(--bluey);box-shadow:none}}.intermix-chamber{height:120px;width:200px;background-color:var(--gray);margin:.25rem 0;display:flex;align-items:center;justify-content:center;border:4px solid #444;border-radius:40px;z-index:10;position:relative;box-shadow:inset 0 0 40px rgba(0,0,0,.6)}.chamber-detail-row{display:flex;align-items:center;gap:10px}@keyframes side-pulse{0%,100%{opacity:.3;transform:scale(.95)}50%{opacity:1;transform:scale(1.05);box-shadow:0 0 12px var(--lcars-blue)}}.mini-pulse{display:inline-block;width:13px;height:10px;background-color:var(--space-white);border-radius:2px;animation:side-pulse 2s infinite ease-in-out}.dilithum-core{width:70px;height:70px;border:4px solid #777;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background:var(--space-white)}.dilithum-core::before{content:'';width:4px;height:100%;background-color:#777;position:absolute}