:root{--ink:#141b22;--ink2:#3a4650;--muted:#6b7883;--faint:#98a4ad;--line:#e4e8ec;--line2:#eef1f4;--bg:#f6f8fa;--card:#ffffff;--brand:#0f6e56;--brand-bg:#e4f3ee;--brand-ink:#0b5443;--accent:#2f6fed;--accent-bg:#e8f0fe;--accent-ink:#1a4fbf;--warn:#b5710a;--warn-bg:#fbf0dd;--new:#6b7883;--new-bg:#eef1f4;--replied:#0f6e56;--replied-bg:#e4f3ee;--client:#7a3ca8;--client-bg:#f1e8f9;--danger:#c33;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-size:14px}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}button:disabled{cursor:default}input,textarea{font-family:inherit;font-size:14px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d4dae0;border-radius:6px;border:2px solid var(--bg)}.mono{font-variant-numeric:tabular-nums}.display{font-family:Space Grotesk,sans-serif}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
