.MENUVI-header,.MENUVI-toolbar{display:flex;align-items:center}:root{--MENUVI-bg:#0f1117;--MENUVI-surface:#1a1e2b;--MENUVI-surface-2:#232838;--MENUVI-border:rgba(255,255,255,.08);--MENUVI-accent:#6c63ff;--MENUVI-accent-hover:#8b85ff;--MENUVI-danger:#e05252;--MENUVI-danger-hover:#f06060;--MENUVI-text:#e8eaf0;--MENUVI-text-muted:#7f88a6;--MENUVI-success:#4caf7d;--MENUVI-radius:10px;--MENUVI-shadow:0 4px 24px rgba(0,0,0,.4);--MENUVI-transition:.2s ease}.MENUVI-wrap{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--MENUVI-text);max-width:900px;padding-bottom:60px}.MENUVI-header{gap:12px;padding:28px 0 20px;border-bottom:1px solid var(--MENUVI-border);margin-bottom:20px;flex-wrap:wrap}.MENUVI-header__main{display:flex;align-items:center;gap:12px}.MENUVI-header__icon{font-size:32px;color:var(--MENUVI-accent);width:36px;height:36px}.MENUVI-header__title{font-size:24px;font-weight:700;margin:0;color:var(--MENUVI-text);line-height:1}.MENUVI-header__tagline{width:100%;margin:4px 0 0;color:var(--MENUVI-text-muted);font-size:13px}.MENUVI-toolbar{gap:10px;margin-bottom:16px;flex-wrap:wrap}.MENUVI-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:none;border-radius:var(--MENUVI-radius);font-size:13px;font-weight:600;cursor:pointer;transition:background var(--MENUVI-transition),transform var(--MENUVI-transition),box-shadow var(--MENUVI-transition)}.MENUVI-btn:active{transform:scale(.97)}.MENUVI-btn--primary{background:var(--MENUVI-accent);color:#fff}.MENUVI-btn--primary:hover{background:var(--MENUVI-accent-hover);box-shadow:0 0 0 3px rgba(108,99,255,.3)}.MENUVI-btn--primary:disabled{opacity:.5;cursor:not-allowed}.MENUVI-item__handle:active,.MENUVI-subitem:active{cursor:grabbing}.MENUVI-btn--danger{background:0 0;border:1px solid var(--MENUVI-danger);color:var(--MENUVI-danger)}.MENUVI-btn--danger:hover{background:var(--MENUVI-danger);color:#fff}.MENUVI-status{font-size:12px;color:var(--MENUVI-text-muted)}.MENUVI-legend{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px;font-size:12px;color:var(--MENUVI-text-muted)}.MENUVI-item__handle,.MENUVI-item__icon{font-size:20px;color:var(--MENUVI-text-muted)}.MENUVI-legend__item{display:flex;align-items:center;gap:5px}.MENUVI-legend__item .dashicons{font-size:16px;width:16px;height:16px}.MENUVI-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:16px;color:var(--MENUVI-text-muted)}.MENUVI-spinner{width:36px;height:36px;border:3px solid var(--MENUVI-border);border-top-color:var(--MENUVI-accent);border-radius:50%;animation:.7s linear infinite MENUVI-spin}@keyframes MENUVI-spin{to{transform:rotate(360deg)}}.MENUVI-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.MENUVI-item__controls,.MENUVI-item__header{display:flex;align-items:center;gap:10px}.MENUVI-item{background:var(--MENUVI-surface);border:1px solid var(--MENUVI-border);border-radius:var(--MENUVI-radius);overflow:hidden;transition:box-shadow var(--MENUVI-transition),border-color var(--MENUVI-transition)}.MENUVI-item:hover{border-color:rgba(108,99,255,.3)}.MENUVI-item.MENUVI-item--hidden{opacity:.45}.MENUVI-item.ui-sortable-helper{box-shadow:var(--MENUVI-shadow);border-color:var(--MENUVI-accent)}.MENUVI-item.ui-sortable-placeholder{background:rgba(108,99,255,.05);border:1px dashed var(--MENUVI-accent);visibility:visible!important}.MENUVI-item__header{padding:12px 16px;min-height:52px}.MENUVI-item__handle{cursor:grab;flex-shrink:0;width:20px;height:20px;line-height:1}.MENUVI-item__icon{width:22px;height:22px;flex-shrink:0}.MENUVI-item__label{flex:1;font-size:14px;font-weight:600;color:var(--MENUVI-text);border:1px solid transparent;border-radius:6px;padding:4px 8px;background:0 0;outline:0;transition:background var(--MENUVI-transition),border-color var(--MENUVI-transition);min-width:0}.MENUVI-panel__section-label,.MENUVI-toggle-label{font-size:11px;color:var(--MENUVI-text-muted)}.MENUVI-item__label:focus,.MENUVI-item__label:hover{background:var(--MENUVI-surface-2);border-color:var(--MENUVI-accent)}.MENUVI-item__controls{flex-shrink:0}.MENUVI-toggle{position:relative;display:inline-block;width:38px;height:20px}.MENUVI-toggle input{opacity:0;width:0;height:0}.MENUVI-toggle__track{position:absolute;inset:0;background:var(--MENUVI-surface-2);border:1px solid var(--MENUVI-border);border-radius:20px;cursor:pointer;transition:background var(--MENUVI-transition)}.MENUVI-toggle__track::after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--MENUVI-text-muted);transition:transform var(--MENUVI-transition),background var(--MENUVI-transition)}.MENUVI-toggle input:checked+.MENUVI-toggle__track{background:var(--MENUVI-accent);border-color:var(--MENUVI-accent)}.MENUVI-toggle input:checked+.MENUVI-toggle__track::after{transform:translateX(18px);background:#fff}.MENUVI-item__expand{background:0 0;border:none;cursor:pointer;color:var(--MENUVI-text-muted);padding:4px;display:flex;align-items:center;transition:color var(--MENUVI-transition),transform var(--MENUVI-transition);border-radius:4px}.MENUVI-item__expand:hover{color:var(--MENUVI-accent)}.MENUVI-item__expand .dashicons{transition:transform var(--MENUVI-transition)}.MENUVI-item--expanded .MENUVI-item__expand .dashicons{transform:rotate(180deg)}.MENUVI-item__panel{display:none;padding:0 16px 16px 50px;border-top:1px solid var(--MENUVI-border)}.MENUVI-item--expanded .MENUVI-item__panel{display:block}.MENUVI-panel__section-label{font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:14px 0 8px}.MENUVI-roles-grid{display:flex;flex-wrap:wrap;gap:6px 16px}.MENUVI-role-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--MENUVI-text)}.MENUVI-role-item input[type=checkbox]{accent-color:var(--MENUVI-accent);width:14px;height:14px}.MENUVI-submenu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.MENUVI-subitem{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--MENUVI-surface-2);border-radius:6px;cursor:grab}.MENUVI-subitem__handle{color:var(--MENUVI-text-muted);font-size:16px}.MENUVI-subitem__label{flex:1;font-size:13px;color:var(--MENUVI-text);background:0 0;border:1px solid transparent;border-radius:4px;padding:2px 6px;outline:0;transition:background var(--MENUVI-transition),border-color var(--MENUVI-transition)}.MENUVI-subitem__label:focus,.MENUVI-subitem__label:hover{background:var(--MENUVI-surface);border-color:var(--MENUVI-accent)}.MENUVI-toast{position:fixed;bottom:30px;right:30px;min-width:240px;padding:14px 20px;border-radius:var(--MENUVI-radius);font-size:13px;font-weight:600;color:#fff;pointer-events:none;opacity:0;transform:translateY(12px);transition:opacity .3s,transform .3s;z-index:99999}.MENUVI-toast--success{background:var(--MENUVI-success)}.MENUVI-toast--error{background:var(--MENUVI-danger)}.MENUVI-toast--show{opacity:1;transform:translateY(0)}
