@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#333;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary:#1e88e5;--primary-dark:#1565c0;--success:#4caf50;--warning:#ff9800;--danger:#f44336;--info:#00bcd4}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;overflow:hidden}body{margin:0;min-width:320px;min-height:100vh}#root{height:100%}.dark{color-scheme:dark;color:#e5e7eb;background-color:#111827;--primary:#3b82f6;--primary-dark:#2563eb}#__next{height:100%}