:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c1917;background-color:#faf9f7}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#faf9f7}button{cursor:pointer}.loading-spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(194,65,12,.2);border-top-color:#c2410c;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}