:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--black:#0a0a0a;--gray:#272727;--gray-bg:#272727f1;--dark-bg:#1d1d1d;--gray-light:#8e8e8e;--purple:#893797;--purple-dark:#742e80;--purple-dark-two:#600d6e;--white:#fff;--yellow:gold;--yellow-hover:#b89d05;--rounded:15px;--red:#f96f6f;--record:#f53737}.text-yellow{color:var(--yellow)}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{width:100%;font-size:100%;line-height:1.5;font-weight:300;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}html{background-color:var(--gray-bg)}html.landHtml{background-color:var(--dark-bg)}body{height:100vh;height:100dvh!important;display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:var(--white);min-height:100%;overflow-x:hidden}@media(max-height:450px){body{min-height:360px}}main{flex:1 1 100%;width:100%;height:calc(100% - 149px)}.hidden{display:none!important}