.smart-menu-wrapper{position:fixed;left:0;top:0;z-index:9999;pointer-events:none}.smart-menu-wrapper *{box-sizing:border-box}.smart-menu-toggle-btn{pointer-events:all;position:fixed;left:0;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:44px;height:44px;border-radius:0 12px 12px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 2px 12px #0003;transition:all .3s ease;border:none;z-index:10001;opacity:.3;visibility:visible}.smart-menu-toggle-btn:hover:not(.hidden){width:52px;opacity:1;transition-duration:.5s;box-shadow:2px 2px 16px #0000004d}.smart-menu-toggle-btn.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) translate(-100%)}.smart-menu-overlay{pointer-events:all;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.smart-menu-overlay.active{opacity:1;visibility:visible;pointer-events:all}.smart-menu-sidebar{pointer-events:all;position:fixed;left:0;top:0;height:100vh;width:420px;background:#fff;box-shadow:2px 0 20px #00000026;transform:translate(-100%);transition:transform .3s ease,width .3s ease;overflow-y:auto;overflow-x:visible;z-index:9999;display:flex;flex-direction:column;position:relative}.smart-menu-sidebar.open{transform:translate(0)}.smart-menu-sidebar.resizing{transition:transform .3s ease!important}.smart-menu-sidebar.resizing .smart-menu-resize-handle{border-right-color:#667eea;background:linear-gradient(to right,transparent,rgba(102,126,234,.1))}.smart-menu-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.smart-menu-header h2{font-size:1.125rem;font-weight:700;margin:0;white-space:nowrap}.smart-menu-header p{font-size:.75rem;opacity:.9;margin:.25rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-menu-selector-bar{padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.smart-menu-selector-btn{width:100%;padding:.625rem .875rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s;font-size:.875rem;min-height:42px}.smart-menu-selector-btn:hover{border-color:#667eea}.smart-menu-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem;padding-bottom:150px}.smart-menu-item{padding:.625rem .75rem;cursor:pointer;transition:all .2s;border-left:3px solid transparent;display:flex;align-items:center;justify-content:space-between;border-radius:.375rem;margin-bottom:.125rem;white-space:nowrap}.smart-menu-item:hover{background:#f3f4f6;border-left-color:#667eea}.smart-menu-item-link{padding:.625rem .75rem;transition:all .2s;border-left:3px solid transparent;display:flex;align-items:center;color:inherit;text-decoration:none;border-radius:.375rem;margin-bottom:.125rem;white-space:nowrap}.smart-menu-item-link:hover{background:#f3f4f6;border-left-color:#667eea}.smart-menu-item-content{display:flex;align-items:center;gap:.75rem}.smart-menu-item-content span{white-space:nowrap}.smart-menu-children{padding-left:.5rem;border-left:2px solid #e5e7eb;margin-left:1rem;margin-top:.25rem}.smart-menu-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.smart-menu-icon-category{color:#1e40af}.smart-menu-icon-product{color:#166534}.smart-menu-icon-dashboard{color:#5b21b6}.smart-menu-icon-pool{color:#9a3412}.smart-menu-chevron{transition:transform .2s;font-size:11px;color:#9ca3af;flex-shrink:0}.smart-menu-chevron.expanded{transform:rotate(90deg)}.smart-menu-empty-state{text-align:center;color:#9ca3af;padding:3rem 1rem}.smart-menu-empty-state i{font-size:3rem;margin-bottom:1rem;opacity:.3}.smart-menu-empty-state p{font-size:.875rem;margin:.25rem 0}.smart-menu-resize-handle{position:absolute;right:0;top:0;width:12px;height:100%;cursor:ew-resize;z-index:10002;background:transparent;border-right:3px solid transparent;transition:border-color .2s}.smart-menu-resize-handle:hover{border-right-color:#667eea;background:linear-gradient(to right,transparent,rgba(102,126,234,.1))}.smart-menu .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;padding:1rem}.smart-menu .modal-container{background:#fff;width:100%;max-width:42rem;max-height:90vh;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;overflow:hidden}.smart-menu .modal-header{background:linear-gradient(to right,#eef2ff,#f5f3ff);padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.smart-menu .modal-header h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.smart-menu .modal-header p{font-size:.875rem;color:#6b7280;margin:0}.smart-menu .modal-body{flex:1;overflow-y:auto;padding:1rem}.smart-menu .modal-actions{padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.smart-menu .menu-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.65rem;border-radius:.375rem;font-weight:600;flex-shrink:0}.smart-menu .badge-default{background:#dcfce7;color:#166534}.smart-menu .badge-system{background:#dbeafe;color:#1e40af}.smart-menu .menu-option{padding:1rem;border-radius:.5rem;cursor:pointer;transition:all .2s;border:2px solid transparent;margin-bottom:.75rem}.smart-menu .menu-option:hover{background:#f9fafb}.smart-menu .menu-option.active{background:#eef2ff;border-color:#667eea}.smart-menu .btn{padding:.625rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.smart-menu .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.smart-menu .btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.smart-menu .btn-secondary{background:#f3f4f6;color:#374151}.smart-menu .btn-secondary:hover{background:#e5e7eb}.smart-menu .btn-sm{padding:.375rem .75rem;font-size:.75rem}.smart-menu .btn-designer{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.smart-menu .btn-designer:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 6px #f59e0b4d}.smart-menu .btn-danger{background:#ef4444;color:#fff}.smart-menu .btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #ef44444d}.smart-menu[x-cloak]{display:none!important}@media (max-width: 768px){.smart-menu .smart-menu-sidebar{width:85vw!important;max-width:400px!important}.smart-menu .smart-menu-resize-handle{display:none}.smart-menu .modal-container{max-height:95vh}.smart-menu .smart-menu-toggle-btn{width:40px;height:40px}.smart-menu .smart-menu-selector-bar .btn-sm{padding:.5rem}.smart-menu .smart-menu-selector-bar .btn-sm i{font-size:14px}}.navbar-laravel{background-color:#fff;box-shadow:0 2px 4px #0000000a}
