@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--navy:#0d1b2a;--navy-mid:#1a3a5c;--navy-light:#2a5298;--yellow:#f5c518;--yellow-dark:#d4a904;--yellow-pale:#fef9e0;--bg:#f0f4f8;--surface:#ffffff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 3px rgba(13,27,42,0.08),0 1px 2px rgba(13,27,42,0.04);--shadow-md:0 4px 12px rgba(13,27,42,0.1),0 2px 4px rgba(13,27,42,0.06);--shadow-lg:0 10px 30px rgba(13,27,42,0.14),0 4px 8px rgba(13,27,42,0.08);--radius:10px;--radius-lg:16px}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{height:-webkit-fill-available}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);overscroll-behavior:none}body{min-height:100vh;min-height:-webkit-fill-available}a{color:inherit;text-decoration:none}[role=button],button{touch-action:manipulation}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes chatAlertPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55),0 4px 20px rgba(0,0,0,.25)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0),0 4px 20px rgba(0,0,0,.25)}to{box-shadow:0 0 0 0 rgba(34,197,94,0),0 4px 20px rgba(0,0,0,.25)}}