:root{--boot-progress: 0%}body{margin:0;min-height:100vh;overflow:hidden;background:#000000;font-family:Trebuchet MS,Segoe UI,sans-serif}#boot-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#161718;z-index:9999;opacity:1;transition:opacity .3s ease}#boot-loader.is-hidden{opacity:0;pointer-events:none}.boot-loader-card{width:min(320px,calc(100% - 40px))}.boot-loader-progress{width:100%;height:30px;border-radius:12px;overflow:hidden;background:#2c2e30}.boot-loader-progress-fill{width:var(--boot-progress);height:100%;border-radius:inherit;background:#44ff33;transition:width .14s linear;animation:boot-prime 1.2s ease-out forwards}@keyframes boot-prime{0%{width:0%}to{width:10%}}
