:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}body{--border-color-theme:#707070;background-color:#000;color:rgb(var(--foreground-rgb))}body::-webkit-scrollbar-thumb{background-color:#f75ecc;border-radius:10px;-webkit-transition:background-color duration-200;transition:background-color duration-200}body::-webkit-scrollbar-track{background-color:#0003;border-radius:2px}body::-webkit-scrollbar-thumb:hover{background-color:#ff85e3;cursor:pointer}.dark-mode body{--border-color-theme:#707070;background-color:#242424;color:rgb(var(--foreground-rgb))}.dark-mode body::-webkit-scrollbar-thumb{background-color:#f75ecc;border-radius:10px;-webkit-transition:background-color duration-200;transition:background-color duration-200}.dark-mode body::-webkit-scrollbar-track{background-color:#0003;border-radius:2px}.dark-mode body::-webkit-scrollbar-thumb:hover{background-color:#ff85e3;cursor:pointer}.light-mode body{background-color:#fdfdf9;--border-color-theme:#000}.create-content:hover .create-btn{animation:bounce 1s}.create-content:hover .create-btn-content{background-color:#fff}.create-content:hover .create-btn-bg{background-color:var(--467bb7bd);transform:translate3d(-6px,-10px,0) rotate(-2deg);transition:.2s ease-in-out}.create-content:hover .create-btn-text{color:#000;text-fill-colr:#000;-webkit-text-fill-color:#000}.create-content .create-btn-text{background:linear-gradient(270deg,#f4d431,#fe6624 20%,#6734ff 76%);background-clip:text;text-fill-colr:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.create-btn .bounce{transform:scale(1.02);transition:.4s ease-in-out}.create-btn .unbounce{transform:scale(1);transition:.6s ease-in-out}.create-btn .create-btn-content{background-color:#000;border:3px solid #fff;font-weight:700}.create-btn .create-btn-bg{background-color:#fff;left:0;top:0;transform:translate3d(6px,10px,0) rotate(-2deg);transition:.6s ease-in-out}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}
