:root{--radius: 18px;--pink: #ff0060;--light-pink: #ffe5ef;--green: #00dfa2;--light-green: #e5fcf6;--blue: #0079ff;--light-blue: #e5f1ff;--orange: #ff862f;--light-orange: #fff3ea;--black: black;--light-black: #e5e5e5;--message-font-color: #5a5a5a;--primary-font-color: #2d2d2d;--grey: #9f9f9f;--light-grey: #d3d3d3}*{box-sizing:border-box}body,html{background-color:#e7f0f8;height:100vh;width:100vw;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;font:14px/1.2 Segoe UI,Lucida Grande,sans-serif;color:var(--primary-font-color);overscroll-behavior:none}button{font:14px/1.2 Segoe UI,Lucida Grande,sans-serif;color:var(--primary-font-color);background-color:transparent;border:none;cursor:pointer;padding:0}.loader{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:1.2rem;color:#979797;gap:10px}.loader__animation{display:flex;align-items:center;gap:8px}.dot{width:10px;height:10px;background-color:#979797;border-radius:50%;animation:pulse 1.2s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}
