@charset "UTF-8";.custom-dropdown-wrapper .cds--label{color:var(--ragent-text-primary);margin-bottom:8px;display:block}.custom-dropdown-wrapper .custom-dropdown{position:relative}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input{display:flex;align-items:center;background-color:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary);border-radius:0;height:40px;padding:0 15px;cursor:pointer;position:relative;transition:all .2s ease}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input .dropdown-icon{margin-right:8px;display:flex;align-items:center}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input .dropdown-icon svg{width:16px;height:16px;color:var(--ragent-text-primary)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input .dropdown-text{flex:1;color:var(--ragent-text-primary);font-size:14px}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input .dropdown-arrow{margin-left:8px;display:flex;align-items:center;color:var(--ragent-text-primary)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input .dropdown-arrow svg{width:16px;height:16px}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input:hover{background-color:var(--ragent-bg-tertiary);border-color:var(--ragent-border-hover)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-input:focus{border-color:var(--ragent-border-focus);box-shadow:0 0 0 2px var(--ragent-border-focus-glow);outline:none}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary);border-top:none;border-radius:0;box-shadow:var(--ragent-shadow-md);z-index:1000;display:none}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option{padding:8px 12px;color:var(--ragent-text-primary);font-size:14px;cursor:pointer;border-bottom:1px solid var(--ragent-border-secondary);position:relative;transition:all .2s ease}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option:last-child{border-bottom:none}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option:hover{background-color:var(--ragent-bg-tertiary);color:var(--ragent-primary)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--ragent-primary)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option.selected{background-color:var(--ragent-bg-tertiary);color:var(--ragent-primary)}.custom-dropdown-wrapper .custom-dropdown .custom-dropdown-menu .dropdown-option.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--ragent-primary)}.custom-dropdown-wrapper .custom-dropdown.open .custom-dropdown-menu{display:block}.custom-dropdown-wrapper .custom-dropdown.open .dropdown-arrow svg{transform:rotate(180deg)}.custom-dropdown-wrapper .custom-dropdown.open .custom-dropdown-input{border-color:var(--ragent-border-focus)}.work-item-skeleton-container{width:100%}.work-item-skeleton-row{display:flex;align-items:center;height:40px;padding-left:8px;padding-right:8px;border-bottom:1px solid var(--ragent-border-primary);background-color:transparent}.skeleton-bar-container{width:100%;height:16px;display:flex;align-items:center}.skeleton-bar-container .cds--skeleton__text{width:100%;height:16px;margin:0;background-color:#ffffff14}.skeleton-bar-container .cds--skeleton__text:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.work-items-tree{height:100%;min-height:calc(100vh - 200px);max-height:calc(100vh - 200px);overflow-y:hidden;overflow-x:hidden;padding:0;background-color:var(--ragent-bg-primary);display:flex;flex-direction:column;border:1px solid var(--ragent-border-primary);margin:0}.work-items-tree.loading .skeleton-item{margin-bottom:1rem;padding:.75rem;border:1px solid var(--cds-border-subtle);border-radius:4px;background-color:var(--cds-layer-01, #f4f4f4)}.work-items-tree.empty{display:flex;align-items:center;justify-content:center;height:100%}.work-items-tree.empty .empty-state{text-align:center;color:var(--cds-text-secondary, #525252)}.work-items-tree.empty .empty-state h4{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);margin:.75rem 0 .5rem;color:var(--cds-text-primary, #161616)}.work-items-tree.empty .empty-state p{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);margin:0}.work-items-tree-header{position:sticky;top:0;z-index:3;background-color:var(--ragent-bg-primary);border-bottom:1px solid var(--ragent-border-primary);flex-shrink:0}.work-items-tree-header .tree-header-row{display:flex;align-items:center;gap:4px;padding:16px 0;min-height:56px}.work-items-tree-header .tree-header-row .drag-handle-placeholder{display:flex;align-items:center;justify-content:center;margin-left:8px;margin-right:8px;flex-shrink:0}.work-items-tree-header .tree-header-row .tree-header-content{display:flex;align-items:center;flex:1;min-width:0}.work-items-tree-header .tree-header-row .tree-header-content .tree-header-title{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.3}.work-items-tree-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-gutter:stable}.work-items-tree-content::-webkit-scrollbar{width:8px}.work-items-tree-content::-webkit-scrollbar-track{background:transparent}.work-items-tree-content::-webkit-scrollbar-thumb{background:#555;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.work-items-tree-content::-webkit-scrollbar-thumb:hover{background:#6c6c6c}.work-item-node{margin-bottom:0;border-radius:0;background-color:transparent;border:none;border-bottom:1px solid var(--ragent-border-primary);transition:all .15s ease}.work-item-node:hover{background-color:#ffffff0a}.work-item-node:last-child{border-bottom:1px solid var(--ragent-border-primary)}.work-item-row{display:flex;align-items:center;gap:4px;padding:0;cursor:grab;min-height:40px;border-radius:0;will-change:transform,opacity,background-color;contain:layout style;transform:translateZ(0);transition:background-color .05s ease-out}.work-item-row:active{cursor:grabbing}.work-item-row:focus-visible{outline:2px solid #0f62fe;outline-offset:-2px;background-color:#0f62fe14}.work-item-row:focus-visible.checked{background-color:#0f62fe1f}.work-item-row:focus:not(:focus-visible){outline:none}.work-item-row.selected{background-color:#8a3ffc14;border-left:3px solid var(--ragent-primary)}.work-item-row.checked{background-color:#4589ff0f}.work-item-row.checked:hover{background-color:#4589ff1a}.work-item-row.unchecked{opacity:.6}.work-item-row.unchecked .work-item-title{color:#f4f4f499}.work-item-row.unchecked:hover{opacity:.8}.work-item-row:hover{background-color:var(--ragent-bg-tertiary)}.work-item-row.is-dragging{opacity:.4;cursor:grabbing}.work-item-row.drag-over{position:relative;transition:none}.work-item-row.valid-drop{background-color:#24a14814;border-left:3px solid #24a148;transition:none}.work-item-row.valid-drop:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background-color:#24a148;z-index:1}.work-item-row.valid-drop .drag-handle{color:#24a148;opacity:1}.work-item-row.invalid-drop{background-color:#da1e280f;border-left:3px solid #da1e28;cursor:not-allowed;transition:none}.work-item-row.invalid-drop .drag-handle{color:#da1e28;opacity:1}.work-item-checkbox{display:flex;align-items:center;justify-content:center;margin-left:8px;margin-right:8px;flex-shrink:0}.work-item-checkbox .cds--checkbox-wrapper,.work-item-checkbox .cds--checkbox{margin:0}.work-item-checkbox .cds--checkbox:before{content:"";position:absolute;width:16px;height:16px;border:1px solid #e0e0e0;background-color:transparent;border-radius:0}.work-item-checkbox .cds--checkbox:checked:before{background-color:transparent;border-color:#e0e0e0}.work-item-checkbox .cds--checkbox-label{margin:0;padding:0}.work-item-checkbox .cds--checkbox-label:before{border:1px solid #e0e0e0!important;background-color:transparent!important;border-radius:0!important}.work-item-checkbox .cds--checkbox-label:after{border-color:#e0e0e0!important}.work-item-checkbox .cds--checkbox:checked+.cds--checkbox-label:before{background-color:transparent!important;border-color:#e0e0e0!important}.work-item-checkbox .cds--checkbox:focus-visible+.cds--checkbox-label:before{box-shadow:0 0 0 2px #0f62fe!important;outline:none!important;border-color:#0f62fe!important}.work-item-checkbox .cds--checkbox:focus:not(:focus-visible)+.cds--checkbox-label:before{box-shadow:none!important;outline:none!important;border-color:#e0e0e0!important}.work-item-checkbox .cds--checkbox:active+.cds--checkbox-label:before{box-shadow:none!important;outline:none!important;border-color:#e0e0e0!important}.drag-handle{display:flex;align-items:center;justify-content:center;margin-left:8px;margin-right:8px;color:var(--cds-icon-secondary, #525252);cursor:grab;opacity:.4;border-radius:4px;padding:.25rem;width:24px;height:24px;flex-shrink:0}.drag-handle:hover{background:transparent}.drag-handle:active{cursor:grabbing;background:transparent}.drag-handle.drag-handle--disabled{cursor:not-allowed;opacity:.5}.drag-handle.drag-handle--disabled:hover{opacity:.6;background-color:transparent}.drag-handle.drag-handle--disabled:hover svg{transform:none}.expand-button{display:flex;align-items:center;justify-content:center}.expand-button .cds--btn{min-height:24px;width:24px;background:transparent;border:none;padding:0}.expand-button .cds--btn:hover{background:transparent}.expand-button .cds--btn:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px;border-radius:4px}.expand-button .cds--btn svg{color:#ffffffb3}.work-item-content-wrapper{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow:hidden}.work-item-number{font-family:IBM Plex Sans,sans-serif;font-size:14px;font-weight:500;color:#fff;background:transparent;padding:0;border:none;border-radius:0;white-space:nowrap;min-width:22px;text-align:left;flex-shrink:0;margin-right:0}.work-item-content{display:flex;flex-direction:column;align-items:stretch;gap:2px;min-width:0;flex:1;overflow:hidden}.work-item-title{font-family:IBM Plex Sans,sans-serif;font-size:14px;font-weight:400;color:#f4f4f4;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;line-height:20px;display:block}.work-item-title:hover{color:#f4f4f4;font-weight:900}.ai-badge{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#ffffff1a;color:#ffffffb3;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:0;flex-shrink:0;margin-left:6px}.demo-badge{display:flex;align-items:center;justify-content:center;width:32px;height:24px;background-color:#0f62fe33;color:#0f62fe;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:0;flex-shrink:0;margin-left:6px;border:1px solid rgba(15,98,254,.3)}.new-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;box-sizing:border-box;flex-shrink:0;margin-left:6px;padding:0 7px}.priority-indicator{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:6px;margin-right:8px;transform:translate(-2px)}.priority-indicator svg{transition:transform .15s ease}.priority-indicator:hover svg{transform:translate(-2px) scale(1.1)}.type-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.work-item-children{margin-left:2rem;margin-top:.5rem;padding-left:1rem;border-left:2px solid var(--cds-border-subtle-01, #c6c6c6);position:relative}.work-item-children:before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--cds-border-subtle-01, #c6c6c6) 0%,transparent 100%)}.add-work-item{padding:12px 8px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-start;align-items:center}.add-work-item .cds--btn--ghost{border:none!important;background-color:transparent!important;color:#f4f4f4!important;font-size:14px!important;padding:0!important;min-height:auto!important;text-decoration:none!important;display:flex!important;align-items:center!important}.add-work-item .cds--btn--ghost:hover{background-color:transparent!important;color:#fff!important}.add-work-item .cds--btn--ghost:focus{outline:none!important}.add-work-item .cds--btn--ghost .cds--btn__icon{margin-right:8px!important;margin-left:0!important;fill:currentColor!important;width:16px!important;height:16px!important}.add-work-item .cds--btn--ghost .cds--btn__text{color:inherit!important}@media(max-width:768px){.work-item-number.cds--tag{height:24px;padding:.125rem .25rem;font-size:11px}.work-item-title{font-size:13px}.work-item-children{margin-left:1rem;padding-left:.5rem}.drag-handle{margin-right:.25rem}.add-work-item{margin-top:.75rem;padding-top:.75rem}.add-work-item .cds--btn{font-size:14px;min-height:40px}}[data-carbon-theme=g100] .work-items-tree{background-color:var(--ragent-bg-primary)}[data-carbon-theme=g100] .work-item-node{background-color:transparent;border:none}[data-carbon-theme=g100] .work-item-row.selected{background-color:#8a3ffc14;border-left:3px solid var(--ragent-primary)}[data-carbon-theme=g100] .work-item-row:hover{background-color:var(--ragent-bg-tertiary)}[data-carbon-theme=g100] .work-item-title{color:#f4f4f4}[data-carbon-theme=g100] .work-item-description{color:#f4f4f499}[data-carbon-theme=g100] .work-item-children{border-left-color:#ffffff14}[data-carbon-theme=g100] .work-item-children:before{background:linear-gradient(to bottom,rgba(255,255,255,.08) 0%,transparent 100%)}[data-carbon-theme=g100] .add-work-item{border-top-color:#ffffff14}[data-carbon-theme=g100] .add-work-item .cds--btn{border-color:#fff3;color:#f4f4f4b3}[data-carbon-theme=g100] .add-work-item .cds--btn:hover{background-color:var(--ragent-bg-tertiary);color:#f4f4f4}.source-anchors{display:flex;align-items:center;gap:.125rem;margin-left:.25rem}.source-anchor{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:var(--ragent-primary);color:#fff;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid transparent;box-shadow:0 2px 4px #0003}.source-anchor:hover{background-color:var(--ragent-primary);transform:scale(1.1);border-color:#fff;box-shadow:0 4px 8px #0000004d}.source-anchor:active{transform:scale(.95)}.source-anchor-container{position:relative;display:inline-block}.source-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;pointer-events:none}.source-tooltip .tooltip-content{background-color:var(--ragent-primary);color:#fff;padding:12px;border-radius:0;box-shadow:0 4px 12px #00000026;border:1px solid var(--ragent-primary);white-space:nowrap;max-width:300px;min-width:200px}.source-tooltip .tooltip-content .tooltip-source{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px}.source-tooltip .tooltip-content .tooltip-spacer{height:8px}.source-tooltip .tooltip-content .tooltip-quote{font-size:14px;color:#fff;font-style:normal;line-height:1.4;white-space:normal;word-wrap:break-word}.source-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #0f62fe}.source-tooltip:after{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(15,98,254,.8)}.source-anchor-container:hover .source-tooltip{opacity:1;visibility:visible}.work-item-drag-preview{display:flex;align-items:center;gap:10px;background-color:var(--ragent-bg-secondary, #262626);border:1px solid var(--ragent-border-primary, #393939);border-left:3px solid var(--ragent-primary, #8a3ffc);border-radius:2px;box-shadow:0 8px 16px #0006,0 2px 4px #0003;padding:10px 14px;cursor:grabbing;max-width:340px;min-width:180px}.work-item-drag-preview .drag-preview-type-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.work-item-drag-preview .drag-preview-title{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;color:#f4f4f4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;flex:1;min-width:0}.carbon-ticket-editor{height:calc(100vh - 178px);display:flex;flex-direction:column;background-color:var(--ragent-bg-primary);overflow-y:hidden}.carbon-ticket-editor .navigation-controls{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0 0;background:var(--ragent-bg-primary);border:none;border-radius:0;position:sticky;top:0;z-index:10}.carbon-ticket-editor .navigation-controls .nav-left .back-button{display:flex;align-items:center;gap:.25rem;color:#fff;font-size:12px;line-height:16px;font-weight:600;text-decoration:none}.carbon-ticket-editor .navigation-controls .nav-left .back-button:hover{color:#fff;text-decoration:underline}.carbon-ticket-editor .navigation-controls .nav-left .back-button svg{width:12px;height:12px}.carbon-ticket-editor .navigation-controls .nav-left .cds--btn{padding-inline:0!important}.carbon-ticket-editor .navigation-controls .nav-left .cds--btn--ghost:hover,.carbon-ticket-editor .navigation-controls .nav-left .cds--btn--ghost:focus,.carbon-ticket-editor .navigation-controls .nav-left .cds--btn--ghost:active{background-color:transparent!important;border-color:transparent!important}.carbon-ticket-editor .navigation-controls .nav-left button:hover{background-color:transparent!important;border-color:transparent!important}.carbon-ticket-editor .navigation-controls .nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem}.carbon-ticket-editor .navigation-controls .nav-center .ticket-icon{display:flex;align-items:center;justify-content:center}.carbon-ticket-editor .navigation-controls .nav-center .ticket-icon svg{width:16px;height:16px}.carbon-ticket-editor .navigation-controls .nav-center .ticket-title{color:#fff;font-size:14px;font-weight:500;max-width:400px;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carbon-ticket-editor .navigation-controls .nav-right{display:flex;align-items:center;gap:.75rem;padding-right:.75rem}.carbon-ticket-editor .navigation-controls .nav-right .pagination{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:.25rem}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn{min-width:16px!important;max-width:16px!important;width:16px!important;height:16px!important;max-height:16px!important;padding:0!important;color:#333!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:0!important;font-size:11px!important;font-weight:500!important;display:flex!important;align-items:center!important;justify-content:center!important}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn.cds--btn--sm{height:16px!important;min-height:16px!important;max-height:16px!important;padding:0!important}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn.cds--layout--size-sm{height:16px!important;min-height:16px!important;max-height:16px!important}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn.cds--btn{height:16px!important;min-height:16px!important;max-height:16px!important;padding:0!important}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn:hover{background-color:#f5f5f5!important;border-color:#d0d0d0!important;color:#333!important}.carbon-ticket-editor .navigation-controls .nav-right .pagination .page-btn:focus{outline:2px solid var(--ragent-primary);outline-offset:2px}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-anchor-container{position:relative;display:inline-block}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-anchor-editor{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff;color:var(--ragent-primary);border-radius:0;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid transparent;box-shadow:0 2px 4px #0003}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-anchor-editor:hover{background-color:var(--ragent-primary);color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-anchor-editor:active{transform:scale(.95)}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;pointer-events:none}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip .tooltip-content{background-color:#fff;color:var(--ragent-primary);padding:12px 16px;border-radius:0;box-shadow:0 4px 12px #00000026;border:1px solid var(--ragent-primary);white-space:nowrap;max-width:300px;min-width:200px}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip .tooltip-content .tooltip-source{font-size:12px;font-weight:500;color:var(--ragent-primary);margin-bottom:4px}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip .tooltip-content .tooltip-spacer{height:8px}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip .tooltip-content .tooltip-quote{font-size:12px;color:var(--ragent-primary);font-style:normal;line-height:1.4;white-space:normal;word-wrap:break-word}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--ragent-primary)}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-tooltip:after{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(var(--ragent-primary-rgb),.8)}.carbon-ticket-editor .navigation-controls .nav-right .pagination .source-anchor-container:hover .source-tooltip{opacity:1;visibility:visible}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id-container{display:flex;align-items:center;gap:.25rem}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id-container .ticket-nav-button{background:transparent;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:color .15s ease;width:16px;height:16px}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id-container .ticket-nav-button:hover:not(:disabled){color:#fffffff2}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id-container .ticket-nav-button:focus:not(:disabled){outline:2px solid rgba(15,98,254,.5);outline-offset:2px}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id-container .ticket-nav-button:disabled{cursor:not-allowed;color:#ffffff4d}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id{padding:.25rem .5rem;background:transparent;border:none;border-radius:0;font-size:13px;font-weight:600;color:#fff;text-decoration:none;cursor:pointer;position:relative}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id .jira-ticket-link{color:#fff;text-decoration:none;cursor:pointer}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id .jira-ticket-link:visited{color:#fff}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id .ticket-placeholder{color:#fff;font-style:normal;font-size:12px;font-weight:400}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--ragent-primary);border-radius:0;transition:transform .3s ease,opacity .3s ease;transform:scaleX(1);transform-origin:left;opacity:.6}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id:hover:after{transform:scaleX(1);opacity:1}.carbon-ticket-editor .navigation-controls .nav-right .ticket-id:hover{background:transparent;color:#fff}.carbon-ticket-editor .navigation-controls .nav-right .copy-jira-link-btn{background:transparent!important;border:none!important;box-shadow:none!important;width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important}.carbon-ticket-editor .navigation-controls .nav-right .copy-jira-link-btn:hover{background-color:var(--ragent-bg-tertiary)!important}.carbon-ticket-editor .navigation-controls .nav-right .copy-jira-link-btn:focus{outline:none!important;box-shadow:0 0 0 2px var(--ragent-primary)!important}.carbon-ticket-editor .navigation-controls .nav-right .copy-jira-link-btn svg{color:#e0e0e0;width:16px!important;height:16px!important;fill:#e0e0e0;transition:color .2s ease,fill .2s ease}.carbon-ticket-editor .navigation-controls .nav-right .copy-jira-link-btn:hover svg{color:#fff;fill:#fff}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu{background:transparent!important;border:none!important;box-shadow:none!important;width:32px!important;height:32px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;position:relative!important}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu:hover{background-color:var(--ragent-bg-tertiary)!important}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu:focus{outline:none!important;box-shadow:0 0 0 2px var(--ragent-primary)!important}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu svg{color:#e0e0e0;width:16px!important;height:16px!important}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu .cds--overflow-menu-options{right:0!important;left:auto!important;min-width:120px!important}.carbon-ticket-editor .navigation-controls .nav-right .ghost-overflow-menu .cds--overflow-menu--open .cds--overflow-menu-options{right:auto!important;left:0!important}.editor-header{padding:1rem;background-color:var(--ragent-bg-primary)}.editor-header .editor-header-container{background:linear-gradient(135deg,#ffffff0f,#ffffff08);border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);box-shadow:0 4px 20px #00000014,0 1px 8px #0000000f,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.editor-header .editor-header-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--ragent-border-primary) 30%,var(--ragent-border-primary) 70%,transparent 100%)}.editor-header .editor-header-container .editor-header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;min-height:64px;position:relative;z-index:1}.editor-header .editor-header-container .editor-header-content .ticket-info{display:flex;align-items:center;gap:.75rem}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type{display:flex;align-items:center;gap:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.5rem .75rem}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type span{font-size:var(--cds-heading-04-font-size, 1.75rem);font-weight:var(--cds-heading-04-font-weight, 400);line-height:var(--cds-heading-04-line-height, 1.28572);letter-spacing:var(--cds-heading-04-letter-spacing, 0);color:#fff;font-weight:600;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.editor-header .editor-header-container .editor-header-content .ticket-info .cds--tag{background:linear-gradient(135deg,var(--ragent-primary) 0%,var(--ragent-primary-hover) 100%);border:1px solid var(--ragent-primary);border-radius:8px;color:#fff;font-weight:600;padding:4px 12px;box-shadow:0 2px 8px #0f62fe33}.validation-section{width:100%;flex-shrink:0;padding:1rem;border-bottom:1px solid var(--cds-border-subtle)}.validation-section .cds--inline-notification{width:100%;max-width:none}.validation-section.validation-section-inside{border-bottom:none;padding-bottom:0;margin-bottom:1rem;margin-left:-1rem;margin-right:-17px;width:calc(100% + 1rem + 17px);max-width:none;box-sizing:border-box}.validation-section .error-list{margin-top:.5rem;margin-left:1rem}.validation-section .error-list li{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-error, #da1e28);margin-bottom:.25rem}.ticket-header{display:flex;align-items:center;gap:.5rem;padding:0 0 .75rem;background:var(--ragent-bg-primary);position:sticky;top:60px;z-index:9}.ticket-header .ticket-type-icon{display:flex;align-items:center;justify-content:center}.ticket-header .ticket-type-icon svg{width:16px;height:16px}.ticket-header .ticket-title{color:#fff;font-size:16px;font-weight:600;max-width:600px;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-content{flex:1;border:1px solid var(--ragent-border-primary);background:var(--ragent-bg-primary);border-radius:0;padding:0 2px 0 1rem;margin-bottom:1rem;height:calc(100vh - 162px);overflow:hidden;display:flex;flex-direction:column}.form-content .scrollable-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 5px 0 0;margin-top:20px;min-height:0;scrollbar-gutter:stable}.form-content .scrollable-content::-webkit-scrollbar{width:8px}.form-content .scrollable-content::-webkit-scrollbar-track{background:transparent}.form-content .scrollable-content::-webkit-scrollbar-thumb{background:#555;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.form-content .scrollable-content::-webkit-scrollbar-thumb:hover{background:#6c6c6c}.form-content .cds--grid{max-width:none;margin:0;padding:0}.form-content .form-section{background-color:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary)!important;margin-bottom:1.5rem;padding:10px;border-radius:0}.form-content .form-section .cds--tile{background-color:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}.form-content .form-section .cds--tile:hover{background-color:transparent!important;border:none!important}.form-content .form-section .section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form-content .form-section .form-section-title{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);padding-bottom:0;font-size:14px;line-height:18px;font-weight:700;margin:0;color:var(--ragent-text-primary)}.form-content .form-section .fields-config-wrapper{position:relative}.form-content .form-section .fields-config-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary);border-radius:4px;box-shadow:var(--ragent-shadow-md);z-index:1000;min-width:250px;max-height:400px;overflow-y:auto}.form-content .form-section .fields-config-title{padding:.75rem;font-weight:600;font-size:14px;border-bottom:1px solid var(--ragent-border-primary)}.form-content .form-section .fields-config-list{padding:.25rem}.form-content .form-section .fields-config-item{display:flex;align-items:center;padding:.5rem;cursor:pointer}.form-content .form-section .fields-config-item.locked{opacity:.7;cursor:not-allowed}.form-content .form-section .fields-config-item input[type=checkbox]{margin-right:.5rem}.form-content .form-row,.form-content .long-text-row{margin-bottom:0}.form-content .dynamic-fields-container .form-row,.form-content .dynamic-fields-container .long-text-row,.form-content .dynamic-fields-container .dynamic-rich-text-editor{margin-bottom:1rem}.form-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.form-content .form-row{grid-template-columns:1fr;gap:1rem}}.form-content .form-row .cds--date-picker{width:100%!important;max-width:100%!important;flex:1!important}.form-content .form-row .cds--date-picker .cds--date-picker-input__wrapper{width:100%!important;max-width:100%!important}.form-content .form-row .cds--date-picker .cds--date-picker-input{width:100%!important;max-width:100%!important;min-width:0!important;height:48px!important;line-height:48px!important;padding:0 12px!important}.form-content .form-row .cds--date-picker-input{width:100%!important;max-width:100%!important;min-width:0!important}.form-content .form-row .date-picker-wrapper{width:100%!important;display:flex!important;align-items:stretch!important}.form-content .form-row .date-picker-wrapper .cds--date-picker{width:100%!important;display:flex!important;flex-direction:column!important}.form-content .form-row .date-picker-wrapper .cds--date-picker .cds--date-picker-input,.form-content .form-row .date-picker-wrapper .cds--date-picker input{height:38px!important;line-height:38px!important}.form-content .form-row .form-row>.date-picker-wrapper{width:100%!important}.form-content .form-row .form-row>.date-picker-wrapper .cds--date-picker{width:100%!important}.form-content .form-row .form-row>.date-picker-wrapper .cds--date-picker .cds--date-picker-input,.form-content .form-row .form-row>.date-picker-wrapper .cds--date-picker input{height:48px!important;line-height:48px!important}.form-content .form-row .cds--number .cds--number__input-wrapper{border:1px solid var(--ragent-border-primary)!important;border-radius:0!important;background-color:var(--ragent-bg-secondary)!important}.form-content .form-row .cds--number .cds--number__input-wrapper:hover{border:1px solid var(--ragent-border-hover)!important;background-color:var(--ragent-bg-tertiary)!important}.form-content .form-row .cds--number .cds--number__input-wrapper:focus-within{border:1px solid var(--ragent-border-focus)!important;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)!important}.form-content .form-row .cds--number input[type=number]{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border:none!important}.form-content .form-row .cds--number input[type=number]:hover{background-color:var(--ragent-bg-tertiary)!important}.form-content .form-row .cds--number input[type=number]:focus{background-color:var(--ragent-bg-secondary)!important}.form-content .form-row .cds--number .cds--number__controls .cds--number__control-btn{background-color:transparent;border-color:transparent;color:var(--ragent-text-primary)}.form-content .form-row .cds--number .cds--number__controls .cds--number__control-btn:hover{background-color:var(--ragent-bg-tertiary);color:var(--ragent-primary)}.form-content .form-row .cds--number input[type=number]:focus~.cds--number__controls .cds--number__control-btn,.form-content .form-row .cds--number input[type=number]:focus~.cds--number__controls .cds--number__control-btn:hover{border-color:transparent;box-shadow:none;outline:none;border:none;background-color:transparent}.form-content .form-row div[style*="width: 100%"]{width:100%!important;max-width:100%!important;overflow:hidden!important}.form-content .form-row div[style*="width: 100%"] .cds--date-picker-input__wrapper{overflow:visible!important}.form-content .select-with-icon-wrapper{position:relative}.form-content .select-with-icon-wrapper .select-icon{position:absolute;left:10px;top:45px;transform:translateY(-50%);z-index:10;pointer-events:none}.form-content .select-with-icon-wrapper .select-icon svg{width:16px;height:16px}.form-content .select-with-icon-wrapper .select-with-icon .cds--select-input{padding-left:35px!important}.form-content .comments-section{padding:12px}.form-content .comments-section .comment-header{display:flex;align-items:center;margin-bottom:12px}.form-content .comments-section .comment-header .user-avatar{margin-right:12px}.form-content .comments-section .comment-header .user-avatar .avatar-circle{width:32px;height:32px;border-radius:50%;background:var(--ragent-bg-tertiary);border:1px solid var(--ragent-border-primary);display:flex;align-items:center;justify-content:center}.form-content .comments-section .comment-header .user-avatar .avatar-circle .avatar-initials{color:var(--ragent-text-primary);font-size:14px;font-weight:600;text-transform:uppercase}.form-content .comments-section .comment-header .user-avatar .avatar-circle svg{width:24px;height:24px;color:var(--ragent-text-primary)}.form-content .comments-section .comment-header .user-info .user-name{color:var(--ragent-text-primary);font-size:14px;font-weight:500}.form-content .comments-section .comments-list{max-height:240px;overflow-y:auto}.form-content .comments-section .comments-list::-webkit-scrollbar{width:6px}.form-content .comments-section .comments-list::-webkit-scrollbar-track{background:#1f1f1f;border-radius:3px}.form-content .comments-section .comments-list::-webkit-scrollbar-thumb{background:#525252;border-radius:3px}.form-content .comments-section .comments-list::-webkit-scrollbar-thumb:hover{background:#6f6f6f}.form-content .comments-section .comment-actions .comment-cancel-button{padding:12px 16px!important;border-radius:0!important;font-size:12px!important;line-height:16px!important;font-weight:400!important;box-sizing:border-box!important;border:1px solid white!important;color:#fff!important;background-color:transparent!important}.form-content .comments-section .comment-actions .comment-cancel-button:hover:not(:disabled){background-color:#ffffff1a!important;border-color:#fff!important;color:#fff!important}.form-content .comments-section .comment-actions .comment-cancel-button:focus{outline:2px solid white!important;outline-offset:2px!important}.form-content .comments-section .comment-actions .comment-cancel-button:disabled{opacity:.5;border-color:#ffffff80!important;color:#ffffff80!important}.form-content .comments-section .comment-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:12px}.form-content .comments-section .comment-actions .comment-button{background:var(--ragent-primary)!important;border:none!important;color:#fff!important;padding:14px 16px!important;border-radius:0!important;font-size:12px!important;line-height:16px!important;font-weight:400!important;display:flex!important;align-items:center!important;gap:5px!important;transition:all .2s ease!important}.form-content .comments-section .comment-actions .comment-button:hover{background:var(--ragent-primary-hover)!important;color:#fff!important}.form-content .comments-section .comment-actions .comment-button:focus{outline:2px solid var(--ragent-border-focus)!important;outline-offset:2px!important;color:#fff!important}.form-content .comments-section .comment-actions .comment-button svg{width:16px;height:16px;fill:#fff!important}.form-content .ticket-ref-link{color:var(--cds-link-primary, #78a9ff);text-decoration:underline;cursor:pointer}.form-content .ticket-ref-link:hover{text-decoration:underline;opacity:.9}.form-content .description-editor,.form-content .comments-editor{background:transparent;border:none;border-radius:0}.form-content .description-editor .ql-toolbar,.form-content .comments-editor .ql-toolbar{background:transparent;padding:8px 0;border:none;border-bottom:1px solid var(--ragent-border-secondary)}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker{color:var(--ragent-text-primary);border-radius:2px;transition:all .2s ease}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-label,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-label{color:var(--ragent-text-primary);padding-left:0;border:none;border-radius:2px;transition:all .2s ease}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-label:hover,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-label:hover{color:var(--ragent-primary);background-color:var(--ragent-bg-tertiary);border:1px solid var(--ragent-border-hover)}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker.ql-expanded,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker.ql-expanded{background-color:var(--ragent-bg-tertiary);border:1px solid var(--ragent-primary)}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker.ql-expanded .ql-picker-label,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker.ql-expanded .ql-picker-label{color:var(--ragent-primary)}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options{background:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary);box-shadow:var(--ragent-shadow-md)}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options span,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options span{color:var(--ragent-text-primary);border-radius:2px;transition:all .2s ease}.form-content .description-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options span:hover,.form-content .comments-editor .ql-toolbar .ql-formats .ql-picker .ql-picker-options span:hover{color:var(--ragent-primary);background:var(--ragent-bg-tertiary)}.form-content .description-editor .ql-toolbar .ql-formats button,.form-content .comments-editor .ql-toolbar .ql-formats button{color:var(--ragent-text-primary);height:20px;border-radius:2px;transition:all .2s ease}.form-content .description-editor .ql-toolbar .ql-formats button:hover,.form-content .comments-editor .ql-toolbar .ql-formats button:hover{color:var(--ragent-primary);background:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-border-hover)}.form-content .description-editor .ql-toolbar .ql-formats button.ql-active,.form-content .comments-editor .ql-toolbar .ql-formats button.ql-active{color:var(--ragent-primary);background:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-primary)}.form-content .description-editor .ql-container,.form-content .comments-editor .ql-container{background:transparent;border:none;color:var(--ragent-text-secondary);min-height:200px}.form-content .description-editor .ql-container .ql-editor,.form-content .comments-editor .ql-container .ql-editor{color:var(--ragent-text-primary);padding:10px 0}.form-content .description-editor .ql-container .ql-editor::placeholder,.form-content .comments-editor .ql-container .ql-editor::placeholder{color:var(--ragent-text-tertiary)}.form-content .description-editor .ql-container .ql-editor h1,.form-content .description-editor .ql-container .ql-editor h2,.form-content .description-editor .ql-container .ql-editor h3,.form-content .description-editor .ql-container .ql-editor h4,.form-content .description-editor .ql-container .ql-editor h5,.form-content .description-editor .ql-container .ql-editor h6,.form-content .comments-editor .ql-container .ql-editor h1,.form-content .comments-editor .ql-container .ql-editor h2,.form-content .comments-editor .ql-container .ql-editor h3,.form-content .comments-editor .ql-container .ql-editor h4,.form-content .comments-editor .ql-container .ql-editor h5,.form-content .comments-editor .ql-container .ql-editor h6{color:var(--ragent-text-primary);font-weight:700;margin:16px 0 8px;line-height:1.3;font-family:IBM Plex Sans,sans-serif}.form-content .description-editor .ql-container .ql-editor h1:first-child,.form-content .description-editor .ql-container .ql-editor h2:first-child,.form-content .description-editor .ql-container .ql-editor h3:first-child,.form-content .description-editor .ql-container .ql-editor h4:first-child,.form-content .description-editor .ql-container .ql-editor h5:first-child,.form-content .description-editor .ql-container .ql-editor h6:first-child,.form-content .comments-editor .ql-container .ql-editor h1:first-child,.form-content .comments-editor .ql-container .ql-editor h2:first-child,.form-content .comments-editor .ql-container .ql-editor h3:first-child,.form-content .comments-editor .ql-container .ql-editor h4:first-child,.form-content .comments-editor .ql-container .ql-editor h5:first-child,.form-content .comments-editor .ql-container .ql-editor h6:first-child{margin-top:0}.form-content .description-editor .ql-container .ql-editor h1:last-child,.form-content .description-editor .ql-container .ql-editor h2:last-child,.form-content .description-editor .ql-container .ql-editor h3:last-child,.form-content .description-editor .ql-container .ql-editor h4:last-child,.form-content .description-editor .ql-container .ql-editor h5:last-child,.form-content .description-editor .ql-container .ql-editor h6:last-child,.form-content .comments-editor .ql-container .ql-editor h1:last-child,.form-content .comments-editor .ql-container .ql-editor h2:last-child,.form-content .comments-editor .ql-container .ql-editor h3:last-child,.form-content .comments-editor .ql-container .ql-editor h4:last-child,.form-content .comments-editor .ql-container .ql-editor h5:last-child,.form-content .comments-editor .ql-container .ql-editor h6:last-child{margin-bottom:0}.form-content .description-editor .ql-container .ql-editor h1,.form-content .comments-editor .ql-container .ql-editor h1{font-size:1.5rem;font-weight:600;margin:20px 0 12px;color:var(--ragent-text-primary);border-bottom:1px solid var(--ragent-border-primary);padding-bottom:8px}.form-content .description-editor .ql-container .ql-editor h2,.form-content .comments-editor .ql-container .ql-editor h2{font-size:1.25rem;font-weight:600;margin:16px 0 10px;color:var(--ragent-text-primary)}.form-content .description-editor .ql-container .ql-editor h3,.form-content .comments-editor .ql-container .ql-editor h3{font-size:1.125rem;font-weight:600;margin:14px 0 8px;color:var(--ragent-text-primary)}.form-content .description-editor .ql-container .ql-editor p,.form-content .comments-editor .ql-container .ql-editor p{color:var(--ragent-text-primary);line-height:18px;font-size:14px;letter-spacing:.16px}.form-content .description-editor .ql-container .ql-editor a,.form-content .comments-editor .ql-container .ql-editor a{color:var(--ragent-primary)}.form-content .description-editor .ql-container .ql-editor a:hover,.form-content .comments-editor .ql-container .ql-editor a:hover{color:var(--ragent-primary-hover)}.form-content .description-editor .ql-container .ql-editor ul,.form-content .description-editor .ql-container .ql-editor ol,.form-content .comments-editor .ql-container .ql-editor ul,.form-content .comments-editor .ql-container .ql-editor ol,.form-content .description-editor .ql-container .ql-editor li,.form-content .comments-editor .ql-container .ql-editor li{color:var(--ragent-text-primary)}.form-content .description-editor .ql-container .ql-editor blockquote,.form-content .comments-editor .ql-container .ql-editor blockquote{border-left:3px solid var(--ragent-primary);color:var(--ragent-text-secondary);padding-left:16px;margin:16px 0}.form-content .description-editor .ql-container .ql-editor code,.form-content .comments-editor .ql-container .ql-editor code{background:var(--ragent-bg-tertiary);color:var(--ragent-text-primary);padding:2px 6px;border-radius:2px}.form-content .description-editor .ql-container .ql-editor pre,.form-content .comments-editor .ql-container .ql-editor pre{background:var(--ragent-bg-tertiary);color:var(--ragent-text-primary);padding:12px;border-radius:4px;border:1px solid var(--ragent-border-primary)}.form-content .comments-editor,.form-content .comments-editor:hover{background:transparent}.form-content .comments-editor .ql-editor.ql-blank:before{left:0}.form-content .comments-editor .ql-container{min-height:50px;background:transparent;border-bottom:1px solid var(--ragent-border-primary)}.form-content .comments-editor .ql-toolbar{background:transparent}.form-content .comments-editor .ql-editor{min-height:50px!important}.form-content .attachments-section{padding:12px 0 0}.form-content .attachments-section .upload-files .upload-subtitle{color:var(--ragent-text-primary);font-size:14px;font-weight:600;margin-bottom:8px}.form-content .attachments-section .upload-files .upload-validation{color:var(--ragent-text-tertiary);font-size:12px;margin-bottom:8px}.form-content .attachments-section .upload-files .dropbox{border:2px dashed var(--ragent-border-primary);border-radius:0;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease;background:transparent}.form-content .attachments-section .upload-files .dropbox:hover{border-color:var(--ragent-primary);background:rgba(var(--ragent-primary-rgb),.05)}.form-content .attachments-section .upload-files .dropbox .upload-icon{margin-bottom:10px}.form-content .attachments-section .upload-files .dropbox .upload-icon svg{width:12px;height:14px}.form-content .attachments-section .upload-files .dropbox .upload-icon svg path{fill:var(--ragent-text-primary)}.form-content .attachments-section .upload-files .dropbox .upload-text{color:var(--ragent-text-primary);font-size:14px;line-height:18px;font-weight:400;letter-spacing:.16px;margin-bottom:4px}.form-content .attachments-section .upload-files .dropbox .upload-types{color:var(--ragent-text-tertiary);font-size:12px;line-height:16px;font-weight:400;letter-spacing:.16px}.form-content .attachments-section .attached-files{margin-top:10px}.form-content .attachments-section .attached-files .file-item{display:flex;flex-direction:column;padding:12px 16px;margin-bottom:8px;border-radius:0;background:var(--ragent-bg-secondary);border:1px solid var(--ragent-border-primary);position:relative;transition:all .2s ease}.form-content .attachments-section .attached-files .file-item:hover{background:var(--ragent-bg-tertiary);border-color:var(--ragent-border-hover)}.form-content .attachments-section .attached-files .file-item.error{background:var(--ragent-bg-secondary);border:1px solid #da1e28!important;padding:0}.form-content .attachments-section .attached-files .file-item.error .file-name{color:var(--ragent-text-primary)}.form-content .attachments-section .attached-files .file-item.error .file-content{padding:12px 16px}.form-content .attachments-section .attached-files .file-item .file-content{display:flex;align-items:center;justify-content:space-between;width:100%}.form-content .attachments-section .attached-files .file-item .file-name{color:var(--ragent-text-primary);font-size:14px;font-weight:500;flex:1}.form-content .attachments-section .attached-files .file-item .file-actions{display:flex;align-items:center;gap:8px}.form-content .attachments-section .attached-files .file-item .file-actions .loading-spinner svg{animation:spin 1s linear infinite}.form-content .attachments-section .attached-files .file-item .file-actions .loading-spinner svg circle{stroke:var(--ragent-primary)!important}.form-content .attachments-section .attached-files .file-item .file-actions .error-icon{display:flex;align-items:center}.form-content .attachments-section .attached-files .file-item .file-actions .delete-icon{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.form-content .attachments-section .attached-files .file-item .file-actions .delete-icon svg path{stroke:var(--ragent-text-secondary)}.form-content .attachments-section .attached-files .file-item .file-actions .delete-icon:hover{background:var(--ragent-bg-tertiary)}.form-content .attachments-section .attached-files .file-item .file-actions .delete-icon:hover svg path{stroke:var(--ragent-text-primary)}.form-content .attachments-section .attached-files .file-item .file-actions .attachment-download-button,.form-content .attachments-section .attached-files .file-item .file-actions .attachment-delete-button{color:#161616!important}.form-content .attachments-section .attached-files .file-item .file-actions .attachment-download-button:disabled,.form-content .attachments-section .attached-files .file-item .file-actions .attachment-delete-button:disabled{opacity:.5;cursor:not-allowed}.form-content .attachments-section .attached-files .file-item .file-actions .no-tooltip[aria-describedby]:before,.form-content .attachments-section .attached-files .file-item .file-actions .no-tooltip[aria-describedby]:after{display:none!important;content:none!important}.form-content .attachments-section .attached-files .file-item .attachment-download-button[aria-describedby]:before,.form-content .attachments-section .attached-files .file-item .attachment-download-button[aria-describedby]:after,.form-content .attachments-section .attached-files .file-item .attachment-delete-button[aria-describedby]:before,.form-content .attachments-section .attached-files .file-item .attachment-delete-button[aria-describedby]:after{display:none!important;content:none!important}.form-content .attachments-section .attached-files .file-item .file-error-notification{background:transparent!important;border-top:1px solid var(--ragent-border-secondary)!important;box-shadow:none!important;margin:0!important;padding:0!important}.form-content .attachments-section .attached-files .file-item .file-error-notification .cds--inline-notification__details{background:transparent!important;padding:0!important;display:flex!important;align-items:center!important;gap:16px!important}.form-content .attachments-section .attached-files .file-item .file-error-notification .cds--inline-notification__title{margin:0!important;color:var(--ragent-text-primary)!important}.form-content .attachments-section .attached-files .file-item .file-error-notification .cds--inline-notification__subtitle{margin:0 0 0 5px!important;color:var(--ragent-text-secondary)!important}.form-content .attachments-section .attached-files .file-item .file-error-notification .cds--inline-notification__icon{color:#da1e28!important;display:block!important;margin-top:2px!important;flex-shrink:0!important;margin-inline-end:0!important}.form-content .attachments-section .attached-files .file-item .file-error-notification .cds--inline-notification__text-wrapper{display:flex!important;align-items:center!important;gap:2px!important;padding:0!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1056px){.editor-header{padding:.75rem}.editor-header .editor-header-container{border-radius:10px}.editor-header .editor-header-container .editor-header-content{padding:.75rem 1rem;min-height:56px}.editor-header .editor-header-container .editor-header-content .ticket-info{gap:.5rem}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type{padding:.25rem .5rem;border-radius:8px}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type span{font-size:14px}.editor-header .editor-header-container .editor-header-content .ticket-info .cds--tag{padding:3px 10px;font-size:12px}}@media(max-width:768px){.editor-header{padding:.5rem}.editor-header .editor-header-container{border-radius:8px}.editor-header .editor-header-container .editor-header-content{padding:.5rem .75rem;min-height:52px;flex-direction:column;align-items:flex-start;gap:.25rem}.editor-header .editor-header-container .editor-header-content .ticket-info{gap:.25rem}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type{padding:.125rem .25rem;border-radius:6px}.editor-header .editor-header-container .editor-header-content .ticket-info .ticket-type span{font-size:13px}.editor-header .editor-header-container .editor-header-content .ticket-info .cds--tag{padding:2px 8px;font-size:11px}}.description-editor .ql-container,.comments-editor .ql-container{min-height:200px;font-family:IBM Plex Sans,sans-serif}.description-editor .ql-container .ql-editor,.comments-editor .ql-container .ql-editor{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--ragent-text-primary);min-height:200px}.description-editor .ql-container .ql-editor:before,.comments-editor .ql-container .ql-editor:before{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--ragent-text-tertiary);font-style:normal}.description-editor .ql-toolbar,.comments-editor .ql-toolbar{border-color:var(--ragent-border-secondary);background-color:transparent!important}.description-editor .ql-toolbar .ql-stroke,.comments-editor .ql-toolbar .ql-stroke{stroke:var(--ragent-text-primary)}.description-editor .ql-toolbar .ql-fill,.comments-editor .ql-toolbar .ql-fill{fill:var(--ragent-text-primary)}.description-editor .ql-toolbar button,.comments-editor .ql-toolbar button{border-radius:2px;transition:all .2s ease}.description-editor .ql-toolbar button:hover,.comments-editor .ql-toolbar button:hover{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-border-hover)}.description-editor .ql-toolbar button:hover .ql-stroke,.comments-editor .ql-toolbar button:hover .ql-stroke{stroke:var(--ragent-primary)}.description-editor .ql-toolbar button:hover .ql-fill,.comments-editor .ql-toolbar button:hover .ql-fill{fill:var(--ragent-primary)}.description-editor .ql-toolbar button.ql-active,.comments-editor .ql-toolbar button.ql-active{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-primary)}.description-editor .ql-toolbar button.ql-active .ql-stroke,.comments-editor .ql-toolbar button.ql-active .ql-stroke{stroke:var(--ragent-primary)}.description-editor .ql-toolbar button.ql-active .ql-fill,.comments-editor .ql-toolbar button.ql-active .ql-fill{fill:var(--ragent-primary)}.description-editor .ql-toolbar .ql-picker,.comments-editor .ql-toolbar .ql-picker{border-radius:2px;transition:all .2s ease}.description-editor .ql-toolbar .ql-picker:hover,.comments-editor .ql-toolbar .ql-picker:hover{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-border-hover)}.description-editor .ql-toolbar .ql-picker.ql-expanded,.comments-editor .ql-toolbar .ql-picker.ql-expanded{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-primary)}.ql-snow{border-color:var(--ragent-border-primary)}.ql-snow .ql-tooltip{background-color:var(--ragent-bg-secondary);border-color:var(--ragent-border-primary);color:var(--ragent-text-primary);box-shadow:var(--ragent-shadow-md)}.ql-snow .ql-tooltip input{background-color:var(--ragent-bg-secondary)!important;border-color:var(--ragent-border-primary);color:var(--ragent-text-primary)}.ql-snow .ql-tooltip input:hover{background-color:var(--ragent-bg-tertiary)!important;border-color:var(--ragent-border-hover)}.ql-snow .ql-tooltip input:focus{border-color:var(--ragent-border-focus);box-shadow:0 0 0 2px var(--ragent-border-focus-glow)}.dynamic-rich-text-editor{grid-column:1/-1}.dynamic-rich-text-editor .cds--label{color:var(--ragent-text-primary);font-weight:600;margin-bottom:.5rem}.dynamic-rich-text-editor .ql-toolbar.ql-snow{border:1px solid var(--ragent-border-primary)!important;border-bottom:none!important;background-color:var(--ragent-bg-secondary)!important;border-radius:0}.dynamic-rich-text-editor .ql-container.ql-snow{border:1px solid var(--ragent-border-primary)!important;background-color:var(--ragent-bg-secondary)!important;border-radius:0;min-height:120px}.dynamic-rich-text-editor .ql-editor{color:var(--ragent-text-primary)!important}.dynamic-rich-text-editor .ql-editor.ql-blank:before{color:var(--ragent-text-tertiary)!important;font-style:normal;opacity:.7}.action-buttons{display:flex;gap:.75rem;padding:.75rem 0 1rem;border-top:1px solid var(--cds-border-subtle);background-color:var(--ragent-bg-primary);position:sticky;bottom:0;z-index:10;margin-top:auto;flex-shrink:0}.action-buttons .cds--btn{width:100%;max-width:none;min-width:auto;flex:1;display:flex;justify-content:center;align-items:center}.action-buttons .cds--btn .save-button-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.action-buttons .cds--btn .save-button-content .save-icon{width:16px;height:16px;flex-shrink:0}@media(max-width:520px){.action-buttons{flex-direction:column}}.cds--text-input__field-wrapper,.cds--text-area__wrapper{border:1px solid var(--ragent-border-primary)!important;border-radius:0!important;background-color:var(--ragent-bg-secondary)!important;box-shadow:none!important}.cds--text-input__field-wrapper:before,.cds--text-input__field-wrapper:after,.cds--text-area__wrapper:before,.cds--text-area__wrapper:after{display:none!important}.cds--text-input__field-wrapper .cds--text-input,.cds--text-input__field-wrapper .cds--text-area,.cds--text-input__field-wrapper input,.cds--text-input__field-wrapper textarea,.cds--text-area__wrapper .cds--text-input,.cds--text-area__wrapper .cds--text-area,.cds--text-area__wrapper input,.cds--text-area__wrapper textarea{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border:none!important;box-shadow:none!important}.cds--text-input__field-wrapper .cds--text-input::placeholder,.cds--text-input__field-wrapper .cds--text-area::placeholder,.cds--text-input__field-wrapper input::placeholder,.cds--text-input__field-wrapper textarea::placeholder,.cds--text-area__wrapper .cds--text-input::placeholder,.cds--text-area__wrapper .cds--text-area::placeholder,.cds--text-area__wrapper input::placeholder,.cds--text-area__wrapper textarea::placeholder{color:var(--ragent-text-tertiary)!important}.cds--text-input__field-wrapper:hover,.cds--text-area__wrapper:hover{border:1px solid var(--ragent-border-hover)!important;background-color:var(--ragent-bg-tertiary)!important}.cds--text-input__field-wrapper:hover .cds--text-input,.cds--text-input__field-wrapper:hover .cds--text-area,.cds--text-input__field-wrapper:hover input,.cds--text-input__field-wrapper:hover textarea,.cds--text-area__wrapper:hover .cds--text-input,.cds--text-area__wrapper:hover .cds--text-area,.cds--text-area__wrapper:hover input,.cds--text-area__wrapper:hover textarea{background-color:var(--ragent-bg-tertiary)!important;border:none!important;box-shadow:none!important}.cds--text-input__field-wrapper:focus-within,.cds--text-area__wrapper:focus-within{border:1px solid var(--ragent-border-focus)!important;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)!important;background-color:var(--ragent-bg-secondary)!important}.cds--text-input__field-wrapper:focus-within .cds--text-input,.cds--text-input__field-wrapper:focus-within .cds--text-area,.cds--text-input__field-wrapper:focus-within input,.cds--text-input__field-wrapper:focus-within textarea,.cds--text-area__wrapper:focus-within .cds--text-input,.cds--text-area__wrapper:focus-within .cds--text-area,.cds--text-area__wrapper:focus-within input,.cds--text-area__wrapper:focus-within textarea{background-color:var(--ragent-bg-secondary)!important;border:none!important;box-shadow:none!important}.cds--text-input__field-wrapper .cds--text-input,.cds--text-input__field-wrapper input,.cds--text-area__wrapper .cds--text-area,.cds--text-area__wrapper textarea,.cds--select-input__wrapper .cds--select-input,.cds--number__input-wrapper input,.cds--date-picker-input__wrapper .cds--date-picker-input,.cds--date-picker-input__wrapper input,.cds--date-picker .cds--date-picker-input{border:none!important;box-shadow:none!important;outline:none!important}.cds--dropdown,.cds--list-box:not(.cds--list-box__field){background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border-radius:0!important;box-shadow:none!important;border:1px solid var(--ragent-border-primary)!important;height:40px!important;box-sizing:border-box!important;overflow:visible!important;position:relative;transition:all .2s ease}.cds--dropdown:hover,.cds--list-box:not(.cds--list-box__field):hover{border-color:var(--ragent-border-hover)!important}.cds--dropdown:focus,.cds--dropdown.cds--list-box--expanded,.cds--dropdown:focus-within,.cds--list-box:not(.cds--list-box__field):focus,.cds--list-box:not(.cds--list-box__field).cds--list-box--expanded,.cds--list-box:not(.cds--list-box__field):focus-within{outline:none!important;border-color:var(--ragent-border-focus)!important;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)!important;background-color:var(--ragent-bg-secondary)!important}.cds--date-picker .cds--date-picker-input__wrapper{background-color:var(--ragent-bg-secondary)!important;border:1px solid var(--ragent-border-primary)!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;position:relative!important;display:flex!important;align-items:center!important}.cds--date-picker .cds--date-picker-input__wrapper span{width:100%!important}.cds--date-picker .cds--date-picker-input__wrapper:before,.cds--date-picker .cds--date-picker-input__wrapper:after{display:none!important}.cds--date-picker .cds--date-picker-input__wrapper .cds--date-picker-input,.cds--date-picker .cds--date-picker-input__wrapper input{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border:none!important;box-shadow:none!important;outline:none!important;width:100%!important;height:100%!important;padding:0 0 0 12px!important;line-height:48px!important}.cds--date-picker .cds--date-picker-input__wrapper .cds--date-picker-input::placeholder,.cds--date-picker .cds--date-picker-input__wrapper input::placeholder{color:var(--ragent-text-tertiary)!important}.cds--date-picker .cds--date-picker-input__wrapper:hover{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-border-hover)!important;box-shadow:none!important;overflow:visible!important}.cds--date-picker .cds--date-picker-input__wrapper:hover .cds--date-picker-input,.cds--date-picker .cds--date-picker-input__wrapper:hover input{background-color:var(--ragent-bg-tertiary)!important;border:none!important;box-shadow:none!important;outline:none!important}.cds--date-picker .cds--date-picker-input__wrapper:focus-within{border:1px solid var(--ragent-border-focus)!important;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)!important;overflow:visible!important}.cds--date-picker .cds--date-picker-input__wrapper:focus-within .cds--date-picker-input,.cds--date-picker .cds--date-picker-input__wrapper:focus-within input{border:none!important;box-shadow:none!important;outline:none!important}.cds--date-picker .cds--date-picker__icon{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;z-index:1!important;width:16px!important;height:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--ragent-text-secondary)!important}.cds--date-picker .cds--date-picker__icon:hover{color:var(--ragent-text-primary)!important}.cds--list-box__field{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border:none!important;border-radius:0!important;height:100%!important;min-height:0!important;display:flex!important;align-items:center!important;box-sizing:border-box!important;box-shadow:none!important;outline:none!important}.cds--list-box__field:hover,.cds--list-box__field:focus,.cds--list-box__field:focus-within,.cds--list-box--expanded .cds--list-box__field{background-color:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.cds--list-box--expanded .cds--list-box__field{background-color:var(--ragent-bg-secondary)!important}.cds--list-box__menu{background-color:var(--ragent-bg-secondary)!important;border:1px solid var(--ragent-border-primary)!important;border-top:none!important;box-shadow:var(--ragent-shadow-md)!important;border-radius:0!important;width:calc(100% + 2px)!important;left:-1px!important;top:calc(100% + 1px)!important}.cds--list-box__menu-item{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;position:relative;transition:all .2s ease}.cds--list-box__menu-item--active,.cds--list-box__menu-item--selected,.cds--list-box__menu-item--highlighted,.cds--list-box__menu-item[aria-selected=true],.cds--list-box__menu-item .cds--list-box__menu-item--active,.cds--list-box__menu-item .cds--list-box__menu-item--selected,.cds--list-box__menu-item:active{background-color:var(--ragent-bg-tertiary)!important;color:var(--ragent-primary)!important;outline:none!important;box-shadow:none!important;border:none!important}.cds--list-box__menu-item--active:before,.cds--list-box__menu-item--selected:before,.cds--list-box__menu-item--highlighted:before,.cds--list-box__menu-item[aria-selected=true]:before,.cds--list-box__menu-item .cds--list-box__menu-item--active:before,.cds--list-box__menu-item .cds--list-box__menu-item--selected:before,.cds--list-box__menu-item:active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--ragent-primary)!important}.cds--list-box__menu-item--active .cds--list-box__menu-item__option,.cds--list-box__menu-item--active .cds--checkbox-label-text,.cds--list-box__menu-item--active .cds--checkbox-label,.cds--list-box__menu-item--selected .cds--list-box__menu-item__option,.cds--list-box__menu-item--selected .cds--checkbox-label-text,.cds--list-box__menu-item--selected .cds--checkbox-label,.cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option,.cds--list-box__menu-item--highlighted .cds--checkbox-label-text,.cds--list-box__menu-item--highlighted .cds--checkbox-label,.cds--list-box__menu-item[aria-selected=true] .cds--list-box__menu-item__option,.cds--list-box__menu-item[aria-selected=true] .cds--checkbox-label-text,.cds--list-box__menu-item[aria-selected=true] .cds--checkbox-label,.cds--list-box__menu-item .cds--list-box__menu-item--active .cds--list-box__menu-item__option,.cds--list-box__menu-item .cds--list-box__menu-item--active .cds--checkbox-label-text,.cds--list-box__menu-item .cds--list-box__menu-item--active .cds--checkbox-label,.cds--list-box__menu-item .cds--list-box__menu-item--selected .cds--list-box__menu-item__option,.cds--list-box__menu-item .cds--list-box__menu-item--selected .cds--checkbox-label-text,.cds--list-box__menu-item .cds--list-box__menu-item--selected .cds--checkbox-label,.cds--list-box__menu-item:active .cds--list-box__menu-item__option,.cds--list-box__menu-item:active .cds--checkbox-label-text,.cds--list-box__menu-item:active .cds--checkbox-label{color:var(--ragent-primary)!important;outline:none!important;box-shadow:none!important}.cds--list-box__menu-item:hover{background-color:var(--ragent-bg-tertiary)!important;color:var(--ragent-primary)!important;outline:none!important;box-shadow:none!important;border:none!important}.cds--list-box__menu-item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--ragent-primary)!important}.cds--list-box__menu-item:hover .cds--list-box__menu-item__option,.cds--list-box__menu-item:hover .cds--checkbox-label-text,.cds--list-box__menu-item:hover .cds--checkbox-label{color:var(--ragent-primary)!important;outline:none!important;box-shadow:none!important}.cds--list-box__menu-item .cds--checkbox-label:before{border-color:var(--ragent-border-primary)!important;background-color:transparent!important}.cds--list-box__menu-item:hover .cds--checkbox-label:before,.cds--list-box__menu-item--highlighted .cds--checkbox-label:before,.cds--list-box__menu-item--active .cds--checkbox-label:before,.cds--list-box__menu-item--selected .cds--checkbox-label:before,.cds--list-box__menu-item[aria-selected=true] .cds--checkbox-label:before{border-color:var(--ragent-primary)!important;background-color:transparent!important}.cds--select-input__wrapper{background-color:var(--ragent-bg-secondary)!important;border:1px solid var(--ragent-border-primary)!important;border-radius:0!important}.cds--select-input__wrapper .cds--select-input{background-color:var(--ragent-bg-secondary)!important;color:var(--ragent-text-primary)!important;border:none!important}.cds--select-input__wrapper:hover{background-color:var(--ragent-bg-tertiary)!important;border:1px solid var(--ragent-border-hover)!important}.cds--select-input__wrapper:focus-within{border:1px solid var(--ragent-border-focus)!important;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)!important}.cds--label{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--ragent-text-primary)!important;font-weight:600;margin-bottom:.25rem}.cds--form-requirement{font-size:var(--cds-caption-01-font-size, .75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, .32px);color:var(--ragent-text-secondary)!important}.cds--text-input__invalid{border-color:#da1e28!important;color:var(--ragent-text-primary)!important}.cds--text-input__invalid:focus{border-color:#da1e28!important;box-shadow:0 0 0 2px #da1e2833!important}.cds--form-requirement--invalid{color:#da1e28!important}.cds--tile{background-color:var(--ragent-bg-secondary)!important;border:1px solid var(--cds-border-subtle)}.cds--tile:hover{background-color:var(--ragent-bg-tertiary)!important}.cds--tag--blue{background-color:var(--cds-support-info, #0043ce);color:var(--cds-text-on-color, #ffffff)}.cds--stack>*{margin-bottom:0}@media(max-width:1056px){.editor-header{padding:.75rem}.editor-header .ticket-info{gap:.5rem}.editor-header .ticket-info .ticket-type span{font-size:18px}}@media(max-width:768px){.editor-header{flex-direction:column;align-items:flex-start;gap:.5rem}.editor-header .ticket-info{width:100%;justify-content:space-between}.description-editor .ql-container{min-height:150px}.comments-editor .ql-container{min-height:50px}}[data-carbon-theme=g100] .carbon-ticket-editor{background-color:var(--cds-layer)}[data-carbon-theme=g100] .editor-header,[data-carbon-theme=g100] .action-buttons{background-color:var(--cds-layer);border-color:var(--cds-border-subtle)}[data-carbon-theme=g100] .description-editor .ql-toolbar,[data-carbon-theme=g100] .comments-editor .ql-toolbar,[data-carbon-theme=g100] .dynamic-rich-text-editor .ql-toolbar{background-color:transparent!important;border-color:var(--ragent-border-secondary)}[data-carbon-theme=g100] .description-editor .ql-toolbar .ql-stroke,[data-carbon-theme=g100] .comments-editor .ql-toolbar .ql-stroke,[data-carbon-theme=g100] .dynamic-rich-text-editor .ql-toolbar .ql-stroke{stroke:var(--ragent-text-primary)}[data-carbon-theme=g100] .description-editor .ql-toolbar .ql-fill,[data-carbon-theme=g100] .comments-editor .ql-toolbar .ql-fill,[data-carbon-theme=g100] .dynamic-rich-text-editor .ql-toolbar .ql-fill{fill:var(--ragent-text-primary)}[data-carbon-theme=g100] .description-editor .ql-container,[data-carbon-theme=g100] .comments-editor .ql-container,[data-carbon-theme=g100] .dynamic-rich-text-editor .ql-container{border-color:transparent;background-color:transparent!important}[data-carbon-theme=g100] .description-editor .ql-container .ql-editor,[data-carbon-theme=g100] .comments-editor .ql-container .ql-editor,[data-carbon-theme=g100] .dynamic-rich-text-editor .ql-container .ql-editor{color:var(--ragent-text-primary)}.editor-loading{display:flex;align-items:center;justify-content:center;height:200px}.editor-loading .cds--loading{stroke:var(--ragent-primary, #0f62fe)}.carbon-ticket-editor .cds--btn:focus,.carbon-ticket-editor .cds--text-input:focus,.carbon-ticket-editor .cds--text-area:focus,.carbon-ticket-editor .cds--select-input:focus,.carbon-ticket-editor .cds--number-input input:focus,.carbon-ticket-editor .cds--date-picker-input:focus{outline:2px solid var(--ragent-border-focus);outline-offset:-2px;box-shadow:0 0 0 2px var(--ragent-border-focus-glow)}.rounded-header-container{position:relative;z-index:101;padding:15px 1rem 1rem;background-color:var(--ragent-bg-primary);margin:0;container-type:inline-size;container-name:work-items-header;overflow:visible!important}@media(max-width:900px){.rounded-header-container{left:0!important;right:0!important;width:100%!important;z-index:1001!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;isolation:isolate}}.rounded-header-container .rounded-header{background:var(--ragent-bg-primary);border:1px solid var(--ragent-border-primary);border-radius:40px 40px 0 0;position:relative;overflow:visible}.rounded-header-container .rounded-header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.2) 80%,transparent 100%)}.rounded-header-container .rounded-header .header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1rem;min-height:80px;position:relative;z-index:1}.rounded-header-container .rounded-header .header-content .header-left{display:flex;align-items:center;flex:1;min-width:0;max-width:60%}.rounded-header-container .rounded-header .header-content .header-left .content-column{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .document-title-row{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .document-title{font-size:var(--cds-productive-heading-03-font-size, 1.25rem);font-weight:var(--cds-productive-heading-03-font-weight, 400);line-height:var(--cds-productive-heading-03-line-height, 1.4);letter-spacing:var(--cds-productive-heading-03-letter-spacing, 0);color:#fff;font-weight:700;font-size:14px;line-height:18px;text-shadow:0 1px 2px rgba(0,0,0,.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge{display:flex;align-items:center;gap:12px;background:transparent;border-radius:6px;padding:.25rem 0;flex-wrap:nowrap;min-width:0;overflow:hidden}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .status-text-group{display:flex;align-items:center;gap:6px;flex-shrink:1;min-width:0;overflow:hidden;cursor:help}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .status-text-group .edit-icon{width:14px;height:16px;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .status-text-group .draft-text{font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px);color:#ffffffe6;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .badges-group{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .time-saved-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;height:24px;width:100px;box-sizing:border-box;background-color:rgba(var(--ragent-primary-rgb, 15, 98, 254),.15);border:1px solid rgba(var(--ragent-primary-rgb, 15, 98, 254),.5);border-radius:0;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .time-saved-badge .time-saved-text{font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:600;color:#fffffff2;white-space:nowrap;letter-spacing:.01em}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .time-saved-badge .time-saved-full{display:inline}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .time-saved-badge .time-saved-compact{display:none}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .read-only-lock{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;height:24px;box-sizing:border-box;background-color:#ffffff14;border:1px solid rgba(var(--ragent-primary-rgb, 15, 98, 254),.5);border-radius:0;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container{display:inline-flex;align-items:center;gap:0;flex-shrink:0;height:24px;box-sizing:border-box}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-badge{margin:0 1px;font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:600;color:#fffffff2;background-color:rgba(var(--ragent-primary-rgb, 15, 98, 254),.25);padding:0 7px;height:100%;box-sizing:border-box;display:inline-flex;align-items:center;border-radius:0;text-transform:lowercase;letter-spacing:0;white-space:nowrap;border:1px solid rgba(var(--ragent-primary-rgb, 15, 98, 254),.5)}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-badge.version-badge-previous{background-color:#ffffff14;border:1px solid rgba(var(--ragent-primary-rgb, 15, 98, 254),.5)}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-nav-button{background:transparent;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fffffff2;border-radius:2px;transition:color .15s ease,background-color .15s ease,transform .15s ease;width:24px;height:24px;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-nav-button:hover:not(:disabled){color:#fff;transform:scale(1.1)}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-nav-button:focus:not(:disabled){outline:2px solid rgba(15,98,254,.5);outline-offset:2px}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-nav-button:disabled{cursor:not-allowed;color:#ffffff4d;opacity:.5}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge .version-badge-container .version-nav-button svg{width:16px;height:16px}@container work-items-header (max-width: 480px){.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge>*:first-child{display:none!important}.rounded-header-container .rounded-header .header-content .header-left .content-column .status-badge{gap:8px;padding-left:0;margin-left:0;justify-content:flex-start}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge{width:75px}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-full{display:none}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-compact{display:inline}}@container work-items-header (min-width: 481px) and (max-width: 560px){.rounded-header-container .rounded-header .header-content .header-left .content-column .status-text-group .draft-text{display:none}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge{width:75px}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-full{display:none}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-compact{display:inline}}@container work-items-header (min-width: 561px){.rounded-header-container .rounded-header .header-content .header-left .content-column .status-text-group .draft-text{display:inline}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge{width:100px}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-full{display:inline}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-compact{display:none}}@container work-items-header (max-width: 380px){.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge{width:75px}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-full{display:none}.rounded-header-container .rounded-header .header-content .header-left .content-column .time-saved-badge .time-saved-compact{display:inline}}.rounded-header-container .rounded-header .header-content .header-actions{display:flex;align-items:center;gap:5px;overflow:visible;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-actions .responsive-actions-container{display:inline-flex;width:fit-content;gap:8px;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .btn-text{display:inline}.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .btn-icon{flex-shrink:0}@container work-items-header (max-width: 575px){.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn{padding:8px!important;min-width:unset!important}.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .btn-text,.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .cds--inline-loading__text{display:none}.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .btn-icon,.rounded-header-container .rounded-header .header-content .header-actions .responsive-btn .send-icon{margin-left:0!important}.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn.responsive-btn,.rounded-header-container .rounded-header .header-content .header-actions .export-btn.responsive-btn,.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn.responsive-btn{gap:0!important}}@container work-items-header (min-width: 576px){.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn.responsive-btn,.rounded-header-container .rounded-header .header-content .header-actions .export-btn.responsive-btn{font-size:12px;padding:8px 16px}}.rounded-header-container .rounded-header .header-content .header-actions [data-tour=send-to-jira-button],.rounded-header-container .rounded-header .header-content .header-actions [data-tour=export-csv-button],.rounded-header-container .rounded-header .header-content .header-actions [data-tour=connect-jira-button]{display:inline-flex;width:fit-content;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn,.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn{display:inline-flex!important;align-items:center;justify-content:center;border:none;border-radius:0;padding:.5rem 1rem;font-weight:400;font-size:12px;line-height:16px;transition:all .15s ease;background-color:var(--ragent-primary);border-color:var(--ragent-primary)}.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn:hover,.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn:hover{transform:translateY(-1px);background-color:var(--ragent-primary-hover);border-color:var(--ragent-primary-hover);box-shadow:0 4px 12px rgba(var(--ragent-primary-rgb),.3)}.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn:disabled,.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn:disabled{background-color:#525252!important;cursor:not-allowed;transform:none;box-shadow:none}.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn .send-icon,.rounded-header-container .rounded-header .header-content .header-actions .send-jira-btn .btn-icon,.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn .send-icon,.rounded-header-container .rounded-header .header-content .header-actions .connect-jira-btn .btn-icon{width:16px;height:16px;flex-shrink:0;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.rounded-header-container .rounded-header .header-content .header-actions .export-btn{display:flex;align-items:center;justify-content:center;background-color:var(--ragent-bg-secondary);border:1px solid rgba(255,255,255,.2);border-radius:0;padding:.5rem 1rem;gap:.25rem;font-weight:400;font-size:12px;line-height:16px;color:#fff;transition:all .15s ease}.rounded-header-container .rounded-header .header-content .header-actions .export-btn:hover{background-color:var(--ragent-bg-tertiary);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.rounded-header-container .rounded-header .header-content .header-actions .export-btn:disabled{background-color:var(--ragent-button-disabled-bg);border-color:#ffffff1a;color:#a8a8a8;cursor:not-allowed;transform:none;box-shadow:none}.rounded-header-container .rounded-header .header-content .header-actions .export-btn .export-icon{width:16px;height:16px;stroke:#fff;flex-shrink:0}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu{background:transparent!important;border:none!important;box-shadow:none!important;width:16px!important;height:16px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;position:relative!important}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu:hover{background-color:#ffffff14!important}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu:focus{outline:none!important;box-shadow:0 0 0 2px #0f62fe!important}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu svg{color:#e0e0e0;width:16px!important;height:16px!important}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu .cds--overflow-menu-options{right:0!important;left:auto!important;min-width:120px!important}.rounded-header-container .rounded-header .header-content .header-actions .overflow-menu-container .ghost-overflow-menu .cds--overflow-menu--open .cds--overflow-menu-options{right:auto!important;left:0!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-qa-btn{background:transparent!important;border:none!important;box-shadow:none!important;width:16px!important;height:16px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;transition:all .2s ease!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-qa-btn:hover{background-color:#ffffff14!important;transform:scale(1.1)!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-qa-btn:focus{outline:none!important;box-shadow:0 0 0 2px #0f62fe!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-qa-btn svg{width:16px!important;height:16px!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-close-btn{background:transparent!important;border:none!important;box-shadow:none!important;width:16px!important;height:16px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-close-btn:hover{background-color:#ffffff14!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-close-btn:focus{outline:none!important;box-shadow:0 0 0 2px #0f62fe!important}.rounded-header-container .rounded-header .header-content .header-actions .ghost-close-btn svg{color:#e0e0e0;stroke:#e0e0e0;width:16px!important;height:16px!important}:global(.cds--tooltip),:global(.cds--popover),:global(.cds--tooltip-content),:global(.cds--popover-content){z-index:99999!important}:global(.cds--tooltip){z-index:99999!important}:global(.cds--tooltip) .cds--tooltip__content{background-color:transparent!important;border:none!important;box-shadow:0 8px 24px #0006!important;border-radius:8px!important;max-width:320px!important;min-width:280px!important;z-index:99999!important;padding:0!important}:global(.cds--tooltip__caret){fill:#161616!important;z-index:99999!important}:global(.cds--tooltip-root),:global(.cds--popover-container),:global(.cds--floating-menu-container){z-index:99999!important}:global(.validation-tooltip){z-index:99999!important}:global(.validation-tooltip) .cds--tooltip__content{background-color:transparent!important;border:none!important;box-shadow:0 8px 24px #00000080!important;border-radius:8px!important;padding:0!important;z-index:99999!important}:global(.validation-tooltip) .cds--tooltip__caret{fill:#161616!important}:global .cds--overflow-menu-options__option--disabled{pointer-events:auto!important;cursor:not-allowed!important}:global .cds--overflow-menu-options__option--disabled .cds--overflow-menu-options__btn{pointer-events:none!important}@keyframes batchBarEnter{0%{opacity:0;transform:translate(-50%,16px) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes batchBarExit{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,8px) scale(.98)}}@keyframes countUpdate{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.work-items-batch-actions{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:100;background:#1c1c1ed9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:0;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 4px #0000001a,0 8px 16px #00000026,0 16px 32px #0003,0 0 0 1px #ffffff0d,0 0 40px -10px rgba(var(--ragent-primary-rgb, 15, 98, 254),.25);animation:batchBarEnter .3s cubic-bezier(.34,1.56,.64,1) forwards}.work-items-batch-actions:before{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:linear-gradient(90deg,transparent 0%,var(--ragent-primary, #0f62fe) 20%,var(--ragent-primary, #0f62fe) 80%,transparent 100%);border-radius:2px}.work-items-batch-actions:after{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.12) 50%,transparent 100%)}.work-items-batch-actions__inner{position:relative;display:flex;align-items:center;gap:20px;padding:10px 12px 10px 16px;white-space:nowrap}.work-items-batch-actions__summary{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:#fff;font-weight:400;flex-shrink:0;display:flex;align-items:center;gap:8px;padding-right:16px;border-right:1px solid rgba(255,255,255,.08)}.work-items-batch-actions__count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--ragent-primary, #0f62fe);border-radius:0;font-weight:600;font-size:13px;color:#fff;box-shadow:0 1px 4px rgba(var(--ragent-primary-rgb, 15, 98, 254),.3);animation:countUpdate .2s ease}.work-items-batch-actions__actions{display:flex;align-items:center;gap:4px}.work-items-batch-actions__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:0;border:none;background:transparent;color:#fff;font-family:inherit;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:400;cursor:pointer;flex-shrink:0;transition:background-color .2s ease,color .15s ease,transform .15s ease,box-shadow .2s ease}.work-items-batch-actions__btn svg{width:16px;height:16px;fill:currentColor;flex-shrink:0;transition:fill .15s ease,transform .15s ease}.work-items-batch-actions__btn:focus{outline:none}.work-items-batch-actions__btn:focus-visible{outline:2px solid var(--ragent-primary, #0f62fe);outline-offset:2px}.work-items-batch-actions__btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.work-items-batch-actions__btn--secondary{color:#fff}.work-items-batch-actions__btn--secondary svg{fill:#fff}.work-items-batch-actions__btn--secondary:hover:not(:disabled){background-color:#ffffff14;transform:translateY(-1px)}.work-items-batch-actions__btn--secondary:hover:not(:disabled) svg{transform:translateY(-1px)}.work-items-batch-actions__btn--secondary:active:not(:disabled){transform:translateY(0);background-color:#ffffff1f}.work-items-batch-actions__btn--danger{color:#ff6b6b}.work-items-batch-actions__btn--danger svg{fill:#ff6b6b}.work-items-batch-actions__btn--danger:hover:not(:disabled){background-color:#ff6b6b1f;color:#ff8787;transform:translateY(-1px)}.work-items-batch-actions__btn--danger:hover:not(:disabled) svg{fill:#ff8787;transform:scale(1.05)}.work-items-batch-actions__btn--danger:active:not(:disabled){transform:translateY(0);background-color:#ff6b6b2e}.work-items-batch-actions__btn--cancel{color:#8e8e93;padding:0 10px;width:36px}.work-items-batch-actions__btn--cancel svg{fill:#8e8e93}.work-items-batch-actions__btn--cancel:hover:not(:disabled){background-color:#ffffff14;color:#fff;transform:rotate(90deg)}.work-items-batch-actions__btn--cancel:hover:not(:disabled) svg{fill:#fff}.work-items-batch-actions__btn--cancel:active:not(:disabled){transform:rotate(90deg) scale(.95)}.work-items-batch-actions__btn--primary{background-color:var(--ragent-primary, #0f62fe);color:#fff;font-weight:500}.work-items-batch-actions__btn--primary svg{fill:#fff}.work-items-batch-actions__btn--primary:hover:not(:disabled){background-color:var(--ragent-primary-hover, #0353e9);transform:translateY(-1px)}.work-items-batch-actions__btn--primary:active:not(:disabled){transform:translateY(0)}.work-items-batch-actions__divider{width:1px;height:20px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);margin:0 4px;flex-shrink:0}.work-items-batch-actions--undo:before{background:linear-gradient(90deg,transparent 0%,#10b981 20%,#10b981 80%,transparent 100%)}.work-items-batch-actions--undo .work-items-batch-actions__summary{border-right:none;padding-right:0}.work-items-batch-actions--undo .work-items-batch-actions__count-badge{background:var(--ragent-primary, #0f62fe);box-shadow:0 1px 4px rgba(var(--ragent-primary-rgb, 15, 98, 254),.3)}.work-items-batch-actions--undo .work-items-batch-actions__inner{gap:16px}.work-items-batch-actions--undo .work-items-batch-actions__btn--primary{background-color:#10b981}.work-items-batch-actions--undo .work-items-batch-actions__btn--primary:hover:not(:disabled){background-color:#059669}@container work-items-content (max-width: 575px){.work-items-batch-actions{max-width:calc(100% - 24px)}.work-items-batch-actions__btn span{display:none}.work-items-batch-actions__btn{padding:0;width:40px;gap:0}.work-items-batch-actions__btn--primary{width:40px}.work-items-batch-actions__inner{gap:4px;padding:8px 10px}.work-items-batch-actions__summary{padding-right:12px;font-size:13px}.work-items-batch-actions__divider{margin:0 2px}}@container work-items-content (max-width: 400px){.work-items-batch-actions{bottom:32px}.work-items-batch-actions__inner{padding:6px 8px;gap:2px}.work-items-batch-actions__summary{padding-right:8px;gap:4px}.work-items-batch-actions__count-badge{min-width:20px;height:20px;padding:0 4px;font-size:11px}.work-items-batch-actions__btn{height:36px;width:36px}}@media(max-width:480px){@supports not (container-type: inline-size){.work-items-batch-actions{max-width:calc(100vw - 24px)}.work-items-batch-actions__btn span{display:none}.work-items-batch-actions__btn{padding:0;width:36px}}}@media(prefers-reduced-motion:reduce){.work-items-batch-actions{animation:none}.work-items-batch-actions__btn{transition:none}.work-items-batch-actions__btn:hover:not(:disabled){transform:none}.work-items-batch-actions__btn svg{transition:none}.work-items-batch-actions__btn--cancel:hover:not(:disabled){transform:none}}:root{--cds-ai-aura-end: rgba(0, 0, 0, 0);--cds-ai-aura-hover-background: #333333;--cds-ai-aura-hover-end: rgba(0, 0, 0, 0);--cds-ai-aura-hover-start: rgba(69, 137, 255, .4);--cds-ai-aura-start: rgba(69, 137, 255, .1);--cds-ai-aura-start-sm: rgba(69, 137, 255, .16);--cds-ai-border-end: #4589ff;--cds-ai-border-start: rgba(166, 200, 255, .36);--cds-ai-border-strong: #78a9ff;--cds-ai-drop-shadow: rgba(0, 0, 0, .28);--cds-ai-inner-shadow: rgba(69, 137, 255, .16);--cds-ai-overlay: rgba(0, 0, 0, .5);--cds-ai-popover-background: #161616;--cds-ai-popover-caret-bottom: #4589ff;--cds-ai-popover-caret-bottom-background: #202d45;--cds-ai-popover-caret-bottom-background-actions: #1e283a;--cds-ai-popover-caret-center: #4870b5;--cds-ai-popover-shadow-outer-01: rgba(0, 0, 0, .12);--cds-ai-popover-shadow-outer-02: rgba(0, 0, 0, .08);--cds-ai-skeleton-background: rgba(120, 169, 255, .5);--cds-ai-skeleton-element-background: rgba(120, 169, 255, .3);--cds-background: #161616;--cds-background-active: rgba(141, 141, 141, .4);--cds-background-brand: #0f62fe;--cds-background-hover: rgba(141, 141, 141, .16);--cds-background-inverse: #f4f4f4;--cds-background-inverse-hover: #e8e8e8;--cds-background-selected: rgba(141, 141, 141, .24);--cds-background-selected-hover: rgba(141, 141, 141, .32);--cds-border-disabled: rgba(141, 141, 141, .5);--cds-border-interactive: #4589ff;--cds-border-inverse: #f4f4f4;--cds-border-strong-01: #6f6f6f;--cds-border-strong-02: #8d8d8d;--cds-border-strong-03: #a8a8a8;--cds-border-subtle-00: #393939;--cds-border-subtle-01: #525252;--cds-border-subtle-02: #6f6f6f;--cds-border-subtle-03: #6f6f6f;--cds-border-subtle-selected-01: #6f6f6f;--cds-border-subtle-selected-02: #8d8d8d;--cds-border-subtle-selected-03: #8d8d8d;--cds-border-tile-01: #525252;--cds-border-tile-02: #6f6f6f;--cds-border-tile-03: #8d8d8d;--cds-chat-avatar-agent: #c6c6c6;--cds-chat-avatar-bot: #8d8d8d;--cds-chat-avatar-user: #4589ff;--cds-chat-bubble-agent: #262626;--cds-chat-bubble-agent-text: #f4f4f4;--cds-chat-bubble-border: #525252;--cds-chat-bubble-user: #393939;--cds-chat-bubble-user-text: #f4f4f4;--cds-chat-button: #78a9ff;--cds-chat-button-active: rgba(141, 141, 141, .4);--cds-chat-button-hover: rgba(141, 141, 141, .16);--cds-chat-button-selected: rgba(141, 141, 141, .24);--cds-chat-button-text-hover: #a6c8ff;--cds-chat-button-text-selected: #c6c6c6;--cds-chat-header-background: #262626;--cds-chat-header-text: #f4f4f4;--cds-chat-prompt-background: #161616;--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);--cds-chat-prompt-border-start: #262626;--cds-chat-prompt-text: #f4f4f4;--cds-chat-shell-background: #262626;--cds-color-scheme: dark;--cds-field-01: #262626;--cds-field-02: #393939;--cds-field-03: #525252;--cds-field-hover-01: #333333;--cds-field-hover-02: #474747;--cds-field-hover-03: #636363;--cds-focus: #ffffff;--cds-focus-inset: #161616;--cds-focus-inverse: #0f62fe;--cds-highlight: #001d6c;--cds-icon-disabled: rgba(244, 244, 244, .25);--cds-icon-interactive: #ffffff;--cds-icon-inverse: #161616;--cds-icon-on-color: #ffffff;--cds-icon-on-color-disabled: rgba(255, 255, 255, .25);--cds-icon-primary: #f4f4f4;--cds-icon-secondary: #c6c6c6;--cds-interactive: #4589ff;--cds-layer-01: #262626;--cds-layer-02: #393939;--cds-layer-03: #525252;--cds-layer-accent-01: #393939;--cds-layer-accent-02: #525252;--cds-layer-accent-03: #6f6f6f;--cds-layer-accent-active-01: #6f6f6f;--cds-layer-accent-active-02: #8d8d8d;--cds-layer-accent-active-03: #393939;--cds-layer-accent-hover-01: #474747;--cds-layer-accent-hover-02: #636363;--cds-layer-accent-hover-03: #5e5e5e;--cds-layer-active-01: #525252;--cds-layer-active-02: #6f6f6f;--cds-layer-active-03: #8d8d8d;--cds-layer-background-01: #161616;--cds-layer-background-02: #262626;--cds-layer-background-03: #393939;--cds-layer-hover-01: #333333;--cds-layer-hover-02: #474747;--cds-layer-hover-03: #636363;--cds-layer-selected-01: #393939;--cds-layer-selected-02: #525252;--cds-layer-selected-03: #6f6f6f;--cds-layer-selected-disabled: #a8a8a8;--cds-layer-selected-hover-01: #474747;--cds-layer-selected-hover-02: #636363;--cds-layer-selected-hover-03: #5e5e5e;--cds-layer-selected-inverse: #f4f4f4;--cds-link-inverse: #0f62fe;--cds-link-inverse-active: #161616;--cds-link-inverse-hover: #0043ce;--cds-link-inverse-visited: #8a3ffc;--cds-link-primary: #78a9ff;--cds-link-primary-hover: #a6c8ff;--cds-link-secondary: #a6c8ff;--cds-link-visited: #be95ff;--cds-overlay: rgba(0, 0, 0, .6);--cds-shadow: rgba(0, 0, 0, .8);--cds-skeleton-background: #292929;--cds-skeleton-element: #393939;--cds-support-caution-major: #ff832b;--cds-support-caution-minor: #f1c21b;--cds-support-caution-undefined: #a56eff;--cds-support-error: #fa4d56;--cds-support-error-inverse: #da1e28;--cds-support-info: #4589ff;--cds-support-info-inverse: #0043ce;--cds-support-success: #42be65;--cds-support-success-inverse: #24a148;--cds-support-warning: #f1c21b;--cds-support-warning-inverse: #f1c21b;--cds-syntax-angle-bracket: #8d8d8d;--cds-syntax-annotation: #08bdba;--cds-syntax-arithmetic-operator: #e0e0e0;--cds-syntax-atom: #f4f4f4;--cds-syntax-attribute: #33b1ff;--cds-syntax-attribute-name: #33b1ff;--cds-syntax-attribute-value: #f4f4f4;--cds-syntax-bitwise-operator: #e0e0e0;--cds-syntax-block-comment: #42be65;--cds-syntax-bool: #f4f4f4;--cds-syntax-brace: #e0e0e0;--cds-syntax-bracket: #e0e0e0;--cds-syntax-character: #f4f4f4;--cds-syntax-class-name: #3ddbd9;--cds-syntax-color: #f4f4f4;--cds-syntax-comment: #42be65;--cds-syntax-compare-operator: #e0e0e0;--cds-syntax-constant: #4589ff;--cds-syntax-content: #f4f4f4;--cds-syntax-content-separator: #e0e0e0;--cds-syntax-control-keyword: #be95ff;--cds-syntax-control-operator: #be95ff;--cds-syntax-definition: #33b1ff;--cds-syntax-definition-keyword: #33b1ff;--cds-syntax-definition-operator: #33b1ff;--cds-syntax-deref-operator: #e0e0e0;--cds-syntax-doc-comment: #42be65;--cds-syntax-doc-string: #f4f4f4;--cds-syntax-document-meta: #42be65;--cds-syntax-emphasis: #f4f4f4;--cds-syntax-escape: #e0e0e0;--cds-syntax-float: #6fdc8c;--cds-syntax-function: #f1c21b;--cds-syntax-heading: #33b1ff;--cds-syntax-heading-1: #33b1ff;--cds-syntax-heading-2: #33b1ff;--cds-syntax-heading-3: #33b1ff;--cds-syntax-heading-4: #33b1ff;--cds-syntax-heading-5: #33b1ff;--cds-syntax-heading-6: #33b1ff;--cds-syntax-integer: #6fdc8c;--cds-syntax-invalid: #fa4d56;--cds-syntax-keyword: #4589ff;--cds-syntax-label-name: #a6c8ff;--cds-syntax-line-comment: #42be65;--cds-syntax-link: #4589ff;--cds-syntax-list: #f4f4f4;--cds-syntax-literal: #f4f4f4;--cds-syntax-local: #a6c8ff;--cds-syntax-logic-operator: #e0e0e0;--cds-syntax-macro-name: #f4f4f4;--cds-syntax-meta: #42be65;--cds-syntax-modifier: #4589ff;--cds-syntax-module-keyword: #be95ff;--cds-syntax-monospace: #f4f4f4;--cds-syntax-name: #a6c8ff;--cds-syntax-namespace: #3ddbd9;--cds-syntax-null: #f4f4f4;--cds-syntax-number: #6fdc8c;--cds-syntax-operator: #e0e0e0;--cds-syntax-operator-keyword: #4589ff;--cds-syntax-paren: #e0e0e0;--cds-syntax-processing-instruction: #f4f4f4;--cds-syntax-property-name: #33b1ff;--cds-syntax-punctuation: #e0e0e0;--cds-syntax-quote: #42be65;--cds-syntax-regexp: #be95ff;--cds-syntax-self: #3ddbd9;--cds-syntax-separator: #e0e0e0;--cds-syntax-special: #4589ff;--cds-syntax-special-string: #be95ff;--cds-syntax-square-bracket: #e0e0e0;--cds-syntax-standard: #4589ff;--cds-syntax-strikethrough: #f4f4f4;--cds-syntax-string: #f4f4f4;--cds-syntax-strong: #f4f4f4;--cds-syntax-tag: #3ddbd9;--cds-syntax-tag-name: #3ddbd9;--cds-syntax-type: #3ddbd9;--cds-syntax-type-name: #3ddbd9;--cds-syntax-type-operator: #3ddbd9;--cds-syntax-unit: #6fdc8c;--cds-syntax-update-operator: #e0e0e0;--cds-syntax-url: #e0e0e0;--cds-syntax-variable: #a6c8ff;--cds-syntax-variable-name: #a6c8ff;--cds-text-disabled: rgba(244, 244, 244, .25);--cds-text-error: #ff8389;--cds-text-helper: #a8a8a8;--cds-text-inverse: #161616;--cds-text-on-color: #ffffff;--cds-text-on-color-disabled: rgba(255, 255, 255, .25);--cds-text-placeholder: rgba(244, 244, 244, .4);--cds-text-primary: #f4f4f4;--cds-text-secondary: #c6c6c6;--cds-toggle-off: #6f6f6f;--cds-spacing-01: .125rem;--cds-spacing-02: .25rem;--cds-spacing-03: .5rem;--cds-spacing-04: .75rem;--cds-spacing-05: 1rem;--cds-spacing-06: 1.5rem;--cds-spacing-07: 2rem;--cds-spacing-08: 2.5rem;--cds-spacing-09: 3rem;--cds-spacing-10: 4rem;--cds-spacing-11: 5rem;--cds-spacing-12: 6rem;--cds-spacing-13: 10rem;--cds-fluid-spacing-01: 0;--cds-fluid-spacing-02: 2vw;--cds-fluid-spacing-03: 5vw;--cds-fluid-spacing-04: 10vw;--cds-caption-01-font-size: .75rem;--cds-caption-01-font-weight: 400;--cds-caption-01-line-height: 1.33333;--cds-caption-01-letter-spacing: .32px;--cds-caption-02-font-size: .875rem;--cds-caption-02-font-weight: 400;--cds-caption-02-line-height: 1.28572;--cds-caption-02-letter-spacing: .32px;--cds-label-01-font-size: .75rem;--cds-label-01-font-weight: 400;--cds-label-01-line-height: 1.33333;--cds-label-01-letter-spacing: .32px;--cds-label-02-font-size: .875rem;--cds-label-02-font-weight: 400;--cds-label-02-line-height: 1.28572;--cds-label-02-letter-spacing: .16px;--cds-helper-text-01-font-size: .75rem;--cds-helper-text-01-line-height: 1.33333;--cds-helper-text-01-letter-spacing: .32px;--cds-helper-text-02-font-size: .875rem;--cds-helper-text-02-font-weight: 400;--cds-helper-text-02-line-height: 1.28572;--cds-helper-text-02-letter-spacing: .16px;--cds-body-short-01-font-size: .875rem;--cds-body-short-01-font-weight: 400;--cds-body-short-01-line-height: 1.28572;--cds-body-short-01-letter-spacing: .16px;--cds-body-short-02-font-size: 1rem;--cds-body-short-02-font-weight: 400;--cds-body-short-02-line-height: 1.375;--cds-body-short-02-letter-spacing: 0;--cds-body-long-01-font-size: .875rem;--cds-body-long-01-font-weight: 400;--cds-body-long-01-line-height: 1.42857;--cds-body-long-01-letter-spacing: .16px;--cds-body-long-02-font-size: 1rem;--cds-body-long-02-font-weight: 400;--cds-body-long-02-line-height: 1.5;--cds-body-long-02-letter-spacing: 0;--cds-code-01-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-code-01-font-size: .75rem;--cds-code-01-font-weight: 400;--cds-code-01-line-height: 1.33333;--cds-code-01-letter-spacing: .32px;--cds-code-02-font-family: "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace;--cds-code-02-font-size: .875rem;--cds-code-02-font-weight: 400;--cds-code-02-line-height: 1.42857;--cds-code-02-letter-spacing: .32px;--cds-heading-01-font-size: .875rem;--cds-heading-01-font-weight: 600;--cds-heading-01-line-height: 1.42857;--cds-heading-01-letter-spacing: .16px;--cds-heading-02-font-size: 1rem;--cds-heading-02-font-weight: 600;--cds-heading-02-line-height: 1.5;--cds-heading-02-letter-spacing: 0;--cds-productive-heading-01-font-size: .875rem;--cds-productive-heading-01-font-weight: 600;--cds-productive-heading-01-line-height: 1.28572;--cds-productive-heading-01-letter-spacing: .16px;--cds-productive-heading-02-font-size: 1rem;--cds-productive-heading-02-font-weight: 600;--cds-productive-heading-02-line-height: 1.375;--cds-productive-heading-02-letter-spacing: 0;--cds-productive-heading-03-font-size: 1.25rem;--cds-productive-heading-03-font-weight: 400;--cds-productive-heading-03-line-height: 1.4;--cds-productive-heading-03-letter-spacing: 0;--cds-productive-heading-04-font-size: 1.75rem;--cds-productive-heading-04-font-weight: 400;--cds-productive-heading-04-line-height: 1.28572;--cds-productive-heading-04-letter-spacing: 0;--cds-productive-heading-05-font-size: 2rem;--cds-productive-heading-05-font-weight: 400;--cds-productive-heading-05-line-height: 1.25;--cds-productive-heading-05-letter-spacing: 0;--cds-productive-heading-06-font-size: 2.625rem;--cds-productive-heading-06-font-weight: 300;--cds-productive-heading-06-line-height: 1.199;--cds-productive-heading-06-letter-spacing: 0;--cds-productive-heading-07-font-size: 3.375rem;--cds-productive-heading-07-font-weight: 300;--cds-productive-heading-07-line-height: 1.19;--cds-productive-heading-07-letter-spacing: 0;--cds-expressive-paragraph-01-font-size: 1.5rem;--cds-expressive-paragraph-01-font-weight: 300;--cds-expressive-paragraph-01-line-height: 1.334;--cds-expressive-paragraph-01-letter-spacing: 0;--cds-expressive-heading-01-font-size: .875rem;--cds-expressive-heading-01-font-weight: 600;--cds-expressive-heading-01-line-height: 1.42857;--cds-expressive-heading-01-letter-spacing: .16px;--cds-expressive-heading-02-font-size: 1rem;--cds-expressive-heading-02-font-weight: 600;--cds-expressive-heading-02-line-height: 1.5;--cds-expressive-heading-02-letter-spacing: 0;--cds-expressive-heading-03-font-size: 1.25rem;--cds-expressive-heading-03-font-weight: 400;--cds-expressive-heading-03-line-height: 1.4;--cds-expressive-heading-03-letter-spacing: 0;--cds-expressive-heading-04-font-size: 1.75rem;--cds-expressive-heading-04-font-weight: 400;--cds-expressive-heading-04-line-height: 1.28572;--cds-expressive-heading-04-letter-spacing: 0;--cds-expressive-heading-05-font-size: 2rem;--cds-expressive-heading-05-font-weight: 400;--cds-expressive-heading-05-line-height: 1.25;--cds-expressive-heading-05-letter-spacing: 0;--cds-expressive-heading-06-font-size: 2rem;--cds-expressive-heading-06-font-weight: 600;--cds-expressive-heading-06-line-height: 1.25;--cds-expressive-heading-06-letter-spacing: 0;--cds-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-quotation-01-font-size: 1.25rem;--cds-quotation-01-font-weight: 400;--cds-quotation-01-line-height: 1.3;--cds-quotation-01-letter-spacing: 0;--cds-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-quotation-02-font-size: 2rem;--cds-quotation-02-font-weight: 300;--cds-quotation-02-line-height: 1.25;--cds-quotation-02-letter-spacing: 0;--cds-display-01-font-size: 2.625rem;--cds-display-01-font-weight: 300;--cds-display-01-line-height: 1.19;--cds-display-01-letter-spacing: 0;--cds-display-02-font-size: 2.625rem;--cds-display-02-font-weight: 600;--cds-display-02-line-height: 1.19;--cds-display-02-letter-spacing: 0;--cds-display-03-font-size: 2.625rem;--cds-display-03-font-weight: 300;--cds-display-03-line-height: 1.19;--cds-display-03-letter-spacing: 0;--cds-display-04-font-size: 2.625rem;--cds-display-04-font-weight: 300;--cds-display-04-line-height: 1.19;--cds-display-04-letter-spacing: 0;--cds-legal-01-font-size: .75rem;--cds-legal-01-font-weight: 400;--cds-legal-01-line-height: 1.33333;--cds-legal-01-letter-spacing: .32px;--cds-legal-02-font-size: .875rem;--cds-legal-02-font-weight: 400;--cds-legal-02-line-height: 1.28572;--cds-legal-02-letter-spacing: .16px;--cds-body-compact-01-font-size: .875rem;--cds-body-compact-01-font-weight: 400;--cds-body-compact-01-line-height: 1.28572;--cds-body-compact-01-letter-spacing: .16px;--cds-body-compact-02-font-size: 1rem;--cds-body-compact-02-font-weight: 400;--cds-body-compact-02-line-height: 1.375;--cds-body-compact-02-letter-spacing: 0;--cds-heading-compact-01-font-size: .875rem;--cds-heading-compact-01-font-weight: 600;--cds-heading-compact-01-line-height: 1.28572;--cds-heading-compact-01-letter-spacing: .16px;--cds-heading-compact-02-font-size: 1rem;--cds-heading-compact-02-font-weight: 600;--cds-heading-compact-02-line-height: 1.375;--cds-heading-compact-02-letter-spacing: 0;--cds-body-01-font-size: .875rem;--cds-body-01-font-weight: 400;--cds-body-01-line-height: 1.42857;--cds-body-01-letter-spacing: .16px;--cds-body-02-font-size: 1rem;--cds-body-02-font-weight: 400;--cds-body-02-line-height: 1.5;--cds-body-02-letter-spacing: 0;--cds-heading-03-font-size: 1.25rem;--cds-heading-03-font-weight: 400;--cds-heading-03-line-height: 1.4;--cds-heading-03-letter-spacing: 0;--cds-heading-04-font-size: 1.75rem;--cds-heading-04-font-weight: 400;--cds-heading-04-line-height: 1.28572;--cds-heading-04-letter-spacing: 0;--cds-heading-05-font-size: 2rem;--cds-heading-05-font-weight: 400;--cds-heading-05-line-height: 1.25;--cds-heading-05-letter-spacing: 0;--cds-heading-06-font-size: 2.625rem;--cds-heading-06-font-weight: 300;--cds-heading-06-line-height: 1.199;--cds-heading-06-letter-spacing: 0;--cds-heading-07-font-size: 3.375rem;--cds-heading-07-font-weight: 300;--cds-heading-07-line-height: 1.19;--cds-heading-07-letter-spacing: 0;--cds-fluid-heading-03-font-size: 1.25rem;--cds-fluid-heading-03-font-weight: 400;--cds-fluid-heading-03-line-height: 1.4;--cds-fluid-heading-03-letter-spacing: 0;--cds-fluid-heading-04-font-size: 1.75rem;--cds-fluid-heading-04-font-weight: 400;--cds-fluid-heading-04-line-height: 1.28572;--cds-fluid-heading-04-letter-spacing: 0;--cds-fluid-heading-05-font-size: 2rem;--cds-fluid-heading-05-font-weight: 400;--cds-fluid-heading-05-line-height: 1.25;--cds-fluid-heading-05-letter-spacing: 0;--cds-fluid-heading-06-font-size: 2rem;--cds-fluid-heading-06-font-weight: 600;--cds-fluid-heading-06-line-height: 1.25;--cds-fluid-heading-06-letter-spacing: 0;--cds-fluid-paragraph-01-font-size: 1.5rem;--cds-fluid-paragraph-01-font-weight: 300;--cds-fluid-paragraph-01-line-height: 1.334;--cds-fluid-paragraph-01-letter-spacing: 0;--cds-fluid-quotation-01-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-fluid-quotation-01-font-size: 1.25rem;--cds-fluid-quotation-01-font-weight: 400;--cds-fluid-quotation-01-line-height: 1.3;--cds-fluid-quotation-01-letter-spacing: 0;--cds-fluid-quotation-02-font-family: "IBM Plex Serif", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", serif;--cds-fluid-quotation-02-font-size: 2rem;--cds-fluid-quotation-02-font-weight: 300;--cds-fluid-quotation-02-line-height: 1.25;--cds-fluid-quotation-02-letter-spacing: 0;--cds-fluid-display-01-font-size: 2.625rem;--cds-fluid-display-01-font-weight: 300;--cds-fluid-display-01-line-height: 1.19;--cds-fluid-display-01-letter-spacing: 0;--cds-fluid-display-02-font-size: 2.625rem;--cds-fluid-display-02-font-weight: 600;--cds-fluid-display-02-line-height: 1.19;--cds-fluid-display-02-letter-spacing: 0;--cds-fluid-display-03-font-size: 2.625rem;--cds-fluid-display-03-font-weight: 300;--cds-fluid-display-03-line-height: 1.19;--cds-fluid-display-03-letter-spacing: 0;--cds-fluid-display-04-font-size: 2.625rem;--cds-fluid-display-04-font-weight: 300;--cds-fluid-display-04-line-height: 1.19;--cds-fluid-display-04-letter-spacing: 0;color-scheme:var(--cds-color-scheme, light)}@media screen and (-ms-high-contrast:active),(forced-colors:active){:root{--cds-icon-primary: ButtonText;--cds-icon-secondary: ButtonText;--cds-icon-interactive: ButtonText;--cds-icon-disabled: GrayText;--cds-icon-on-color-disabled: GrayText;--cds-icon-inverse: SelectedItemText;--cds-icon-on-color: SelectedItemText;--cds-button-disabled: GrayText;--cds-interactive: ButtonText;--cds-link-primary: LinkText;--cds-link-primary-hover: LinkText;--cds-link-secondary: LinkText;--cds-link-inverse: SelectedItemText;--cds-link-inverse-hover: SelectedItemText;--cds-link-inverse-visited: SelectedItemText;--cds-link-visited: VisitedText;--cds-background-selected: SelectedItem;--cds-background-selected-hover: SelectedItem;--cds-background-inverse: SelectedItem;--cds-layer-selected-inverse: SelectedItem}}:root{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}.carbon-tickets-container{height:100%;display:flex;flex-direction:column;background-color:var(--ragent-bg-primary)}.carbon-tickets-container .content-area{margin-top:0}.cds--header{border-bottom:1px solid rgba(255,255,255,.08);background-color:var(--ragent-bg-primary);height:64px;min-height:64px;padding:0 1rem}.cds--header .cds--header__name{flex:1;display:flex;align-items:center;padding-left:0}.cds--header .cds--header__name .header-with-back{display:flex;align-items:center;gap:.5rem}.cds--header .cds--header__name .header-with-back .cds--btn--ghost{padding-left:0}.cds--header .cds--header__name .header-with-back span{font-family:IBM Plex Sans,sans-serif;font-size:24px;font-weight:400;line-height:1.3;color:var(--cds-text-primary);font-weight:600}.cds--header .cds--header__name .header-title{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.cds--header .cds--header__name .header-title .document-title{font-family:IBM Plex Sans,sans-serif;font-size:14px;font-weight:700;line-height:18px;color:#fff;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds--header .cds--header__name .header-title .status-badge{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:#fff9;font-style:normal;display:flex;align-items:center;gap:.25rem}.cds--header .header-actions{display:flex;align-items:center;gap:.5rem}.cds--header .header-actions .cds--btn{height:40px;font-weight:600}.cds--header .header-actions .cds--overflow-menu .cds--overflow-menu__icon{fill:var(--cds-icon-primary)}.cds--header .header-actions .cds--btn--ghost.cds--btn--icon-only{padding:.5rem}.validation-errors{margin:1rem}.validation-errors .cds--inline-notification{margin-bottom:.75rem}.ticket-editor-container{flex:1;overflow:hidden;display:flex;flex-direction:column}.work-items-tree-container{flex:1;overflow:hidden;display:flex;flex-direction:column;background-color:var(--ragent-bg-primary)}.work-items-tree-container .work-items-tree{flex:1;overflow:hidden}.content-area{flex:1;overflow:hidden;display:flex;flex-direction:column;background-color:var(--ragent-bg-primary);container-type:inline-size;container-name:work-items-content}.content-area .content-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.content-area .content-header h2{margin:0;color:#fff;font-size:18px;font-weight:600}.content-area .content-body{flex:1;overflow:hidden;padding:1rem}.content-area .cds--css-grid{padding-inline:0}body .cds--modal-container{background-color:#1a1a1a!important;border:1px solid var(--ragent-modal-border, rgba(255, 255, 255, .1))!important;box-shadow:0 12px 24px #00000080!important;opacity:1!important}body .cds--modal-container .cds--modal-header,body .cds--modal-container .cds--modal-footer,body .cds--modal-container .cds--modal-content{background-color:transparent!important}body .cds--modal-container .cds--modal-heading,body .cds--modal-container .cds--modal-content,body .cds--modal-container p{color:var(--cds-text-primary, #ffffff)}.instant-preview-container{background-color:transparent;padding:0;margin:0;animation:fadeInSlide .4s ease-out}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.instant-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.instant-preview-title{display:flex;align-items:center;gap:8px}.instant-preview-icon{color:#ffffffb3;flex-shrink:0}.instant-preview-title-text{font-size:16px;font-weight:600;color:#fff;font-family:IBM Plex Sans,sans-serif}.instant-preview-insights{margin-bottom:20px}.instant-preview-insight{display:flex;align-items:center;gap:12px}.instant-preview-insight-icon{color:#ffffffb3;flex-shrink:0}.instant-preview-insight-content{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:14px;color:#ffffffe6;font-family:IBM Plex Sans,sans-serif}.instant-preview-label{color:#ffffffb3}.instant-preview-value{color:#fff;font-weight:600}.instant-preview-range{color:#ffffff80;font-size:12px}.instant-preview-complexity-badge{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;border-radius:0;background-color:var(--ragent-primary, #0f62fe)}.instant-preview-features{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.instant-preview-section-label{font-size:12px;font-weight:600;color:#ffffffb3;margin-bottom:12px;font-family:IBM Plex Sans,sans-serif;text-transform:uppercase;letter-spacing:.5px}.instant-preview-tags{display:flex;flex-wrap:wrap;gap:8px}.instant-preview-feature-tag{border-radius:0}.instant-preview-savings{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.instant-preview-savings-text{font-size:13px;font-weight:600;color:#fff;font-family:IBM Plex Sans,sans-serif;display:flex;align-items:center;gap:6px}.instant-preview-container .cds--tag{border-radius:0;background-color:var(--ragent-primary, #0f62fe)!important;color:#fff!important}.instant-preview-container .cds--tag:hover{background-color:var(--ragent-primary-hover, #4589ff)!important}
