/* Project Phoenix v0.5.2 — navigation component */
.command-sidebar button{position:relative;overflow:hidden}
.command-sidebar button::after{content:"";position:absolute;right:10px;width:4px;height:4px;border-radius:50%;background:transparent;box-shadow:0 0 0 transparent}
.command-sidebar button.active::after{background:#efc66b;box-shadow:0 0 10px #ef8b42}
.command-sidebar .nav-glyph{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(212,165,75,.24);border-radius:6px;background:rgba(8,8,9,.35)}
@media(max-width:680px){.command-sidebar .nav-glyph{width:24px;height:24px;border:0;background:transparent}.command-sidebar button::after{display:none}}
