:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.4;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}button{font:inherit}#root{min-height:100vh}.app-shell{min-height:100vh;padding:16px;background:linear-gradient(180deg,#f5f7fb,#eef2f8);color:#0f172a;box-sizing:border-box}.toolbar{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap}.toolbar h1{margin:0;font-size:1.2rem}.toolbar-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.toolbar button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:.9rem}.toolbar button.active{border-color:#2563eb;background:#dbeafe}.project-filter{position:relative}.project-filter-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;max-height:220px;overflow:auto;padding:8px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a29;z-index:60}.project-filter-option{display:flex;align-items:center;gap:8px;padding:4px 2px;font-size:.86rem;color:#334155}.timeline-scroll{border:1px solid #cbd5e1;border-radius:10px;overflow:auto;background:#fff;box-shadow:0 4px 18px #0f172a14;scrollbar-width:auto;scrollbar-color:#94a3b8 #e2e8f0}.timeline-scroll::-webkit-scrollbar{width:32px;height:32px}.timeline-scroll::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}.timeline-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px;border:6px solid #e2e8f0}.timeline-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.hover-info{margin-top:8px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;display:flex;gap:12px;flex-wrap:wrap;font-size:.84rem;color:#334155}.hover-info strong{color:#0f172a}.task-table-panel{margin-top:12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 4px 18px #0f172a14}.task-table-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8f0}.task-table-header h2{margin:0;font-size:1rem}.task-table-header span{font-size:.84rem;color:#64748b}.task-table-scroll{overflow:auto}.task-table{width:100%;border-collapse:collapse;min-width:720px}.task-table th,.task-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.86rem}.task-table th{background:#f8fafc;color:#334155;font-weight:600}.task-table td input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:7px 9px;font-size:.86rem;box-sizing:border-box}.task-table td input[type=checkbox]{width:16px;height:16px;padding:0}.task-table td input[type=color]{width:44px;min-width:44px;padding:2px}.timeline{position:relative;-webkit-user-select:none;user-select:none}.today-line{position:absolute;top:0;bottom:0;width:2px;background:#dc2626;box-shadow:0 0 0 1px #dc262626;z-index:40;pointer-events:none}.timeline-header{position:sticky;top:0;z-index:10;border-bottom:1px solid #d8e0eb;background:#f8fafc}.tick{position:absolute;top:8px;transform:translate(-50%);font-size:.72rem;color:#475569;white-space:nowrap}.timeline-grid{position:absolute;left:0;right:0}.lane{position:absolute;left:0;right:0;border-bottom:1px solid #e2e8f0}.dependency-layer{position:absolute;left:0;pointer-events:none}.dependency{stroke:#2563eb;stroke-width:2;fill:none}.link-preview{stroke:#3b82f6;stroke-width:2;stroke-dasharray:5 4}.bars-layer{position:absolute;left:0;right:0}.task-bar{position:absolute;display:flex;align-items:center;gap:8px;border-radius:4px;border:1px solid #ffffff;padding:0 8px;background:#1d4ed8;color:#fff;box-shadow:0 3px 8px #2563eb59;box-sizing:border-box;cursor:grab;overflow:visible}.task-bar.compact{min-width:28px}.task-bar.done{filter:saturate(.65)}.task-bar.done:before,.task-bar.done:after{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background:#0f172ad9;pointer-events:none}.task-bar.done:before{transform:rotate(10deg)}.task-bar.done:after{transform:rotate(-10deg)}.task-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.task-controls{margin-left:auto;display:flex;align-items:center;gap:6px}.task-controls.floating{position:absolute;right:0;bottom:100%;transform:none;margin-left:0;padding:0;background:transparent;box-shadow:none;z-index:5;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease}.task-controls.floating.floating-below{top:100%;bottom:auto}.task-bar:hover .task-controls.floating,.task-bar:focus-within .task-controls.floating,.task-controls.floating:hover{opacity:1;visibility:visible;pointer-events:auto}.task-bar:active{cursor:grabbing}.resize-handle{width:7px;height:16px;border:0;background:#ffffffe6;padding:0;cursor:ew-resize;border-radius:3px}.resize-handle.left{margin-right:2px}.resize-handle.right{margin-left:2px}.link-handle{margin-left:auto;width:12px;height:12px;border-radius:999px;border:0;padding:0;background:#93c5fd;cursor:crosshair}.detail-handle{width:16px;height:16px;border-radius:999px;border:0;padding:0;background:#fffffff2;color:#0f172a;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.detail-handle:hover{background:#fff}.dialog-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.details-dialog{width:min(520px,100%);background:#fff;border-radius:12px;padding:16px;box-shadow:0 16px 34px #0f172a47;display:flex;flex-direction:column;gap:10px}.details-dialog h2{margin:0 0 2px;font-size:1.1rem}.details-dialog label{display:flex;flex-direction:column;gap:6px;font-size:.86rem;color:#334155}.details-dialog input,.details-dialog textarea{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:.9rem;color:#0f172a}.details-dialog input[type=color]{width:56px;padding:2px;min-height:34px}.color-presets{display:flex;gap:8px;margin-top:4px}.project-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.project-chip{border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:5px 10px;font-size:.82rem;cursor:pointer}.project-chip:hover{background:#dbeafe}.color-swatch{width:24px;height:24px;border-radius:999px;border:2px solid #e2e8f0;padding:0;cursor:pointer}.color-swatch.selected{border-color:#0f172a;box-shadow:0 0 0 2px #cbd5e1}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.dialog-actions button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:7px 10px;font-size:.86rem;color:#0f172a}.dialog-actions .primary{border-color:#2563eb;background:#2563eb;color:#fff}.dialog-actions .danger{border-color:#dc2626;background:#dc2626;color:#fff}.dialog-actions .success{border-color:#15803d;background:#15803d;color:#fff}.dialog-actions .neutral{border-color:#475569;background:#475569;color:#fff}.draft-bar{position:absolute;border-radius:8px;background:#1e40af40;border:1px dashed #1d4ed8;pointer-events:none}.note{margin:10px 2px 0;color:#334155;font-size:.82rem}
