@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.animated-border:after,.animated-border:before{content:"";position:absolute;inset:-2px;background:conic-gradient(from var(--angle),transparent,#f3a24f,transparent,transparent);border-radius:12px;animation:rotate 5s linear infinite;z-index:-1}.animated-border:before{filter:blur(1.5rem);opacity:.5}@keyframes rotate{0%{--angle:0deg}to{--angle:360deg}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(100,100,100,.5);border-radius:8px;border:2px solid transparent;background-clip:content-box;transition:background-color .3s}::-webkit-scrollbar-thumb:hover{background-color:rgba(100,100,100,.8)}.dark ::-webkit-scrollbar-thumb{background-color:rgba(200,200,200,.2)}.dark ::-webkit-scrollbar-thumb:hover{background-color:rgba(200,200,200,.4)}