.backlog-root{--primary: #008b92;--primary-light: #00b4bd;--primary-dark: #006870;--secondary: #fc5a41;--secondary-light: #ff8a71;--sidebar: #01313d;--bg: #f4f6f9;--text: #1a2535;--text-secondary: #5a6775;--divider: #e2e8f0;--table-header: #f8fafb;--paper: #ffffff;--success: #2e8b57;--warning: #ed6c02;--error: #d32f2f;--bug: #fc5a41;--feature: #008b92;--polish: #5a6775;--roadmap-direction-bg: #e2e8ef;--roadmap-direction-bg-selected: #d4e4e6;--roadmap-milestone-bg: #eef2f6;--roadmap-milestone-bg-selected: #e4f0f1;--row-selected-bg: #eef8f8;--row-selected-accent: #008b92;--row-h: 40px;--star-size: 20px;--star-gold: #f5c518;--star-gold-bright: #ffd700;--star-gold-dim: #c9a227;--radius: 8px;--font: "Roboto", system-ui, sans-serif;--control-h: 28px;--toolbar-gap: 6px}.backlog-root,.backlog-root *{box-sizing:border-box}.backlog-root{margin:0;min-height:100%;height:100%;font-family:var(--font);color:var(--text);background:var(--bg)}.backlog-root button,.backlog-root input,.backlog-root select,.backlog-root textarea{font:inherit;color:inherit}.backlog-root button{cursor:pointer}.backlog-root .app-shell{min-height:100%;height:100%;display:flex;flex-direction:column}.backlog-root .topbar .btn.primary:disabled{opacity:.45;cursor:not-allowed}.backlog-root .document-draft-badge{font-size:11px;line-height:1.2;padding:2px 8px;border-radius:999px;background:#eef8f8;color:var(--text-muted);white-space:nowrap}.backlog-root .document-draft-badge.is-dirty{background:#fff4e5;color:#9a6700;font-weight:500}.backlog-root .topbar{display:flex;align-items:center;gap:10px;padding:4px 12px;background:var(--paper);border-bottom:1px solid var(--divider);flex-shrink:0}.backlog-root .breadcrumbs{color:var(--text-secondary);font-size:13px;white-space:nowrap}.backlog-root .breadcrumbs strong{color:var(--text);font-weight:600}.backlog-root .tabs{display:flex;gap:2px;flex:1;justify-content:center;min-width:0}.backlog-root .tab{background:transparent;border:none;padding:6px 10px;color:var(--text-secondary);font-weight:500;font-size:13px;border-bottom:2px solid transparent;white-space:nowrap}.backlog-root .tab.active{color:var(--primary);border-bottom-color:var(--primary)}.backlog-root .roadmap-footer-hint{flex-shrink:0;margin-top:4px;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.backlog-root .session-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--divider);background:var(--paper);border-radius:999px;padding:2px 8px 2px 3px;font-size:12px}.backlog-root .online-users-bar{display:inline-flex;align-items:center;gap:8px;margin-left:auto;max-width:min(420px,40vw);overflow:hidden}.backlog-root .online-users-label{font-size:12px;color:var(--text-secondary);white-space:nowrap}.backlog-root .online-users-list{display:inline-flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:2px}.backlog-root .online-user-chip{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 2px;border-radius:999px;border:1px solid var(--divider);background:var(--paper);white-space:nowrap}.backlog-root .online-user-chip.is-self{border-color:#008b9273;background:#eef8f8}.backlog-root .online-user-avatar-wrap{position:relative;display:inline-flex}.backlog-root .online-user-dot{position:absolute;right:-1px;bottom:-1px;width:8px;height:8px;border-radius:50%;background:var(--success);border:1.5px solid var(--paper)}.backlog-root .online-user-name{font-size:12px}.backlog-root .person-option.is-online{box-shadow:inset 0 0 0 1px #2e8b5759}.backlog-root .person-online-badge{color:var(--success);font-weight:600}.backlog-root .sync-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 20px 8px;padding:10px 12px;border-radius:var(--radius);background:#fff8e6;border:1px solid #f0d58c;color:#6b4f00;font-size:13px}.backlog-root .sync-notice-error{background:#fff0f0;border-color:#f0b8b8;color:#8a2020}.backlog-root .sync-loading-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--text-secondary);font-size:14px}.backlog-root .sync-loading-title{margin:0;font-size:16px;font-weight:600;color:var(--text)}.backlog-root .sync-loading-hint{margin:0;font-size:13px;max-width:360px;text-align:center}.backlog-root .sync-loading-error{color:var(--error);font-size:13px;max-width:420px;text-align:center}.backlog-root .avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:11px;font-weight:600;flex-shrink:0}.backlog-root .avatar.sm{width:22px;height:22px;font-size:10px}.backlog-root .avatar.avatar-photo{object-fit:cover;display:inline-block;padding:0;background:var(--surface-2, #e8ecef);vertical-align:middle}.backlog-root .page{padding:6px 12px 8px;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.backlog-root .view-page{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.backlog-root .view-page__chrome{flex-shrink:0}.backlog-root .view-page__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.backlog-root .view-page__scroll{flex:1;min-height:0;overflow:auto}.backlog-root .toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--toolbar-gap);margin-bottom:6px}.backlog-root .toolbar-compact{gap:var(--toolbar-gap);margin-bottom:4px}.backlog-root .toolbar-roadmap{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.backlog-root .toolbar-roadmap .toolbar-filters-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:100%}.backlog-root .toolbar-roadmap .toolbar-actions-row{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:1px;scrollbar-width:thin}.backlog-root .toolbar-roadmap .toolbar-actions-left{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;flex:0 0 auto}.backlog-root .toolbar-roadmap .toolbar-actions-right{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;justify-content:flex-end;flex:0 0 auto;margin-left:auto}.backlog-root .toolbar-roadmap .toolbar-group{display:flex;flex-wrap:nowrap;align-items:center;gap:4px;min-width:0;flex-shrink:0}.backlog-root .toolbar-roadmap .toolbar-group-label{font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);margin-right:0;white-space:nowrap}.backlog-root .toolbar-roadmap .toolbar-group-scale,.backlog-root .toolbar-roadmap .toolbar-group-mode,.backlog-root .toolbar-roadmap .toolbar-group-view,.backlog-root .toolbar-roadmap .toolbar-group-tree,.backlog-root .toolbar-roadmap .toolbar-group-create{flex:0 1 auto}.backlog-root .toolbar-roadmap .toolbar-group-export{flex:0 0 auto}.backlog-root .toolbar-roadmap .toolbar-group:not(:last-child){padding-right:8px;border-right:1px solid #e2e8f0}.backlog-root .toolbar-roadmap .toolbar-actions-right .toolbar-group:last-child{padding-right:0;border-right:none}.backlog-root .btn.ghost{background:transparent;border-color:var(--divider);color:var(--text-secondary)}.backlog-root .btn.outline-primary{background:var(--paper);border-color:var(--primary);color:var(--primary)}.backlog-root .btn.danger-outline{background:var(--paper);border:1px solid var(--secondary);color:var(--secondary)}.backlog-root .side-chip{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:500}.backlog-root .side-chip.side-it{background:#e6f5f6;color:var(--primary-dark)}.backlog-root .side-chip.side-biz{background:#ffe8e2;color:#c43c28}.backlog-root .side-chip.side-tr{background:#eef2ff;color:#4338ca}.backlog-root .side-chip.side-other{background:#f1f5f9;color:var(--text-secondary)}.backlog-root .select-chip{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:999px;border:1px solid transparent;padding:6px 28px 6px 12px;font-weight:600;font-size:13px;cursor:pointer;background-repeat:no-repeat;background-position:calc(100% - 12px) 55%,calc(100% - 7px) 55%;background-size:5px 5px,5px 5px;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%)}.backlog-root .select-chip.type-feature{background:#e6f5f6;color:var(--primary)}.backlog-root .select-chip.type-bug{background:#ffe8e2;color:var(--bug)}.backlog-root .select-chip.type-polish{background:#eef2f7;color:var(--polish)}.backlog-root .select-chip.status-backlog{background:#f1f5f9;color:var(--text-secondary)}.backlog-root .select-chip.status-in_progress{background:#ffe8e2;color:var(--secondary)}.backlog-root .select-chip.status-test_debug{background:#f3e8ff;color:#6d28d9}.backlog-root .select-chip.status-done_it{background:#d1fae5;color:#047857}.backlog-root .select-chip.status-accepted{background:#bbf7d0;color:#15803d}.backlog-root .select-chip.status-done{background:#e7f6ee;color:var(--success)}.backlog-root .select-chip.status-hold{background:#fff4e5;color:var(--warning)}.backlog-root .select-chip.status-cancelled{background:#f8eef0;color:#9a6b75}.backlog-root .select-chip.status-neutral{background:#f1f5f9;color:var(--text-secondary)}.backlog-root .chips{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.backlog-root .filter-bar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;flex:1;min-width:0}.backlog-root .filter-bar-dropdowns{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.backlog-root .chip{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--divider);background:var(--paper);border-radius:999px;padding:2px 8px 2px 10px;font-size:11px;color:var(--text-secondary);line-height:1.2;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}.backlog-root .chip:hover{border-color:#c5d0dc;box-shadow:0 1px 3px #1a25350f}.backlog-root .chip-label{font-weight:500}.backlog-root .chip-count{font-size:10px;font-weight:600;padding:0 5px;border-radius:999px;background:#1a25350f;color:var(--text-secondary)}.backlog-root .chip.active{border-color:var(--primary);background:linear-gradient(180deg,#eefafb,#e3f5f6);color:var(--primary-dark);box-shadow:0 1px 4px #008b921f}.backlog-root .chip.active .chip-count{background:#008b9224;color:var(--primary-dark)}.backlog-root .chip.bug{color:var(--bug);border-color:#f3ccc4;background:#fff8f6}.backlog-root .chip.bug.active{border-color:var(--bug);background:linear-gradient(180deg,#fff0ec,#ffe8e2);color:#c42a14}.backlog-root .chip.bug.active .chip-count{background:#fc5a4129;color:#c42a14}.backlog-root .chip.feature{color:var(--feature);border-color:#b7dfe2;background:#f4fbfb}.backlog-root .chip.feature.active{border-color:var(--primary);background:linear-gradient(180deg,#eefafb,#e3f5f6)}.backlog-root .chip.polish{color:var(--polish);border-color:#dde3ea;background:#f8fafc}.backlog-root .chip.neutral{color:#5a6775;border-color:#d8dee6;background:#f4f6f8}.backlog-root .chip.neutral.active{border-color:#8b98a8;background:linear-gradient(180deg,#f0f3f6,#e8ecf0)}.backlog-root .filter-select{display:inline-flex;margin:0}.backlog-root .filter-select-wrap{position:relative;display:inline-flex;align-items:center;min-height:var(--control-h);border:1px solid var(--divider);border-radius:8px;background:var(--paper);transition:border-color .15s ease,box-shadow .15s ease}.backlog-root .filter-select-wrap:hover{border-color:#c5d0dc;box-shadow:0 1px 4px #1a25350f}.backlog-root .filter-select-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #008b921f}.backlog-root .filter-select-prefix{padding-left:8px;font-size:11px;color:var(--text-secondary);white-space:nowrap;pointer-events:none}.backlog-root .filter-select-wrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;font:inherit;font-size:12px;font-weight:500;color:var(--text);padding:4px 24px 4px 6px;cursor:pointer;min-width:0}.backlog-root .filter-select-wrap select:focus{outline:none}.backlog-root .filter-select-prefix+select{padding-left:4px}.backlog-root .filter-select-chevron{position:absolute;right:10px;pointer-events:none;color:var(--text-secondary);font-size:10px;line-height:1}.backlog-root .search-input{min-width:160px;flex:1;max-width:260px;border:1px solid var(--divider);border-radius:8px;padding:4px 10px;font-size:12px;min-height:var(--control-h);background:var(--paper);transition:border-color .15s ease,box-shadow .15s ease}.backlog-root .search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #008b921f}.backlog-root .search-input::placeholder{color:#94a3b8}.backlog-root .filter-dropdown{position:relative}.backlog-root .filter-dropdown-trigger{display:inline-flex;align-items:center;gap:6px;min-height:var(--control-h);padding:0 8px;border:1px solid var(--divider);border-radius:8px;background:var(--paper);font-size:12px;font-weight:500;color:var(--text-secondary);transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,background .15s ease}.backlog-root .filter-dropdown-trigger:hover{border-color:#c5d0dc;box-shadow:0 1px 4px #1a25350f}.backlog-root .filter-dropdown-trigger.active,.backlog-root .filter-dropdown.open .filter-dropdown-trigger{border-color:var(--primary);background:#f4fbfc;color:var(--primary-dark);box-shadow:0 0 0 3px #008b921a}.backlog-root .filter-dropdown-label{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlog-root .filter-dropdown-chevron{font-size:10px;color:var(--text-secondary);flex-shrink:0}.backlog-root .filter-dropdown-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:220px;max-width:min(320px,90vw);max-height:320px;overflow:auto;padding:6px;border:1px solid var(--divider);border-radius:12px;background:var(--paper);box-shadow:0 12px 32px #1a253524,0 2px 8px #1a25350f}.backlog-root .filter-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;text-align:left;font-size:13px;color:var(--text);cursor:pointer;transition:background .12s ease}.backlog-root .filter-dropdown-item:hover{background:#f4f6f9}.backlog-root .filter-dropdown-item.active{background:#e8f4f5;color:var(--primary-dark)}.backlog-root .filter-dropdown-check{width:16px;flex-shrink:0;font-size:12px;font-weight:700;color:var(--primary);text-align:center}.backlog-root .filter-dropdown-item-label{flex:1;min-width:0}.backlog-root .filter-dropdown-count{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:#1a25350f;color:var(--text-secondary)}.backlog-root .filter-dropdown-item.active .filter-dropdown-count{background:#008b9224;color:var(--primary-dark)}.backlog-root .filter-dropdown-search{padding:8px;border-bottom:1px solid var(--divider)}.backlog-root .filter-dropdown-search .search-input{width:100%}.backlog-root .filter-dropdown-empty{padding:10px 12px;color:var(--text-muted);font-size:12px}.backlog-root .btn{border:1px solid var(--divider);background:var(--paper);border-radius:6px;padding:4px 10px;font-weight:500;font-size:12px;line-height:1.25;min-height:var(--control-h)}.backlog-root .topbar .btn{padding:3px 8px;min-height:26px;font-size:12px}.backlog-root .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.backlog-root .btn.danger{border-color:var(--secondary);color:var(--secondary);background:transparent}.backlog-root .btn:disabled{opacity:.5;cursor:not-allowed}.backlog-root .segmented{display:inline-flex;border:1px solid var(--divider);border-radius:6px;overflow:hidden;background:var(--paper)}.backlog-root .segmented button{border:none;background:transparent;padding:4px 8px;font-size:12px;color:var(--text-secondary)}.backlog-root .segmented button.active{background:#e8f4f5;color:var(--primary);font-weight:600}.backlog-root .card{background:var(--paper);border:1px solid var(--divider);border-radius:var(--radius);box-shadow:0 1px 2px #1a25350a}.backlog-root .table{width:100%;border-collapse:collapse;font-size:13px}.backlog-root .table.table-task-list,.backlog-root .table.open-questions-table{table-layout:fixed}.backlog-root .table.table-resizable th{position:relative;overflow:hidden;text-overflow:ellipsis}.backlog-root .table.table-resizable td{overflow:hidden;text-overflow:ellipsis}.backlog-root .table.table-task-list .cell-title,.backlog-root .table.open-questions-table .cell-title{min-width:0;vertical-align:middle}.backlog-root .table.table-task-list .task-list-leading-cell,.backlog-root .table.table-task-list .task-list-star-cell{text-align:center;vertical-align:middle;padding:4px 6px}.backlog-root .table.table-task-list .task-list-leading{display:inline-flex;align-items:center;justify-content:center;gap:2px;min-height:32px}.backlog-root .table.table-task-list .task-list-delete-hit{display:inline-flex;align-items:center;justify-content:center;width:19px;height:32px;flex:0 0 19px}.backlog-root .table.table-task-list .task-list-delete-cell{text-align:center;vertical-align:middle;padding:4px}.backlog-root .table.table-task-list .task-list-delete{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:none;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;line-height:0;opacity:0;pointer-events:none;transition:color .15s ease,background .15s ease,opacity .12s ease}.backlog-root .table.table-task-list .task-list-delete-hit:hover .task-list-delete,.backlog-root .table.table-task-list .task-list-delete-hit:focus-within .task-list-delete,.backlog-root .table.table-task-list .task-list-delete:focus-visible{opacity:1;pointer-events:auto}.backlog-root .table.table-task-list .task-list-delete:hover{color:var(--secondary);background:#fc5a411a}.backlog-root .table.table-task-list .task-list-delete:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.backlog-root .task-list-release-cell{padding:4px 6px;vertical-align:middle;overflow:hidden;max-width:0}.backlog-root .task-list-release-cell-selected{background:transparent}.backlog-root .task-list-comments-cell{vertical-align:top;overflow:hidden}.backlog-root .task-list-comments{display:flex;flex-direction:column;gap:6px;min-width:0}.backlog-root .task-list-comment-block{display:flex;flex-direction:column;gap:4px;min-width:0;padding:6px 8px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.backlog-root .task-list-comment-block.is-gantt{border-color:#f0d58c;background:#fffbeb}.backlog-root .task-list-comment-block.is-pool{border-color:#bfdbfe;background:#f8fbff}.backlog-root .task-list-comment-meta{display:flex;align-items:center;gap:6px;min-width:0;font-size:11px;line-height:1.2}.backlog-root .task-list-comment-who{font-weight:600;color:#92400e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlog-root .task-list-comment-when{margin-left:auto;flex:0 0 auto;white-space:nowrap}.backlog-root .task-list-comment-tag{display:inline-flex;padding:1px 6px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:10px;font-weight:600}.backlog-root .task-list-comment-text{font-size:12px;line-height:1.35;color:#1e293b;word-break:break-word}.backlog-root .task-release-picker{position:relative;display:block;width:100%;max-width:100%;min-width:0;padding:0;height:auto}.backlog-root .task-release-picker-trigger{display:inline-flex;align-items:center;gap:6px;max-width:100%;width:100%;margin:0;padding:5px 8px;border:1px solid transparent;border-radius:999px;background:#f1f5f9;font:inherit;font-size:12px;font-weight:500;line-height:1.25;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.backlog-root .task-release-picker.has-value .task-release-picker-trigger{background:#e6f5f6;color:var(--primary-dark)}.backlog-root .task-release-picker-trigger:hover{border-color:#008b9247;background:#eef8f8}.backlog-root .task-release-picker.open .task-release-picker-trigger,.backlog-root .task-release-picker.selected .task-release-picker-trigger{border-color:#008b9273;box-shadow:0 0 0 3px #008b921f;background:#e6f5f6;color:var(--primary-dark)}.backlog-root .task-release-picker-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#cbd5e1}.backlog-root .task-release-picker.has-value .task-release-picker-dot{background:var(--primary)}.backlog-root .task-release-picker-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.backlog-root .task-release-picker-chevron{flex:0 0 auto;display:inline-flex;color:#94a3b8;transition:transform .15s ease}.backlog-root .task-release-picker.open .task-release-picker-chevron{transform:rotate(180deg);color:var(--primary)}.backlog-root .task-release-picker-panel,.task-release-picker-panel{position:fixed;z-index:1200;overflow:auto;padding:6px;border:1px solid var(--divider, #e2e8f0);border-radius:12px;background:var(--paper, #ffffff);box-shadow:0 12px 28px #01313d24;font-family:var(--font, "Roboto", system-ui, sans-serif);color:var(--text, #1a2535)}.backlog-root .task-release-picker-option,.task-release-picker-panel .task-release-picker-option{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:13px;color:inherit;text-align:left;cursor:pointer}.backlog-root .task-release-picker-option:hover,.task-release-picker-panel .task-release-picker-option:hover{background:#f4f7f8}.backlog-root .task-release-picker-option.active,.task-release-picker-panel .task-release-picker-option.active{background:#e6f5f6;color:var(--primary-dark, #006870);font-weight:600}.backlog-root .task-release-picker-option.is-none,.task-release-picker-panel .task-release-picker-option.is-none{color:var(--text-secondary, #5a6775)}.backlog-root .task-release-picker-option-dot,.task-release-picker-panel .task-release-picker-option-dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--primary, #008b92)}.backlog-root .task-release-picker-option-label,.task-release-picker-panel .task-release-picker-option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlog-root .task-release-picker-empty,.task-release-picker-panel .task-release-picker-empty{padding:10px;font-size:12px;color:var(--text-secondary, #5a6775)}.backlog-root .task-list-view-mode-bar{display:flex;align-items:center;gap:8px;margin-bottom:4px}.backlog-root .task-list-view-mode-bar .segmented button{padding:4px 10px}.backlog-root .task-list-directions-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:12px;align-items:start}.backlog-root .task-list-directions-pane{padding:12px;min-height:420px}.backlog-root .task-list-directions-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.backlog-root .task-list-directions-hint{margin-left:auto;font-size:12px}.backlog-root .task-list-directions-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);-webkit-user-select:none;user-select:none}.backlog-root .task-list-directions-toggle input{margin:0}.backlog-root .task-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:16px;color:#cbd5e1;cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0}.backlog-root .task-drag-handle:active{cursor:grabbing}.backlog-root .release-card{border:1px solid var(--line);border-radius:12px;padding:12px;transition:box-shadow .15s ease,background .15s ease,border-color .15s ease}.backlog-root .release-card-header{display:flex;align-items:center;gap:10px;cursor:pointer}.backlog-root .release-card-body{margin-top:12px}.backlog-root .release-tasks-scroll{max-height:min(420px,55vh);overflow:auto;border:1px solid var(--line);border-radius:10px;background:var(--paper, #fff)}.backlog-root .release-tasks-scroll .release-tasks-table{margin:0}.backlog-root .release-tasks-scroll .release-tasks-table thead th{position:sticky;top:0;z-index:3;background-color:var(--table-header, #f8fafb);background:var(--table-header, #f8fafb);box-shadow:0 1px 0 var(--divider)}.backlog-root .release-task-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin:0;padding:0;border:1.5px solid #cbd5e1;border-radius:50%;background:#fff;color:#64748b;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.backlog-root .release-task-remove-btn:hover{border-color:#f87171;color:#dc2626;background:#fff5f5}.backlog-root .release-task-remove-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.backlog-root .task-comments,.backlog-root .release-task-comments{position:relative;max-width:100%;min-width:0}.backlog-root .task-comments-trigger,.backlog-root .release-task-comments-trigger{display:inline-flex;align-items:center;gap:6px;max-width:100%;width:100%;margin:0;padding:4px 8px;border:1px solid transparent;border-radius:8px;background:#f8fafc;font:inherit;font-size:12px;line-height:1.3;color:var(--text-secondary);cursor:pointer;text-align:left}.backlog-root .task-comments-trigger.has-comments,.backlog-root .release-task-comments-trigger.has-comments,.backlog-root .gantt-bar-comment-btn.has-comments{background:#eff6ff;color:#1e3a8a;border-color:#bfdbfe}.backlog-root .task-comments-trigger:hover,.backlog-root .release-task-comments-trigger:hover{border-color:#93c5fd}.backlog-root .task-comments-summary,.backlog-root .release-task-comments-summary{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.backlog-root .task-comments-count,.backlog-root .release-task-comments-count{flex:0 0 auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.backlog-root .task-comments-icon,.backlog-root .release-task-comments-icon{flex:0 0 auto;line-height:1;font-size:14px}.task-comments-panel,.release-task-comments-panel{position:fixed;z-index:12000;display:flex;flex-direction:column;gap:8px;max-height:min(420px,calc(100vh - 24px));padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 12px 32px #1a253529;box-sizing:border-box}.task-comments-panel-title,.release-task-comments-panel-title{font-size:13px;font-weight:700;color:#0f172a}.task-comments-total-line{font-size:11px}.task-comments-list,.release-task-comments-list{display:flex;flex-direction:column;gap:8px;overflow:auto;min-height:0;max-height:180px}.task-comments-empty,.release-task-comments-empty{font-size:12px}.task-comments-item,.release-task-comments-item{padding:8px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff}.task-comments-item .task-list-comment-meta,.release-task-comments-item .task-list-comment-meta{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:11px}.task-comments-item .task-list-comment-who,.release-task-comments-item .task-list-comment-who{font-weight:600}.task-comments-item .task-list-comment-when,.release-task-comments-item .task-list-comment-when{margin-left:auto}.task-comments-remove,.release-task-comments-remove{flex:0 0 auto;width:24px;height:24px;padding:0;line-height:1}.task-comments-input,.release-task-comments-input,.backlog-root .task-modal-pool-input{width:100%;box-sizing:border-box;resize:vertical;min-height:64px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font:inherit;font-size:13px}.task-comments-actions,.release-task-comments-actions{display:flex;justify-content:flex-end;gap:8px}.backlog-root .task-modal-comments-pool{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto;margin-bottom:8px}.backlog-root .release-card.release-drop-ready{border-style:dashed}.backlog-root .release-card.release-drop-active{border-color:var(--primary);background:#008b920f;box-shadow:0 0 0 3px #008b921f}.backlog-root .release-card tr[draggable=true]{-webkit-user-drag:element}.backlog-root .release-card .table tr.is-dragging td{background:#eef8f8}.backlog-root .release-card .table tr.release-task-drop-before td{box-shadow:inset 0 2px 0 0 var(--primary)}.backlog-root .release-week-toggle{min-width:28px;padding:2px 6px}.backlog-root .release-week-title-btn{border:0;background:transparent;padding:0;margin:0;cursor:pointer;text-align:left;color:inherit;font:inherit}.backlog-root .release-week-header-row.release-week-collapsed td{opacity:.92}.backlog-root .release-week-header-row td{background:#f1f5f9;border-top:1px solid #dbe3ec;padding:8px 12px}.backlog-root .release-week-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.backlog-root .release-week-title{font-weight:700;font-size:13px}.backlog-root .release-week-count{font-size:12px}.backlog-root .release-week-hint{font-size:12px;margin-left:auto}.backlog-root .release-week-empty-row td{padding:8px 12px;font-size:12px;background:#fafbfc}.backlog-root .release-week-header-row.release-week-drop-active td,.backlog-root .release-week-empty-row.release-week-drop-active td{background:#008b921a;box-shadow:inset 0 0 0 2px #008b9259}.backlog-root .release-week-no-date .release-week-title{font-weight:600;color:var(--text-secondary, #5a6775)}.backlog-root .release-summary-body{display:flex;flex-direction:column;gap:12px}.backlog-root .release-summary-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px}.backlog-root .release-summary-priority-filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.backlog-root .release-summary-table-wrap{overflow:auto;max-height:min(60vh,520px);border:1px solid var(--divider);border-radius:12px}.backlog-root .release-summary-table{margin:0;width:max-content;min-width:100%}.backlog-root .release-summary-table th,.backlog-root .release-summary-table td{text-align:center;white-space:nowrap;padding:8px 12px}.backlog-root .release-summary-table th:first-child,.backlog-root .release-summary-table td:first-child{text-align:left;position:sticky;left:0;background:var(--paper, #fff);z-index:1}.backlog-root .release-summary-table thead th:first-child,.backlog-root .release-summary-table tfoot th:first-child{z-index:2}.backlog-root .release-summary-table tfoot th{background:#f4f7f8;font-weight:700}.backlog-root .release-task-picker{max-height:360px;overflow:auto;border:1px solid var(--line);border-radius:12px;padding:4px;background:var(--paper)}.backlog-root .release-task-option{display:flex;align-items:flex-start;gap:10px;padding:10px 8px;border-bottom:1px solid rgba(148,163,184,.14);cursor:pointer}.backlog-root .release-task-option:last-child{border-bottom:none}.backlog-root .release-task-option.is-checked{background:#008b920f}.backlog-root .release-task-option input{margin-top:3px;flex-shrink:0}.backlog-root .release-task-option-body{min-width:0;flex:1}.backlog-root .release-task-option-title{font-size:13px;line-height:1.35;word-break:break-word}.backlog-root .release-task-option-desc{margin-top:4px;font-size:12px;line-height:1.4;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.backlog-root .release-task-option-meta{margin-top:4px;font-size:11px}.backlog-root .task-list-folder-row td{padding:0;border-bottom:1px solid var(--divider)}.backlog-root .task-list-folder-row.folder-direction{background:var(--roadmap-direction-bg)}.backlog-root .task-list-folder-row.folder-milestone{background:var(--roadmap-milestone-bg)}.backlog-root .task-list-folder-row-inner{display:flex;align-items:center;gap:8px;min-height:40px;padding-top:6px;padding-bottom:6px;padding-right:8px}.backlog-root .task-list-folder-row-title{font-weight:600}.backlog-root .task-list-directions-table-wrap{overflow:auto}.backlog-root .task-list-directions-tree-body{display:flex;flex-direction:column;gap:4px;max-height:calc(100vh - 280px);overflow:auto}.backlog-root .folder-drop-target{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 10px;border:1px dashed transparent;border-radius:10px;background:#fafbfc;transition:background .15s ease,border-color .15s ease}.backlog-root .folder-drop-target.is-drop-hover{border-color:var(--primary);background:#eef8f8}.backlog-root .folder-tree-toggle{padding:0 6px;min-width:28px}.backlog-root .folder-tree-spacer{display:inline-block;width:28px}.backlog-root .folder-tree-kind{flex:0 0 auto;font-size:11px;color:var(--text-secondary)}.backlog-root .folder-tree-name{flex:1;min-width:0;line-height:1.35;word-break:break-word}.backlog-root .table tr.task-version-current-row td{background:color-mix(in srgb,var(--primary) 8%,var(--surface, #fff));font-weight:500}.backlog-root .table tr.is-dragging{opacity:.55}.backlog-root .table th{text-align:left;background:var(--table-header);color:var(--text-secondary);font-weight:500;padding:10px 12px;border-bottom:1px solid var(--divider);vertical-align:middle;white-space:nowrap}.backlog-root .table td{padding:10px 12px;border-bottom:1px solid var(--divider);vertical-align:middle}.backlog-root .table .cell-title{vertical-align:top}.backlog-root .table tr:hover td{background:#fafbfc}.backlog-root .table tr.selected td{background:var(--row-selected-bg);box-shadow:none}.backlog-root .table tr.selected td:first-child{box-shadow:inset 3px 0 0 var(--row-selected-accent)}.backlog-root .table tr.selected:hover td{background:#e6f3f3}.backlog-root .table tr.selected .task-list-release-cell,.backlog-root .table tr.selected .task-list-release-cell-selected{background:var(--row-selected-bg)}.backlog-root .task-priority-select{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:4px 6px;font-size:12px;font-weight:600;background:var(--panel);color:inherit;cursor:pointer}.backlog-root .task-priority-select.priority-urgent{background:#fff1f0;color:#c0392b;border-color:#f0c2bc}.backlog-root .task-priority-select.priority-high{background:#fff7ed;color:#c2410c;border-color:#f5d0b0}.backlog-root .task-priority-select.priority-medium{background:#f4f7fb;color:#475569;border-color:var(--line)}.backlog-root .task-priority-select.priority-low{background:#f8fafc;color:#94a3b8;border-color:var(--line)}.backlog-root .task-priority-picker{position:relative;display:block;width:100%;min-width:0;max-width:100%}.backlog-root .task-priority-picker-trigger{display:inline-flex;align-items:center;gap:6px;width:100%;max-width:100%;margin:0;padding:4px 8px;border:1px solid transparent;border-radius:999px;background:#f1f5f9;font:inherit;font-size:12px;font-weight:600;line-height:1.25;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.backlog-root .task-priority-picker-trigger:hover{border-color:#0f172a1f}.backlog-root .task-priority-picker.open .task-priority-picker-trigger{box-shadow:0 0 0 3px #008b921f;border-color:#008b9259}.backlog-root .task-priority-picker-mark{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#94a3b8}.backlog-root .task-priority-picker-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.backlog-root .task-priority-picker-chevron{flex:0 0 auto;color:#94a3b8;font-size:10px}.backlog-root .task-priority-picker-panel,.task-priority-picker-panel{position:fixed;z-index:1200;padding:6px;border:1px solid var(--divider, #e2e8f0);border-radius:12px;background:var(--paper, #ffffff);box-shadow:0 12px 28px #01313d24;font-family:var(--font, "Roboto", system-ui, sans-serif);color:var(--text, #1a2535);box-sizing:border-box}.backlog-root .task-priority-picker-option,.task-priority-picker-panel .task-priority-picker-option{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:7px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:12px;font-weight:600;color:inherit;cursor:pointer;text-align:left}.backlog-root .task-priority-picker-option:hover,.task-priority-picker-panel .task-priority-picker-option:hover{background:#f1f5f9}.backlog-root .task-priority-picker-option.active,.task-priority-picker-panel .task-priority-picker-option.active{background:#e6f5f6}.backlog-root .task-priority-picker-trigger.priority-urgent,.backlog-root .task-priority-picker-option.priority-urgent,.task-priority-picker-panel .task-priority-picker-option.priority-urgent{color:#b91c1c}.backlog-root .task-priority-picker-trigger.priority-urgent{background:#fef2f2}.backlog-root .task-priority-picker-trigger.priority-urgent .task-priority-picker-mark,.backlog-root .task-priority-picker-option.priority-urgent .task-priority-picker-mark,.task-priority-picker-panel .task-priority-picker-option.priority-urgent .task-priority-picker-mark{background:#ef4444}.backlog-root .task-priority-picker-trigger.priority-high,.backlog-root .task-priority-picker-option.priority-high,.task-priority-picker-panel .task-priority-picker-option.priority-high{color:#c2410c}.backlog-root .task-priority-picker-trigger.priority-high{background:#fff7ed}.backlog-root .task-priority-picker-trigger.priority-high .task-priority-picker-mark,.backlog-root .task-priority-picker-option.priority-high .task-priority-picker-mark,.task-priority-picker-panel .task-priority-picker-option.priority-high .task-priority-picker-mark{background:#f97316}.backlog-root .task-priority-picker-trigger.priority-medium,.backlog-root .task-priority-picker-option.priority-medium,.task-priority-picker-panel .task-priority-picker-option.priority-medium{color:#475569}.backlog-root .task-priority-picker-trigger.priority-medium{background:#f1f5f9}.backlog-root .task-priority-picker-trigger.priority-medium .task-priority-picker-mark,.backlog-root .task-priority-picker-option.priority-medium .task-priority-picker-mark,.task-priority-picker-panel .task-priority-picker-option.priority-medium .task-priority-picker-mark{background:#64748b}.backlog-root .task-priority-picker-trigger.priority-low,.backlog-root .task-priority-picker-option.priority-low,.task-priority-picker-panel .task-priority-picker-option.priority-low{color:#64748b}.backlog-root .task-priority-picker-trigger.priority-low{background:#f8fafc}.backlog-root .task-priority-picker-trigger.priority-low .task-priority-picker-mark,.backlog-root .task-priority-picker-option.priority-low .task-priority-picker-mark,.task-priority-picker-panel .task-priority-picker-option.priority-low .task-priority-picker-mark{background:#cbd5e1}.backlog-root .inline-task-title{display:inline-flex;align-items:flex-start;gap:4px;max-width:100%;margin:0;padding:1px 4px;border:1px solid transparent;border-radius:6px;background:transparent;font:inherit;font-weight:inherit;color:inherit;text-align:left;cursor:text;vertical-align:top}.backlog-root .inline-task-title:hover{background:#008b920f;border-color:#008b9233}.backlog-root .inline-task-title.is-editing{display:block;width:100%;padding:0;border:none;background:transparent;cursor:default}.backlog-root .inline-task-title-text{min-width:0;flex:1 1 auto}.backlog-root .inline-task-title-input{display:block;width:100%;min-height:1.4em;margin:0;padding:2px 6px;border:1px solid var(--primary);border-radius:6px;background:#fff;font:inherit;font-weight:500;line-height:1.35;color:inherit;resize:none;overflow:hidden;box-shadow:0 0 0 3px #008b921f}.backlog-root .inline-task-title.tree-col-title,.backlog-root .tree-col-title.inline-task-title{width:100%;font-weight:500;min-width:0;flex:1 1 auto}.backlog-root .cell-title .inline-task-title{width:100%}.backlog-root .task-assignee-picker{position:relative;display:block;width:100%;min-width:0;max-width:100%}.backlog-root .task-assignee-picker-trigger{display:inline-flex;align-items:center;gap:8px;width:auto;max-width:100%;min-height:28px;margin:0;padding:2px 4px;border:1px solid transparent;border-radius:999px;background:transparent;font:inherit;font-size:12px;line-height:1.25;color:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.backlog-root .task-assignee-picker-trigger:hover{background:#008b920f;border-color:#008b922e}.backlog-root .task-assignee-picker.open .task-assignee-picker-trigger{box-shadow:0 0 0 3px #008b921f;border-color:#008b9259;background:#fff}.backlog-root .task-assignee-picker-name{min-width:0;max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text, #1e293b);font-weight:500}.backlog-root .task-assignee-picker.is-compact .task-assignee-picker-name{display:none}.backlog-root .assignee-avatar-stack{display:inline-flex;align-items:center;flex:0 0 auto;min-height:24px}.backlog-root .assignee-avatar-stack.is-empty{gap:6px}.backlog-root .assignee-avatar-stack.is-single-plus{gap:4px}.backlog-root .assignee-avatar-stack.is-stack .assignee-avatar-stack-item{position:relative;display:inline-flex;margin-left:-7px;border-radius:50%;box-shadow:0 0 0 2px #fff}.backlog-root .assignee-avatar-stack.is-stack .assignee-avatar-stack-item:first-child{margin-left:0}.backlog-root .assignee-avatar-stack.is-single-plus .assignee-avatar-stack-item{position:relative;display:inline-flex;margin-left:0;border-radius:50%;box-shadow:0 0 0 2px #fff}.backlog-root .assignee-avatar-stack-item .avatar{display:block}.backlog-root .assignee-avatar-stack.is-stack .assignee-avatar-stack-more{position:relative;margin-left:-7px;background:#e2e8f0;color:#475569;box-shadow:0 0 0 2px #fff;font-size:10px;font-weight:700}.backlog-root .assignee-avatar-stack.is-single-plus .assignee-avatar-stack-more{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;margin-left:0;border-radius:999px;background:#e8eef3;color:#334155;font-size:11px;font-weight:700;line-height:1;box-shadow:none}.backlog-root .assignee-avatar-stack-empty{background:#fff;color:var(--primary);border:1.5px dashed rgba(0,139,146,.45);font-size:14px;font-weight:600;line-height:1}.backlog-root .assignee-avatar-stack-empty-label{color:var(--muted);font-size:12px;font-weight:500}.backlog-root .task-assignee-picker.is-compact .assignee-avatar-stack-empty-label,.backlog-root .task-assignee-picker.has-value .assignee-avatar-stack-empty-label{display:none}.backlog-root .task-assignee-picker-panel,.task-assignee-picker-panel{position:fixed;z-index:1200;display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 16px 40px #0f172a29}.task-assignee-picker-panel .avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--primary, #008b92);color:#fff;font-size:11px;font-weight:600;flex-shrink:0;overflow:hidden;box-sizing:border-box}.task-assignee-picker-panel .avatar.sm{width:22px;height:22px;font-size:10px}.task-assignee-picker-panel .avatar.avatar-photo,.task-assignee-picker-panel img.avatar{object-fit:cover;object-position:center;display:block;padding:0;margin:0;max-width:22px;max-height:22px;width:22px;height:22px;border-radius:50%;background:#e8ecef}.backlog-root .task-assignee-picker-options,.task-assignee-picker-panel .task-assignee-picker-options{overflow:auto;padding:6px;flex:1 1 auto}.backlog-root .task-assignee-picker-option,.task-assignee-picker-panel .task-assignee-picker-option{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:7px 8px;border:none;border-radius:10px;background:transparent;font:inherit;font-size:13px;text-align:left;cursor:pointer;color:inherit;box-sizing:border-box}.backlog-root .task-assignee-picker-option:hover,.task-assignee-picker-panel .task-assignee-picker-option:hover{background:#f1f5f9}.backlog-root .task-assignee-picker-option.active,.task-assignee-picker-panel .task-assignee-picker-option.active{background:#008b9214}.backlog-root .task-assignee-picker-checkbox,.task-assignee-picker-panel .task-assignee-picker-checkbox{width:16px;height:16px;margin:0;flex:0 0 auto;accent-color:var(--primary, #008b92);cursor:pointer}.backlog-root .task-assignee-picker-avatar-ring,.task-assignee-picker-panel .task-assignee-picker-avatar-ring{display:inline-flex;width:22px;height:22px;border-radius:50%;flex:0 0 auto;overflow:hidden}.backlog-root .task-assignee-picker-avatar-ring .avatar,.task-assignee-picker-panel .task-assignee-picker-avatar-ring .avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.backlog-root .task-assignee-picker-option-text,.task-assignee-picker-panel .task-assignee-picker-option-text{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;gap:1px}.backlog-root .task-assignee-picker-option-label,.task-assignee-picker-panel .task-assignee-picker-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.backlog-root .task-assignee-picker-clear,.task-assignee-picker-panel .task-assignee-picker-clear{display:block;width:100%;margin:0;padding:10px 12px;border:none;border-top:1px solid #eef2f6;background:#fff;color:var(--muted);font:inherit;font-size:12px;text-align:center;cursor:pointer}.backlog-root .task-assignee-picker-clear:hover,.task-assignee-picker-panel .task-assignee-picker-clear:hover{color:var(--danger, #dc2626);background:#fff5f5}.backlog-root .task-assignee-picker-empty,.task-assignee-picker-panel .task-assignee-picker-empty{padding:14px 12px;color:var(--muted);font-size:13px}.backlog-root .tree-col-assignee .task-assignee-picker-trigger,.backlog-root .table .task-assignee-picker-trigger{width:100%;justify-content:flex-start}.backlog-root .type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.backlog-root .type-badge.bug{background:#fff5f3;color:var(--bug)}.backlog-root .type-badge.feature{background:#eef8f8;color:var(--feature)}.backlog-root .type-badge.polish{background:#f1f3f5;color:var(--polish)}.backlog-root .type-badge.neutral{background:#eef1f4;color:#5a6775}.backlog-root .status-dot{display:inline-flex;align-items:center;gap:6px}.backlog-root .status-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--text-secondary)}.backlog-root .status-dot.in_progress:before{background:#3b82f6}.backlog-root .status-dot.test_debug:before{background:#7c3aed}.backlog-root .status-dot.done_it:before{background:#059669}.backlog-root .status-dot.accepted:before{background:#16a34a}.backlog-root .status-dot.done:before{background:var(--success)}.backlog-root .status-dot.hold:before{background:var(--warning)}.backlog-root .status-dot.cancelled:before{background:var(--error)}.backlog-root .status-dot.backlog:before{background:#94a3b8}.backlog-root .status-dot.neutral:before{background:#94a3b8}.backlog-root .task-status-picker{position:relative;display:inline-flex;max-width:100%}.backlog-root .task-status-picker-trigger{display:inline-flex;align-items:center;gap:4px;max-width:100%;margin:0;padding:2px 4px 2px 0;border:none;border-radius:6px;background:transparent;font:inherit;font-size:12px;line-height:1.35;color:inherit;cursor:pointer}.backlog-root .task-status-picker-trigger:hover{background:#008b9214}.backlog-root .task-status-picker-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlog-root .task-status-picker-chevron{flex-shrink:0;font-size:10px;color:var(--text-secondary);line-height:1}.backlog-root .task-status-picker-panel{position:absolute;top:calc(100% + 4px);right:0;z-index:30;min-width:148px;padding:6px;border:1px solid var(--divider);border-radius:10px;background:var(--paper);box-shadow:0 10px 28px #1a253524}.task-status-picker-panel.is-portal{position:fixed;right:auto;z-index:12000;min-width:148px;padding:6px;border:1px solid var(--divider, #e2e8f0);border-radius:10px;background:var(--paper, #fff);box-shadow:0 10px 28px #1a253524;box-sizing:border-box}.task-status-picker-panel.is-portal .task-status-picker-option{display:flex;align-items:center;width:100%;margin:0;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:13px;text-align:left;cursor:pointer}.task-status-picker-panel.is-portal .task-status-picker-option:hover{background:#eef8f8}.task-status-picker-panel.is-portal .task-status-picker-option.active{background:#e8f4f5;font-weight:600}.task-status-picker-panel.is-portal .status-dot{display:inline-flex;align-items:center;gap:6px}.task-status-picker-panel.is-portal .status-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#94a3b8}.task-status-picker-panel.is-portal .status-dot.in_progress:before{background:#3b82f6}.task-status-picker-panel.is-portal .status-dot.test_debug:before{background:#7c3aed}.task-status-picker-panel.is-portal .status-dot.done_it:before{background:#059669}.task-status-picker-panel.is-portal .status-dot.accepted:before{background:#16a34a}.task-status-picker-panel.is-portal .status-dot.done:before{background:#16a34a}.task-status-picker-panel.is-portal .status-dot.hold:before{background:#d97706}.task-status-picker-panel.is-portal .status-dot.cancelled:before{background:#dc2626}.task-status-picker-panel.is-portal .status-dot.backlog:before{background:#94a3b8}.backlog-root .task-status-picker-option{display:flex;align-items:center;width:100%;margin:0;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:13px;text-align:left;cursor:pointer}.backlog-root .task-status-picker-option:hover{background:#eef8f8}.backlog-root .task-status-picker-option.active{background:#e8f4f5;font-weight:600}.backlog-root .multiline-2{white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;word-break:break-word;overflow-wrap:anywhere;min-width:0}.backlog-root .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#01313d73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.backlog-root .attachment-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#01313db8}.backlog-root .attachment-lightbox{display:flex;flex-direction:column;width:min(1200px,96vw);max-height:96vh;border-radius:12px;background:var(--paper);box-shadow:0 20px 56px #01313d59;overflow:hidden}.backlog-root .attachment-lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--divider)}.backlog-root .attachment-lightbox-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.backlog-root .attachment-lightbox-body{display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a;overflow:auto}.backlog-root .attachment-lightbox-image{display:block;max-width:100%;max-height:calc(96vh - 96px);width:auto;height:auto;object-fit:contain;border-radius:6px}.backlog-root .attachment-thumb-wrap{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.backlog-root .attachment-thumb-btn{margin:0;padding:0;border:1px solid var(--divider);border-radius:8px;background:#fff;cursor:zoom-in;overflow:hidden;line-height:0}.backlog-root .attachment-thumb-btn:hover{border-color:var(--primary);box-shadow:0 0 0 2px #008b9226}.backlog-root .attachment-thumb-image{display:block;width:96px;height:72px;object-fit:cover}.backlog-root .modal{background:var(--paper);border-radius:12px;width:min(720px,100%);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 48px #01313d40}.backlog-root .modal-header{display:flex;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--divider);flex-shrink:0}.backlog-root .modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:12px;overflow:auto;flex:1;min-height:0}.backlog-root .modal-footer{display:flex;justify-content:space-between;gap:8px;padding:12px 20px 16px;border-top:1px solid var(--divider);flex-shrink:0;background:var(--paper)}.backlog-root .field label{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:4px}.backlog-root .field input,.backlog-root .field select,.backlog-root .field textarea{width:100%;border:1px solid var(--divider);border-radius:10px;padding:8px 12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.backlog-root .field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:32px;background-image:linear-gradient(45deg,transparent 50%,var(--text-secondary) 50%),linear-gradient(135deg,var(--text-secondary) 50%,transparent 50%);background-position:calc(100% - 16px) 55%,calc(100% - 11px) 55%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;cursor:pointer}.backlog-root .field input:focus,.backlog-root .field select:focus,.backlog-root .field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #008b921f}.backlog-root .field textarea{min-height:88px;resize:vertical}.backlog-root .req{color:var(--secondary)}.backlog-root .fmt-toolbar{display:flex;gap:4px;margin-bottom:4px}.backlog-root .fmt-toolbar button{border:1px solid var(--divider);background:var(--table-header);border-radius:4px;padding:2px 8px;font-size:12px}.backlog-root .introduce{display:grid;grid-template-columns:40% 60%;min-height:420px;width:min(920px,94vw);max-height:90vh;overflow:hidden}.backlog-root .introduce-form{padding:24px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.backlog-root .introduce-people{flex:1;min-height:120px;max-height:240px;overflow:auto;margin-top:8px}.backlog-root .introduce-art{background:linear-gradient(180deg,#01313d,#006870);border-radius:12px 0 0 12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.backlog-root .ice-person{width:120px;height:160px;border:2px solid rgba(0,229,237,.7);border-radius:60px 60px 24px 24px;box-shadow:0 0 24px #00e5ed59;position:relative}.backlog-root .ice-person:before{content:"";position:absolute;top:28px;left:50%;transform:translate(-50%);width:48px;height:48px;border-radius:50%;border:2px solid rgba(0,229,237,.85)}.backlog-root .person-option{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:none;background:transparent;padding:10px 12px;border-radius:6px}.backlog-root .person-option:hover,.backlog-root .person-option.active{background:#e8f4f5}.backlog-root .roadmap{display:flex;align-items:stretch;gap:0;border:1px solid var(--divider);border-radius:var(--radius);overflow:visible;background:var(--paper);flex:1;min-height:0}.backlog-root .roadmap.is-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.backlog-root .roadmap.gantt-hidden .tree-pane{flex:1 1 100%;max-width:none;border-right:none}.backlog-root .tree-pane{flex:0 0 var(--tree-width, 42%);min-width:200px;max-width:78%;border-right:none;overflow:auto}.backlog-root .tree-pane-inner{min-width:var(--tree-min-content-w, 480px);width:max(100%,var(--tree-min-content-w, 480px));overflow:visible}.backlog-root .roadmap-splitter{flex:0 0 6px;width:6px;cursor:col-resize;background:var(--divider);position:relative;z-index:2;transition:background .15s ease}.backlog-root .roadmap-splitter:hover,.backlog-root .roadmap.is-resizing .roadmap-splitter{background:#008b9259}.backlog-root .roadmap-splitter:after{content:"";position:absolute;top:0;bottom:0;left:-3px;right:-3px}.backlog-root .gantt-pane{flex:1 1 auto;min-width:180px}.backlog-root .roadmap-gantt-toggle.active{background:#e8f4f5;color:var(--primary-dark)}.backlog-root .roadmap-settings{position:relative}.backlog-root .roadmap-settings-topright{margin-left:0;align-self:center;padding-top:0}.backlog-root .roadmap-settings-trigger{width:var(--control-h);height:var(--control-h);display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px;border-radius:10px;background:var(--paper);border:1px solid var(--divider);color:var(--text)}.backlog-root .roadmap-settings-trigger:hover{background:#e8f4f5;border-color:#b9dfe2;color:var(--primary-dark)}.backlog-root .roadmap-settings-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:40;width:min(300px,90vw);padding:14px 16px;border:1px solid var(--divider);border-radius:12px;background:var(--paper);box-shadow:0 12px 32px #1a253524,0 2px 8px #1a25350f}.backlog-root .roadmap-settings-title{font-size:13px;font-weight:600;margin-bottom:12px;color:var(--text)}.backlog-root .roadmap-settings-option{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.35;cursor:pointer;-webkit-user-select:none;user-select:none}.backlog-root .roadmap-settings-option input{margin-top:2px;flex-shrink:0;accent-color:var(--primary)}.backlog-root .roadmap-settings-hint{margin:10px 0 0;font-size:12px;line-height:1.4;color:var(--text-muted)}.backlog-root .roadmap-settings-reset{width:100%;margin-top:14px;justify-content:center}.backlog-root .roadmap-settings-defaults{margin:10px 0 0;font-size:11px;line-height:1.4;color:var(--text-muted)}.backlog-root .tree-pane,.backlog-root .gantt-pane{min-height:0;scrollbar-gutter:stable;overscroll-behavior:contain;overflow-anchor:none}.backlog-root .gantt-pane{overflow-y:scroll;overflow-x:scroll}.backlog-root .tree-row,.backlog-root .gantt-row{display:flex;align-items:stretch;min-height:var(--roadmap-row-min-h, 30px);border-bottom:1px solid var(--divider);box-sizing:border-box}.backlog-root .tree-row{display:flex;gap:0;padding:4px 8px;cursor:pointer;align-items:center;min-width:var(--tree-min-content-w, 480px);width:var(--tree-min-content-w, 480px)}.backlog-root .tree-row-main{display:flex;flex:0 0 var(--tree-title-w, 280px);width:var(--tree-title-w, 280px);align-items:center;gap:6px;min-width:var(--tree-title-min-w, 200px);padding-right:8px;border-right:1px solid #e2e8f0;overflow:hidden;box-sizing:border-box}.backlog-root .tree-row-main-flat{gap:0;padding-right:0;overflow:visible}.backlog-root .flat-group-cell{flex:0 0 140px;align-self:stretch;display:block;position:relative;box-sizing:border-box;border-right:1px solid #e2e8f0;color:var(--text-secondary);font-size:12px;line-height:1.35;overflow:visible;word-break:break-word;background:transparent;min-height:var(--roadmap-row-min-h, 30px)}.backlog-root .flat-group-section{flex-basis:150px}.backlog-root .flat-group-cell.is-continuation{color:transparent}.backlog-root .flat-group-merged{position:sticky;display:flex;align-items:center;align-self:stretch;min-height:var(--roadmap-row-min-h, 30px);height:100%;padding:0 10px;box-sizing:border-box;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;z-index:4}.backlog-root .flat-group-direction .flat-group-merged{top:var(--roadmap-sticky-top, 32px);background-color:var(--roadmap-direction-bg);background:var(--roadmap-direction-bg);z-index:6}.backlog-root .flat-group-section .flat-group-merged{top:calc(var(--roadmap-sticky-top, 32px) + var(--roadmap-sticky-band-h, 40px));background-color:var(--roadmap-milestone-bg);background:var(--roadmap-milestone-bg);z-index:5}.backlog-root .flat-task-cell{flex:1;min-width:280px;display:flex;align-items:center;gap:6px;padding:0 8px}.backlog-root .tree-row-main .title,.backlog-root .tree-row-main .multiline-2{flex:1;min-width:0;line-height:1.35}.backlog-root .tree-row .title.tree-col-title,.backlog-root .tree-row .multiline-2.tree-col-title{align-self:flex-start;padding-top:1px}.backlog-root .tree-row.folder .title{font-weight:600}.backlog-root .tree-row.folder.folder-direction{background:var(--roadmap-direction-bg)}.backlog-root .tree-row.folder.folder-milestone{background:var(--roadmap-milestone-bg)}.backlog-root .tree-row.folder.folder-direction.selected{background:var(--roadmap-direction-bg-selected)}.backlog-root .tree-row.folder.is-folder-sticky,.backlog-root .gantt-row.is-folder-sticky{position:sticky;z-index:5;background-color:var(--roadmap-direction-bg);box-shadow:0 1px 0 var(--divider)}.backlog-root .tree-row.folder.folder-milestone.is-folder-sticky,.backlog-root .gantt-row.folder-milestone.is-folder-sticky{background-color:var(--roadmap-milestone-bg)}.backlog-root .gantt-row.is-folder-sticky .gantt-row-track{background-color:inherit}.backlog-root .roadmap-sticky-section{display:flex;flex-direction:column;position:relative;flex-shrink:0}.backlog-root .tree-row.folder.folder-direction.is-folder-sticky,.backlog-root .gantt-row.folder-direction.is-folder-sticky{z-index:6;background-color:var(--roadmap-direction-bg)}.backlog-root .tree-row.folder.folder-milestone.is-folder-sticky,.backlog-root .gantt-row.folder-milestone.is-folder-sticky{z-index:5;background-color:var(--roadmap-milestone-bg)}.backlog-root .tree-row.folder.folder-milestone.selected{background:var(--roadmap-milestone-bg-selected)}.backlog-root .tree-row.folder.folder-direction.is-folder-sticky.selected{background-color:var(--roadmap-direction-bg-selected)}.backlog-root .tree-row.folder.folder-milestone.is-folder-sticky.selected{background-color:var(--roadmap-milestone-bg-selected)}.backlog-root .gantt-row.folder-direction .gantt-cell{background:var(--roadmap-direction-bg)}.backlog-root .gantt-row.folder-milestone .gantt-cell{background:var(--roadmap-milestone-bg)}.backlog-root .gantt-row.folder-direction.is-folder-sticky .gantt-cell,.backlog-root .gantt-row.folder-direction.is-folder-sticky .gantt-row-track{background-color:var(--roadmap-direction-bg)}.backlog-root .gantt-row.folder-milestone.is-folder-sticky .gantt-cell,.backlog-root .gantt-row.folder-milestone.is-folder-sticky .gantt-row-track{background-color:var(--roadmap-milestone-bg)}.backlog-root .tree-row.selected{background:var(--row-selected-bg);box-shadow:inset 3px 0 0 var(--row-selected-accent)}.backlog-root .tree-row.selected .tree-row-main,.backlog-root .tree-row.selected .tree-col-assignee,.backlog-root .tree-row.selected .tree-col-release,.backlog-root .tree-row.selected .tree-col-due,.backlog-root .tree-row.selected .tree-col-type,.backlog-root .tree-row.selected .tree-col-status,.backlog-root .tree-row.selected .tree-col-comments,.backlog-root .tree-row.selected .flat-task-cell{background:inherit}.backlog-root .tree-row.selected .flat-group-direction .flat-group-merged,.backlog-root .tree-row.selected .flat-group-section .flat-group-merged{background:var(--row-selected-bg);background-color:var(--row-selected-bg)}.backlog-root .gantt-row.is-task-selected .gantt-cell{background:var(--row-selected-bg)}.backlog-root .gantt-row.is-task-selected{box-shadow:inset 3px 0 0 var(--row-selected-accent)}.backlog-root .gantt-row.is-task-selected .gantt-cell.is-selected{background:#008b9247}.backlog-root .tree-row .handle{display:inline-flex;align-items:center;justify-content:center;width:16px;height:1.35em;line-height:1.35;flex-shrink:0;color:#cbd5e1;cursor:grab;-webkit-user-select:none;user-select:none}.backlog-root .tree-row .handle:active{cursor:grabbing}.backlog-root .tree-row.is-dragging{opacity:.45}.backlog-root .tree-row.drop-into-folder{background:#e8f7f8;box-shadow:inset 0 0 0 1px #008b9259}.backlog-root .tree-row.drop-forbidden{cursor:not-allowed;background:#fff5f4}.backlog-root .tree-row.folder-drop-before{box-shadow:inset 0 2px 0 0 var(--primary)}.backlog-root .tree-row.folder-drop-after{box-shadow:inset 0 -2px 0 0 var(--primary)}.backlog-root .roadmap-drop-line{height:0;border-top:2px solid var(--primary);margin:-1px 0;position:relative;z-index:6;pointer-events:auto;box-shadow:0 0 0 1px #008b921f}.backlog-root .roadmap-insert-slot{position:relative;z-index:5;height:10px;margin:-5px 0;display:flex;align-items:center;padding-left:2px;pointer-events:auto}.backlog-root .roadmap-insert-slot.is-edge-overlay{position:absolute;left:0;right:auto;bottom:-5px;height:10px;margin:0;padding-left:var(--insert-indent, 28px);z-index:8;pointer-events:none}.backlog-root .roadmap-insert-slot.is-edge-overlay .roadmap-insert-btn{pointer-events:auto}.backlog-root .tree-folder-title-group{flex:1;min-width:0;display:flex;align-items:center;align-self:center;gap:6px}.backlog-root .tree-folder-title-group .title.tree-col-title,.backlog-root .tree-folder-title-group .multiline-2.tree-col-title{flex:0 1 auto;width:auto;max-width:100%;align-self:center;padding-top:0}.backlog-root .roadmap-insert-slot.is-inline-title{position:static;height:auto;margin:0;padding:0;display:inline-flex;align-items:center;align-self:center;flex-shrink:0;z-index:5}.backlog-root .tree-row-main .roadmap-insert-slot.is-inline-title .roadmap-insert-btn{width:22px;height:22px}.backlog-root .roadmap-insert-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin:0;padding:0;border:1px solid var(--divider);border-radius:6px;background:var(--paper);color:var(--primary-dark);font-size:16px;line-height:1;cursor:pointer;opacity:0;transform:scale(.92);transition:opacity .12s ease,transform .12s ease,border-color .12s ease,box-shadow .12s ease;box-shadow:0 1px 4px #1a253514}.backlog-root .roadmap-insert-slot.is-empty-folder .roadmap-insert-btn,.backlog-root .roadmap-insert-slot:hover .roadmap-insert-btn,.backlog-root .roadmap-insert-slot:focus-within .roadmap-insert-btn{opacity:1;transform:scale(1)}.backlog-root .roadmap-insert-btn:hover{border-color:var(--primary);background:#f4fbfc;box-shadow:0 0 0 3px #008b921f}.backlog-root .tree-toggle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:1.35em;margin:0;padding:0;border:none;background:transparent;color:var(--text-secondary);font-size:12px;line-height:1;flex-shrink:0;cursor:pointer}.backlog-root .tree-toggle:hover{color:var(--text)}.backlog-root .tree-star{display:inline-flex;align-items:center;justify-content:center;width:var(--star-size);height:var(--star-size);margin:0;padding:0;border:none;background:transparent;font-size:var(--star-size);line-height:1;flex-shrink:0;cursor:pointer;color:var(--star-gold-dim);vertical-align:middle}.backlog-root .tree-star:hover{color:var(--star-gold)}.backlog-root .tree-star.is-on{color:var(--star-gold-bright);text-shadow:0 0 3px rgba(255,215,0,.95),0 1px 2px rgba(160,100,0,.45);filter:drop-shadow(0 0 1.5px rgba(255,200,0,.95))}.backlog-root .table.table-task-list .tree-star{display:inline-flex}.backlog-root .tree-code{flex-shrink:0;font-size:12px;line-height:1.35;white-space:nowrap}.backlog-root .indent{display:inline-block;flex-shrink:0;height:1.35em}.backlog-root .gantt-header{display:flex;position:sticky;top:0;background-color:#f8fafb;background:var(--table-header, #f8fafb);z-index:30;border-bottom:1px solid var(--divider);min-height:40px;isolation:isolate;box-shadow:0 1px 0 var(--divider)}.backlog-root .gantt-header-stacked{flex-direction:column;align-items:stretch;min-height:auto;padding:0}.backlog-root .gantt-header-months{display:flex;flex-shrink:0;border-bottom:1px solid var(--divider);min-height:26px;background-color:#f8fafb;background:var(--table-header, #f8fafb)}.backlog-root .gantt-month-band{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text);border-right:1px solid #edf2f7;box-sizing:border-box;padding:4px 2px;white-space:nowrap;background-color:#f8fafb;background:var(--table-header, #f8fafb)}.backlog-root .gantt-header-slots{display:flex;flex-shrink:0;min-height:32px;background-color:#f8fafb;background:var(--table-header, #f8fafb)}.backlog-root .gantt-header .gantt-cell{background-color:#f8fafb;background:var(--table-header, #f8fafb)}.backlog-root .gantt-slot-label{font-size:10px;padding:4px;text-align:center}.backlog-root .gantt-header-stacked .today-line{top:0;bottom:0}.backlog-root .tree-columns-header.gantt-header-stacked{padding:0}.backlog-root .tree-months-spacer{min-height:26px;border-bottom:1px solid var(--divider);background-color:#f8fafb;background:var(--table-header, #f8fafb)}.backlog-root .tree-columns-labels{display:flex;align-items:stretch;gap:0;min-height:32px;padding:0 8px;flex:1;background-color:#f8fafb;background:var(--table-header, #f8fafb);min-width:var(--tree-min-content-w, 480px);width:var(--tree-min-content-w, 480px)}.backlog-root .tree-col-header-cell{position:relative;display:flex;align-items:center;min-height:32px;padding:0 12px 0 8px;box-sizing:border-box;overflow:visible}.backlog-root .tree-col-header-cell.tree-col-assignee{flex:0 0 var(--col-assignee, 104px)}.backlog-root .tree-col-header-cell.tree-col-release{flex:0 0 var(--col-release, 128px)}.backlog-root .tree-col-header-cell.tree-col-due{flex:0 0 var(--col-due, 72px);justify-content:flex-end;text-align:right}.backlog-root .tree-col-header-cell.tree-col-type{flex:0 0 var(--col-type, 70px)}.backlog-root .tree-col-header-cell.tree-col-status{flex:0 0 var(--col-status, 100px)}.backlog-root .tree-col-header-cell.tree-col-comments{flex:0 0 var(--col-comments, 180px)}.backlog-root .col-resize-handle{position:absolute;top:0;right:0;bottom:0;width:12px;margin:0;padding:0;border:none;background:transparent;cursor:col-resize;z-index:5;transform:translate(50%);touch-action:none}.backlog-root .col-resize-handle:after{content:"";position:absolute;top:18%;bottom:18%;left:50%;width:2px;transform:translate(-50%);background:#b8c5d4;border-radius:1px;transition:background .12s ease,width .12s ease}.backlog-root .col-resize-handle:hover:after,body.col-resizing .backlog-root .col-resize-handle:after{background:var(--primary);width:3px}.backlog-root .tree-col-header-cell:after{content:"";position:absolute;top:18%;bottom:18%;right:0;width:1px;background:#c5d0dc;pointer-events:none}.backlog-root .tree-col-header-cell.tree-col-comments:after{display:none}.backlog-root .tree-col-header-cell.tree-col-status:after{display:block}.backlog-root .tree-col-title{flex:1;min-width:0;font-size:13px;padding:0 8px 0 0;display:flex;align-items:center}.backlog-root .tree-columns-labels .tree-col-title{border-right:1px solid #c5d0dc;flex:0 0 var(--tree-title-w, 280px);width:var(--tree-title-w, 280px);position:relative}.backlog-root .tree-col-title-flat-header{gap:0;padding-right:0;min-width:var(--tree-title-min-w, 580px)}.backlog-root .tree-col-title-flat-header>span{display:flex;align-items:center;min-height:32px;box-sizing:border-box;padding:0 10px}.backlog-root .tree-col-title-flat-header .flat-label-direction{flex:0 0 140px;border-right:1px solid #c5d0dc}.backlog-root .tree-col-title-flat-header .flat-label-section{flex:0 0 150px;border-right:1px solid #c5d0dc}.backlog-root .tree-col-title-flat-header .flat-label-task{flex:1}.backlog-root .tree-col-assignee{flex:0 0 var(--col-assignee, 104px);width:var(--col-assignee, 104px);display:flex;align-items:center;min-height:1.35em;padding:0 8px;box-sizing:border-box;border-right:1px solid #e2e8f0;overflow:hidden}.backlog-root .tree-col-release{flex:0 0 var(--col-release, 128px);width:var(--col-release, 128px);display:flex;align-items:center;min-height:1.35em;padding:0 4px;box-sizing:border-box;border-right:1px solid #e2e8f0;overflow:hidden}.backlog-root .tree-col-release .task-release-picker,.backlog-root .tree-col-release .task-release-picker-trigger{width:100%;min-width:0}.backlog-root .tree-assignees{display:inline-flex;align-items:center;gap:4px;min-width:0;max-width:100%}.backlog-root .tree-assignee-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.backlog-root .tree-col-due{flex:0 0 var(--col-due, 72px);width:var(--col-due, 72px);font-size:12px;line-height:1.35;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;display:flex;justify-content:flex-end;align-items:center;min-height:1.35em;padding:0 8px;box-sizing:border-box;border-right:1px solid #e2e8f0}.backlog-root .tree-col-due.due-shifted{color:var(--warning);font-weight:500}.backlog-root .tree-col-type{flex:0 0 var(--col-type, 70px);width:var(--col-type, 70px);display:flex;align-items:center;min-height:1.35em;padding:0 8px;box-sizing:border-box;border-right:1px solid #e2e8f0}.backlog-root .tree-col-status{flex:0 0 var(--col-status, 100px);width:var(--col-status, 100px);font-size:12px;line-height:1.35;display:flex;align-items:center;min-height:1.35em;padding:0 8px;box-sizing:border-box;border-right:1px solid #e2e8f0}.backlog-root .tree-col-status-inner{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-width:0}.backlog-root .tree-col-comments{flex:0 0 var(--col-comments, 180px);width:var(--col-comments, 180px);font-size:12px;line-height:1.35;display:flex;align-items:center;min-height:1.35em;padding:2px 8px;box-sizing:border-box;overflow:hidden}.backlog-root .tree-col-comments .tree-comments{width:100%;gap:4px}.backlog-root .tree-col-comments .task-list-comment-block{padding:4px 6px;gap:2px}.backlog-root .roadmap-row-delete{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer;flex-shrink:0;opacity:0;transition:opacity .12s ease,background .12s ease,color .12s ease}.backlog-root .tree-row:hover .roadmap-row-delete,.backlog-root .tree-row:focus-within .roadmap-row-delete,.backlog-root .tree-row.selected .roadmap-row-delete{opacity:1}.backlog-root .roadmap-row-delete:hover{background:#fff5f3;color:var(--error)}.backlog-root .roadmap-row-delete:focus-visible{opacity:1;outline:2px solid var(--primary);outline-offset:1px}.backlog-root .folder-progress{color:#94a3b8;font-weight:500;white-space:nowrap}.backlog-root .gantt-cell{flex:0 0 var(--slot-w, 28px);border-right:1px solid #edf2f7;position:relative}.backlog-root .gantt-row{position:relative;flex-shrink:0}.backlog-root .gantt-row-track{display:flex;position:relative;flex:1;min-height:var(--roadmap-row-min-h, 30px);align-items:stretch}.backlog-root .folder-bar{position:absolute;top:calc(50% - 7.5px);height:15px;border-radius:999px;pointer-events:none;z-index:2;overflow:hidden}.backlog-root .folder-bar-fill{position:absolute;left:0;top:0;bottom:0;background:#008b926b;border-radius:inherit;pointer-events:none}.backlog-root .folder-bar.is-done .folder-bar-fill{background:#2e8b579e}.backlog-root .folder-bar-open{background:#008b9221;border:1.5px solid rgba(0,139,146,.25)}.backlog-root .folder-bar-open.is-done{background:#2e8b5724;border-color:#2e8b5747}.backlog-root .folder-bar-collapsed{background:#008b922e;border:1.5px solid rgba(0,139,146,.35)}.backlog-root .folder-bar-collapsed.is-done{background:#2e8b5733;border-color:#2e8b576b}.backlog-root .folder-bar-star{position:absolute;top:50%;font-size:var(--star-size);line-height:1;width:var(--star-size);height:var(--star-size);display:inline-flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);pointer-events:auto;cursor:default;z-index:3;color:var(--star-gold-bright);text-shadow:0 0 3px rgba(255,215,0,.95),0 1px 2px rgba(160,100,0,.45);filter:drop-shadow(0 0 1.5px rgba(255,200,0,.95))}.backlog-root .folder-bar-star-collapsed{color:var(--star-gold-bright);opacity:1}.backlog-root .gantt-bar{position:absolute;top:calc(50% - (var(--gantt-bar-h, 20px) / 2));height:var(--gantt-bar-h, 20px);border-radius:4px;background:#008b9247;overflow:visible;z-index:2;pointer-events:auto;transition:left .14s ease,width .14s ease,transform .05s linear,background .15s ease,box-shadow .15s ease;will-change:left,width,transform}.backlog-root .gantt-bar.has-gantt-comment{background:#f59e0b6b;box-shadow:inset 0 0 0 1px #d977068c}.backlog-root .gantt-bar.has-gantt-comment .fill{background:#d977068c}.backlog-root .gantt-bar.has-gantt-comment.bug,.backlog-root .gantt-bar.has-gantt-comment.feature,.backlog-root .gantt-bar.has-gantt-comment.polish,.backlog-root .gantt-bar.has-gantt-comment.neutral{background:#f59e0b6b}.backlog-root .gantt-bar-comment{position:absolute;top:100%;right:0;left:auto;transform:none;z-index:6;padding-top:3px;opacity:0;pointer-events:none;transition:opacity .12s ease}.backlog-root .gantt-bar:hover .gantt-bar-comment,.backlog-root .gantt-bar-comment.open{opacity:1;pointer-events:auto}.backlog-root .gantt-bar.is-dragging .gantt-bar-comment{opacity:0;pointer-events:none}.backlog-root .gantt-bar-comment-btn{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:18px;height:18px;margin:0;padding:0 4px;border:1px solid transparent;border-radius:999px;background:#fffffff5;color:#92400e;box-shadow:0 1px 3px #0f172a29;cursor:pointer;font:inherit}.backlog-root .gantt-bar-comment-btn .task-comments-icon{font-size:12px;line-height:1}.backlog-root .gantt-bar-comment-btn .task-comments-count{min-width:14px;height:14px;padding:0 3px;font-size:10px;line-height:14px}.backlog-root .gantt-bar-comment-btn:hover,.backlog-root .gantt-bar-comment.open .gantt-bar-comment-btn{background:#fffbeb;color:#b45309;box-shadow:0 0 0 2px #f59e0b73}.backlog-root .gantt-bar-comment.has-comment .gantt-bar-comment-btn{background:#fef3c7;color:#b45309}.backlog-root .gantt-bar-comment-panel,.gantt-bar-comment-panel{position:fixed;z-index:1300;display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #f0d58c;border-radius:12px;background:#fffdf7;box-shadow:0 14px 36px #0f172a29;box-sizing:border-box}.gantt-bar-comment-panel .gantt-bar-comment-panel-title{font-size:13px;font-weight:700;color:#78350f}.gantt-bar-comment-panel .gantt-bar-comment-input{width:100%;min-height:88px;margin:0;padding:8px 10px;border:1px solid #f0d58c;border-radius:8px;background:#fff;font:inherit;font-size:13px;line-height:1.4;resize:vertical;box-sizing:border-box}.gantt-bar-comment-panel .gantt-bar-comment-input:focus{outline:none;border-color:#d97706;box-shadow:0 0 0 3px #f59e0b33}.gantt-bar-comment-panel .gantt-bar-comment-body{font-size:13px;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:#1e293b}.gantt-bar-comment-panel .gantt-bar-comment-meta{display:flex;align-items:center;gap:8px}.gantt-bar-comment-panel .gantt-bar-comment-meta-text{display:flex;flex-direction:column;gap:1px;min-width:0;font-size:12px}.gantt-bar-comment-panel .gantt-bar-comment-meta-text strong{font-size:13px}.gantt-bar-comment-panel .gantt-bar-comment-confirm-text{margin:0;font-size:13px;line-height:1.4}.gantt-bar-comment-panel .gantt-bar-comment-actions{display:flex;justify-content:flex-end;gap:8px}.gantt-bar-comment-panel .avatar{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--primary, #008b92);color:#fff;font-size:10px;font-weight:600;flex-shrink:0;overflow:hidden}.gantt-bar-comment-panel .avatar.sm{width:22px;height:22px}.gantt-bar-comment-panel img.avatar{object-fit:cover;display:block;max-width:22px;max-height:22px}.gantt-bar-comment-panel .btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font:inherit;font-size:13px;cursor:pointer;color:#1e293b}.gantt-bar-comment-panel .btn.primary{background:#d97706;border-color:#d97706;color:#fff}.gantt-bar-comment-panel .btn.primary:disabled{opacity:.5;cursor:not-allowed}.gantt-bar-comment-panel .btn.danger{background:#dc2626;border-color:#dc2626;color:#fff}.gantt-bar-comment-panel .btn.danger-outline{background:#fff;border-color:#fecaca;color:#dc2626}.gantt-bar-comment-panel .muted{color:#64748b}.backlog-root .gantt-bar.is-dragging{z-index:28;transition:none;box-shadow:0 2px 10px #1a25352e;background:#008b9261}.backlog-root .gantt-bar.is-dragging.bug{background:#fc5a4161}.backlog-root .gantt-row:has(.gantt-bar.is-dragging){position:relative;z-index:28}.backlog-root .bar-date-tip{position:absolute;top:-26px;left:50%;transform:translate(-50%);font-size:10px;line-height:1.2;padding:4px 8px;border-radius:6px;background:var(--text);color:#fff;white-space:nowrap;pointer-events:none;z-index:29;font-weight:500;box-shadow:0 4px 12px #1a253538}.backlog-root .gantt-bar .fill{height:100%;background:#008b928c;border-radius:4px}.backlog-root .gantt-bar.is-done{background:#2e8b5738}.backlog-root .gantt-bar.is-done .fill,.backlog-root .gantt-bar.is-done.bug .fill,.backlog-root .gantt-bar.is-done.feature .fill,.backlog-root .gantt-bar.is-done.polish .fill,.backlog-root .gantt-bar.is-done.neutral .fill{background:#2e8b579e}.backlog-root .gantt-bar.is-dragging.is-done{background:#2e8b5752}.backlog-root .bar-handle{position:absolute;top:0;width:6px;height:100%;cursor:ew-resize;background:#008b9266}.backlog-root .bar-handle.left{left:0;border-radius:4px 0 0 4px}.backlog-root .bar-handle.right{right:0;border-radius:0 4px 4px 0}.backlog-root .gantt-cell.is-selected,.backlog-root .gantt-cell.selected-cell{background:#008b9233;box-shadow:inset 0 0 0 1px var(--primary)}.backlog-root .roadmap-selection-hint{min-height:0;margin-bottom:2px;font-size:11px;line-height:1.25;visibility:hidden}.backlog-root .roadmap-selection-hint.is-visible{visibility:visible}.backlog-root .gantt-pane.is-cell-painting .gantt-bar{transition:none}.backlog-root .gantt-bar.bug{background:#fc5a4147}.backlog-root .gantt-bar.bug .fill{background:#fc5a418c}.backlog-root .gantt-bar.polish{background:#5a677538}.backlog-root .gantt-bar.polish .fill{background:#5a677573}.backlog-root .gantt-bar.neutral{background:#78849133}.backlog-root .gantt-bar.neutral .fill{background:#7884916b}.backlog-root .gantt-bar.is-dragging.polish{background:#5a677552}.backlog-root .gantt-bar.is-dragging.neutral{background:#7884914d}.backlog-root .today-line{position:absolute;top:0;bottom:0;width:2px;background:var(--secondary);z-index:3;pointer-events:none}.backlog-root .today-label{position:absolute;bottom:4px;transform:translate(-50%);font-size:10px;color:var(--secondary);background:var(--paper);padding:0 4px;z-index:4;pointer-events:none;white-space:nowrap}.backlog-root .star-mark{position:absolute;top:50%;width:var(--star-size);height:var(--star-size);display:inline-flex;align-items:center;justify-content:center;color:var(--star-gold-bright);font-size:var(--star-size);line-height:1;z-index:5;transform:translate(-50%,-50%);pointer-events:auto;cursor:default;text-shadow:0 0 3px rgba(255,215,0,.95),0 1px 2px rgba(160,100,0,.45);filter:drop-shadow(0 0 1.5px rgba(255,200,0,.95))}.backlog-root .star-mark.on-bar{top:50%;font-size:var(--star-size)}.backlog-root .star-tooltip{position:fixed;z-index:9999;background:var(--paper);border:1px solid var(--divider);border-radius:8px;box-shadow:0 4px 16px #1a253524;padding:10px 14px;min-width:200px;max-width:300px;font-size:12px;line-height:1.45;pointer-events:none}.backlog-root .star-tooltip-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:2px}.backlog-root .star-tooltip-code{font-size:11px;margin-bottom:6px}.backlog-root .star-tooltip-row{display:flex;align-items:center;gap:5px;margin-top:4px;color:var(--text)}.backlog-root .star-tooltip-assignees{flex-wrap:wrap;gap:6px}.backlog-root .star-tooltip-assignee{display:inline-flex;align-items:center;gap:4px}.backlog-root .star-tooltip-desc{margin-top:8px;padding-top:8px;border-top:1px solid var(--divider);color:var(--text-secondary);font-size:12px;white-space:pre-wrap;word-break:break-word}.backlog-root .ms-diamond{position:absolute;top:50%;margin-top:-5px;width:10px;height:10px;background:var(--primary);transform:translate(-50%) rotate(45deg);z-index:3}.backlog-root .ms-date{position:absolute;top:8px;transform:translate(8px);font-size:10px;color:var(--text-secondary);z-index:3;white-space:nowrap}.backlog-root .overload{background:#ffe8dc!important}.backlog-root .fte-ring{display:inline-flex;align-items:center;gap:8px}.backlog-root .fte-ring svg{width:28px;height:28px}.backlog-root .resources-view{padding:0}.backlog-root .resources-card{padding:0;min-height:0}.backlog-root .resources-table{font-size:13px}.backlog-root .resources-table thead th{background:linear-gradient(180deg,#008b921a,#008b920a);position:sticky;top:0;z-index:1}.backlog-root .resources-table td.is-selected{background:#008b9224!important;box-shadow:inset 0 0 0 2px #008b9259}.backlog-root .resources-pct-input{width:64px;text-align:center;padding:6px 8px;border-radius:10px;border:1px solid rgba(26,37,53,.12);background:#fffc;outline:none;font-size:13px}.backlog-root .resources-pct-input:focus{border-color:#008b92b3;box-shadow:0 0 0 3px #008b9224}.backlog-root .resources-pct-input::-webkit-outer-spin-button,.backlog-root .resources-pct-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.backlog-root .resources-pct-input[type=number]{-moz-appearance:textfield}.backlog-root .dict-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1100px){.backlog-root .dict-grid{grid-template-columns:1fr}.backlog-root .roadmap:not(.gantt-hidden){flex-direction:column}.backlog-root .roadmap:not(.gantt-hidden) .tree-pane{flex:0 0 auto;max-width:none;width:100%;max-height:42vh}.backlog-root .roadmap-splitter{flex:0 0 6px;width:100%;height:6px;cursor:row-resize}.backlog-root .roadmap-splitter:after{top:-3px;bottom:-3px;left:0;right:0}.backlog-root .introduce{grid-template-columns:1fr}.backlog-root .introduce-art{min-height:120px;border-radius:12px 12px 0 0}}.backlog-root .muted{color:var(--text-secondary);font-size:12px}.backlog-root .tag-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;background:#e8f4f5;color:var(--primary)}.backlog-root .row-actions{display:flex;gap:8px;align-items:center;margin-left:auto}.backlog-root .empty-state{padding:48px;text-align:center;color:var(--text-secondary)}.backlog-root .pagination{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:12px}.backlog-root .open-questions-metrics{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.backlog-root .open-questions-table-wrap{flex:1;min-height:0;overflow:auto}.backlog-root .table.open-questions-table.table-resizable thead th{position:sticky;top:0;z-index:3;background:var(--table-header);box-shadow:0 1px 0 var(--divider)}.backlog-root .oq-metric-card{flex:1 1 96px;min-width:88px;padding:6px 10px;border-radius:var(--radius);border:1px solid var(--divider);background:var(--paper);cursor:pointer;text-align:left;transition:border-color .12s ease,box-shadow .12s ease}.backlog-root .oq-metric-card:hover{border-color:#b7dfe2}.backlog-root .oq-metric-card.active{border-color:var(--primary);box-shadow:0 0 0 1px #008b9233;background:#f4fbfb}.backlog-root .oq-metric-value{display:block;font-size:18px;font-weight:700;color:var(--text);line-height:1.1}.backlog-root .oq-metric-label{display:block;margin-top:2px;font-size:11px;color:var(--text-secondary)}.backlog-root .open-questions-intro{padding:8px 12px!important;margin-bottom:6px!important}.backlog-root .open-questions-intro p{font-size:12px}.backlog-root .open-questions-table .cell-title{min-width:0}.backlog-root .oq-status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.backlog-root .oq-status-open{background:#fff5f3;color:var(--secondary)}.backlog-root .oq-status-sent{background:#fff8e6;color:var(--warning)}.backlog-root .oq-status-answered{background:#eef8f8;color:var(--primary-dark)}.backlog-root .oq-status-closed{background:#edf7f0;color:var(--success)}.backlog-root .oq-answer-block{margin-top:6px;padding:8px 10px;border-radius:6px;background:#f3faf5;border:1px solid rgba(46,139,87,.18)}.backlog-root .oq-task-links{display:flex;flex-wrap:wrap;gap:6px}.backlog-root .audit-line{font-size:12px;color:var(--text-secondary);display:flex;flex-wrap:wrap;gap:10px}.backlog-root .project-picker{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 24px 24px;background:linear-gradient(160deg,#e8f4f5 0%,var(--bg) 45%,#eef2f6 100%)}.backlog-root .project-picker-topbar{position:absolute;top:16px;right:16px;left:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:2}.backlog-root .project-picker-user{display:flex;flex-direction:column;gap:2px;min-width:0}.backlog-root .project-picker-topbar-actions{display:flex;gap:8px;flex-shrink:0;margin-left:auto}.backlog-root .project-admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#01313d59;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow:auto}.backlog-root .project-admin-panel{width:min(1100px,100%);margin:24px auto;background:var(--paper);border:1px solid var(--divider);border-radius:12px;box-shadow:0 16px 40px #01313d2e;padding:20px}.backlog-root .project-admin-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.backlog-root .project-admin-title{margin:0 0 6px;font-size:1.25rem}.backlog-root .settings-admin-compact{padding:0}.backlog-root .admin-access-table-wrap{overflow:auto;max-height:min(70vh,640px);border:1px solid var(--divider);border-radius:8px}.backlog-root .admin-access-table{margin:0;min-width:640px}.backlog-root .admin-access-table th,.backlog-root .admin-access-table td{vertical-align:middle;text-align:center;padding:8px 10px}.backlog-root .admin-access-table .admin-col-user{text-align:left;position:sticky;left:0;background:var(--paper);z-index:1;min-width:160px}.backlog-root .admin-access-table thead .admin-col-user{background:var(--table-header)}.backlog-root .admin-access-table .admin-col-project{min-width:96px;max-width:140px;font-size:12px;line-height:1.25;white-space:normal}.backlog-root .admin-access-table .admin-col-create{min-width:110px;font-size:12px;white-space:normal}.backlog-root .admin-access-table .admin-col-actions{text-align:left;min-width:220px}.backlog-root .admin-user-cell{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.backlog-root .admin-check{display:inline-flex;align-items:center;justify-content:center;margin:0}.backlog-root .admin-row-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.backlog-root .project-picker-card{width:min(520px,100%);background:var(--paper);border:1px solid var(--divider);border-radius:12px;padding:28px 24px;box-shadow:0 8px 28px #01313d14}.backlog-root .project-picker-title{margin:0 0 8px;font-size:1.45rem;color:var(--sidebar)}.backlog-root .project-picker-hint{margin:0 0 20px;line-height:1.45}.backlog-root .project-picker-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.backlog-root .project-picker-item{width:100%;text-align:left;display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--divider);border-radius:10px;background:var(--paper);cursor:pointer;font:inherit;color:inherit}.backlog-root .project-picker-item:hover{border-color:var(--primary-light);background:#f3fbfb}.backlog-root .project-picker-item strong{font-size:1.05rem}.backlog-root .btn-linkish{border:none;background:transparent;color:var(--primary-dark);cursor:pointer;font:inherit;padding:0;text-decoration:underline;text-underline-offset:2px}.backlog-root .auth-screen{box-sizing:border-box;width:100%;flex:1 1 auto;min-height:100%;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(1200px 600px at 10% -10%,rgba(0,139,146,.12),transparent 55%),radial-gradient(900px 500px at 100% 0%,rgba(15,23,42,.06),transparent 50%),var(--bg, #f4f7f8)}.backlog-root .app-shell:has(>.auth-screen){min-height:100%;min-height:100dvh}.backlog-root .auth-card{width:min(440px,100%);margin:0 auto;padding:28px 24px;border-radius:12px;box-shadow:0 8px 28px #01313d14}.backlog-root .auth-title{margin:0 0 8px;font-size:28px;text-align:center}.backlog-root .auth-lead{margin:0 0 18px;line-height:1.45;text-align:center}.backlog-root .auth-mode-tabs{display:flex;justify-content:center;gap:4px;margin-bottom:16px}.backlog-root .auth-form{display:grid;gap:12px}.backlog-root .auth-submit{width:100%;margin-top:4px}.backlog-root .auth-hint{font-size:13px;color:var(--error, #b42318);background:#b423180f;border:1px solid rgba(180,35,24,.18);border-radius:8px;padding:8px 10px}.backlog-root .auth-pending-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap;justify-content:center}.backlog-root .auth-pending-banner{margin-bottom:10px;padding:8px 10px;border-radius:8px;background:#f59e0b1f;color:#92400e;font-size:13px}.backlog-root .auth-status-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;background:#e2e8f0}.backlog-root .auth-status-pill.is-approved{background:#bbf7d0;color:#166534}.backlog-root .auth-status-pill.is-pending{background:#fde68a;color:#92400e}.backlog-root .auth-status-pill.is-rejected{background:#fecaca;color:#991b1b}.backlog-root .settings-account{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap}.backlog-root .settings-admin{padding:12px}.backlog-root .settings-admin .admin-access-table-wrap{margin-top:8px}.backlog-root .tab-admin-mark{color:var(--primary)}.backlog-root .project-picker-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.backlog-root .project-create-form{display:grid;gap:12px}.backlog-root .project-create-title{margin:0 0 4px;font-size:18px}.backlog-root .project-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.backlog-root .project-picker-row{display:flex;gap:8px;align-items:stretch}.backlog-root .project-picker-row .project-picker-item{flex:1;min-width:0}.backlog-root .project-picker-delete{flex-shrink:0;align-self:center}.backlog-root .project-copy-flags{display:grid;gap:8px;padding:10px 12px;border:1px solid var(--divider);border-radius:10px;background:var(--paper)}.backlog-root .project-copy-flag{display:inline-flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}html,body,#root{margin:0;height:100%;background:#f4f6f9}#root{min-height:100%}.backlog-root .app-shell{height:100%;min-height:100%}
