.crm-layout{display:flex;min-height:100vh;background:#f0f2f5}.crm-main{flex:1;margin-left:256px;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .22s cubic-bezier(.4,0,.2,1)}.kb-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;border-bottom:1px solid #e5e9f0;position:sticky;top:0;z-index:100;gap:12px;flex-wrap:wrap}.kb-topbar-left{display:flex;align-items:center;gap:12px;position:relative}.kb-topbar-right{display:flex;align-items:center;gap:8px}.kb-board-selector{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f4f6f9;border:1px solid #e5e9f0;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;color:#1a1d23;transition:all .15s;user-select:none}.kb-board-selector:hover{border-color:#1a56db;background:#f0f4ff}.kb-board-name{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-boards-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid #e5e9f0;border-radius:12px;box-shadow:0 8px 32px #0000001f;min-width:230px;z-index:300;display:none;flex-direction:column;overflow:hidden;padding:6px}.kb-boards-dropdown.open{display:flex}.kbd-board-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;border:none;background:none;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;text-align:left;transition:background .1s}.kbd-board-item:hover,.kbd-board-item.active{background:#f0f4ff;color:#1a56db}.kbd-board-all{font-weight:700}.kbd-board-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kbd-sep{height:1px;background:#f3f4f6;margin:4px 0}.kbd-add-btn{display:flex;align-items:center;gap:8px;padding:9px 12px;border:none;background:none;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-radius:8px;transition:background .1s}.kbd-add-btn:hover{background:#f3f4f6;color:#1a1d23}.kb-view-toggle{display:flex;align-items:center;border:1px solid #e5e9f0;border-radius:8px;overflow:hidden}.kb-view-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:none;background:#fff;font-size:.78rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s;white-space:nowrap}.kb-view-btn:not(:last-child){border-right:1px solid #e5e9f0}.kb-view-btn.active{background:#f0f4ff;color:#1a56db}.kb-view-btn:hover:not(.active){background:#f9fafb;color:#374151}.kb-search-wrap{display:flex;align-items:center;gap:8px;padding:7px 12px;background:#f4f6f9;border:1px solid #e5e9f0;border-radius:7px;color:#9ca3af}.kb-search{border:none;background:none;outline:none;font-size:.83rem;color:#1a1d23;width:150px}.kb-filter-sel{padding:7px 10px;border:1px solid #e5e9f0;border-radius:7px;font-size:.83rem;background:#fff;color:#374151;cursor:pointer}.kb-btn-primary{display:inline-flex;align-items:center;gap:6px;background:#1a56db;color:#fff;border:none;padding:8px 14px;border-radius:7px;font-size:.83rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.kb-btn-primary:hover{background:#1447c0}.kb-btn-ghost{display:inline-flex;align-items:center;gap:6px;background:none;color:#6b7280;border:1px solid #e5e9f0;padding:8px 14px;border-radius:7px;font-size:.83rem;font-weight:500;cursor:pointer;transition:all .15s}.kb-btn-ghost:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}.kb-board{flex:1;overflow-x:auto;overflow-y:hidden;padding:20px 24px;display:flex;align-items:flex-start}.kb-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#9ca3af;margin:60px auto;font-size:.9rem}@keyframes kb-spin{to{transform:rotate(360deg)}}.kb-spin{animation:kb-spin 1s linear infinite}.kb-empty-board{display:flex;flex-direction:column;align-items:center;gap:12px;margin:60px auto;color:#9ca3af;text-align:center}.kb-empty-board h3{font-size:1.1rem;font-weight:700;color:#374151;margin:0}.kb-empty-board p{margin:0;font-size:.875rem}.kb-cols-wrap{display:flex;gap:14px;align-items:flex-start;min-height:calc(100vh - 130px)}.kb-col{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:#ebecf0;border-radius:12px;overflow:hidden;max-height:calc(100vh - 130px)}.kb-col-header{padding:12px 14px 10px;background:#ebecf0}.kb-col-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.kb-col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kb-col-name{font-size:.83rem;font-weight:700;color:#374151;flex:1}.kb-col-count{font-size:.72rem;font-weight:700;padding:2px 7px;border-radius:20px;background:#00000014;color:#6b7280}.kb-col-count--over{background:#ef444426;color:#dc2626}.kb-col-board-tag{font-size:.68rem;font-weight:500;color:#9ca3af;margin-bottom:4px;padding-left:16px}.kb-col-actions{display:flex;gap:2px}.kb-col-action{width:26px;height:26px;border:none;background:none;border-radius:6px;cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:all .15s}.kb-col-action:hover{background:#00000012;color:#374151}.kb-col-cards{flex:1;overflow-y:auto;padding:0 8px 8px;display:flex;flex-direction:column;gap:6px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;min-height:40px;transition:background .15s;border-radius:6px}.kb-col-cards::-webkit-scrollbar{width:4px}.kb-col-cards::-webkit-scrollbar-track{background:transparent}.kb-col-cards::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.kb-col-drop{background:#1a56db0f;outline:2px dashed rgba(26,86,219,.25);outline-offset:-4px}.kb-card-placeholder{height:62px;border-radius:8px;background:#1a56db14;border:2px dashed rgba(26,86,219,.45);margin:0;pointer-events:none;animation:kbPhIn .12s ease-out}@keyframes kbPhIn{0%{opacity:0;transform:scaleY(.85)}to{opacity:1;transform:scaleY(1)}}.kb-col-add-card{display:flex;align-items:center;gap:6px;width:100%;padding:9px 14px;border:none;background:none;font-size:.78rem;font-weight:500;color:#9ca3af;cursor:pointer;transition:all .15s;border-top:1px solid rgba(0,0,0,.06)}.kb-col-add-card:hover{color:#1a56db;background:#1a56db0a}.kb-col-new{width:240px;flex-shrink:0;height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border:2px dashed #d1d5db;border-radius:12px;color:#9ca3af;font-size:.83rem;font-weight:500;cursor:pointer;transition:all .15s;background:#ffffff80}.kb-col-new:hover{border-color:#1a56db;color:#1a56db;background:#f0f4ff}.kb-wip-warning{font-size:.72rem;color:#dc2626;text-align:center;padding:4px;background:#ef444414;border-radius:4px}.kb-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;cursor:grab;transition:box-shadow .15s,transform .1s;display:flex;overflow:hidden;position:relative;user-select:none}.kb-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.kb-card:active{cursor:grabbing}.kb-card--dragging{opacity:.5;transform:rotate(1.5deg) scale(1.02);box-shadow:0 12px 28px #0f172a40;cursor:grabbing}.kb-card-priority-bar{width:4px;flex-shrink:0}.kb-card-body{flex:1;padding:10px 12px;min-width:0}.kb-card-labels{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:7px}.kb-label{font-size:.67rem;font-weight:700;padding:2px 7px;border-radius:3px;border:1px solid;display:inline-flex;align-items:center;gap:4px;letter-spacing:.02em}.kb-label--rm button{background:none;border:none;cursor:pointer;padding:0;font-size:.8rem;line-height:1;color:inherit;opacity:.6;margin-left:2px}.kb-label--rm button:hover{opacity:1}.kb-card-title{font-size:.85rem;font-weight:600;color:#1a1d23;line-height:1.4}.kb-card-desc{font-size:.75rem;color:#9ca3af;margin:4px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45}.kb-card-meta{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.kb-card-due{display:inline-flex;align-items:center;gap:3px;font-size:.7rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}.kb-card-due--over{color:#dc2626;background:#ef44441a}.kb-card-linked{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;font-weight:600;color:#1a56db;background:#1a56db14;padding:2px 6px;border-radius:4px}.kb-card-assignee{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#1a56db,#3b82f6);color:#fff;font-size:.65rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto}.gantt-container{width:100%;display:flex;flex-direction:column;gap:0}.gantt-scroll{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 140px)}.gantt-scroll::-webkit-scrollbar{width:6px;height:6px}.gantt-scroll::-webkit-scrollbar-track{background:#f3f4f6}.gantt-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.gantt-header{display:flex;flex-direction:column;position:sticky;top:0;z-index:10;background:#fff;border-bottom:2px solid #e5e9f0;box-shadow:0 2px 8px #0000000d}.gantt-header-label{display:flex;align-items:center;font-size:.72rem;font-weight:700;color:#6b7280;padding:0 16px;flex-shrink:0;background:#fff;border-right:1px solid #e5e9f0;position:sticky;left:0;z-index:11}.gantt-header>div{display:flex}.gantt-month{position:absolute;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#374151;border-right:1px solid #e5e9f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 6px}.gantt-header-days{display:flex;border-top:1px solid #f3f4f6}.gantt-day-num{display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#9ca3af;height:20px;flex-shrink:0;border-right:1px solid #f3f4f6}.gantt-day-today{color:#1a56db;font-weight:800}.gantt-day-mon{color:#374151;font-weight:600}.gantt-body{position:relative;display:flex;flex-direction:column}.gantt-today-line{position:absolute;top:0;bottom:0;width:2px;background:#1a56db;opacity:.4;z-index:5;pointer-events:none}.gantt-group-header{display:flex;align-items:center;gap:8px;padding:6px 16px;background:#f8f9fb;border-top:1px solid #e5e9f0;border-bottom:1px solid #f0f2f5;font-size:.75rem;font-weight:700;color:#374151;position:sticky;left:0}.gantt-group-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.gantt-group-count{font-size:.68rem;font-weight:600;color:#9ca3af}.gantt-row{display:flex;align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .1s}.gantt-row:hover{background:#f8f9ff}.gantt-label{display:flex;align-items:center;gap:8px;padding:0 12px;flex-shrink:0;overflow:hidden;background:#fff;border-right:1px solid #e5e9f0;position:sticky;left:0;z-index:4;height:100%;transition:background .1s}.gantt-row:hover .gantt-label{background:#f8f9ff}.gantt-label-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.gantt-label-text{display:flex;flex-direction:column;gap:1px;min-width:0}.gantt-label-title{font-size:.78rem;font-weight:600;color:#1a1d23;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.gantt-label-col{font-size:.65rem;font-weight:600}.gantt-row-track{position:relative;display:flex;height:100%;flex-shrink:0}.gantt-cell{height:100%;flex-shrink:0;border-right:1px solid #f3f4f6;box-sizing:border-box}.gantt-cell-today{background:#1a56db0a}.gantt-bar{position:absolute;top:50%;transform:translateY(-50%);height:24px;border-radius:4px;border:1.5px solid;display:flex;align-items:center;overflow:hidden;min-width:6px;z-index:3;transition:filter .15s}.gantt-bar:hover{filter:brightness(.92)}.gantt-bar--over{border-style:dashed}.gantt-bar-fill{position:absolute;inset:0;opacity:.15;border-radius:2px}.gantt-bar-label{font-size:.65rem;font-weight:700;padding:0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1;color:inherit}.gantt-nodue-section{border-top:2px solid #e5e9f0;padding:16px 24px;background:#fff;margin-top:2px}.gantt-nodue-title{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:#6b7280;margin-bottom:10px}.gantt-nodue-list{display:flex;flex-direction:column;gap:6px}.gantt-nodue-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f8f9fb;border-radius:8px;border:1px solid #f0f2f5;cursor:pointer;transition:border-color .1s}.gantt-nodue-row:hover{border-color:#d1d5db;background:#f0f2f5}.gantt-nodue-name{font-size:.82rem;font-weight:600;color:#1a1d23;flex:1}.gantt-nodue-col{font-size:.7rem;font-weight:600}.gantt-nodue-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:4px;background:#f3f4f6;color:#9ca3af}.kb-modal-overlay{position:fixed;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:500;padding:20px;backdrop-filter:blur(3px)}.kb-modal-overlay.open{display:flex}.kb-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #0000002e;display:flex;flex-direction:column}.kb-modal--sm{max-width:420px}.kb-modal--card{max-width:580px}.kb-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.kb-modal-header h3{font-size:1rem;font-weight:700;color:#1a1d23;margin:0}.kb-modal-close{background:none;border:none;cursor:pointer;color:#9ca3af;display:flex;align-items:center;transition:color .15s;padding:4px;border-radius:6px}.kb-modal-close:hover{color:#1a1d23;background:#f3f4f6}.kb-modal-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px;flex:1}.kb-modal-footer{display:flex;align-items:center;padding:14px 24px;border-top:1px solid #f3f4f6;flex-shrink:0}.cm-field{display:flex;flex-direction:column;gap:5px}.cm-field label{font-size:.78rem;font-weight:600;color:#374151}.cm-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cm-input{padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#1a1d23;background:#fff;width:100%;box-sizing:border-box;transition:border-color .2s}.cm-input:focus{outline:none;border-color:#1a56db;box-shadow:0 0 0 3px #1a56db1a}.cm-input--sm{padding:7px 10px;font-size:.8rem}.cm-textarea{min-height:80px;resize:vertical}.cm-colors{display:flex;gap:6px;flex-wrap:wrap}.cm-custom-color-wrap{display:flex;align-items:center;gap:8px;margin-top:8px}.cm-custom-color{width:32px;height:32px;border:2px solid #e5e9f0;border-radius:8px;cursor:pointer;padding:2px;background:none}.cm-custom-color:hover{border-color:#1a56db}.cm-custom-color-label{font-size:.78rem;color:#6b7280}.cm-color-btn{width:28px;height:28px;border-radius:7px;border:2px solid transparent;cursor:pointer;transition:all .15s;position:relative}.cm-color-btn:hover{transform:scale(1.15)}.cm-color-btn.active{border-color:#1a1d23;box-shadow:0 0 0 2px #fff inset}.cm-labels{display:flex;flex-direction:column;gap:8px}.cm-label-presets{display:flex;flex-wrap:wrap;gap:4px}.cm-label-add{display:flex;gap:6px;align-items:center}.cm-label-add-btn{width:32px;height:32px;border-radius:7px;border:1px solid #d1d5db;background:#fff;font-size:1rem;font-weight:700;cursor:pointer;color:#6b7280;flex-shrink:0;transition:all .15s}.cm-label-add-btn:hover{border-color:#1a56db;color:#1a56db}.cm-active-labels{display:flex;flex-wrap:wrap;gap:5px}@media(max-width:1024px){.crm-main{margin-left:0}}@media(max-width:768px){.cm-row{grid-template-columns:1fr}.kb-topbar-right{flex-wrap:wrap}.gantt-label-title{max-width:120px}}
