.headerToolsPopover{position:relative;display:inline-block}.toolsPopoverContainer{position:absolute;top:calc(100%);left:0;z-index:1000;min-width:22rem;padding:1rem;border-radius:12px;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,.15)}.toolsPopoverGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}.toolsPopoverItem{width:11ch;height:100%;padding:.5rem;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;transition:all .2s ease}.toolsPopoverItem:hover{background:rgba(0,0,0,.04)}.toolsPopoverItemLabel{color:var(--dark4)}.toolsPopoverTabs{display:flex;gap:.5rem;margin-bottom:.75rem}.toolsPopoverTab{padding:.35rem 1rem;border-radius:1rem;cursor:pointer;font-size:.7rem;background:rgba(0,0,0,.06);color:var(--dark4);transition:all .18s ease}.toolsPopoverTab.active{background:var(--black);color:var(--white)}.sharpelyHeaderLPMain .toolsPopoverContainer{background:linear-gradient(#141414,#141414);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 30px rgba(0,0,0,.45)}.sharpelyHeaderLPMain .toolsPopoverItem:hover{background:hsla(0,0%,100%,.08)}.sharpelyHeaderLPMain .toolsPopoverItemLabel{color:var(--white2)}.sharpelyHeaderLPMain .toolsPopoverTab{background:hsla(0,0%,100%,.12);color:#ddd}.sharpelyHeaderLPMain .toolsPopoverTab.active{background:hsla(0,0%,100%,.9);color:#111}