.notch-side-nav{position:fixed;right:26px;top:50%;transform:translateY(-50%);z-index:2147483647;display:flex;flex-direction:column;gap:13px;padding:16px 10px;border-radius:999px;background:rgba(20,20,20,0.68);box-shadow:0 18px 45px rgba(0,0,0,0.22)}.notch-link{width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.notch-link span{width:10px;height:10px;display:block;border-radius:999px;background:rgba(255,255,255,0.5);transition:all 0.25s ease}.notch-link:hover span{height:30px;background:#ffffff}@media (max-width:767px){.notch-side-nav{display:none}}