/* ServerPACS v663 - menú completo fijo, equivalente al menú clásico */
.sp-sandwich-btn-v662{position:fixed!important;left:auto!important;right:16px!important;top:12px;z-index:10020;width:46px;height:42px;border:1px solid #53728a;border-radius:7px;background:#263b4c;color:#fff;font-size:24px;font-weight:900;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.32)}
.sp-sandwich-btn-v662:hover{background:#2f4b60;border-color:#77bce8}
.sp-sandwich-backdrop-v662{position:fixed;inset:0;z-index:10018;display:none;background:rgba(0,0,0,.15)}
.sp-sandwich-backdrop-v662.open{display:block}
.sp-sandwich-menu-v662{position:fixed!important;left:auto!important;right:0!important;top:0!important;bottom:0!important;z-index:10019;width:min(320px,calc(100vw - 18px));display:none;overflow-y:auto;padding:0 13px 18px;background:#182735;color:#edf7ff;border-left:1px solid #365367;box-shadow:-16px 0 36px rgba(0,0,0,.38)}
.sp-sandwich-menu-v662.open{display:block;animation:sp662In .16s ease-out both}
.sp-sandwich-head-v662{height:55px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #395266;font-size:16px}
.sp-sandwich-close-v662{width:30px;height:30px;border:1px solid #49677d;border-radius:5px;background:#2a4051;color:#fff;font-size:20px;line-height:1;cursor:pointer}
.sp-sandwich-section-title-v662{margin:14px 0 7px;color:#8bd4ff;font-size:12px;font-weight:900;letter-spacing:.08em}
.sp-sandwich-grid-v662{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.sp-sandwich-item{min-height:58px;padding:8px 6px;border:1px solid #49677d;border-radius:7px;background:#293f50;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;font-size:12px;font-weight:800;cursor:pointer}
.sp-sandwich-item:hover{background:#31526a;border-color:#79c8f4}
.sp-sandwich-item.active{background:linear-gradient(180deg,#2998d8,#1476b3);border-color:#6cd1ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.sp-sandwich-item.store{background:#0c9f50;border-color:#43d987}
.sp-sandwich-item.store:hover{background:#10b65d}
.sp-sandwich-icon{display:block;min-height:20px;font-size:20px;line-height:20px}
body.metrics-hidden .cards,body.metrics-hidden .metrics,body.metrics-hidden #metricsPanel{display:none!important}
@keyframes sp662In{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}
@media(max-width:720px){.sp-sandwich-btn-v662{left:auto!important;right:9px!important;top:8px}.sp-sandwich-menu-v662{left:auto!important;right:0!important;width:min(310px,calc(100vw - 8px))}}
