body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Figtree,Helvetica,Arial,sans-serif}:root{--bg-row-even:#faf9f6;--bg-row-odd:#f5f2ec;--bg-header:#1e1b16;--text-header:#ede9e1;--text-primary:#1a1814;--text-secondary:#74706a;--grid-weekly:#dedad3;--grid-monthly:#c8c3ba;--border:#dedad3;--week-label-color:#888078;--today-line:#ad4e0a;--today-strip:#fde8d566;--milestone-fill:#d5e8d4;--milestone-stroke:#82b366;--highlight-month:#f5a42a;--bg-app:#e8e4dd;--row-height:48px;--header-height:48px;--week-label-height:18px;--project-col:140px;--features-col:164px;--deps-col:180px;--week-width:36px;--bar-height:30px;--bar-radius:8px;--left-panel:304px;--section-header-height:40px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-app);color:var(--text-primary);font-family:Figtree,Helvetica,Arial,sans-serif;overflow:hidden}#root{flex-direction:column;width:100vw;height:100vh;display:flex}.toolbar{background:var(--bg-header);color:var(--text-header);z-index:100;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;display:flex}.toolbar h1{white-space:nowrap;margin-right:16px;font-size:14px;font-weight:700}.toolbar-filename{opacity:.75;font-size:13px;font-weight:400}.toolbar-filename-dirty{color:#ffb74d;opacity:1;font-weight:700}.toolbar button{color:var(--text-header);cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ede9e14d;border-radius:4px;padding:5px 12px;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:11px}.toolbar button:hover{background:#ffffff26}.toolbar button:disabled{opacity:.4;cursor:default}.toolbar-spacer{flex:1}.toolbar-divider{background:#ede9e133;flex-shrink:0;width:1px;height:20px}.toolbar-notes-badge{background:var(--today-line);color:#fff;vertical-align:middle;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.gantt-container{flex:1;display:flex;position:relative;overflow:hidden}.left-panel{border-right:2px solid var(--border);background:var(--bg-row-even);scrollbar-width:none;flex-shrink:0;overflow:hidden auto}.left-panel::-webkit-scrollbar{display:none}.left-panel-header{height:var(--header-height);background:var(--bg-header);z-index:10;display:flex;position:sticky;top:0}.left-panel-header-cell{color:var(--text-header);justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.left-panel-week-row{height:var(--week-label-height);background:var(--bg-header);top:var(--header-height);z-index:10;position:sticky}.swimlane-row{height:var(--row-height);border-bottom:1px solid var(--grid-weekly);display:flex}.swimlane-row:nth-child(odd){background:var(--bg-row-even)}.swimlane-row:nth-child(2n){background:var(--bg-row-odd)}.swimlane-project{width:var(--project-col);border-right:1px solid var(--border);cursor:text;align-items:stretch;padding:4px 8px;font-size:10px;font-weight:700;display:flex;position:relative;overflow:hidden}.swimlane-project textarea{width:100%;height:100%;color:var(--text-primary);resize:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;scrollbar-width:none;background:0 0;border:none;outline:none;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.3;overflow-y:auto}.swimlane-features{width:var(--features-col);color:var(--text-secondary);border-right:1px solid var(--border);align-items:stretch;padding:4px 6px;font-size:9px;display:flex;overflow:hidden}.swimlane-features textarea{width:100%;height:100%;color:var(--text-secondary);resize:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;scrollbar-width:none;background:0 0;border:none;outline:none;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:9px;line-height:1.3;overflow-y:auto}.right-panel{border-left:2px solid var(--border);background:var(--bg-row-even);scrollbar-width:none;flex-shrink:0;overflow:hidden auto}.right-panel::-webkit-scrollbar{display:none}.right-panel-header{height:var(--header-height);background:var(--bg-header);color:var(--text-header);z-index:10;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex;position:sticky;top:0}.right-panel-week-row{height:var(--week-label-height);background:var(--bg-header);top:var(--header-height);z-index:10;position:sticky}.deps-cell{height:var(--row-height);border-bottom:1px solid var(--grid-weekly);align-items:center;padding:4px 6px;display:flex}.deps-cell textarea{width:100%;height:100%;color:var(--text-secondary);resize:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;background:0 0;border:none;outline:none;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:9px;line-height:1.3}.timeline-wrapper{flex:1;position:relative;overflow:auto}.timeline-wrapper::-webkit-scrollbar{width:8px;height:8px}.timeline-wrapper::-webkit-scrollbar-thumb{background:var(--grid-monthly);border-radius:4px}.section-header{height:var(--section-header-height);border-top:1px solid var(--grid-monthly);border-bottom:1px solid var(--grid-monthly);border-left:3px solid var(--today-line);color:var(--text-primary);cursor:default;-webkit-user-select:none;user-select:none;background:#e2ded6;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.section-header:hover{background:#d9d5cc}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg-row-even);border:2px solid var(--border);border-radius:8px;min-width:360px;max-width:480px;padding:24px}.modal h2{color:var(--text-primary);margin-bottom:16px;font-size:14px}.modal label{color:var(--text-secondary);margin-bottom:4px;font-size:10px;font-weight:700;display:block}.modal input,.modal select,.modal textarea{border:1px solid var(--border);background:#fff;border-radius:4px;width:100%;margin-bottom:12px;padding:6px 8px;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:12px}.modal textarea{resize:vertical;height:60px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.modal-actions button{border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:6px 16px;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:11px}.modal-actions .btn-primary{background:var(--bg-header);color:var(--text-header);border-color:var(--bg-header)}.modal-actions .btn-secondary{color:var(--text-primary);background:#fff}.context-menu{border:1px solid var(--border);z-index:2000;background:#fff;border-radius:4px;min-width:160px;padding:4px 0;position:fixed;box-shadow:0 2px 8px #00000026}.context-menu-item{cursor:pointer;align-items:center;gap:8px;padding:6px 12px;font-size:11px;display:flex}.context-menu-item:hover{background:var(--bg-row-odd)}.context-menu-divider{background:var(--border);height:1px;margin:4px 0}.dropdown-menu{border:1px solid var(--border);z-index:2000;background:#fff;border-radius:4px;min-width:200px;padding:6px 0;font-family:Figtree,Helvetica,Arial,sans-serif;position:fixed;box-shadow:0 4px 14px #0000002e}.menu-item-action{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.menu-item-action:hover{background:var(--bg-row-odd)}.menu-item-action[aria-disabled=true]{opacity:.4;cursor:default}.menu-item-shortcut{color:#a09888;margin-left:auto;font-family:Courier New,monospace;font-size:10px}.timeline-range-row{align-items:center;gap:4px;padding:6px 12px;display:flex}.timeline-range-row button{border:1px solid var(--border);background:var(--bg-row-even);cursor:pointer;color:var(--text-primary);border-radius:3px;padding:2px 8px;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:11px}.timeline-range-row button:hover{background:var(--bg-row-odd)}.timeline-range-row button:disabled{opacity:.35;cursor:default}.timeline-range-label{color:var(--text-primary);opacity:.7;white-space:nowrap;flex-shrink:0;padding:0 4px;font-size:10px}.view-menu-group-label{text-transform:uppercase;letter-spacing:.5px;color:#8a8278;padding:4px 12px 2px;font-size:10px;font-weight:700}.view-menu-item{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.view-menu-item:hover{background:var(--bg-row-odd)}.view-menu-item input[type=checkbox]{cursor:pointer;accent-color:#1e1b16;margin:0}.view-menu-divider{background:var(--border);height:1px;margin:6px 0}.view-menu-swatch{border:1px solid #0003;border-radius:2px;flex-shrink:0;width:18px;height:12px;display:inline-block}.view-menu-swatch-dash{opacity:.6;background-image:repeating-linear-gradient(#c44 0 3px,#0000 3px 6px);background-position:50%;background-repeat:no-repeat;background-size:1px 100%;flex-shrink:0;width:18px;height:12px;display:inline-block}.view-menu-swatch-blank{color:#8a8278;flex-shrink:0;justify-content:center;align-items:center;width:34px;font-size:9px;font-weight:600;display:inline-flex}.color-swatch{border:1px solid #0003;border-radius:3px;width:14px;height:14px;display:inline-block}.row-hover{fill:#0000;pointer-events:all}.row-hover:hover{fill:#ad4e0a0f}.resize-handle{cursor:col-resize;background:var(--border);z-index:20;flex-shrink:0;width:1px;position:relative}.resize-handle:before{content:"";cursor:col-resize;width:7px;position:absolute;top:0;bottom:0;left:-3px}.resize-handle:hover{background:var(--today-line)}.resize-handle:after{content:"";background:var(--grid-monthly);opacity:.5;pointer-events:none;border-radius:1px;width:2px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.resize-handle:hover:after{background:var(--today-line);opacity:1}.collapse-btn{border:1px solid var(--border);background:var(--bg-row-even);width:14px;height:28px;color:var(--text-secondary);cursor:pointer;z-index:25;opacity:0;justify-content:center;align-items:center;padding:0;font-size:7px;line-height:1;transition:opacity .15s,background .15s,box-shadow .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 3px #0000001a}.resize-handle:hover .collapse-btn,.collapse-btn:focus-visible{opacity:1}.collapse-btn:hover{background:var(--bg-row-odd);color:var(--text-primary);box-shadow:0 1px 5px #0000002e}.collapse-btn-left{border-radius:4px 0 0 4px;left:-7px}.collapse-btn-right{border-radius:0 4px 4px 0;right:-7px}.swimlane-drag-handle{cursor:grab;width:20px;color:var(--grid-monthly);-webkit-user-select:none;user-select:none;border-right:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;font-size:10px;display:flex}.swimlane-drag-handle:active{cursor:grabbing;color:var(--text-primary)}.swimlane-row:hover .swimlane-drag-handle{color:var(--text-secondary)}.phase-type-picker{border:1px solid var(--border);z-index:2001;background:#fff;border-radius:16px;gap:4px;padding:4px 6px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 2px 8px #00000026}.phase-type-circle{cursor:pointer;border:2px solid;border-radius:50%;width:18px;height:18px;padding:0;transition:transform .1s}.phase-type-circle:hover{transform:scale(1.3)}.rich-text-editor{width:100%;height:100%;color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;scrollbar-width:none;cursor:text;background:0 0;border:none;outline:none;font-family:Figtree,Helvetica,Arial,sans-serif;line-height:1.3;overflow-y:auto}.rich-text-editor::-webkit-scrollbar{display:none}.rich-text-editor ul,.rich-text-editor ol{margin:0;padding-left:14px}.rich-text-editor li{margin:0}.swimlane-project-editor{font-size:10px;font-weight:700}.swimlane-features-editor,.deps-cell-editor{color:var(--text-secondary);font-size:9px}.swimlane-features-editor:empty:before,.deps-cell-editor:empty:before{content:"Right-click to format";color:var(--grid-monthly);pointer-events:none;font-style:italic}.formatting-toolbar{z-index:2000;border:1px solid var(--border);background:#fff;border-radius:4px;align-items:center;gap:2px;padding:4px 6px;font-family:Figtree,Helvetica,Arial,sans-serif;display:flex;position:fixed;box-shadow:0 2px 8px #00000026}.formatting-toolbar button{cursor:pointer;min-width:24px;height:24px;color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;padding:0 6px;font-family:Figtree,Helvetica,Arial,sans-serif;font-size:11px;display:flex}.formatting-toolbar button:hover{background:var(--bg-row-odd);border-color:var(--border)}.formatting-toolbar-divider{background:var(--border);width:1px;height:16px;margin:0 2px}.formatting-size-wrapper{position:relative}.formatting-size-menu{border:1px solid var(--border);z-index:2001;background:#fff;border-radius:4px;flex-direction:column;min-width:88px;margin-top:2px;padding:2px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 2px 8px #00000026}.formatting-size-menu button{justify-content:flex-start;width:100%;padding:4px 8px}.notes-panel{background:var(--bg-row-even);border-left:2px solid var(--border);z-index:500;flex-direction:column;animation:.2s ease-out slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 16px #0000001f}.notes-panel-resize-handle{cursor:col-resize;z-index:1;width:8px;position:absolute;top:0;bottom:0;left:-4px}.notes-panel-resize-handle:hover,.notes-panel-resize-handle:active{background:#ad4e0a26}.notes-panel-resize-handle:hover:before{content:"";background:var(--today-line);opacity:.6;border-radius:1px;width:2px;height:24px;position:absolute;top:50%;left:3px;transform:translateY(-50%)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.notes-panel--closing{animation:.2s ease-in forwards slideOutRight}.notes-panel-header{background:var(--bg-header);color:var(--text-header);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;display:flex}.notes-panel-header button{color:var(--text-header);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 6px;font-size:16px;line-height:1}.notes-panel-header button:hover{background:#ffffff26}.notes-panel-filter-bar{border-bottom:1px solid var(--today-line);color:var(--text-primary);background:#fde8d580;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 14px;font-size:11px;display:flex}.notes-panel-filter-bar button{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1}.notes-panel-filter-bar button:hover{color:var(--text-primary)}.notes-panel-add-row{border-bottom:1px solid var(--border);flex-shrink:0;gap:6px;padding:10px 14px;display:flex}.notes-panel-add-row input{border:1px solid var(--border);background:#fff;border-radius:4px;outline:none;flex:1;padding:6px 8px;font-family:inherit;font-size:12px}.notes-panel-add-row input:focus{border-color:#ad4e0a}.notes-panel-add-row select{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;max-width:120px;padding:4px 6px;font-family:inherit;font-size:11px}.notes-panel-list{flex:1;padding:4px 0;overflow-y:auto}.action-item-row{cursor:grab;border-bottom:1px solid #0000000d;align-items:flex-start;gap:8px;padding:8px 14px;display:flex}.action-item-row:active{cursor:grabbing}.action-item-row:hover{background:#00000005}.action-item-row:hover .action-item-delete{opacity:1}.action-item-checkbox{cursor:pointer;accent-color:#ad4e0a;flex-shrink:0;margin-top:2px}.action-item-content{flex:1;min-width:0}.action-item-top-row{align-items:center;gap:6px;display:flex}.action-item-text{color:var(--text-primary);cursor:text;word-break:break-word;border-bottom:1px solid #0000;flex:1;min-width:0;font-size:12px;transition:border-color .15s}.action-item-text:hover{border-color:var(--border)}.action-item-text-input{border:1px solid var(--border);border-radius:3px;outline:none;width:100%;padding:3px 6px;font-family:inherit;font-size:12px}.action-item-text-input:focus{border-color:#ad4e0a}.action-item-swimlane-tag{color:var(--text-secondary);white-space:nowrap;cursor:pointer;background:#00000012;border:1px solid #0000;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:600;transition:border-color .15s}.action-item-swimlane-tag:hover{border-color:var(--border);background:#0000001f}.action-item-swimlane-tag.unlinked{opacity:0;border:1px dashed var(--border);background:0 0;font-style:italic;transition:opacity .15s}.action-item-row:hover .action-item-swimlane-tag.unlinked{opacity:.6}.action-item-swimlane-tag.unlinked:hover{opacity:1}.action-item-meta{align-items:center;gap:8px;margin-top:2px;display:flex}.action-item-owner{color:var(--text-secondary);cursor:text;border-bottom:1px solid #0000;font-size:11px;transition:border-color .15s}.action-item-owner:hover{border-color:var(--border)}.action-item-owner:empty:before{content:"Assign owner...";opacity:.65}.action-item-owner-input{border:1px solid var(--border);width:120px;color:var(--text-secondary);border-radius:3px;outline:none;padding:3px 6px;font-family:inherit;font-size:11px}.action-item-owner-input:focus{border-color:#ad4e0a}.action-item-delete{opacity:0;color:#b52222;cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;align-self:flex-start;margin-top:4px;padding:2px 4px;font-size:12px;line-height:1}.action-item-delete:hover{background:#b522221a}.action-item-row.done .action-item-text{opacity:.5;text-decoration:line-through}.action-item-row.done .action-item-owner,.action-item-row.done .action-item-swimlane-tag{opacity:.4}.notes-panel-divider{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:8px 0 4px;font-size:10px;font-weight:600}.notes-panel-footer{border-top:1px solid var(--border);text-align:right;flex-shrink:0;padding:8px 14px}.notes-panel-footer button{color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-family:inherit;font-size:11px}.notes-panel-footer button:hover{color:var(--text-primary);background:#0000000a}.notes-panel-footer button.confirm{color:#b52222;border-color:#b52222}.notes-panel-footer button.confirm:hover{background:#b5222214}.swimlane-add-note-btn{opacity:0;z-index:1;width:16px;height:16px;color:var(--text-secondary);cursor:pointer;background:#0000000f;border:none;border-radius:3px;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;transition:opacity .15s;display:flex;position:absolute;bottom:3px;left:3px}.swimlane-row:hover .swimlane-add-note-btn{opacity:1}.swimlane-add-note-btn:hover{color:var(--text-primary);background:#0000001f}.swimlane-row.action-item-drop-target{outline:2px solid var(--today-line);outline-offset:-2px;background:#fde8d559!important}.swimlane-note-badge{background:var(--today-line);color:#fff;text-align:center;cursor:pointer;z-index:2;border:none;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:16px;position:absolute;bottom:3px;right:3px}.swimlane-note-badge:hover{background:#c4580d}
