@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#f0f2f5;--surface:#fff;--surface2:#f8f9fb;--border:#e1e4e8;--border2:#eaecef;--text:#1c2430;--text2:#5a6472;--text3:#8b95a1;--blue:#1a56db;--blue-h:#1648c0;--blue-l:#eff4ff;--blue-t:rgba(26,86,219,.12);--red:#dc2626;--red-l:#fef2f2;--green:#16a34a;--green-l:#f0fdf4;--navy:#0f172a;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}@media (max-width:768px){body,html{width:100%;overflow-x:hidden}}