@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg:#0a0a0c;--surface:#ffffff0a;--border:#ffffff14;--text-primary:#ffffffeb;--text-secondary:#ffffff73;--text-muted:#ffffff47;--deep-blue:#007cd5;--light-blue:#33a2f1;--accent:var(--deep-blue);--accent-glow:#007cd559}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg);width:100%;height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{flex-direction:column;width:100%;height:100%;display:flex}
