@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}input,select,textarea,button{border-radius:8px;font-family:inherit;font-size:15px}button{touch-action:manipulation;-webkit-user-select:none;user-select:none}.container-responsive{width:100%;max-width:1280px;margin:0 auto;padding:16px}@media (width>=768px){.container-responsive{padding:24px 32px}}.mobile-grid-stack{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.mobile-grid-stack{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}
