@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--app-bg:#e9eef3;--surface:#fff;--surface-soft:#f8fafc;--line:#e6eaf0;--line-strong:#d8dee8;--text:#111827;--muted:#6b7280;--muted-light:#98a2b3;--primary:#4f46e5;--primary-dark:#3730a3;--success:#16a34a;--warning:#eab308;--danger:#ef4444;--teal:#0ea5b7;--shadow-soft:0 18px 55px #0f172a14}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--app-bg);max-width:100vw;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#edf1f5}::-webkit-scrollbar-thumb{background:#c9d1dc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aeb8c7}
