@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--bg-secondary:#f5f5f7;--text-primary:#1d1d1f;--text-secondary:#6e6e73;--text-muted:#aeaeb2;--border:#d2d2d7;--border-light:#e8e8ed;--accent-blue:#007aff;--accent-blue-hover:#0066d6;--accent-blue-light:#007aff0f;--accent-green:#34c759;--accent-green-light:#34c7590f;--accent-purple:#af52de;--accent-orange:#ff9500;--accent-red:#ff3b30;--air-tint:#edf2f8;--air-tint-strong:#d8e4f0;--air-border:#c5d1de;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--shadow-lg:0 4px 20px #00000014;--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-pill:100px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--text-primary);background:var(--white);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{color:var(--text-primary);background:#007aff26}.loading-screen{justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:2.5px solid var(--border-light);border-top-color:var(--accent-blue);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
