/* === HERMES CRM — FLOATING SIDEBAR === */
nav[class*="fixed left-0"][class*="w-64"] {
    left: 10px !important;
    top: 10px !important;
    height: calc(100vh - 20px) !important;
    border-radius: 14px !important;
    border-right: none !important;
    overflow: hidden !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10), 0 1px 6px rgba(0, 0, 0, 0.05) !important;
}
nav[class*="fixed left-0"][class*="w-64"] > div[class*="border-b"],
nav[class*="fixed left-0"][class*="w-64"] > div[class*="border-t"] {
    border-bottom: none !important;
    border-top: none !important;
}
