: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}.app-base{height:100%;padding:10px;width:100%}.app-base .content{align-items:center;display:flex;gap:20px;height:100%;justify-content:center;margin-top:40px;width:100%}.app-base .content .text-part{display:flex;flex-direction:column;gap:10px}.app-base .content .text-part .title{font-size:50px;font-weight:700;margin-bottom:40px}.app-base .content .text-part .subtitle{font-size:18px;font-weight:lighter;margin-bottom:10px}.app-base .content .img-part{aspect-ratio:.8;max-width:400px}.app-base .content-mobile{flex-direction:column;margin-bottom:20px}.download-btn{align-items:center;background-color:#fff;border-radius:25px;color:#000;cursor:pointer;display:flex;font-size:18px;height:50px;justify-content:center;transition:background .3s ease;width:240px}.download-btn:hover{background-color:#fffe}.app-pop{background-color:#000;padding:0!important}.code-img{border-radius:8px;height:100%;margin-top:5px;padding:10px;width:100%}
