:root{--primary-color: #4f46e5;--primary-hover: #4338ca;--secondary-color: #10b981;--bg-color: #f3f4f6;--card-bg: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border-color: #e5e7eb;--q1-color: #ef4444;--q2-color: #3b82f6;--q3-color: #f59e0b;--q4-color: #10b981;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.pqt-tabs-container{margin-bottom:1rem}.pqt-tab-nav{display:flex;gap:0;border-bottom:1px solid var(--border-color)}.pqt-tab-btn{padding:.6rem 1.25rem;border:none;background:none;cursor:pointer;font-size:var(--text-md);font-weight:400;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;white-space:nowrap}.pqt-tab-btn:hover{color:var(--text-main)}.pqt-tab-btn.active{color:var(--primary-color);font-weight:500;border-bottom-color:var(--primary-color)}.quadrant-workspace-page .layout-main-section-wrapper{padding:24px 32px 32px!important}.quadrant-app-layout .layout-main-section{background:var(--bg-color);min-height:100vh}.dashboard-header{background:var(--card-bg);padding:1rem 2rem;margin:-24px -32px 24px;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:1.1rem;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:.5rem;margin:0}.dashboard-nav{display:flex;gap:.5rem}.dashboard-nav a{text-decoration:none;color:var(--text-muted);font-weight:500;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;transition:all .2s}.dashboard-nav a:hover{color:var(--primary-color);background:#f0f0ff}.dashboard-nav a.active{color:var(--primary-color);background:#e0e7ff}.view-controls{display:flex;gap:.5rem;align-items:center}.view-btn{padding:.4rem .8rem;border-radius:6px;border:1px solid var(--border-color);font-size:.85rem;cursor:pointer;transition:all .2s;background:white;color:var(--text-muted)}.view-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.view-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:white;padding:1.25rem;border-radius:.75rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:1rem;border:1px solid var(--border-color)}.stat-card.highlight{background:linear-gradient(135deg,#4f46e5,#3730a3);color:#fff;border:none}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-info h3{font-size:1.5rem;font-weight:700;line-height:1;margin:0 0 .25rem}.stat-info p{margin:0;font-size:.875rem;color:var(--text-muted)}.stat-card.highlight .stat-info p{color:#fffc}.quadrant-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem;min-height:400px}.quadrant{background:#f8fafc;border-radius:12px;padding:1rem;display:flex;flex-direction:column;border:1px solid #e2e8f0;overflow:visible;min-height:200px}.quadrant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;color:#475569;font-size:.9rem;padding-bottom:.5rem;border-bottom:3px solid transparent}.quadrant.q1 .quadrant-header{border-bottom-color:var(--q1-color)}.quadrant.q2 .quadrant-header{border-bottom-color:var(--q2-color)}.quadrant.q3 .quadrant-header{border-bottom-color:var(--q3-color)}.quadrant.q4 .quadrant-header{border-bottom-color:var(--q4-color)}.q-list{flex:1;overflow-y:auto;padding-right:4px}.task-card{background:white;border:1px solid var(--border-color);border-radius:8px;margin-bottom:.75rem;padding:.75rem 1rem;box-shadow:0 1px 2px #00000005;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.task-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px);border-color:#d1d5db}.task-card.dragging{opacity:.5;border:2px dashed var(--primary-color);background:#eff6ff}.task-card.expanded{box-shadow:0 4px 12px #00000026}.card-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.card-main{flex:1}.task-title{font-weight:600;font-size:.95rem;color:#1f2937;margin-bottom:.25rem;line-height:1.3}.task-meta{display:flex;gap:.5rem;align-items:center;font-size:.75rem;color:var(--text-muted);flex-wrap:wrap}.project-tag{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-weight:500}.deadline-tag{display:flex;align-items:center;gap:3px}.deadline-tag.urgent{color:#dc2626;font-weight:600}.status-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.status-indicator.not-started{background:#d1d5db}.status-indicator.in-progress{background:var(--primary-color)}.status-indicator.completed{background:#10b981}.card-details{max-height:0;opacity:0;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:0}.task-card.expanded .card-details{max-height:500px;opacity:1;margin-top:1rem;border-top:1px dashed #e5e7eb;padding-top:.75rem}.detail-row{margin-bottom:.75rem}.detail-label{font-size:.7rem;font-weight:600;text-transform:uppercase;color:#9ca3af;margin-bottom:.25rem}.subtask-list{list-style:none;padding:0;margin:0}.subtask-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563;margin-bottom:.25rem}.card-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.action-btn{padding:4px 10px;border-radius:4px;border:1px solid #e5e7eb;background:white;font-size:.75rem;cursor:pointer}.action-btn:hover{background:#f3f4f6;color:var(--primary-color);border-color:#d1d5db}.action-btn.primary{background:var(--primary-color);color:#fff;border:none}.action-btn.primary:hover{background:var(--primary-hover)}.kanban-board{display:flex;gap:1rem;height:calc(100vh - 350px);min-height:400px;overflow-x:auto;padding-bottom:.5rem}.kanban-column{flex:0 0 320px;background:#f8fafc;border-radius:12px;padding:1rem;display:flex;flex-direction:column;border:1px solid #e2e8f0}.dept-section{background:white;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid var(--border-color);margin-bottom:1.5rem}.dept-header{background:#f9fafb;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.dept-title{font-weight:700;font-size:1.1rem;color:var(--text-main);display:flex;align-items:center;gap:.5rem}.dept-content{padding:0}.project-table{width:100%;border-collapse:collapse;background:white}.project-table th{background:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.875rem;color:var(--text-muted);border-bottom:2px solid #f3f4f6}.project-table td{padding:1rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.project-table tr:last-child td{border-bottom:none}.progress-bar-sm{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;width:100px}.progress-fill{height:100%;background:var(--primary-color);border-radius:3px}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.avatar-stack{display:flex;align-items:center}.avatar{width:28px;height:28px;border-radius:50%;background:#e0e7ff;border:2px solid white;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:var(--primary-color)}.avatar:first-child{margin-left:0}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--text-muted)}.font-medium{font-weight:500}.uppercase{text-transform:uppercase;letter-spacing:.05em}.completed-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-top:1.5rem}.completed-section .section-header{font-weight:600;margin-bottom:.75rem;color:var(--secondary-color)}.claim-btn{background:#fffbeb;color:#b45309;border:1px solid #fcd34d;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s}.claim-btn:hover{background:#fef3c7;border-color:#f59e0b}.view-content{display:none}.view-content.active{display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.quick-add-row{display:flex;align-items:center;gap:.75rem;padding:.5rem;border:1px dashed var(--border-color);border-radius:.5rem;margin-top:.5rem;cursor:text}.quick-add-row input{border:none;background:transparent;width:100%;font-size:.9rem;outline:none}.quick-add-row span{color:var(--text-muted)}.hd-wrapper{margin:0 auto;width:100%}.hd-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.hd-header-left{display:flex;align-items:baseline;gap:.75rem}.hd-title{font-size:1.25rem;font-weight:700;color:var(--text-main);margin:0}.hd-date{font-size:.85rem;color:var(--text-muted)}.hd-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}@media (max-width: 1024px){.hd-grid{grid-template-columns:1fr}}.hd-section{background:white;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.hd-section-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.hd-section-title{font-weight:600;font-size:.95rem;color:var(--text-main);display:flex;align-items:center;gap:.5rem}.hd-section-body{padding:0}.hd-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.hd-dot-red{background:#ef4444}.hd-dot-blue{background:#3b82f6}.hd-dot-green{background:#10b981}.hd-dot-purple{background:#8b5cf6}.hd-count{font-size:.75rem;font-weight:600;color:var(--text-muted);background:#f3f4f6;padding:2px 8px;border-radius:10px}.hd-loading,.hd-empty{text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.85rem}.hd-ut-item{display:flex;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #f9fafb;transition:background .15s}.hd-ut-item:last-child{border-bottom:none}.hd-ut-item:hover{background:#fafafa}.hd-ut-overdue{background:#fef2f2;border-left:3px solid #ef4444}.hd-ut-rank{width:24px;height:24px;border-radius:50%;background:#f3f4f6;color:#6b7280;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.hd-ut-overdue .hd-ut-rank{background:#fecaca;color:#dc2626}.hd-ut-body{flex:1;min-width:0}.hd-ut-title{font-weight:500;font-size:.9rem;color:var(--text-main);text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem}.hd-ut-title:hover{color:var(--primary-color)}.hd-ut-meta{display:flex;gap:.75rem;font-size:.75rem;color:var(--text-muted);flex-wrap:wrap}.hd-ut-project{color:var(--primary-color);font-weight:500}.hd-dl-overdue{color:#ef4444;font-weight:700}.hd-dl-today{color:#f97316;font-weight:600}.hd-dl-soon{color:#eab308}.hd-dl-ok{color:#10b981}.hd-dl-none{color:#9ca3af}.hd-wl-card{display:flex;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid #f9fafb;cursor:pointer;transition:background .15s}.hd-wl-card:last-child{border-bottom:none}.hd-wl-card:hover{background:#fafafa}.hd-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.hd-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.hd-avatar-text{font-size:.9rem;font-weight:700;color:#6b7280}.hd-wl-info{flex:1;min-width:0}.hd-wl-name{font-weight:500;font-size:.85rem;color:var(--text-main);line-height:1.2;margin-bottom:.25rem}.hd-wl-bar-wrap{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden;margin-bottom:.25rem}.hd-wl-bar{height:100%;border-radius:2px;transition:width .6s ease-out}.hd-wl-meta{display:flex;gap:.5rem;font-size:.7rem;color:var(--text-muted)}.hd-ann-item{padding:.75rem 1rem;border-bottom:1px solid #f9fafb;cursor:pointer;transition:background .15s}.hd-ann-item:last-child{border-bottom:none}.hd-ann-item:hover{background:#fafafa}.hd-ann-title{font-weight:600;font-size:.9rem;color:var(--text-main);margin-bottom:.25rem}.hd-ann-preview{font-size:.8rem;color:#6b7280;line-height:1.4;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-ann-meta{display:flex;justify-content:space-between;font-size:.7rem;color:#9ca3af}.hd-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.75rem}@media (max-width: 768px){.hd-shortcuts{grid-template-columns:repeat(2,1fr)}}.hd-shortcut{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;border-radius:6px;background:#f9fafb;border:1px solid #f3f4f6;cursor:pointer;transition:all .15s;text-decoration:none;color:var(--text-main);font-size:.8rem;font-weight:500}.hd-shortcut:hover{background:white;border-color:var(--border-color);box-shadow:0 1px 4px #0000000f;color:var(--primary-color);text-decoration:none}.hd-shortcut-icon{font-size:1.25rem}.pm-root{min-height:400px}.pm-summary-item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border-color, #e5e7eb);border-radius:6px;background:var(--subtle-fg, #f9fafb);white-space:nowrap}.pm-summary-label{font-size:12px;color:#6b7280}.pm-summary-value{font-size:14px;font-weight:600;color:#111827}.pm-tree-cell{display:inline-flex;align-items:center;justify-content:flex-start;width:100%}.pm-task-text{display:inline-block;vertical-align:middle;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-parent-hint{display:inline-block;vertical-align:middle;margin-left:8px;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#6b7280}.pm-grid-icon{display:inline-flex;align-items:center;justify-content:center}.pm-priority-dot{display:inline-block;width:8px;height:8px;border-radius:9999px;margin-right:6px;vertical-align:middle}.pm-priority-urgent{background:#ef4444}.pm-priority-high{background:#f97316}.pm-priority-medium{background:#3b82f6}.pm-priority-low{background:#9ca3af}.pm-status{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:2px 6px;border-radius:9999px;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap}.pm-status-open{background:#fff7ed;color:#9a3412}.pm-status-overdue{background:#fef2f2;color:#b91c1c}.pm-status-pending_review,.pm-status-working{background:#fff7ed;color:#9a3412}.pm-status-completed{background:#ecfdf5;color:#065f46}.pm-status-cancelled{background:#f3f4f6;color:#374151}.pm-status-template,.pm-status-closed{background:#eff6ff;color:#1d4ed8}.pm-milestone-mark{display:inline-block;width:8px;height:8px;background:#111827;transform:rotate(45deg) translateY(-1px);margin-right:6px;vertical-align:middle;border-radius:2px}.gantt_task_line.pm-task-group{border-color:#cbd5e1}.gantt_task_line.pm-task-group .gantt_task_content{background-color:transparent;font-weight:600}.gantt_task_line.gantt_task_inline_color .gantt_task_progress{opacity:1}.gantt_task_line.pm-task-child,.gantt_task_line.pm-task-root{border-radius:6px}.gantt_row.pm-task-group{background:#fafafa}.gantt_row.pm-task-group .gantt_cell{background:#fafafa;font-weight:600}.pm-holiday{background-color:#f0f8ff}.pm-today{background-color:#fcf8e3;opacity:.6}.pm-gantt-fullscreen{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:99999;display:flex;flex-direction:column;box-sizing:border-box;padding:12px 16px 16px;background:var(--bg-color, #fff);max-width:100vw!important;border:none!important;border-radius:0!important;margin:0!important}.pm-gantt-fullscreen .pm-gantt{flex:1;min-height:0;width:100%}.pm-gantt-body-lock{overflow:hidden}.btn-gantt-view.active{background:var(--primary-color, #4f46e5)!important;color:#fff!important}
/*# sourceMappingURL=project_quadrant_tracker.bundle.UJWBFC7G.css.map */
