.bucket-card{cursor:pointer;background-color:rgb(var(--v-theme-surface));transition:background-color .2s ease-in-out,transform .15s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;border:1px solid transparent;border-radius:0}.bucket-card:hover{background-color:rgba(var(--v-theme-primary),.03);border-color:rgba(var(--v-theme-primary),.4)}.bucket-card:hover .bucket-count,.bucket-card:hover .bucket-name{color:rgb(var(--v-theme-primary))}.bucket-card:active{background-color:rgba(var(--v-theme-primary),.08)}.bucket-card.is-first{border-bottom-left-radius:16px}.bucket-card.is-last{border-bottom-right-radius:16px}
