html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}.loading-overlay{z-index:9999;color:#000;background:#fffc;justify-content:center;align-items:center;margin-top:60px;padding-bottom:60px;font-size:24px;display:flex;position:fixed;inset:0}.loading-overlay:before{content:"";border:4px solid #ccc;border-top-color:#333;border-radius:50%;width:40px;height:40px;margin-right:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}