.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:#0d1f3c;display:flex;flex-direction:column;height:100vh;overflow:hidden;z-index:10}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:16px 14px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.08);min-height:56px}.sidebar-logo-icon{width:30px;height:30px;background:var(--primary);border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:11px;color:#fff;flex-shrink:0;letter-spacing:-.5px}.sidebar-logo-text{font-size:13px;font-weight:700;color:#fff;letter-spacing:.2px}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 0}.sidebar-section{padding:14px 14px 4px}.sidebar-project-name{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 14px;color:#ffffffa6;font-size:13px;font-weight:500;transition:background .15s,color .15s;margin:1px 6px;border-radius:7px}.sidebar-item:hover{background:#ffffff12;color:#fff}.sidebar-item-active{background:var(--primary)!important;color:#fff!important}.sidebar-icon{font-size:14px;width:20px;text-align:center;flex-shrink:0}.sidebar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer{padding:10px 14px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px}.sidebar-version{font-size:11px;color:#ffffff40}.sidebar-toggle-btn{background:#ffffff14;border:none;color:#ffffff80;border-radius:6px;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;transition:background .15s,color .15s;flex-shrink:0;margin-left:auto}.sidebar-toggle-btn:hover{background:#ffffff26;color:#fff}.sidebar--collapsed{width:52px;min-width:52px}.sidebar--collapsed .sidebar-logo{justify-content:center;padding:16px 0}.sidebar--collapsed .sidebar-item{justify-content:center;padding:10px 0;margin:1px 4px}.sidebar--collapsed .sidebar-icon{width:auto}.sidebar--collapsed .sidebar-footer{justify-content:center;padding:10px 0}.sidebar--collapsed .sidebar-toggle-btn{margin:0 auto}.sidebar--collapsed .sidebar-section{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.app-layout{transition:none}.app-layout .sidebar{transition:width .2s ease,min-width .2s ease}.topbar{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 20px;background:#fff;border-bottom:1px solid var(--border);flex-shrink:0;z-index:9}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px}.topbar-breadcrumb-sep{color:var(--text-muted)}.topbar-breadcrumb-project{font-weight:600;color:var(--text)}.topbar-breadcrumb-client{color:var(--text-muted);font-size:12px}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-user{display:flex;align-items:center;gap:8px}.topbar-avatar{width:28px;height:28px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.topbar-email{font-size:13px;color:var(--text-muted)}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.app-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#0d1f3c,#1565c0 60%,#00bcd4)}.login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:400px;box-shadow:0 24px 80px #0000004d}.login-logo{text-align:center;margin-bottom:28px}.login-logo-icon{width:52px;height:52px;background:var(--primary);border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;color:#fff;margin:0 auto 12px;letter-spacing:-.5px}.login-title{font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px}.login-subtitle{font-size:13px;color:var(--text-muted)}.login-form{display:flex;flex-direction:column;gap:4px}.login-error{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ffebee;color:#c62828;border-radius:8px;font-size:13px;margin-bottom:8px}.login-lock{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff3e0;color:#e65100;border-radius:8px;font-size:13px;margin-bottom:8px}.login-captcha{margin:8px 0}.login-captcha-hint{font-size:11px;color:var(--text-muted);margin-top:6px}.password-field-wrap{position:relative}.password-input{padding-right:42px}.password-visibility-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#64748b;font-size:16px;line-height:1;width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.password-visibility-btn:hover{background:#eef2ff;color:#334155}.login-attempts-hint{font-size:11px;color:var(--warning);text-align:center;margin-top:8px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.project-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;cursor:pointer;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column;gap:12px}.project-card:hover{box-shadow:0 6px 24px #1565c021;transform:translateY(-2px);border-color:var(--primary-light)}.project-card-header{display:flex;align-items:center;gap:12px}.project-card-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:#fff;flex-shrink:0}.project-card-name{font-size:15px;font-weight:700;color:var(--text)}.project-card-client{font-size:12px;color:var(--text-muted);margin-top:2px}.project-card-desc{font-size:13px;color:var(--text-muted);line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.project-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}.modal-captcha{margin:12px 0}.dashboard{display:flex;flex-direction:column;height:100%;overflow:hidden}.dashboard-body{flex:1;overflow-y:auto;padding:20px}.stat-row{display:flex;gap:14px;margin-bottom:16px;flex-wrap:wrap}.stat-card{flex:1;min-width:100px;background:#fff;border:2px solid var(--border);border-radius:10px;padding:16px;text-align:center;box-shadow:0 1px 4px #0000000d}.stat-value{font-size:28px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:4px}.stat-label{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.progress-bar-bg{height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden;margin-bottom:10px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:5px;transition:width .5s ease}.progress-breakdown{display:flex;flex-wrap:wrap;gap:10px}.progress-chip{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500}.progress-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.phase-list{display:flex;flex-direction:column;gap:8px}.phase-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.phase-row:last-child{border-bottom:none}.phase-name{font-weight:500;font-size:13px}.phase-dates{font-size:12px}.milestone-list{display:flex;flex-direction:column;gap:10px}.milestone-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.milestone-row:last-child{border-bottom:none}.milestone-name{font-weight:500;font-size:13px;margin-bottom:2px}.risk-list{display:flex;flex-direction:column;gap:8px}.risk-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.risk-row:last-child{border-bottom:none}.risk-desc{font-size:13px;flex:1;margin-right:12px}.risk-score-badge{min-width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick-link-btn{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);font-size:13px;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s,border-color .15s}.quick-link-btn:hover{background:#eef2ff;border-color:var(--primary-light);color:var(--primary)}.quick-link-icon{font-size:16px}.wbs-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.wbs-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.wbs-settings-btn{width:32px;height:32px;border:1px solid #D5DCE6;border-radius:10px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:all .16s ease}.wbs-settings-btn:hover,.wbs-settings-btn.is-active{border-color:#93c5fd;color:#2563eb;background:#eff6ff}.wbs-grid-wrapper{flex:1;overflow:hidden;min-height:0;position:relative}.wbs-grid-wrapper .rdg{height:100%!important;width:100%!important}.wbs-grid-wrapper .rdg-viewport{min-width:0}.owner-add-btn{background:#1565c01f;border:none;color:#1565c0;border-radius:3px;width:18px;height:18px;font-size:14px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;transition:background .15s;flex-shrink:0}.owner-add-btn:hover{background:#1565c038}.owner-editor{position:relative;height:100%;background:#fff}.owner-editor-input{width:100%;height:100%;border:none;outline:none;font-size:12px;padding:0 4px}.owner-editor-list{position:absolute;top:calc(100% + 2px);left:0;right:0;max-height:180px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:#fff;z-index:50;box-shadow:0 8px 20px #0f172a1f}.owner-editor-option{width:100%;border:none;background:transparent;text-align:left;padding:6px 8px;font-size:11px;color:#1f2937;cursor:pointer}.owner-editor-option:hover{background:#f3f4f6}.owner-editor-option-custom{color:#1565c0;font-weight:600}.owner-editor-option-add{border-top:1px solid var(--border);color:#1565c0;font-weight:600}.wbs-task-cell{position:relative;min-height:31px;display:flex;align-items:center;cursor:pointer;min-width:0}.wbs-task-cell.is-toolbar-active{z-index:10}.wbs-task-cell-copy{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wbs-task-cell.is-toolbar-active .wbs-task-cell-copy{padding-right:140px}.wbs-row-toolbar{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:16px;background:linear-gradient(135deg,#ffffffd9,#ffffffb3);border:1.5px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0f172a26,0 2px 8px #0f172a1a,inset 0 1px 1px #ffffffe6;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);animation:toolbarFadeIn .2s cubic-bezier(.16,1,.3,1)}@keyframes toolbarFadeIn{0%{opacity:0;transform:translateY(-50%) scale(.92)}to{opacity:1;transform:translateY(-50%) scale(1)}}.wbs-row-toolbar-btn{width:28px;height:28px;border:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:#fff6;color:#475569;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 1px 3px #0f172a14}.wbs-row-toolbar-btn svg{position:relative;z-index:1}.wbs-row-toolbar-btn:hover{background:#ffffffb3;transform:translateY(-1px);box-shadow:0 2px 6px #0f172a1f}.wbs-row-toolbar-btn:active{transform:translateY(0);box-shadow:0 1px 3px #0f172a14}.wbs-row-toolbar-btn.is-add{color:#0ea5e9}.wbs-row-toolbar-btn.is-add:hover{background:linear-gradient(135deg,#0ea5e933,#0ea5e926);color:#0284c7}.wbs-row-toolbar-btn.is-move{color:#64748b}.wbs-row-toolbar-btn.is-move:hover{background:linear-gradient(135deg,#64748b2e,#64748b1f);color:#475569}.wbs-row-toolbar-btn.is-relocate{color:#7c3aed}.wbs-row-toolbar-btn.is-relocate:hover{background:linear-gradient(135deg,#7c3aed33,#7c3aed24);color:#6d28d9}.wbs-row-toolbar-btn.is-delete{color:#ef4444}.wbs-row-toolbar-btn.is-delete:hover{background:linear-gradient(135deg,#ef444433,#ef444426);color:#dc2626}.wbs-id-cell{display:inline-flex;align-items:center;width:100%;height:100%;font-weight:600;color:#1565c0;font-size:11px;padding:0 2px}.move-target-modal{max-width:620px}.move-target-option-list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow:auto;margin-bottom:12px}.move-target-option-row{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--surface);text-align:left;padding:8px 10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.move-target-option-row:hover{border-color:#7c3aed59;background:#f8f5ff;transform:translateY(-1px)}.move-target-option-title{font-size:12px;font-weight:600;color:var(--text)}.move-target-option-meta{margin-top:2px;font-size:10px;color:var(--text-muted)}.move-target-empty{padding:14px;border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);text-align:center;font-size:13px}.add-person-modal{max-width:400px}.add-person-form{display:flex;flex-direction:column;gap:14px}.add-person-active{padding:10px 12px;background:var(--surface2);border-radius:8px;border:1px solid var(--border)}.add-person-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:500}.add-person-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.add-person-active-hint{font-size:11px;color:var(--text-muted);font-weight:400}.predecessor-modal{max-width:620px}.predecessor-option-list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow:auto;margin-bottom:12px}.predecessor-option-row{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer}.predecessor-option-row.is-selected{border-color:#93c5fd;background:#f8fbff}.predecessor-option-content{min-width:0}.predecessor-option-title{font-size:12px;font-weight:600;color:var(--text)}.predecessor-option-meta{font-size:10px;color:var(--text-muted);margin-top:2px}.predecessor-option-warning{margin-top:5px;font-size:10px;line-height:1.45;color:#b91c1c;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:5px 7px}.predecessor-empty{padding:14px;border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);text-align:center;font-size:13px}.predecessor-selection-warning{margin-bottom:12px;border:1px solid #FECACA;background:#fef2f2;border-radius:10px;padding:8px 10px}.predecessor-selection-warning-title{font-size:11px;font-weight:700;color:#991b1b;margin-bottom:5px}.predecessor-selection-warning-item{font-size:10px;line-height:1.5;color:#b91c1c}.predecessor-selection-warning-item+.predecessor-selection-warning-item{margin-top:4px}.wbs-dependency-chip{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;min-height:24px;padding:3px 6px;border:1px solid #D0D7E2;border-radius:7px;background:#f8fafc;color:#334155;cursor:pointer;text-align:left}.wbs-dependency-chip.is-blocked{border-color:#ffb74d;background:#fff8e1}.wbs-dependency-chip.is-conflict{border-color:#ef5350;background:#ffebee}.wbs-dependency-chip-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.wbs-dependency-chip-icon{flex-shrink:0;font-size:11px;font-weight:700}.wbs-row-level-0{background:#f3e5f5!important;font-weight:800!important}.wbs-row-level-0 .rdg-cell{background:#f3e5f5!important;color:#4a148c!important;font-weight:800!important}.wbs-row-level-1{background:#e3f2fd!important;font-weight:700!important}.wbs-row-level-1 .rdg-cell{background:#e3f2fd!important;color:#0d47a1!important;font-weight:700!important}.wbs-row-level-2{background:#e8f5e9!important}.wbs-row-level-2 .rdg-cell{background:#e8f5e9!important;color:#1b5e20!important;font-weight:600!important}.wbs-row-level-3{background:#fff!important}.wbs-row-level-3 .rdg-cell{background:#fff!important;color:#212121!important}.rdg-row:hover .rdg-cell{filter:brightness(.97)}.wbs-row-blocked .rdg-cell{box-shadow:inset 0 -2px #ffb74d}.wbs-row-conflict .rdg-cell{box-shadow:inset 0 -2px #ef5350}.wbs-save-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#fff8e1;border-top:1px solid #FFD54F;font-size:12px;color:#e65100;font-weight:500;flex-shrink:0}.wbs-settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a00;pointer-events:none;transition:background .2s ease;z-index:150}.wbs-settings-backdrop.is-open{background:#0f172a38;pointer-events:auto}.wbs-settings-drawer{position:absolute;top:0;right:0;height:100%;width:min(360px,92vw);background:#fff;box-shadow:-18px 0 38px #0f172a2e;transform:translate(100%);transition:transform .24s ease;display:flex;flex-direction:column;padding:18px 16px;gap:12px;overflow:hidden}.wbs-settings-drawer.is-open{transform:translate(0)}.wbs-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-shrink:0}.wbs-settings-title{font-size:18px;font-weight:700;color:#0f172a}.wbs-settings-subtitle{margin-top:4px;font-size:12px;color:#64748b}.wbs-settings-close{border:1px solid #E2E8F0;background:#fff;color:#64748b;border-radius:8px;width:32px;height:32px;font-size:14px;line-height:1}.wbs-settings-search-wrap{flex-shrink:0}.wbs-settings-search{width:100%;height:36px;border:1px solid #D5DCE6;border-radius:10px;padding:0 11px;font-size:13px;color:#334155;background:#fff}.wbs-settings-search:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f624}.wbs-settings-content{flex:1;min-height:0;overflow-y:auto;padding-right:2px;display:flex;flex-direction:column;gap:12px}.wbs-settings-section{border:1px solid #E5E7EB;border-radius:12px;background:#f8fafc;padding:12px;display:flex;flex-direction:column;gap:10px}.wbs-settings-section-toggle{width:100%;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:space-between;text-align:left}.wbs-settings-section-title{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#475569}.wbs-settings-chevron{color:#64748b;font-size:14px;line-height:1;transform:rotate(-90deg);transition:transform .16s ease}.wbs-settings-chevron.is-open{transform:rotate(0)}.wbs-settings-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border:none;border-top:1px solid #E2E8F0;background:transparent;text-align:left}.wbs-settings-section .wbs-settings-option:first-of-type{border-top:none;padding-top:2px}.wbs-settings-option-copy{min-width:0}.wbs-settings-option-title{font-size:13px;font-weight:700;color:#0f172a}.wbs-settings-option-meta{margin-top:3px;font-size:11px;line-height:1.4;color:#64748b}.wbs-switch{position:relative;width:42px;height:24px;border-radius:999px;border:1px solid #CBD5E1;background:#e5e7eb;flex-shrink:0;transition:all .16s ease}.wbs-switch.is-on{background:#2563eb;border-color:#2563eb}.wbs-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .16s ease}.wbs-switch.is-on .wbs-switch-thumb{transform:translate(18px)}.wbs-date-format-list{display:flex;flex-wrap:wrap;gap:8px}.wbs-date-format-option{border:1px solid #D5DCE6;background:#fff;color:#334155;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .16s ease}.wbs-date-format-option.is-active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.wbs-settings-empty{font-size:12px;color:#64748b;padding:8px 0 2px}.gantt-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:14px;gap:10px;background:#f5f7fb}.gantt-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.gantt-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.gantt-title-block{display:flex;flex-direction:column;gap:2px}.gantt-subtitle{font-size:11px;color:var(--text-muted)}.gantt-legend-card{padding:6px 10px;border:1px solid #E5E7EB;border-radius:8px;background:#fff}.gantt-visibility-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gantt-hierarchy-btn{border:1px solid #D1D9E6;background:#fff;color:#64748b;border-radius:7px;padding:5px 6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;cursor:pointer}.gantt-hierarchy-btn:hover{border-color:#93c5fd;background:#f8fbff;color:#1d4ed8}.gantt-hierarchy-btn.is-active{border-color:#2563eb;background:#dbeafe;color:#1d4ed8}.gantt-hierarchy-btn svg{display:block}.gantt-settings-btn{border:1px solid #D1D9E6;background:#fff;color:#64748b;border-radius:7px;padding:5px 6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;cursor:pointer}.gantt-settings-btn:hover{border-color:#93c5fd;background:#f8fbff;color:#1d4ed8}.gantt-settings-btn.is-active{border-color:#2563eb;background:#dbeafe;color:#1d4ed8}.gantt-settings-btn svg{display:block}.gantt-toggle-btn{border:1px solid #D1D9E6;background:#fff;color:#475569;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700;transition:all .15s ease}.gantt-toggle-btn:hover{border-color:#93c5fd;background:#f8fbff;color:#1d4ed8}.gantt-toggle-btn.is-active{border-color:#2563eb;background:#dbeafe;color:#1d4ed8}.gantt-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gantt-legend-item{display:flex;align-items:center;gap:4px;font-size:9px;font-weight:600;color:var(--text-muted)}.gantt-legend-dot{width:8px;height:8px;border-radius:3px;flex-shrink:0;box-shadow:inset 0 0 0 1px #0f172a14}.gantt-legend-weekend{background:#e2e8f0}.gantt-scroll-wrapper{flex:1;overflow:auto;border:1px solid #DDE3EC;border-radius:10px;background:#fff;box-shadow:0 6px 18px #0f172a0d}.gantt-grid{display:flex;flex-direction:column;border:none;margin:0;position:relative;background:#fff}.gantt-header-row{display:flex;background:#fff;color:#334155;position:sticky;top:0;z-index:10;flex-shrink:0;border-bottom:1px solid #E5E7EB}.gantt-header-row-main{top:0}.gantt-week-header-row{top:30px}.gantt-day-header-row{background:#fcfdfe;top:52px}.gantt-cell{display:flex;align-items:center;padding:0 5px;border-right:1px solid #E5E7EB;font-size:10px;font-weight:600;overflow:hidden;white-space:nowrap;flex-shrink:0}.gantt-task-column{position:sticky;z-index:6;background:#fff}.gantt-task-column-header{z-index:12;font-size:9px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.gantt-cell.is-center{justify-content:center}.gantt-task-column:nth-child(1){left:0}.gantt-task-column-second{left:236px}.gantt-task-column-third{left:348px}.gantt-task-column-fourth{left:406px}.gantt-month-header{justify-content:center;font-size:10px;font-weight:700;color:#475569;border-right:1px solid #E5E7EB}.gantt-week-header{justify-content:flex-start;align-items:center;padding-left:8px;font-size:9px;font-weight:700;color:#64748b;background:#fafbfc}.gantt-day-cell{flex-direction:column;justify-content:center;gap:1px;font-size:9px;border-right:1px solid #EEF2F7;padding:0}.gantt-day-number{font-size:10px;font-weight:700;color:#334155}.gantt-day-name{font-size:8px;font-weight:600;color:#94a3b8}.gantt-data-row{display:flex;height:38px;border-bottom:1px solid #EDF2F7;flex-shrink:0;background:#fff}.gantt-data-row:hover{background:#fafcff}.gantt-data-row.is-epic-row{background:#f5f3ff}.gantt-data-row.is-epic-row:hover{background:#ede9fe}.gantt-data-row.is-parent-row{background:#f8fafc;border-top:1px solid #CBD5E1!important}.gantt-data-row.is-parent-row:hover{background:#f1f5f9}.gantt-data-row.is-child-row{background:#fefefe}.gantt-data-row.is-child-row:hover{background:#f9fafb}.gantt-hierarchy-connector{opacity:.6}.gantt-task-label{display:flex;align-items:center;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:6px;box-shadow:4px 0 10px #0f172a05}.is-parent-row .gantt-task-label{font-weight:600}.is-epic-row .gantt-task-label{font-weight:700}.is-child-row .gantt-task-label{border-left:2px solid #E2E8F0}.gantt-level-marker{width:3px;height:14px;border-radius:999px;flex-shrink:0}.gantt-level-marker.level-0{background:#7c3aed}.gantt-level-marker.level-1{background:#2563eb}.gantt-level-marker.level-2{background:#16a34a}.gantt-level-marker.level-3{background:#94a3b8}.gantt-task-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;flex:1}.gantt-task-text.is-compact{display:block}.gantt-task-code{font-size:9px;font-weight:700;color:#64748b;background:transparent;border:none;border-radius:0;padding:0;flex-shrink:0}.gantt-task-name{min-width:0;width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:600;color:#1f2937}.gantt-schedule-cell,.gantt-assignee-cell,.gantt-progress-cell,.gantt-duration-cell,.gantt-sprint-cell,.gantt-meta-cell{font-size:10px;color:#475569;background:#fff}.gantt-schedule-cell{font-weight:500}.gantt-assignee-cell,.gantt-progress-cell,.gantt-duration-cell{justify-content:center}.gantt-assignee-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:#3b82f6;color:#fff;font-size:9px;font-weight:700}.gantt-timeline-row{position:relative;display:flex;align-items:stretch;height:100%;overflow:hidden;flex-shrink:0}.gantt-empty-cell{border-right:1px solid #EEF2F7;flex-shrink:0;height:100%}.gantt-empty-cell.is-nonworking{background:#f3f4f6}.gantt-task-bar{position:absolute;top:6px;height:24px;border-radius:3px;display:flex;align-items:center;overflow:hidden;color:#fff;font-size:10px;font-weight:700;box-shadow:0 2px 8px #0f172a24;z-index:4}.gantt-task-bar.is-blocked{box-shadow:0 2px 8px #0f172a24,inset 0 0 0 2px #f59e0b}.gantt-task-bar.is-conflict{box-shadow:0 2px 8px #0f172a24,inset 0 0 0 2px #ef4444}.gantt-task-bar-label{position:relative;z-index:2;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-connector-layer{position:absolute;inset:0 auto auto 0;pointer-events:none;z-index:3}.gantt-connector-dot{fill:#9ca3af}.gantt-connector-path{fill:none;stroke:#6b7280;stroke-width:1.4;opacity:.95}.gantt-connector-arrow{fill:#6b7280}.gantt-task-warning{margin-left:4px;font-size:10px;font-weight:700;flex-shrink:0}.gantt-task-blocked{color:#ef6c00}.gantt-task-conflict{color:#d32f2f}.gantt-bar-flag{position:absolute;right:5px;top:4px;font-size:9px;line-height:1;color:#fff;z-index:3}.gantt-bar-flag-conflict{color:#d32f2f}.gantt-legend-warning{background:#ff9800}.gantt-legend-conflict{background:#f44336}.gantt-progress-fill{position:absolute;left:0;top:0;bottom:0;border-radius:0;opacity:.24;background:#ffffffeb}.gantt-tooltip{background:#0f172af5;color:#fff;border-radius:14px;padding:12px 14px;font-size:12px;line-height:1.65;pointer-events:none;box-shadow:0 18px 40px #0f172a47;max-width:280px;border:1px solid rgba(255,255,255,.08)}.gantt-tooltip-title{font-weight:700;margin-bottom:4px;font-size:13px}.gantt-settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a00;pointer-events:none;transition:background .2s ease;z-index:150}.gantt-settings-backdrop.is-open{background:#0f172a38;pointer-events:auto}.gantt-settings-drawer{position:absolute;top:0;right:0;height:100%;width:min(360px,92vw);background:#fff;box-shadow:-18px 0 38px #0f172a2e;transform:translate(100%);transition:transform .24s ease;display:flex;flex-direction:column;padding:18px 16px;gap:16px}.gantt-settings-drawer.is-open{transform:translate(0)}.gantt-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gantt-settings-title{font-size:18px;font-weight:700;color:#0f172a}.gantt-settings-subtitle{margin-top:4px;font-size:12px;color:#64748b}.gantt-settings-close{border:1px solid #E2E8F0;background:#fff;color:#64748b;border-radius:8px;width:32px;height:32px;font-size:14px;line-height:1}.gantt-settings-section{border:1px solid #E5E7EB;border-radius:12px;background:#f8fafc;padding:12px;display:flex;flex-direction:column;gap:10px}.gantt-settings-section-title{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#475569}.gantt-settings-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #E2E8F0}.gantt-settings-section .gantt-settings-option:first-of-type{border-top:none;padding-top:2px}.gantt-settings-option-copy{min-width:0}.gantt-settings-option-title{font-size:13px;font-weight:700;color:#0f172a}.gantt-settings-option-meta{margin-top:3px;font-size:11px;line-height:1.4;color:#64748b}.gantt-switch{position:relative;width:42px;height:24px;border-radius:999px;border:1px solid #CBD5E1;background:#e5e7eb;flex-shrink:0;transition:all .16s ease}.gantt-switch.is-on{background:#2563eb;border-color:#2563eb}.gantt-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .16s ease}.gantt-switch.is-on .gantt-switch-thumb{transform:translate(18px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1565C0;--primary-light: #1976D2;--primary-dark: #0D47A1;--accent: #00BCD4;--success: #4CAF50;--warning: #FF9800;--error: #F44336;--info: #2196F3;--surface: #FFFFFF;--surface2: #F5F7FA;--border: #E0E0E0;--text: #212121;--text-muted: #757575;--sidebar-width: 220px;--header-height: 52px}html,body,#root{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--text);background:var(--surface2);overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.w-full{width:100%}.h-full{height:100%}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.rounded{border-radius:6px}.rounded-lg{border-radius:10px}.shadow{box-shadow:0 2px 8px #0000001a}.shadow-lg{box-shadow:0 4px 20px #00000026}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-top:8px;padding-bottom:8px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.text-sm{font-size:12px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-muted{color:var(--text-muted)}.text-white{color:#fff}.text-primary{color:var(--primary)}.bg-white{background:#fff}.bg-surface2{background:var(--surface2)}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;border:none;font-size:13px;font-weight:500;transition:background .15s,transform .1s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:#eef2ff;color:var(--primary)}.btn-secondary:hover{background:#dbeafe}.btn-danger{background:var(--error);color:#fff}.btn-danger:hover{background:#c62828}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#2e7d32}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface2)}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{padding:6px;border-radius:6px;background:transparent;border:none;color:var(--text-muted)}.btn-icon:hover{background:var(--surface2);color:var(--primary)}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.form-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.form-control{padding:9px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;color:var(--text);background:#fff;transition:border-color .15s;outline:none;width:100%}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1565c01f}textarea.form-control{resize:vertical;min-height:100px}.card{background:#fff;border-radius:10px;border:1px solid var(--border);padding:20px;box-shadow:0 1px 4px #0000000f}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.badge-success{background:#e8f5e9;color:#2e7d32}.badge-warning{background:#fff3e0;color:#e65100}.badge-error{background:#ffebee;color:#c62828}.badge-info{background:#e3f2fd;color:#1565c0}.badge-muted{background:#f5f5f5;color:#616161}.data-table{width:100%;border-collapse:collapse}.data-table th{background:var(--primary);color:#fff;padding:10px 12px;font-size:12px;font-weight:600;text-align:left;position:sticky;top:0;z-index:1}.data-table td{padding:9px 12px;font-size:13px;border-bottom:1px solid var(--border);vertical-align:middle}.data-table tr:hover td{background:#f5f7fa}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:520px;box-shadow:0 20px 60px #00000040;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}.modal-title{font-size:18px;font-weight:700;color:var(--text)}.status-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}.status-not-started{background:#f5f5f5;color:#616161}.status-in-progress{background:#e3f2fd;color:#1565c0}.status-completed{background:#e8f5e9;color:#2e7d32}.status-delayed{background:#ffebee;color:#c62828}.status-on-hold{background:#fff3e0;color:#e65100}.page-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);background:#fff;min-height:56px;flex-shrink:0}.page-title{font-size:18px;font-weight:700;color:var(--text)}.page-body{flex:1;overflow:auto;padding:20px}.spinner{width:36px;height:36px;border:3px solid #E0E0E0;border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-muted);gap:12px}.empty-state svg{opacity:.3}.empty-state h3{font-size:16px;font-weight:600;color:var(--text)}.empty-state p{font-size:13px;text-align:center;max-width:300px}.rdg{height:100%!important}.rdg-cell{padding:0 8px!important;font-size:13px!important}.rdg-header-row{background:var(--primary)!important;color:#fff!important}.rdg-header-row .rdg-cell{color:#fff!important;font-weight:600!important}.roles-list{display:flex;flex-direction:column;gap:6px}.role-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);transition:background .15s}.role-row:hover{background:#eef2ff}.role-chip{display:flex;align-items:center;gap:8px}.role-icon{font-size:14px}.role-name{font-weight:500;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box{background:var(--surface);border-radius:12px;box-shadow:0 20px 60px #00000040;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 14px;border-bottom:1px solid var(--border)}.modal-title{font-size:16px;font-weight:700;color:var(--text);margin:0}.modal-close{background:none;border:none;font-size:18px;color:var(--text-muted);cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:background .15s}.modal-close:hover{background:var(--surface2);color:var(--text)}.modal-body{padding:20px 24px;overflow-y:auto;flex:1}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.drop-zone{border:2px dashed var(--border);border-radius:10px;padding:40px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--surface2);margin-bottom:16px;-webkit-user-select:none;user-select:none}.drop-zone:hover,.drop-zone--active{border-color:var(--primary);background:#e3f2fd33}.drop-zone-icon{font-size:40px;margin-bottom:10px}.drop-zone-text{font-size:15px;color:var(--text);margin-bottom:4px}.drop-zone-sub{font-size:12px;color:var(--text-muted)}.drop-zone-spinner{display:flex;justify-content:center;padding:16px 0}.import-tip-box{background:#fff9c4;border:1px solid #F9A825;border-radius:8px;padding:12px 16px}.import-tip-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px;font-weight:600}.import-tip-list{margin:0;padding-left:18px;font-size:12px;color:#5d4037;line-height:1.7}.mapping-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:4px}.mapping-table th{background:var(--surface2);padding:8px 10px;text-align:left;font-weight:600;border-bottom:2px solid var(--border);font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.mapping-table td{padding:7px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.mapping-row--warn td{background:#fff3e0}.mapping-label{font-weight:500;margin-right:6px}.mapping-select{width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:5px;font-size:13px;background:var(--surface);color:var(--text);outline:none}.mapping-select:focus{border-color:var(--primary)}.badge{display:inline-block;padding:2px 7px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.badge-req{background:#ffebee;color:#c62828}.badge-ok{background:#e8f5e9;color:#2e7d32}.badge-err{background:#ffebee;color:#c62828}.badge-skip{background:#f5f5f5;color:#9e9e9e}.import-summary{text-align:center;padding:20px 0 16px}.import-summary-count{font-size:48px;font-weight:800;color:var(--primary);line-height:1}.import-summary-label{font-size:14px;color:var(--text-muted);margin-top:4px}.import-breakdown{border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:16px}.import-breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;font-size:13px;border-bottom:1px solid var(--border)}.import-breakdown-row:last-child{border-bottom:none}.import-warnings,.import-errors{border-radius:8px;padding:10px 14px;margin-bottom:12px;font-size:12px}.import-warnings{background:#fff9c4;border:1px solid #F9A825;color:#5d4037}.import-errors{background:#ffebee;border:1px solid #EF9A9A;color:#b71c1c}.import-warnings ul,.import-errors ul{margin:6px 0 0 16px;padding:0;line-height:1.8}.confirm-dialog{max-width:440px}.btn-danger{background:#f44336;color:#fff;border:none;transition:background .15s}.btn-danger:hover{background:#d32f2f}.btn-danger:disabled{background:#ffcdd2;cursor:not-allowed}.export-modal{max-width:520px}.export-modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.export-modal-intro-text{font-size:13px;color:var(--text-muted)}.export-sheet-list{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.export-sheet-option{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1.5px solid var(--border);border-radius:10px;background:var(--surface2);cursor:pointer;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.export-sheet-option:hover{border-color:#93c5fd;background:#eff6ff}.export-sheet-option.is-selected{border-color:var(--primary);background:#e3f2fd}.export-sheet-checkbox{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}.export-sheet-copy{flex:1;min-width:0}.export-sheet-title{font-size:13px;font-weight:700;color:var(--text);line-height:1.3}.export-sheet-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.export-sheet-tick{font-size:13px;font-weight:700;color:var(--primary);opacity:0;transition:opacity .15s}.export-sheet-tick.is-visible{opacity:1}.export-modal-count{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:4px}.import-overwrite-warning{border:1.5px solid #FFA726;border-radius:12px;background:#fff8e1;padding:20px;margin-bottom:4px;text-align:center}.import-overwrite-icon{font-size:36px;margin-bottom:10px}.import-overwrite-heading{font-size:16px;font-weight:800;color:#e65100;margin-bottom:8px}.import-overwrite-body{font-size:13px;color:var(--text);margin-bottom:12px}.import-overwrite-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px;text-align:left;max-width:320px;margin:0 auto 12px}.import-overwrite-list-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);padding:6px 10px;background:#ffffffb3;border-radius:8px;border:1px solid rgba(255,167,38,.35)}.import-overwrite-badge{font-size:10px;font-weight:800;color:#e65100;background:#ffe0b2;border-radius:50%;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.import-overwrite-note{font-size:11px;color:#8d6e63;font-style:italic}@layer rdg{@layer Defaults,FocusSink,CheckboxInput,CheckboxIcon,CheckboxLabel,Cell,HeaderCell,SummaryCell,EditCell,Row,HeaderRow,SummaryRow,GroupedRow,Root;}@layer rdg.MeasuringCell{.mlln6zg7-0-0-beta-47{contain:strict;grid-row:1;visibility:hidden}}@layer rdg.Cell{.cj343x07-0-0-beta-47{position:relative;padding-block:0;padding-inline:8px;border-inline-end:1px solid var(--rdg-border-color);border-block-end:1px solid var(--rdg-border-color);grid-row-start:var(--rdg-grid-row-start);align-content:center;background-color:inherit;white-space:nowrap;overflow:clip;text-overflow:ellipsis;outline:none}.cj343x07-0-0-beta-47[aria-selected=true]{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.Cell{.csofj7r7-0-0-beta-47{position:sticky;z-index:1}.csofj7r7-0-0-beta-47:nth-last-child(1 of.csofj7r7-0-0-beta-47){box-shadow:var(--rdg-cell-frozen-box-shadow)}}@layer rdg.CheckboxInput{.c1bn88vv7-0-0-beta-47{display:block;margin:auto;inline-size:20px;block-size:20px}.c1bn88vv7-0-0-beta-47:focus-visible{outline:2px solid var(--rdg-checkbox-focus-color);outline-offset:-3px}.c1bn88vv7-0-0-beta-47:enabled{cursor:pointer}}@layer rdg.GroupCellContent{.g1s9ylgp7-0-0-beta-47{outline:none}}@layer rdg.GroupCellCaret{.cz54e4y7-0-0-beta-47{margin-inline-start:4px;stroke:currentColor;stroke-width:1.5px;fill:transparent;vertical-align:middle}.cz54e4y7-0-0-beta-47>path{transition:d .1s}}@layer rdg.DragHandle{.c1w9bbhr7-0-0-beta-47{--rdg-drag-handle-size: 8px;z-index:0;cursor:move;inline-size:var(--rdg-drag-handle-size);block-size:var(--rdg-drag-handle-size);background-color:var(--rdg-selection-color);place-self:end}.c1w9bbhr7-0-0-beta-47:hover{--rdg-drag-handle-size: 16px;border:2px solid var(--rdg-selection-color);background-color:var(--rdg-background-color)}}@layer rdg.DragHandle{.c1creorc7-0-0-beta-47{z-index:1;position:sticky}}@layer rdg.EditCell{.cis5rrm7-0-0-beta-47{padding:0}}@layer rdg.SortableHeaderCell{.h44jtk67-0-0-beta-47{display:flex}}@layer rdg.SortableHeaderCellName{.hcgkhxz7-0-0-beta-47{flex-grow:1;overflow:clip;text-overflow:ellipsis}}@layer rdg.HeaderCell{.c6l2wv17-0-0-beta-47{cursor:pointer}}@layer rdg.HeaderCell{.c1kqdw7y7-0-0-beta-47{touch-action:none}}@layer rdg.HeaderCell{.r1y6ywlx7-0-0-beta-47{cursor:col-resize;position:absolute;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inline-size:10px}}.c1bezg5o7-0-0-beta-47{opacity:.5}.c1vc96037-0-0-beta-47{background-color:var(--rdg-header-draggable-background-color)}@layer rdg.Row{.r1upfr807-0-0-beta-47{display:contents;background-color:var(--rdg-background-color)}.r1upfr807-0-0-beta-47:hover{background-color:var(--rdg-row-hover-background-color)}.r1upfr807-0-0-beta-47[aria-selected=true]{background-color:var(--rdg-row-selected-background-color)}.r1upfr807-0-0-beta-47[aria-selected=true]:hover{background-color:var(--rdg-row-selected-hover-background-color)}}@layer rdg.FocusSink{.r190mhd37-0-0-beta-47{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.FocusSink{.r139qu9m7-0-0-beta-47:before{content:"";display:inline-block;block-size:100%;position:sticky;inset-inline-start:0;border-inline-start:2px solid var(--rdg-selection-color)}}@layer rdg.HeaderRow{.h10tskcx7-0-0-beta-47{display:contents;background-color:var(--rdg-header-background-color);font-weight:700}.h10tskcx7-0-0-beta-47>.cj343x07-0-0-beta-47{z-index:2;position:sticky}.h10tskcx7-0-0-beta-47>.csofj7r7-0-0-beta-47{z-index:3}}@layer rdg.Cell{.c6ra8a37-0-0-beta-47{background-color:#ccf}}@layer rdg.Cell{.cq910m07-0-0-beta-47{background-color:#ccf}.cq910m07-0-0-beta-47.c6ra8a37-0-0-beta-47{background-color:#99f}}@layer rdg.SortIcon{.a3ejtar7-0-0-beta-47{fill:currentColor}.a3ejtar7-0-0-beta-47>path{transition:d .1s}}@layer rdg.Defaults{.rnvodz57-0-0-beta-47 *,.rnvodz57-0-0-beta-47 *:before,.rnvodz57-0-0-beta-47 *:after{box-sizing:inherit}}@layer rdg.Root{.rnvodz57-0-0-beta-47{--rdg-color: #000;--rdg-border-color: #ddd;--rdg-summary-border-color: #aaa;--rdg-background-color: hsl(0deg 0% 100%);--rdg-header-background-color: hsl(0deg 0% 97.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 90.5%);--rdg-row-hover-background-color: hsl(0deg 0% 96%);--rdg-row-selected-background-color: hsl(207deg 76% 92%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 88%);--rdg-checkbox-focus-color: hsl(207deg 100% 69%);--rdg-selection-color: #66afe9;--rdg-font-size: 14px;--rdg-cell-frozen-box-shadow: 2px 0 5px -2px rgba(136, 136, 136, .3);display:grid;color-scheme:var(--rdg-color-scheme, light dark);accent-color:light-dark(hsl(207deg 100% 29%),hsl(207deg 100% 79%));contain:content;content-visibility:auto;block-size:350px;border:1px solid var(--rdg-border-color);box-sizing:border-box;overflow:auto;background-color:var(--rdg-background-color);color:var(--rdg-color);font-size:var(--rdg-font-size)}.rnvodz57-0-0-beta-47:dir(rtl){--rdg-cell-frozen-box-shadow: -2px 0 5px -2px rgba(136, 136, 136, .3)}.rnvodz57-0-0-beta-47:before{content:"";grid-column:1/-1;grid-row:1/-1}.rnvodz57-0-0-beta-47.rdg-dark{--rdg-color-scheme: dark;--rdg-color: #ddd;--rdg-border-color: #444;--rdg-summary-border-color: #555;--rdg-background-color: hsl(0deg 0% 13%);--rdg-header-background-color: hsl(0deg 0% 10.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);--rdg-row-hover-background-color: hsl(0deg 0% 9%);--rdg-row-selected-background-color: hsl(207deg 76% 42%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);--rdg-checkbox-focus-color: hsl(207deg 100% 89%)}.rnvodz57-0-0-beta-47.rdg-light{--rdg-color-scheme: light}@media (prefers-color-scheme: dark){.rnvodz57-0-0-beta-47:not(.rdg-light){--rdg-color: #ddd;--rdg-border-color: #444;--rdg-summary-border-color: #555;--rdg-background-color: hsl(0deg 0% 13%);--rdg-header-background-color: hsl(0deg 0% 10.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);--rdg-row-hover-background-color: hsl(0deg 0% 9%);--rdg-row-selected-background-color: hsl(207deg 76% 42%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);--rdg-checkbox-focus-color: hsl(207deg 100% 89%)}}.rnvodz57-0-0-beta-47>:nth-last-child(1 of.rdg-top-summary-row)>.cj343x07-0-0-beta-47{border-block-end:2px solid var(--rdg-summary-border-color)}.rnvodz57-0-0-beta-47>:nth-child(1 of.rdg-bottom-summary-row)>.cj343x07-0-0-beta-47{border-block-start:2px solid var(--rdg-summary-border-color)}}@layer rdg.Root{.vlqv91k7-0-0-beta-47{-webkit-user-select:none;user-select:none}.vlqv91k7-0-0-beta-47 .r1upfr807-0-0-beta-47{cursor:move}}@layer rdg.FocusSink{.f1lsfrzw7-0-0-beta-47{grid-column:1/-1;pointer-events:none;z-index:1}}@layer rdg.FocusSink{.f1cte0lg7-0-0-beta-47{z-index:3}}@layer rdg.SummaryCell{.s8wc6fl7-0-0-beta-47{inset-block-start:var(--rdg-summary-row-top);inset-block-end:var(--rdg-summary-row-bottom)}}@layer rdg.SummaryRow{.skuhp557-0-0-beta-47>.cj343x07-0-0-beta-47{position:sticky}}@layer rdg.SummaryRow{.tf8l5ub7-0-0-beta-47>.cj343x07-0-0-beta-47{z-index:2}.tf8l5ub7-0-0-beta-47>.csofj7r7-0-0-beta-47{z-index:3}}@layer rdg.GroupedRow{.g1yxluv37-0-0-beta-47:not([aria-selected=true]){background-color:var(--rdg-header-background-color)}.g1yxluv37-0-0-beta-47>.cj343x07-0-0-beta-47:not(:last-child,.csofj7r7-0-0-beta-47),.g1yxluv37-0-0-beta-47>:nth-last-child(n+2 of.csofj7r7-0-0-beta-47){border-inline-end:none}}@layer rdg.TextEditor{.t7vyx3i7-0-0-beta-47{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;inline-size:100%;block-size:100%;padding-block:0;padding-inline:6px;border:2px solid #ccc;vertical-align:top;color:var(--rdg-color);background-color:var(--rdg-background-color);font-family:inherit;font-size:var(--rdg-font-size)}.t7vyx3i7-0-0-beta-47:focus{border-color:var(--rdg-selection-color);outline:none}.t7vyx3i7-0-0-beta-47::placeholder{color:#999;opacity:1}}
