:root{--palette-black:#000000;--palette-ink-950:#080c10;--palette-ink-900:#0d1117;--palette-ink-850:#0f1923;--palette-ink-800:#161b22;--palette-ink-700:#21262d;--palette-ink-600:#4d5562;--palette-ink-500:#6e7681;--palette-ink-400:#8d96a0;--palette-ink-300:#a8b1bc;--palette-ink-200:#c9d1d9;--palette-ink-100:#e6edf3;--palette-white:#ffffff;--palette-accent-600:#3b57e8;--palette-accent-500:#4f6ef7;--palette-accent-400:#7c94fb;--palette-accent-100:#dce5ff;--palette-green-600:#1a7f37;--palette-green-500:#26a148;--palette-green-400:#3fb950;--palette-green-100:#d1f7dd;--palette-orange-600:#b45309;--palette-orange-500:#d97706;--palette-orange-400:#fbbf24;--palette-orange-100:#fef3c7;--palette-red-600:#b91c1c;--palette-red-500:#ef4444;--palette-red-400:#f87171;--palette-red-100:#fee2e2;--palette-blue-500:#3b82f6;--palette-blue-400:#60a5fa;--palette-blue-100:#dbeafe;--palette-purple-500:#8b5cf6;--palette-purple-100:#ede9fe;--color-bg-primary:var(--palette-ink-900);--color-bg-surface:var(--palette-ink-800);--color-bg-surface-2:var(--palette-ink-850);--color-bg-overlay:rgba(0,0,0,0.6);--color-border:var(--palette-ink-700);--color-border-focus:var(--palette-accent-400);--color-border-error:var(--palette-red-500);--color-text-primary:var(--palette-ink-100);--color-text-secondary:var(--palette-ink-300);--color-text-muted:var(--palette-ink-500);--color-text-inverse:var(--palette-black);--color-text-link:var(--palette-accent-400);--color-text-link-hover:var(--palette-accent-500);--color-text-link-visited:var(--palette-accent-400);--color-text-disabled:var(--palette-ink-500);--opacity-disabled:0.5;--color-interactive-primary:var(--palette-accent-600);--color-interactive-primary-hover:var(--palette-accent-500);--color-interactive-primary-text:var(--palette-white);--color-interactive-secondary:transparent;--color-interactive-secondary-border:var(--palette-ink-700);--color-interactive-secondary-text:var(--palette-ink-100);--color-interactive-secondary-hover:var(--palette-ink-800);--color-status-done:var(--palette-green-500);--color-status-doing:var(--palette-blue-500);--color-status-blocked:var(--palette-orange-500);--color-status-todo:var(--palette-ink-500);--color-status-error:var(--palette-red-500);--color-status-validating:var(--palette-purple-500);--color-status-active:var(--palette-green-400);--color-status-done-bg:rgba(38,161,72,0.15);--color-status-doing-bg:rgba(59,130,246,0.15);--color-status-blocked-bg:rgba(217,119,6,0.15);--color-status-todo-bg:rgba(110,118,129,0.15);--color-status-error-bg:rgba(239,68,68,0.15);--color-status-validating-bg:rgba(139,92,246,0.15);--color-warning-text:var(--palette-orange-400);--color-warning-bg:rgba(251,191,36,0.08);--color-warning-border:rgba(251,191,36,0.25);--color-priority-p0:var(--palette-red-500);--color-priority-p1:var(--palette-orange-500);--color-priority-p2:var(--palette-blue-500);--color-priority-p3:var(--palette-ink-500);--font-sans:var(--loaded-font-sans,"Inter"),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:var(--loaded-font-mono,"JetBrains Mono"),"Fira Code","Cascadia Code","Consolas",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 12px rgba(0,0,0,0.4);--shadow-lg:0 8px 24px rgba(0,0,0,0.5);--shadow-focus:0 0 0 3px var(--color-border-focus);--shadow-popover:var(--shadow-lg);--shadow-sidebar:6px 0 24px rgba(0,0,0,0.45);--transition-fast:100ms ease;--transition-base:200ms ease;--transition-slow:300ms ease;--z-base:0;--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--max-width-content:680px;--max-width-page:1200px;--dashboard-width:760px;--surface-primary:var(--color-bg-primary);--surface-secondary:var(--color-bg-surface);--border-primary:var(--color-border);--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--text-tertiary:var(--color-text-muted);--accent-primary:var(--palette-accent-600);--accent-primary-muted:rgba(59,87,232,0.15);--status-error:var(--color-status-error);--status-done:var(--color-status-done);--status-doing:var(--color-status-doing);--status-blocked:var(--color-status-blocked);--shadow-hover:0 2px 8px rgba(0,0,0,0.3);--shadow-active:0 1px 2px rgba(0,0,0,0.4)}.status-badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-medium);font-family:var(--font-sans);line-height:var(--leading-tight)}.status-badge--done{color:var(--color-status-done);background:var(--color-status-done-bg)}.status-badge--doing{color:var(--color-status-doing);background:var(--color-status-doing-bg)}.status-badge--blocked{color:var(--color-status-blocked);background:var(--color-status-blocked-bg)}.status-badge--todo{color:var(--color-status-todo);background:var(--color-status-todo-bg)}.status-badge--validating{color:var(--color-status-validating);background:var(--color-status-validating-bg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--font-medium);line-height:var(--leading-tight);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);text-decoration:none}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn--primary{background:var(--color-interactive-primary);color:var(--color-interactive-primary-text);border:1px solid transparent}.btn--primary:hover{background:var(--color-interactive-primary-hover)}.btn--secondary{background:var(--color-interactive-secondary);color:var(--color-interactive-secondary-text);border:1px solid var(--color-interactive-secondary-border)}.btn--secondary:hover{background:var(--color-interactive-secondary-hover)}.btn--ghost{background:transparent;color:var(--color-text-secondary);border:1px solid transparent}.btn--ghost:hover{background:var(--palette-ink-800);color:var(--color-text-primary)}:root{--bg:var(--color-bg-primary);--surface:var(--color-bg-surface);--surface-raised:var(--color-bg-surface-2);--border:var(--color-border);--border-subtle:var(--palette-ink-700);--text:var(--color-text-primary);--text-bright:var(--palette-ink-100);--text-muted:var(--color-text-muted);--accent:var(--palette-accent-600);--accent-dim:rgba(59,87,232,0.12);--accent-hover:var(--palette-accent-500);--green:var(--palette-green-400);--green-dim:rgba(63,185,80,0.12);--yellow:var(--palette-orange-400);--yellow-dim:rgba(251,191,36,0.12);--red:var(--palette-red-500);--red-dim:rgba(239,68,68,0.12);--focus-ring:2px solid var(--accent);--focus-offset:2px;--focus-offset-strong:4px;--purple:var(--palette-purple-500);--orange:var(--palette-orange-500);--orange-dim:rgba(217,119,6,0.12);--font-family:var(--font-sans);--text-md:var(--text-sm);--line-height-tight:var(--leading-tight);--line-height-normal:var(--leading-normal);--line-height-relaxed:var(--leading-relaxed);--font-weight-normal:var(--font-normal);--font-weight-medium:var(--font-medium);--font-weight-semibold:var(--font-semibold);--font-weight-bold:var(--font-bold);--letter-spacing-tight:-0.3px;--letter-spacing-normal:0;--letter-spacing-wide:0.5px;--radius:var(--radius-md);--transition-normal:var(--transition-base);--easing-smooth:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box}body{background:var(--palette-ink-900,#0d1117);color:var(--palette-ink-100,#e6edf3);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-brand-blue:var(--palette-blue-400);--color-brand-blue-bright:var(--palette-blue-400);--color-focus-ring:var(--color-border-focus);--focus-ring:0 0 0 3px var(--color-focus-ring);--shadow-focus:var(--focus-ring)}@supports (color:color-mix(in srgb,#000 50%,transparent)){:root{--focus-ring:0 0 0 3px color-mix(in srgb,var(--color-focus-ring) 70%,transparent);--shadow-focus:var(--focus-ring)}}body,html{margin:0;padding:0;overflow-x:hidden;background-color:var(--color-bg-primary,#0d1117)}:where(a,button,input,select,textarea,summary,[role=button],[role=link],[tabindex]:not([tabindex="-1"])):focus-visible{outline:none;box-shadow:var(--shadow-focus)}:where(a,button,input,select,textarea,summary,[role=button],[role=link],[tabindex]:not([tabindex="-1"])):focus:not(:focus-visible){outline:none;box-shadow:none}a{color:inherit}.link,a{text-decoration:none}.link{color:var(--color-text-link);transition:color var(--transition-fast);cursor:pointer}.link:hover{color:var(--color-text-link-hover)}.link:visited{color:var(--color-text-link-visited)}.link:visited:hover{color:var(--color-text-link-hover)}.link:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}.link:disabled,.link[aria-disabled=true]{color:var(--color-text-disabled);opacity:var(--opacity-disabled);cursor:not-allowed;pointer-events:none}.btn-link{display:inline;background:none;border:none;padding:0;font:inherit;color:var(--color-text-link);cursor:pointer;transition:color var(--transition-fast)}.btn-link:hover{color:var(--color-text-link-hover)}.btn-link:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}.btn-link:disabled{color:var(--color-text-disabled);opacity:var(--opacity-disabled);cursor:not-allowed}[role=button][aria-disabled=true],button:disabled{opacity:var(--opacity-disabled);cursor:not-allowed;pointer-events:none}.skip-to-content{position:fixed;top:-100%;left:16px;z-index:9999;padding:8px 16px;background:var(--palette-ink-900,#1a1a2e);color:var(--color-text-primary,#e0e0e0);border:1px solid var(--color-border-focus,#5b8def);border-radius:var(--radius-md,6px);font-size:var(--text-sm,14px);font-family:var(--font-sans,system-ui,sans-serif);text-decoration:none;transition:top .15s ease}.skip-to-content:focus{top:12px;outline:none;box-shadow:var(--shadow-focus)}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:767px){button[aria-label="Toggle sidebar"]{display:flex!important}aside{transform:translateX(-100%)}main{margin-left:0!important;padding:56px 16px 16px!important}div[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}}:root{--blur-sm:12px;--blur-md:20px;--blur-lg:40px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--canvas-card-bg:rgba(15,15,22,0.94);--canvas-card-border:rgba(255,255,255,0.08);--canvas-card-shadow:0 24px 64px rgba(0,0,0,0.6);--canvas-card-blur:32px;--canvas-text-primary:rgba(255,255,255,0.95);--canvas-text-secondary:rgba(255,255,255,0.60);--canvas-text-tertiary:rgba(255,255,255,0.40);--canvas-text-label:rgba(255,255,255,0.25);--canvas-status-shipped:#4ade80;--canvas-status-pending:rgba(255,255,255,0.35);--canvas-status-urgent:#f87171}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--loaded-font-sans:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--loaded-font-mono:"JetBrains Mono","JetBrains Mono Fallback"}