@import"https://fonts.googleapis.com/css2?family=Lato&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:auto}::-webkit-scrollbar{display:none}#fluent-provider{background:var(--colorTransparentBackground)}#spinner{margin:100}.teams-theme-default{background-color:#fff;color:#000}.teams-theme-dark{background-color:#1b1b1b;color:#fff}.teams-theme-contrast{background-color:#000;color:#ff0}.main{flex:1}.main-content{display:"flex";flex-direction:"column";height:"90vh"}.side-bar{flex:1;display:"flex"!important}.list-body{display:grid;row-gap:var(--spacingVerticalS);align-content:start}.list-body div{display:grid}.list-body .divider{height:var(--strokeWidthThin);background:var(--colorNeutralStroke2)}.list-body .title{font-weight:var(--fontWeightSemibold)}.list-body .content{font-size:var(--fontSizeBase200)}.loading{display:grid;justify-content:center;height:100%}.align-center{justify-content:center;width:100%;margin-left:31%}.align-center1{text-align:center}.root-109{padding:0rem!important}.time-span{display:grid;gap:var(--spacingVerticalXL) var(--spacingHorizontalXL);grid-template-columns:repeat(3,max-content)}.time-span button{font-size:var(--fontSizeBase100);line-height:var(--lineHeightBase100);min-width:max-content}.area-chart{position:relative;height:200px;width:100%}.area-chart .tick text{fill:var(--colorNeutralForeground1)}.area-chart div{color:var(--colorNeutralForeground1)}.area-chart line{stroke:var(--colorNeutralStroke2)}#chart-footer{color:var(--colorBrandForeground1)}.login-container{display:flex;justify-content:center;align-items:center;min-height:98.2vh;background:linear-gradient(135deg,#e6f0fa,#f5f7fa);background-size:cover;padding:20px}.login-box{background:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:100%;max-width:400px;text-align:center}.logo img{max-width:100px;margin-bottom:20px;background-color:#4682b4;margin-left:100px;margin-right:118px}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;font-size:14px;color:#333;margin-bottom:5px}.form-group input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.captcha{display:flex;align-items:center;margin-bottom:20px}.captcha input{margin-right:10px}.captcha img{margin-left:10px;width:50px}button{padding:10px;background-color:#1da1f2;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}button:hover{background-color:#1a91da}@media (max-width: 480px){.login-box{padding:20px;max-width:100%}.logo img{max-width:80px}.form-group input{font-size:12px}button{font-size:14px}}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-right{display:flex;align-items:center}.header-right span{margin-right:10px}.header-right select,.header-right input,.header-right button,.header-right div{margin-right:10px;padding:5px}.header-right .add-task{background-color:#1a2a44;color:#fff;border:none;padding:5px 10px;cursor:pointer}.task-section{padding:0 10px}.task-section .task-category{font-weight:700;margin-bottom:10px;padding:10px;background-color:#e9ecef;cursor:pointer}.task-category.active{background-color:#d1d5db}.task-item{display:flex;flex-direction:row!important;justify-content:space-between;padding:10px;background-color:#fff;margin-bottom:5px;border-radius:5px;position:relative}.task-item:hover .task-icons{display:flex}.task-icons{display:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.task-icons .icon{margin-left:10px;cursor:pointer}.task-item span{flex:1}.task-name:hover{cursor:pointer}@media (max-width: 768px){.header{flex-direction:column;align-items:flex-start}.header-right{margin-top:10px}.task-item{flex-direction:row!important;text-align:left}.task-icons{position:static;margin-top:10px;justify-content:flex-end}}@media (max-width: 480px){.header-right select,.header-right input,.header-right button{margin:5px 0}.task-item span{font-size:12px}}.projectName{width:400px}.task-details-container{padding:20px;background-color:#f5f7fa;font-family:Arial,sans-serif;position:relative}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.task-info h2{margin:0;font-size:24px;color:#1a2a44}.task-info input{padding:5px;margin-top:10px;width:200px}.task-actions button{margin-left:10px;padding:5px 10px;background-color:#1a2a44;color:#fff;border:none;cursor:pointer}.task-actions .add-task{background-color:#1a2a44}.task-content{background-color:#fff;border-radius:5px;padding:20px;box-shadow:0 2px 4px #0000001a}.task-details h3,.attached-files h3,.time-logs h3,.comments-section h3{color:#1a2a44;margin-bottom:10px;font-size:18px}.task-list{list-style:none;padding:0}.task-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #e9ecef}.task-item span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-item .edit-btn{background-color:#1a2a44;color:#fff;border:none;padding:5px 10px;cursor:pointer}.attached-files .file-list{margin-bottom:10px}.file-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #e9ecef}.file-item span{flex:1}.file-actions{display:flex;gap:5px}.file-actions span{cursor:pointer}.add-file,.add-log,.add-comment{background-color:#1a2a44;color:#fff;border:none;padding:5px 10px;cursor:pointer;margin-top:10px}.time-logs table{width:100%;border-collapse:collapse;margin-bottom:10px}.time-logs th,.time-logs td{padding:10px;border:1px solid #e9ecef;text-align:left}.time-logs th{background-color:#e9ecef}.log-summary{margin-bottom:10px;color:#1a2a44}.comments-section .comment{border:1px solid #e9ecef;padding:10px;margin-bottom:10px;border-radius:5px}.comment-header{display:flex;justify-content:space-between;font-size:12px;color:#6c757d;margin-bottom:5px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:5px;width:400px;box-shadow:0 2px 10px #0000001a}.modal-content h3{margin-top:0;color:#1a2a44}.modal-content form{display:flex;flex-direction:column;gap:10px}.modal-content label{display:flex;flex-direction:column}.modal-content input{padding:5px;margin-top:5px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.modal-actions button{padding:5px 10px;border:none;cursor:pointer}.modal-actions button:first-child{background-color:#1a2a44;color:#fff}.modal-actions button:last-child{background-color:#ccc}@media (max-width: 768px){.task-header{flex-direction:column;align-items:flex-start}.task-actions{margin-top:10px}.task-item,.file-item{flex-direction:column;text-align:left}.file-actions{margin-top:5px}.modal-content{width:90%}}@media (max-width: 480px){.task-info h2{font-size:20px}.task-info input{width:100%}.task-item span,.file-item span{font-size:12px}.time-logs th,.time-logs td{font-size:12px;padding:5px}}.container{max-width:100%;margin:0 auto;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap}.header h2{font-size:24px;font-weight:700}.controls{display:flex}.controls .active-btn{background-color:#3b82f6;color:#fff;padding:8px 16px;border:none;border-radius:4px;margin-right:10px;height:35px}.controls .search{border-radius:4px;flex-grow:1;min-width:200px;height:35px;margin-right:10px}.controls .add-btn{background-color:#3b82f6;color:#fff;padding:8px 16px;border:none;border-radius:4px;height:35px}.table-wrapper{overflow-x:auto}.project-table{width:100%;border-collapse:collapse;min-width:800px}.project-table th,.project-table td{padding:12px 8px;text-align:left}.project-table th{background-color:#f3f4f6;font-weight:700}.progress-bar{width:100%;background-color:#e5e7eb;border-radius:12px;height:10px}.progress{height:100%;background-color:#3b82f6;border-radius:12px}.action-btn{margin-right:8px;border:none;background:none;cursor:pointer}.action-btn.edit{color:#3b82f6}.action-btn.move{color:#f59e0b}.action-btn.complete{color:#10b981}@media (max-width: 768px){.header{flex-direction:column;text-align:center}.controls{flex-direction:column;width:100%}.controls .search{margin-bottom:10px}.project-table{min-width:0}.project-table th,.project-table td{font-size:14px}}table{border-collapse:collapse;border-color:inherit;text-indent:0}.project-table{width:100%;border-collapse:collapse;margin:20px 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;box-shadow:0 0 10px #0000000d}.project-table thead{background-color:#f0f4f8}.project-table th,.project-table td{border:1px solid #d0d7de;text-align:left;padding:12px 15px}.project-table tbody tr:hover{background-color:#7f7f80;color:#fff}.project-table th{font-weight:600;color:#2f3b52}.loading animation{color:#6c757d}.loader-container{display:flex;justify-content:center;align-items:center}.bouncing-dots{display:flex;justify-content:space-between;width:60px}.dot{width:15px;height:15px;background-color:#ff5c35;border-radius:50%;animation:bounce 1.5s infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.dashboard{max-width:1200px;margin:0 auto;padding:20px}.dashboard-title{font-size:28px;font-weight:700;margin-bottom:20px;text-align:center}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:15px}.card h2{font-size:20px;margin-bottom:10px}.project-list,.task-list,.team-list{list-style:none;padding:0}.project-item,.task-item,.team-item{display:flex;margin-bottom:10px;padding:10px;border:1px solid #eee;border-radius:4px}.progress-bar{width:100%;background-color:#e5e7eb;border-radius:5px;height:10px;margin-top:5px}.progress{height:100%;background-color:#3b82f6;border-radius:5px}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}.card{padding:10px}.dashboard-title{font-size:22px}.card h2{font-size:18px}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f3f2f1;color:#323130;line-height:1.5}.app{height:100vh;display:flex;overflow:hidden}.sidebar{width:250px;background-color:#fff;border-right:1px solid #e1dfdd;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar.collapsed{width:4px}.sidebar-header{padding:16px;border-bottom:1px solid #e1dfdd;background-color:#fff}.sidebar-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sidebar-title h2{font-size:14px;font-weight:600;color:#323130;display:flex;align-items:center}.teams-icon{width:16px;height:16px;margin-right:8px;background-color:#6264a7;border-radius:2px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.add-button{background:none;border:none;color:#6264a7;cursor:pointer;padding:4px;border-radius:4px;font-size:16px;transition:background-color .2s ease}.add-button:hover{background-color:#f3f2f1}.search-container{position:relative}.search-input{width:100%;padding:8px 12px 8px 32px;border:1px solid #e1dfdd;border-radius:4px;font-size:14px;background-color:#fff;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#6264a7;box-shadow:0 0 0 1px #6264a7}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#605e5c}.task-list{flex:1;overflow-y:auto}.task-item{padding:12px 16px;border-bottom:1px solid #f3f2f1;cursor:pointer;transition:background-color .2s ease;position:relative}.task-item:hover{background-color:#f8f7f6}.task-item.active{background-color:#e8f4fd;border-left:4px solid #6264a7}.task-header{display:flex;align-items:center;justify-content:between;margin-bottom:4px}.task-id{font-size:14px;font-weight:600;color:#323130}.priority-indicator{width:8px;height:8px;border-radius:50%;margin-left:auto}.priority-high{background-color:#d13438}.priority-medium{background-color:#fa4}.priority-low{background-color:#107c10}.task-title{font-size:12px;color:#605e5c;margin-top:2px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.mobile-menu-button{display:none;position:fixed;top:16px;left:16px;z-index:1000;background:#fff;border:1px solid #e1dfdd;border-radius:4px;padding:8px;cursor:pointer;box-shadow:0 2px 8px #0000001a}.toggle-button{position:absolute;top:16px;left:16px;z-index:100;background:#fff;border:1px solid #e1dfdd;border-radius:4px;padding:8px;cursor:pointer;box-shadow:0 1px 2px #0000001a;transition:background-color .2s ease}.toggle-button:hover{background-color:#f8f7f6}.content-area{flex:1;overflow-y:auto}.task-details-header{background-color:#fff;border-bottom:1px solid #e1dfdd;padding:24px}.task-details-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.task-details-title h1{font-size:24px;font-weight:600;color:#323130}.primary-button{background-color:#6264a7;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.primary-button:hover{background-color:#464775}.task-info{display:flex;align-items:center;margin-bottom:16px}.task-avatar{width:32px;height:32px;background-color:#e1dfdd;border-radius:50%;margin-right:12px}.task-main-info h2{font-size:18px;font-weight:600;color:#323130;margin-bottom:8px}.status-badges1{display:flex;gap:8px;flex-wrap:wrap;margin-left:5px}.status-badge{padding:1px 8px;border-radius:12px;font-size:12px;font-weight:500;color:#fff}.status-enhancement{background-color:#fff4ce;color:#8a6914}.status-active{background-color:#dff6dd;color:#107c10}.status-bug{background-color:#fde7e9;color:#d13438}.status-costs{background-color:#fff4ce;color:#8a6914}.task-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;font-size:14px;color:#605e5c}.metadata-item{display:flex;align-items:center}.metadata-icon{width:16px;height:16px;margin-right:8px;color:#605e5c}.task-description{margin-top:16px;color:#323130;font-size:14px}.section{background-color:#fff;border-bottom:1px solid #e1dfdd;padding:2px 14px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.section-title{font-size:18px;font-weight:600;color:#323130}.file-list{display:flex;flex-direction:column;gap:12px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:0 12px;border:1px solid #e1dfdd;border-radius:4px;transition:background-color .2s ease}.file-item:hover{background-color:#f8f7f6}.file-info{display:flex;align-items:center}.file-icon{width:40px;height:40px;background-color:#dff6dd;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:12px;color:#107c10;font-size:18px}.file-details h4{font-size:14px;font-weight:500;color:#323130;margin-bottom:4px}.file-meta{font-size:12px;color:#605e5c}.file-actions{display:flex;gap:4px}.icon-button{background:none;border:none;padding:8px;border-radius:4px;cursor:pointer;color:#605e5c;transition:all .2s ease}.icon-button:hover{background-color:#f3f2f1;color:#6264a7}.icon-button.danger:hover{background-color:#fde7e9;color:#d13438}.time-summary{background-color:#e8f4fd;padding:12px;border-radius:4px;margin-bottom:16px;font-size:14px;color:#323130}.time-summary-content{display:flex;align-items:center;gap:24px}.time-table{width:100%;border-collapse:collapse;font-size:14px}.time-table th{text-align:left;padding:12px;font-weight:600;color:#323130;border-bottom:2px solid #e1dfdd}.time-table td{padding:12px;border-bottom:1px solid #f3f2f1;color:#323130}.time-table tr:hover{background-color:#f8f7f6}.billable-icon{color:#107c10;font-size:16px}.comments-list{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.comment-item{display:flex;gap:12px}.comment-avatar{width:40px;height:40px;background-color:#6264a7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.comment-content{flex:1}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:14px}.comment-author{font-weight:600;color:#323130}.comment-company,.comment-time{color:#605e5c}.comment-number{color:#6264a7;font-weight:600}.comment-text{background-color:#f8f7f6;padding:12px;border-radius:4px;color:#323130;font-size:14px;line-height:1.4}.comment-form{display:flex;gap:12px}.comment-input{flex:1}.comment-textarea{width:100%;padding:12px;border:1px solid #e1dfdd;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease}.comment-textarea:focus{outline:none;border-color:#6264a7;box-shadow:0 0 0 1px #6264a7}.comment-actions{display:flex;justify-content:flex-end;margin-top:8px}.submit-button{background-color:#6264a7;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.submit-button:hover{background-color:#464775}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container{background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.comment-modal{max-width:800px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e1dfdd}.modal-title{font-size:18px;font-weight:600;color:#0078d4;margin:0}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#605e5c;padding:4px;border-radius:4px;transition:background-color .2s ease}.modal-close:hover{background-color:#f3f2f1}.modal-form{padding:24px}.form-row{display:flex;gap:16px;margin-bottom:20px}.form-group{flex:1;display:flex;flex-direction:column}.form-group.full-width{width:100%;margin-bottom:20px}.form-label{font-size:14px;font-weight:500;color:#323130;margin-bottom:6px}.form-input{padding:10px 12px;border:1px solid #d1d1d1;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 1px #0078d4}.form-select{padding:10px 12px;border:1px solid #d1d1d1;border-radius:4px;font-size:14px;font-family:inherit;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.form-select:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 1px #0078d4}.select-container{position:relative}.user-tag{display:inline-flex;align-items:center;background-color:#e8f4fd;border:1px solid #0078d4;border-radius:16px;padding:4px 8px;margin-top:8px;font-size:12px;color:#0078d4}.user-tag-text{margin-right:6px}.user-tag-remove{background:none;border:none;color:#0078d4;cursor:pointer;font-size:14px;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.user-tag-remove:hover{background-color:#0078d41a}.date-input-container,.time-input-container{position:relative}.date-icon,.time-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#605e5c;pointer-events:none}.form-textarea{padding:12px;border:1px solid #d1d1d1;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease}.form-textarea:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 1px #0078d4}.checkbox-group{margin-bottom:24px}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#323130}.form-checkbox{display:none}.checkbox-custom{width:16px;height:16px;border:2px solid #0078d4;border-radius:2px;margin-right:8px;position:relative;transition:all .2s ease}.form-checkbox:checked+.checkbox-custom{background-color:#0078d4}.form-checkbox:checked+.checkbox-custom:after{content:"✓";position:absolute;top:-2px;left:2px;color:#fff;font-size:12px;font-weight:700}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #e1dfdd}.secondary-button{background-color:#f3f2f1;color:#323130;border:1px solid #d1d1d1;padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-button:hover{background-color:#e1dfdd;border-color:#c8c6c4}.editor-toolbar{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d1d1d1;border-bottom:none;border-radius:4px 4px 0 0;background-color:#f8f7f6;flex-wrap:wrap}.toolbar-group{display:flex;align-items:center;gap:4px;padding-right:8px;border-right:1px solid #d1d1d1}.toolbar-group:last-child{border-right:none}.format-select{padding:4px 8px;border:1px solid #d1d1d1;border-radius:3px;font-size:13px;background-color:#fff;cursor:pointer}.toolbar-btn{background:none;border:none;padding:6px 8px;border-radius:3px;cursor:pointer;font-size:13px;color:#323130;transition:background-color .2s ease;display:flex;align-items:center;gap:2px}.toolbar-btn:hover{background-color:#e1dfdd}.dropdown-arrow{font-size:10px;color:#605e5c}.color-indicator{width:12px;height:2px;background-color:#323130;margin-left:2px}.editor-container{border:1px solid #d1d1d1;border-top:none;border-radius:0 0 4px 4px}.comment-editor{width:100%;padding:12px;border:none;font-size:14px;font-family:inherit;resize:vertical;min-height:150px;outline:none}.notification-section{margin:20px 0}.notification-label{display:block;font-size:14px;font-weight:500;color:#0078d4;margin-bottom:8px}.notification-select{width:100%;padding:10px 12px;border:1px solid #d1d1d1;border-radius:4px;font-size:14px;background-color:#f8f7f6;cursor:pointer;color:#605e5c}.notify-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.files-section{margin:20px 0}.files-header{border-bottom:1px solid #d1d1d1;margin-bottom:16px}.files-tab{display:inline-block;padding:8px 0;font-size:14px;color:#0078d4;border-bottom:2px solid #0078d4;font-weight:500}.files-content{padding:16px 0}.add-files-btn{background-color:#0078d4;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.add-files-btn:hover{background-color:#106ebe}.uploaded-files{margin-top:16px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #e1dfdd;border-radius:4px;margin-bottom:8px;background-color:#f8f7f6}.file-name{font-size:14px;color:#323130}.remove-file-btn{background:none;border:none;color:#d13438;cursor:pointer;font-size:16px;padding:4px;border-radius:50%;transition:background-color .2s ease}.remove-file-btn:hover{background-color:#fde7e9}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;height:100vh;z-index:1000;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.mobile-menu-button{display:block}.toggle-button{display:none}.content-area{padding-top:64px}.task-metadata{grid-template-columns:1fr;gap:8px}.time-table{font-size:12px}.time-table th,.time-table td{padding:8px 4px}.section,.task-details-header{padding:16px}.modal-container{margin:10px;max-width:calc(100% - 20px)}.comment-modal{max-width:calc(100% - 20px)}.form-row{flex-direction:column;gap:16px}.modal-form,.modal-header{padding:16px}.editor-toolbar{gap:4px;padding:6px 8px}.toolbar-group{gap:2px;padding-right:6px}.toolbar-btn{padding:4px 6px;font-size:12px}}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:999}.mobile-overlay.active{display:block}.icon{display:inline-block;width:16px;height:16px}.icon-menu:before{content:"☰";cursor:pointer}.icon-close:before{content:"✕"}.icon-search:before{content:"🔍"}.icon-plus:before{content:"+"}.icon-calendar:before{content:"📅"}.icon-clock:before{content:"🕐"}.icon-user:before{content:"👤"}.icon-message:before{content:"💬"}.icon-file:before{content:"📄"}.icon-edit:before{content:"✏️"}.icon-eye:before{content:"👁️"}.icon-download:before{content:"⬇️"}.icon-trash:before{content:"🗑️"}.icon-send:before{content:"➤"}.icon-check:before{content:"✓"}.icon-backward:before{content:"◀️";cursor:pointer}.icon-forward:before{content:"▶️"}.togglecls{display:flex}.avatar{width:40px;height:40px;border-radius:inherit}.spacer{display:flex;align-items:center;justify-content:space-between;margin:0 10px}
