﻿ *{user-select:none;scroll-behavior:smooth;background-color:#0000;outline:none;margin:0;padding:0}body{width:100%;position:relative;overflow-x:hidden}:root{--bg:#14171c;--surface:#1b1f26;--surface-2:#232833;--text:#e7e5de;--text-muted:#9298a3;--border:#2a2f38;--accent:#4fbfa8}._container{width:100%;height:calc(100vh - 20px);display:grid}._center{place-self:center;width:300px;height:fit-content;position:relative}.div-loading{width:calc(100% - 20px);margin:10px;position:relative;overflow:hidden}.div-loading div{background:var(--primary-color);border-radius:1px;width:200%;height:2px;animation-name:loading-animation;animation-duration:2s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:forwards;position:relative}@keyframes loading-animation{0%{left:-210%}90%{left:210%}to{left:210%}}