.square-menu-container{border:2px solid var(--cursor-color,#3b82f6);box-shadow:none;z-index:100000;transform-origin:50%;pointer-events:auto;box-sizing:border-box;background:0 0;border-radius:0;flex-direction:column;min-width:0;padding:0;transition:background .2s,backdrop-filter .2s,box-shadow .2s;display:flex;position:absolute;overflow:hidden}.square-menu-container.glass{backdrop-filter:blur(12px);will-change:backdrop-filter;background:#2525268c;border:1px solid #ffffff14;transform:translateZ(0);box-shadow:0 4px 20px #0006}.square-menu-container.no-glass{background:#1e1e1e;border:1px solid #ffffff1a;box-shadow:0 2px 8px #00000080}.square-menu-container.expanded{backdrop-filter:blur(12px);background:#252526d9;box-shadow:0 4px 20px #0006}.square-submenu-container{z-index:100001;pointer-events:auto;background:#1e1e1e;border:1px solid #ffffff1a;flex-direction:column;padding:4px 0;display:flex;position:fixed;overflow:hidden;box-shadow:0 2px 8px #00000080}.square-submenu-container.glass{backdrop-filter:blur(12px);will-change:backdrop-filter;background:#2525268c;border:1px solid #ffffff14;transform:translateZ(0);box-shadow:0 4px 20px #0006}.square-menu-item{box-sizing:border-box;cursor:pointer;color:#ffffffb3;opacity:0;border-radius:0;align-items:center;gap:8px;height:24px;margin:0;padding:0 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s,color .15s;display:flex}.square-menu-item:hover{color:#fff;background:#ffffff1a}.square-menu-icon{color:#888;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:color .15s,opacity .15s;display:flex}.square-menu-icon svg{fill:currentColor;width:14px;height:14px}.square-menu-item:hover .square-menu-icon{color:#fffc}.square-menu-label{white-space:nowrap;font-size:12px;font-weight:400;line-height:1}.square-menu-separator{background:#ffffff14;height:1px;margin:4px 0}.square-submenu-container .square-menu-item{opacity:1}.square-menu-shortcut{color:#fff6;margin-left:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;line-height:1}.square-menu-arrow{color:#ffffff80;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:18px;font-weight:300;line-height:1;transition:transform .2s,color .2s;display:inline-flex;transform:rotate(-90deg)}.square-menu-item:hover>.square-menu-arrow{color:#dcb67ae6;transform:rotate(0)}.square-menu-item.has-submenu{padding-right:8px}.square-menu-item.has-submenu:hover .square-menu-arrow{color:#dcb67ae6}.square-menu-item.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.square-menu-item.disabled:hover{color:#ffffffb3;background:0 0}
