.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border:1px solid var(--el-popover-border-color);border-radius:var(--el-popover-border-radius);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;color:var(--el-text-color-regular);font-size:var(--el-popover-font-size);line-height:1.4;min-width:150px;overflow-wrap:break-word;padding:var(--el-popover-padding);z-index:var(--el-index-popper)}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus,.el-popover.el-popper:focus:active{outline-width:0}: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%}
