.sidebar-link{align-items:center;border-radius:.5rem;color:oklch(var(--bc)/.6);cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-link:hover{background:oklch(var(--bc)/.05);color:oklch(var(--bc)/.9)}.sidebar-link.active{background:oklch(var(--p)/.12);color:oklch(var(--p));font-weight:600}@media (max-width:768px){#sidebar{bottom:0;left:-100%;position:fixed;top:0;transition:left .2s ease;z-index:50}#sidebar.open{left:0}}