*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loader{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.loader p{color:#666;font-size:16px}.spinner{border:3px solid #e0e0e0;border-top-color:#333;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#d32f2f}
