/* FSM ERP - merkezi modül flyout */
@media (min-width:768px){
  #fsm-module-hub-flyout{position:fixed;z-index:95;width:390px;max-height:calc(100vh - 24px);overflow:auto;background:rgba(255,255,255,.985);border:1px solid #e4e3df;border-radius:0 16px 16px 16px;box-shadow:0 22px 55px rgba(31,41,55,.18),0 4px 16px rgba(31,41,55,.08);padding:12px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);animation:fsmModuleHubIn 150ms ease-out}
  #fsm-module-hub-flyout[hidden]{display:none!important}
  .fsm-module-hub-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-2px 2px 10px;padding:3px 8px 10px;border-bottom:1px solid #eceae6;color:#2b2d33;font-size:14px;font-weight:700}
  .fsm-module-hub-count{font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:3px 7px;border-radius:999px}
  .fsm-module-hub-group{margin:10px 0 12px}
  .fsm-module-hub-group-title{padding:0 8px 5px;color:#8a8176;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
  .fsm-module-hub-link{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:10px;color:#30343b;font:inherit;font-size:12px;cursor:pointer}
  .fsm-module-hub-link:hover:not(:disabled){background:#f6f5f2}
  .fsm-module-hub-link:disabled{cursor:default;color:#a6a6a6;opacity:.72}
  .fsm-module-hub-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .fsm-module-hub-state{flex:0 0 auto;font-size:9px;font-weight:800;letter-spacing:.03em;padding:3px 6px;border-radius:999px;background:#eef7f0;color:#267044}
  .fsm-module-hub-link:disabled .fsm-module-hub-state{background:#f3f4f6;color:#8a8f98}
  #fsm-module-hub-flyout::-webkit-scrollbar{width:6px}#fsm-module-hub-flyout::-webkit-scrollbar-thumb{background:#d5d4d0;border-radius:999px}
  @keyframes fsmModuleHubIn{from{opacity:0;transform:translateX(-8px) scale(.985)}to{opacity:1;transform:translateX(0) scale(1)}}
}
@media (max-width:767px){#fsm-module-hub-flyout{position:fixed;z-index:95;left:12px!important;right:12px!important;top:70px!important;max-height:calc(100vh - 90px);overflow:auto;background:#fff;border:1px solid #e4e3df;border-radius:14px;box-shadow:0 16px 40px rgba(31,41,55,.2);padding:12px}#fsm-module-hub-flyout[hidden]{display:none!important}.fsm-module-hub-head{display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee;font-weight:700}.fsm-module-hub-group-title{font-size:10px;font-weight:800;color:#777;margin:10px 6px 4px}.fsm-module-hub-link{width:100%;display:flex;justify-content:space-between;gap:8px;border:0;background:transparent;padding:10px 8px;text-align:left}.fsm-module-hub-link:disabled{color:#aaa}.fsm-module-hub-state{font-size:9px}}
