:root{color:#0f172a;font-synthesis:none;background:#fff;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{max-width:100%;min-height:100%}body{margin:0;overflow-x:hidden}a{color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1280px,100% - 48px);margin-left:auto;margin-right:auto}@media (width<=760px){.container{width:min(100% - 36px,1280px)}}.loading-screen{color:#14213d;background:#fffdf8;place-items:center;min-height:100vh;padding:24px;display:grid}.loading-card{text-align:center;justify-items:center;gap:16px;display:grid}.loading-card img{width:min(150px,42vw);height:auto}.loading-card p{color:#64748b;margin:0;font-size:.95rem}.loading-spinner{border:3px solid #dbeafe;border-top-color:#168fd0;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite loading-spin;display:block}.page-shell{animation:.22s ease-out both page-enter}@keyframes loading-spin{to{transform:rotate(360deg)}}@keyframes page-enter{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.loading-spinner,.page-shell{animation:none}}
