body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mp-root{padding:16px}.mp-title{font-size:20px;margin:0 0 8px}.mp-header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.mp-logo{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:28px}.mp-controls{align-items:center;display:flex;gap:8px;margin-bottom:16px}.mp-controls input,.mp-controls select{border:1px solid #dcdcdc;border-radius:6px;padding:6px 8px}.mp-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.mp-weekday{color:#555;font-weight:600;text-align:center}.mp-cell{animation:mp-cell-in .4s ease forwards;background:linear-gradient(180deg,#fff,#fbfbfb);border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 2px #0000000a;display:flex;flex-direction:column;min-height:110px;opacity:0;padding:8px;transform:translateY(6px)}.mp-cell:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-1px);transition:transform .18s ease,box-shadow .18s ease}.mp-cell-header{align-items:center;display:flex;justify-content:space-between}.mp-day{font-weight:700}.mp-task-dot{background:#10b981;border-radius:50%;box-shadow:0 0 0 2px #e6f9f3;display:inline-block;height:8px;margin-left:6px;width:8px}.mp-add-btn{background:#fff;border:1px solid #d0d0d0;border-radius:999px;cursor:pointer;font-size:12px;padding:4px 8px}.mp-add-btn:hover{background:#f7f7f7}.mp-count{color:#666;font-size:12px;margin-top:8px}@keyframes mp-cell-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mp-fade-enter{opacity:0;transform:translateY(8px)}.mp-fade-enter-active{transition:opacity .25s ease,transform .25s ease}.mp-fade-enter-active,.mp-fade-exit{opacity:1;transform:translateY(0)}.mp-fade-exit-active{opacity:0;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}.mp-overlay{align-items:center;animation:mp-overlay-in .18s ease forwards;background:#0006;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;z-index:1000}.mp-modal{animation:mp-modal-in .22s ease forwards;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-height:80vh;min-width:520px;overflow:auto;padding:16px;transform:scale(.96) translateY(8px)}@keyframes mp-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes mp-modal-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.mp-modal-header{gap:12px;justify-content:space-between}.mp-modal-actions,.mp-modal-header{align-items:center;display:flex;flex-wrap:wrap}.mp-modal-actions{gap:8px}.mp-btn-compact{font-size:12px;padding:6px 10px}.mp-modal-title{margin:0}.mp-close-btn{background:#fff;border:1px solid #d0d0d0;border-radius:8px;cursor:pointer;padding:6px 10px}.mp-form{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.mp-form input{border:1px solid #dcdcdc;border-radius:8px;padding:8px 10px}.mp-assignee-field{display:flex;flex-direction:column;gap:6px;grid-column:1/span 2}.mp-field-label{color:#475569;font-size:12px;font-weight:600}.mp-select{background:#fff;border:1px solid #dcdcdc;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 10px}.mp-assignee-other{margin-top:2px}.mp-team-panel{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:14px 16px}.mp-team-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:space-between;margin-bottom:10px}.mp-team-header-text{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:200px}.mp-team-title{color:#1e293b;font-size:15px}.mp-team-hint{color:#64748b;font-size:12px}.mp-team-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.mp-team-input{border:1px solid #dcdcdc;border-radius:8px;flex:1 1;font-size:14px;min-width:200px;padding:8px 12px}.mp-team-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mp-team-chip{align-items:center;background:#dbeafe;border-radius:999px;color:#1e40af;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:4px 6px 4px 10px}.mp-team-chip-remove{align-items:center;background:#1e40af26;border:none;border-radius:50%;color:#1e3a8a;cursor:pointer;display:flex;font-size:16px;height:22px;justify-content:center;line-height:1;padding:0;width:22px}.mp-team-chip-remove:hover{background:#1e40af47}.mp-team-empty{color:#94a3b8;font-size:13px;font-style:italic;margin:8px 0 0}.mp-bulk-assignee-select{box-sizing:border-box;margin-bottom:6px;width:100%}.mp-bulk-assignee-other{border:1px solid #dcdcdc;border-radius:8px;box-sizing:border-box;margin-bottom:8px;padding:8px 10px;width:100%}.mp-form-actions{display:flex;gap:8px;grid-column:1/span 2;justify-content:flex-end}.mp-primary-btn{background:#2563eb;border:none;border-radius:10px;box-shadow:0 2px 8px #2563eb59;color:#fff;cursor:pointer;padding:8px 12px}.mp-primary-btn:hover{background:#1e4fd6}.mp-table{border-collapse:collapse;margin-top:14px;width:100%}.mp-table td,.mp-table th{border-bottom:1px solid #f0f0f0;padding:8px;text-align:left}.mp-danger-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:6px 10px}.mp-danger-btn:hover{background:#dc2626}.mp-task-list{margin-top:24px}.mp-task-list-header-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.mp-task-list-header-row .mp-task-list-title{margin-bottom:0}.mp-task-list-title{align-items:center;color:#1f2937;display:flex;font-size:18px;font-weight:700;gap:8px;margin-bottom:16px}.mp-task-list-title:before{content:"📋";font-size:20px}.mp-date-group{animation:mp-date-group-in .4s ease forwards;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:20px;opacity:0;padding:16px;transform:translateY(8px)}.mp-date-header{align-items:center;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:8px;box-shadow:0 2px 4px #3b82f64d;color:#fff;display:flex;font-size:16px;font-weight:700;gap:8px;margin-bottom:12px;padding:8px 12px}.mp-date-header:before{content:"📅";font-size:14px}.mp-task-card{animation:mp-task-card-in .3s ease forwards;background:#fff;border-left:4px solid #3b82f6;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:8px;opacity:0;padding:12px;transform:translateX(-8px);transition:all .2s ease}.mp-task-card:hover{border-left-color:#1d4ed8;box-shadow:0 4px 12px #00000026;transform:translateX(4px)}.mp-task-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.mp-task-name{color:#1f2937;flex:1 1;font-size:14px;font-weight:600}.mp-task-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.mp-meta-item{align-items:center;background:#f3f4f6;border-radius:12px;color:#6b7280;display:flex;font-size:12px;gap:4px;padding:4px 8px}.mp-meta-item.assignee{background:#dbeafe;color:#1e40af}.mp-meta-item.effort{background:#fef3c7;color:#92400e}.mp-meta-item.ref{background:#f3e8ff;color:#7c3aed}.mp-meta-item.dates{background:#ecfdf5;color:#065f46}.mp-task-comment{background:#f9fafb;border-left:3px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:12px;margin-top:8px;padding:8px}.mp-empty-state{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px dashed #d1d5db;border-radius:12px;color:#9ca3af;font-style:italic;padding:40px 20px;text-align:center}@keyframes mp-date-group-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes mp-task-card-in{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}.mp-csv-btn{background:#059669;box-shadow:0 2px 8px #05966959}.mp-csv-btn:hover{background:#047857}.mp-bulk-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:10px;margin-top:18px;padding:14px}.mp-bulk-title{color:#0369a1;font-size:14px;font-weight:600;margin:0 0 10px}.mp-bulk-assignee{margin-bottom:8px;padding:8px 10px}.mp-bulk-assignee,.mp-bulk-textarea{border:1px solid #dcdcdc;border-radius:8px;box-sizing:border-box;width:100%}.mp-bulk-textarea{font-family:inherit;font-size:13px;min-height:80px;padding:10px 12px;resize:vertical}.mp-bulk-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.mp-bulk-actions{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.mp-bulk-hint{color:#64748b;font-size:12px}.mp-flat-table-section{margin-top:28px;padding:0}.mp-flat-table-header{gap:12px;justify-content:space-between;margin-bottom:12px}.mp-flat-table-actions,.mp-flat-table-header{align-items:center;display:flex;flex-wrap:wrap}.mp-flat-table-actions{gap:8px}.mp-flat-table-title{color:#1f2937;font-size:18px;font-weight:700;margin:0}.mp-flat-table-wrapper{border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow-x:auto}.mp-flat-table{border-collapse:initial;border-spacing:0;font-size:12px;min-width:100%;width:-webkit-max-content;width:max-content}.mp-flat-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:2}.mp-flat-th-assignee{background:linear-gradient(180deg,#1e40af,#1d4ed8);font-weight:700;left:0;min-width:130px;padding:10px 14px;position:-webkit-sticky;position:sticky;text-align:left;z-index:3}.mp-flat-th-assignee,.mp-flat-th-date{border-bottom:2px solid #1e3a8a;color:#fff}.mp-flat-th-date{background:linear-gradient(180deg,#2563eb,#3b82f6);border-left:1px solid #ffffff26;font-weight:600;min-width:72px;padding:6px 4px;text-align:center}.mp-flat-th-date.mp-weekend{background:linear-gradient(180deg,#7c3aed,#8b5cf6)}.mp-flat-date-num{font-size:14px;font-weight:700;line-height:1.2}.mp-flat-date-day{font-size:10px;font-weight:400;opacity:.85}.mp-flat-td-assignee{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-right:2px solid #e2e8f0;color:#1e40af;font-weight:600;left:0;padding:8px 14px;position:-webkit-sticky;position:sticky;white-space:nowrap;z-index:1}.mp-flat-table tbody tr:hover .mp-flat-td-assignee{background:#eff6ff}.mp-flat-td-cell{background:#fff;border-bottom:1px solid #f1f5f9;border-left:1px solid #f1f5f9;padding:4px 3px;transition:background .12s ease;vertical-align:top}.mp-flat-td-cell.mp-weekend{background:#faf5ff}.mp-flat-td-cell.mp-has-tasks{background:#f0fdf4}.mp-flat-table tbody tr:hover .mp-flat-td-cell{background:#f8fafc}.mp-flat-table tbody tr:hover .mp-flat-td-cell.mp-has-tasks{background:#ecfdf5}.mp-flat-task-chip{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:4px;color:#1e40af;display:inline-block;font-size:11px;line-height:1.4;margin:1px 0;max-width:100%;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.14d795e6.css.map*/