@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;min-height:100dvh;overflow-x:clip}body{padding-bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom))}button{font:inherit;cursor:pointer}a,button{color:inherit}a{text-decoration:none}input,select,textarea{font:inherit;color:var(--ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}.mono{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}[aria-label="Task board"]::-webkit-scrollbar{display:none}:root{--bg:#f3f5f9;--surface:#fff;--surface-2:#f8fafc;--border:#e4e7ed;--border-strong:#ced3dc;--ink:#141923;--ink-2:#3b4250;--muted:#6b7283;--muted-2:#8a91a1;--accent:#c8202a;--accent-600:#a91821;--accent-700:#8c131b;--accent-50:#fdecee;--accent-ring:rgba(200,32,42,.12);--sidebar-bg:#0f1116;--sidebar-bg-2:#161922;--sidebar-fg:#c9cdd6;--sidebar-fg-dim:#7a8194;--pill-neutral-bg:#eceef2;--pill-neutral-fg:#4a5161;--pill-staff-bg:#fde7e7;--pill-staff-fg:#b52025;--pill-super-bg:#ede4fb;--pill-super-fg:#6937c9;--pill-active-bg:#def4e3;--pill-active-fg:#1b7a3a;--pill-inactive-bg:#eceef2;--pill-inactive-fg:#5c6473;--pill-warn-bg:#feebd7;--pill-warn-fg:#a3570f;--pill-info-bg:#e1ecfb;--pill-info-fg:#1a5bb8;--pad-card:12px 14px;--gap-card:10px;--gap-grid:10px;--row-pad-y:8px;--r-sm:6px;--r-md:8px;--r-lg:10px;--r-xl:14px;--shadow-sm:0 1px 2px rgba(20,25,35,.04),0 1px 1px rgba(20,25,35,.03);--shadow-md:0 4px 14px -6px rgba(20,25,35,.14),0 2px 4px rgba(20,25,35,.04);--shadow-lg:0 18px 40px -18px rgba(20,25,35,.22),0 4px 10px rgba(20,25,35,.06);--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;--fs-base:13px;--lh-base:1.45;--tap-min:44px;--tabbar-height:56px;--page-pad-x:14px;--page-pad-y:14px}