@tailwind base;@tailwind components;@tailwind utilities;canvas{display:block;position:fixed;top:0;left:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Lato,sans-serif;color:#fff;padding:0;margin:0;align-items:center;width:100%;height:100%;overflow:hidden}.loader{position:fixed;color:#4caf50;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity 1s ease;opacity:1;visibility:visible}.presentation{text-align:center;display:flex}.loading{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.loading h1{font-size:2rem;margin-bottom:1rem}.bar{width:100px;height:10px;background:#ddd;border-radius:5px;overflow:hidden}.progress{width:0;height:100%;background:#4caf50;animation:progress 3s}@keyframes progress{0%{width:0}to{width:100%}}.loader.disappear{animation:disappear 1s forwards}@keyframes disappear{0%{opacity:1;visibility:visible}to{visibility:hidden;opacity:0}}@media screen and (max-width: 599px){html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:absolute}h1{font-size:1.2rem}h2{font-size:1rem}p{font-size:.7rem}}@media screen and (min-width: 600px){html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:absolute;min-width:500px}}@media screen and (min-width: 900px){html,body{margin:0;padding:0;width:100%;height:100%;position:absolute;min-width:500px;overflow:hidden}}
