body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;margin:0}.hidden{display:none!important}.loading-state{align-items:center;display:flex;justify-content:center;padding:2rem}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #e0e0e0;border-radius:50%;border-top-color:#e3350d;height:2rem;width:2rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#loading-screen{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:50}#loading-screen .text-center{text-align:center}#loading-screen .mb-6{margin-bottom:1.5rem}#loading-screen .mb-4{margin-bottom:1rem}#loading-screen .mb-2{margin-bottom:.5rem}#loading-screen .mt-4{margin-top:1rem}#loading-screen .mx-auto{margin-left:auto;margin-right:auto}#loading-screen .h-20{height:5rem}#loading-screen .w-20{width:5rem}#loading-screen .h-12{height:3rem}#loading-screen .w-12{width:3rem}#loading-screen .h-1{height:.25rem}#loading-screen .max-w-xs{max-width:20rem}#loading-screen .text-xl{font-size:1.25rem;line-height:1.75rem}#loading-screen .text-sm{font-size:.875rem;line-height:1.25rem}#loading-screen .font-bold{font-weight:700}#loading-screen .text-gray-800{color:#373737}#loading-screen .text-gray-600{color:#555}#loading-screen .border-4{border-width:4px}#loading-screen .border-gray-200{border-color:#e0e0e0}#loading-screen .border-t-red{border-top-color:#e3350d}#loading-screen .rounded-full{border-radius:9999px}#loading-screen .bg-gray-200{background-color:#e0e0e0}#loading-screen .bg-gradient{background:linear-gradient(90deg,#e3350d,#f05030)}#loading-screen .animate-spin{animation:spin 1s linear infinite}#loading-screen .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}#loading-screen .transition-all{transition:all .3s ease}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}#app{opacity:0;transition:opacity .5s ease-in-out}header{background:linear-gradient(0deg,#b91c1c,#e3350d 50%,#f05030);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);color:#fff;left:0;position:fixed;right:0;top:0;z-index:40}main{margin:0 auto;max-width:48rem;padding:1rem}.card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);color:#444;margin-bottom:1.5rem;padding:1.5rem}