:root{--c-deep-red:#c0180c;--c-orange-red:#e8360a;--c-brand-orange:#f26a1b;--c-golden-orange:#f5a623;--c-bright-yellow:#ffbc00;--c-white:#fff;--c-near-black:#1a1a1a;--c-light-gray:#f5f5f5;--c-mid-gray:#e8e8e8;--c-text-gray:#666;--c-text-dark:#1a1a1a;--c-gradient:linear-gradient(180deg, #c0180c 0%, #f26a1b 50%, #f5a623 100%)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f0f0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{background:#e8e8e8;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;display:flex}.app-shell{background:#fff;width:100%;max-width:390px;min-height:100vh;position:relative;overflow-x:hidden;box-shadow:0 0 40px #00000026}@media (width>=391px){.app-shell{margin:0 auto}}input,button,select,textarea{font-family:Inter,sans-serif}button{cursor:pointer;border:none;outline:none}a{color:inherit;text-decoration:none}@keyframes ala-spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{background:0 0;width:0}
