:root{--color-primary:#4e73df;--color-secondary:#858796;--color-bg-app:#f8f9fc;--color-bg-card:#fff;--color-border:#eaecf4;--color-text-main:#2e384d;--color-text-muted:#858796;--color-danger:#e74a3b;--color-success:#1cc88a;--color-warning:#f6c23e;--font-family:"Outfit", "Inter", system-ui, -apple-system, sans-serif;--font-prompt:"Prompt", sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-family);color:var(--color-text-main);background-color:#f1f3f6;justify-content:center;align-items:flex-start;min-height:100vh;line-height:1.5;display:flex}#root{justify-content:center;width:100%;display:flex}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-4{padding:1rem}.bg-primary{background-color:var(--color-primary)}.text-primary{color:var(--color-primary)}.border-primary{border-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.text-secondary{color:var(--color-secondary)}.text-muted{color:var(--color-text-muted)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 .15rem 1.75rem #3a3b450d}.shadow-md{box-shadow:0 .5rem 1rem #00000014}.cursor-pointer{cursor:pointer}.no-underline{text-decoration:none}.mobile-layout{background-color:var(--color-bg-app);flex-direction:column;width:100%;max-width:480px;min-height:100vh;display:flex;position:relative;overflow-x:hidden;box-shadow:0 0 20px #0000000d}@media (width<=480px){.mobile-layout{max-width:100%;box-shadow:none}}
