@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--primary:#0077e6;--primary-dark:#0a1e3d;--primary-light:#339dff;--accent:#0077e6;--accent2:#00d4ff;--accent-purple:#7c3aed;--secondary:#060e1a;--bg:#fff;--bg-alt:#f0f5fa;--surface:#fff;--text:#0a1e3d;--text-secondary:#4a6b8a;--text-muted:#8ba3be;--error:#ef4444;--border:rgba(10,30,61,.08);--shadow-sm:0 1px 3px rgba(10,30,61,.04);--shadow-md:0 4px 20px rgba(10,30,61,.06);--shadow-lg:0 12px 40px rgba(10,30,61,.1);--shadow-xl:0 24px 60px rgba(10,30,61,.14);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:100px;--ease:cubic-bezier(0.4,0,0.2,1);--max-width:1200px;--header-height:80px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--primary);color:#fff}.App{min-height:100vh}