.projects-page{background-color:#f8f9fa;background-image:radial-gradient(circle,#d1d5db 1px,#0000 0);background-size:20px 20px;font-family:Inter,sans-serif;min-height:100vh}.main-content{flex-grow:1}.content-container{margin:0 auto;max-width:1440px;padding:2rem 1rem}@media (min-width:640px){.content-container{padding:2rem 1.5rem}}@media (min-width:1024px){.content-container{padding:2rem}}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.page-subtitle{color:#6b7280;font-size:.875rem;margin-top:.25rem}.new-project-btn{align-items:center;background-color:#58a942;border:1px solid #0000;border-radius:.375rem;box-shadow:0 1px 2px 0 #0000000d;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.new-project-btn:hover{background-color:#4e973b}.new-project-btn:focus{box-shadow:0 0 0 3px #58a94240;outline:none}.btn-icon{margin-right:.5rem}.filters-section{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}@media (min-width:640px){.filters-section{flex-direction:row}}.search-container{border-radius:.375rem;box-shadow:0 1px 2px 0 #0000000d;max-width:28rem;position:relative;width:100%}.search-icon{color:#9ca3af;left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.search-input{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;display:block;font-size:.875rem;outline:none;padding:.5rem .75rem .5rem 2.5rem;transition:border-color .2s,box-shadow .2s;width:100%}.search-input:focus{border-color:#58a942;box-shadow:0 0 0 3px #58a9421a}.filters-right{align-items:center;display:flex;gap:.75rem}.select-input{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border:1px solid #d1d5db;border-radius:.375rem;display:block;font-size:.875rem;min-width:150px;outline:none;padding:.5rem 2.5rem .5rem .75rem;transition:border-color .2s,box-shadow .2s;width:auto}.select-input:focus{border-color:#58a942;box-shadow:0 0 0 3px #58a9421a}.view-toggle{border-radius:.375rem;box-shadow:0 1px 2px 0 #0000000d;display:flex;overflow:hidden}.view-btn{align-items:center;background-color:#fff;border:1px solid #d1d5db;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;min-width:2.5rem;padding:.5rem .75rem;position:relative;transition:all .2s}.view-btn.active{background-color:#58a942;border-color:#58a942;color:#fff;z-index:10}.view-btn:first-child{border-bottom-left-radius:.375rem;border-right:0;border-top-left-radius:.375rem}.view-btn:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.view-btn:hover:not(.active){background-color:#f3f4f6;z-index:5}.view-btn:focus{box-shadow:0 0 0 3px #58a9421a;outline:none;z-index:10}.projects-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;cursor:pointer;display:flex;flex-direction:column;height:100%;min-height:250px;overflow:hidden;transition:box-shadow .3s}.project-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.project-card.disabled{cursor:default}.card-content{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.card-header{flex-wrap:nowrap;gap:.75rem;justify-content:space-between;margin-bottom:1rem}.card-header,.card-header-left{align-items:flex-start;display:flex}.card-header-left{flex:1 1;gap:.875rem;min-width:0}.card-title-section{display:flex;flex:1 1;flex-direction:column;gap:.375rem;min-width:0}.card-title{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.card-timestamp{color:#6b7280;font-size:.75rem;font-weight:500}.status-active{background-color:#dcfce7;color:#166534}.status-error{background-color:#fecaca;color:#991b1b}.status-progress{background-color:#fef3c7;color:#92400e}.status-awaiting{background-color:#fed7aa;color:#c2410c}.source-badge{align-self:flex-start;display:inline-block;margin-bottom:0;padding:.25rem .5rem}.card-description{color:#4b5563;flex:1 1;font-size:.875rem;line-height:1.4;margin-bottom:1rem}.error-message{color:#dc2626;font-size:.75rem}.card-meta{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.avatars{display:flex;margin-left:0;position:relative}.avatar{align-items:center;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.6rem;font-weight:600;height:1.5rem;justify-content:center;margin-left:-.25rem;width:1.5rem}.avatar:first-child{background-color:#ef4444;margin-left:0}.avatar:nth-child(2){background-color:#3b82f6}.avatar:nth-child(3){background-color:#10b981}.avatar:nth-child(4){background-color:#f59e0b}.avatar:nth-child(5){background-color:#8b5cf6}.avatar.loading-avatar{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#f3f4f6}.avatar.empty-avatar,.avatar.loading-avatar{align-items:center;color:#9ca3af;display:flex;justify-content:center}.avatar.empty-avatar{background-color:#f9fafb;border:2px dashed #d1d5db;font-size:.75rem;transition:all .2s ease}.avatar.empty-avatar:hover{background-color:#f0f9f0;border-color:#58a942;color:#58a942}.avatar-tooltip{background-color:#1f2937;border-radius:.375rem;bottom:100%;color:#fff;display:none;font-size:.75rem;left:50%;margin-bottom:.5rem;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap;z-index:9999}.avatars:hover .avatar-tooltip{display:block;opacity:1}.commit-info{color:#6b7280;font-size:.75rem}.commit-label{font-weight:500}.card-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;margin-top:auto;min-height:3rem;padding:.75rem 1.25rem}.card-footer,.footer-actions{align-items:center;display:flex}.footer-actions{flex:1 1;gap:.5rem;min-height:1.5rem}.action-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;padding:0;transition:color .2s;white-space:nowrap}.action-btn:hover{color:#374151}.action-btn.team-btn:hover{color:#2563eb}.action-btn.edit-btn{color:#58a942;margin-right:.75rem}.action-btn.edit-btn:hover{color:#22c55e}.action-btn.delete-btn{color:#ef4444}.action-btn.delete-btn:hover{color:#dc2626}.action-icon{margin-right:.25rem}.card-action-group{align-items:center;display:inline-flex;gap:.5rem}.card-action-group .action-btn.card-action-btn{background-color:initial;border:1px solid #0000;border-radius:.375rem;color:#374151;font-size:.8rem;font-weight:500;padding:.35rem .85rem;transition:all .2s ease}.card-action-group .action-btn.card-action-btn:focus-visible{box-shadow:0 0 0 3px #58a94233;outline:none}.card-action-group .action-btn.card-action-btn.edit-btn{background-color:#ecfdf5;border-color:#bbf7d0;color:#15803d}.card-action-group .action-btn.card-action-btn.edit-btn:hover{background-color:#bbf7d0;border-color:#86efac;color:#166534}.card-action-group .action-btn.card-action-btn.delete-btn{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}.card-action-group .action-btn.card-action-btn.delete-btn:hover{background-color:#fee2e2;border-color:#fca5a5;color:#991b1b}.add-project-card{align-items:center;border:2px dashed #d1d5db;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:250px;padding:1.5rem;text-align:center;transition:border-color .3s}.add-project-card:hover{border-color:#58a942}.add-icon-container{align-items:center;background-color:#f0f9ee;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-bottom:.75rem;width:3rem}.add-icon{color:#58a942;font-size:1.25rem}.add-card-title{color:#1f2937;font-size:1.125rem;font-weight:500;margin:0 0 .25rem}.add-card-subtitle{color:#6b7280;font-size:.875rem;margin:0}.projects-list-container{background-color:initial;border-radius:0;box-shadow:none;overflow:visible}.projects-list{background-color:initial;display:flex;flex-direction:column;gap:1rem}.list-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;cursor:pointer;transition:all .2s}.list-item:hover{background-color:#f9fafb;border-color:#58a942;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.list-item:last-child{border-bottom:1px solid #e5e7eb}.list-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.list-header-left{align-items:flex-start;display:flex;flex:1 1;gap:.75rem}.list-title-section{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.list-title{color:#58a942;font-size:1.125rem;font-weight:500;margin:0 0 .5rem}.list-badges{flex-direction:row}.list-actions,.list-badges{align-items:center;display:flex;gap:.5rem}.list-actions{flex-shrink:0}.list-btn{border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px 0 #0000000d;padding:.375rem .75rem}.list-btn,.list-btn-checklist{align-items:center;background-color:#fff;color:#374151;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;transition:all .2s;white-space:nowrap}.list-btn-checklist{border:0;padding:.375rem .4rem}.list-btn-checklist.delete-btn{color:#4c9238}.list-btn:hover{background-color:#f9fafb}.list-btn:focus{box-shadow:0 0 0 3px #58a9421a;outline:none}.list-btn.team-btn:hover{border-color:#2563eb;color:#2563eb}.list-btn.edit-btn{border-color:#86efac;color:#58a942;margin-right:.5rem}.list-btn.edit-btn:hover{background-color:#f0fdf4;border-color:#22c55e;color:#22c55e}.list-btn.delete-btn{border-color:#fca5a5;color:#dc2626}.list-btn.delete-btn:hover{background-color:#fef2f2;border-color:#dc2626}.list-meta{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.list-info,.list-meta{align-items:center;display:flex}.list-info{gap:1.5rem}.info-item{align-items:center;color:#6b7280;display:flex;font-size:.875rem;white-space:nowrap}.info-icon{color:#9ca3af;flex-shrink:0;margin-right:.375rem}.list-avatars{align-items:center;display:flex;gap:-.25rem;margin-left:0}.list-avatar{align-items:center;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:.6rem;font-weight:600;height:1.5rem;justify-content:center;margin-left:-.25rem;position:relative;width:1.5rem;z-index:1}.list-avatar:first-child{background-color:#ef4444;margin-left:0}.list-avatar:nth-child(2){background-color:#3b82f6}.list-avatar:nth-child(3){background-color:#10b981}.list-avatar:nth-child(4){background-color:#f59e0b}.list-avatar:nth-child(5){background-color:#8b5cf6}.list-avatar.overflow-count{background-color:#6b7280;color:#fff;font-size:.625rem}.list-avatar.loading-avatar{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#f3f4f6}.list-avatar.empty-avatar,.list-avatar.loading-avatar{align-items:center;color:#9ca3af;display:flex;justify-content:center}.list-avatar.empty-avatar{background-color:#f9fafb;border:2px dashed #d1d5db;font-size:.625rem;transition:all .2s ease}.list-avatar.empty-avatar:hover{background-color:#f0f9f0;border-color:#58a942;color:#58a942}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.empty-image{margin-bottom:2rem;max-width:20rem;width:100%}.empty-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.empty-subtitle{color:#6b7280;line-height:1.5;margin-bottom:2rem}.loader{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.no-matches{padding:2rem;text-align:center}.no-matches-text{color:#6b7280}@media (max-width:600px){.content-container{padding:1rem}.page-header{align-items:flex-start;gap:1rem}.filters-right,.filters-section,.page-header{flex-direction:column}.filters-right{gap:.75rem}.select-input{min-width:auto;width:100%}.view-toggle{align-self:flex-start}.projects-grid{grid-template-columns:1fr}.list-info{flex-direction:column;gap:.5rem}.list-meta{align-items:flex-start;flex-direction:column;gap:.75rem}.avatars,.list-avatars{margin-left:0}}.list-avatar-tooltip{background-color:#1f2937;border-radius:.375rem;bottom:100%;color:#fff;display:none;font-size:.75rem;left:50%;margin-bottom:.5rem;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap;z-index:9999}.list-avatars:hover .list-avatar-tooltip{display:block;opacity:1}.avatar-tooltip:after,.list-avatar-tooltip:after{border:4px solid #0000;border-top-color:#1f2937;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.list-content{padding:1.25rem}.source-badge,.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;height:1.5rem;line-height:1;padding:.125rem .625rem}.source-badge{background-color:#f3f4f6;color:#6b7280}.source-icon{font-size:.75rem;margin-right:.25rem}.card-badges,.list-badges{align-items:center;display:flex;flex-direction:row;gap:.5rem}.commit-link{color:#2563eb;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s}.commit-link:hover{color:#1d4ed8;text-decoration:underline}.project-checkbox{accent-color:#58a942;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;box-shadow:0 1px 2px 0 #0000000d;cursor:pointer;flex-shrink:0;height:16px;margin-left:.5rem;position:relative;transition:all .2s;width:16px}.project-checkbox:checked{background-color:#58a942;border-color:#58a942;box-shadow:0 1px 2px 0 #58a94233}.project-checkbox:hover:not(:checked){background-color:#f0fdf4;border-color:#58a942}.project-checkbox:focus{box-shadow:0 0 0 3px #58a94233;outline:none}.project-card.multi-select{cursor:pointer}.project-card.selected{transform:translateY(-3px)}.list-item.selected,.project-card.selected{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2.5px solid #58a942;box-shadow:0 4px 6px -1px #58a94226,0 2px 4px -1px #58a9421a,0 0 0 3px #58a94214;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.list-item.selected{transform:translateX(-4px)}.list-item.selected:before{background:linear-gradient(180deg,#58a942,#22c55e);border-radius:.5rem 0 0 .5rem;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.bulk-actions-bar{align-items:center;background:#fff;background-color:#fff;border:.5px solid #58a942;border-radius:1rem;display:flex;justify-content:space-between;margin-bottom:2rem;overflow:hidden;padding:1.25rem 2rem;position:relative}@keyframes slideDownBounce{0%{opacity:0;transform:translateY(-20px) scale(.95)}60%{transform:translateY(5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.bulk-actions-info{align-items:center;display:flex;gap:1rem}.bulk-actions-icon{align-items:center;background:linear-gradient(135deg,#58a942,#22c55e);border-radius:50%;box-shadow:0 4px 6px -1px #58a94266,0 2px 4px -1px #58a9424d,inset 0 1px 2px #ffffff4d;color:#fff;display:flex;font-size:.875rem;height:32px;justify-content:center;position:relative;width:32px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes ripple{0%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.bulk-actions-text{align-items:baseline;display:flex;gap:.625rem}.bulk-actions-count{color:#166534;font-size:1.25rem;font-weight:800;letter-spacing:-.5px;line-height:1}.bulk-actions-label{color:#166534;font-size:.9375rem;font-weight:600;letter-spacing:.025em}.bulk-actions-buttons{align-items:center;display:flex;gap:1rem}.bulk-action-btn{align-items:center;background-color:#fff;border:1px solid #0000;border-radius:.375rem;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;overflow:hidden;padding:.5rem 1rem;position:relative}.bulk-action-btn,.bulk-action-btn:hover{box-shadow:0 1px 2px 0 #0000000d}.bulk-action-btn.secondary-btn{background-color:#fff;border-color:#d1d5db;color:#6b7280}.bulk-action-btn.secondary-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#374151}.bulk-action-btn.delete-btn{background:#ef4444;background-color:#ef4444;border-color:#0000;box-shadow:0 1px 2px 0 #0000000d;color:#fff;position:relative}.bulk-action-btn.delete-btn:hover{background:#dc2626;background-color:#dc2626;box-shadow:0 1px 2px 0 #0000000d}.bulk-action-btn i{font-size:.875rem}.bulk-action-btn i,.bulk-action-btn span{position:relative;z-index:1}@media (max-width:768px){.bulk-actions-bar{align-items:stretch;flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem}.bulk-actions-info{flex-wrap:wrap;justify-content:center}.bulk-actions-icon{font-size:.875rem;height:32px;width:32px}.bulk-actions-buttons{flex-direction:column;gap:.75rem;width:100%}.bulk-action-btn{justify-content:center;padding:.5rem 1rem;width:100%}.bulk-actions-text{align-items:center;flex-direction:column;gap:.25rem}.bulk-actions-count{font-size:1.25rem}.bulk-actions-label{font-size:.875rem}}@media (max-width:480px){.bulk-actions-bar{padding:1rem}.bulk-actions-icon{font-size:1rem;height:40px;width:40px}.bulk-actions-count{font-size:1.5rem}}

/*!
 * 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{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.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:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.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-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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 .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .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-stroke.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{fill:#444}.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,.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-stroke.ql-thin,.ql-snow .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{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.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;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[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-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[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-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[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 #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.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:0}.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]{border:1px solid #ccc;display:none;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:0;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}:root{--separator-border:#80808059;--sash-hover-transition-duration:0.1s}.allotment-module_splitView__L-yRc{height:100%;overflow:hidden;position:relative;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_sashContainer__fzwJF{height:100%;pointer-events:none;position:absolute;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_sashContainer__fzwJF>.allotment-module_sash__QA-2t{pointer-events:auto}.allotment-module_splitView__L-yRc>.allotment-module_splitViewContainer__rQnVa{height:100%;position:relative;white-space:nowrap;width:100%}.allotment-module_splitView__L-yRc>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{overflow:hidden;position:absolute;white-space:normal}.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{width:100%}.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O{height:100%}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{background-color:#80808059;background-color:var(--separator-border);content:" ";left:0;pointer-events:none;position:absolute;top:0;z-index:5}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_vertical__WSwwa>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{height:1px;width:100%}.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_horizontal__7doS8>.allotment-module_splitViewContainer__rQnVa>.allotment-module_splitViewView__MGZ6O:not(:first-child):before{height:100%;width:1px}:root{--focus-border:#007fd4;--sash-size:8px;--sash-hover-size:4px}.sash-module_sash__K-9lB{pointer-events:auto;position:absolute;text-align:left;text-align:initial;touch-action:none;z-index:35}.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx{pointer-events:none}.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_vertical__pB-rs{cursor:col-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_minimum__-UKxp{cursor:e-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_maximum__TCWxD{cursor:w-resize}.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_horizontal__kFbiw{cursor:row-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_minimum__-UKxp{cursor:s-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_maximum__TCWxD{cursor:n-resize}.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx{cursor:default!important;pointer-events:none!important}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs{cursor:ew-resize;height:100%;top:0;width:8px;width:var(--sash-size)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw{cursor:ns-resize;height:8px;height:var(--sash-size);left:0;width:100%}.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-{content:" ";cursor:all-scroll;display:block;height:16px;height:calc(var(--sash-size)*2);position:absolute;width:16px;width:calc(var(--sash-size)*2);z-index:100}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{cursor:nwse-resize}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{cursor:nesw-resize}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{left:-4px;left:calc(var(--sash-size)*-.5);top:-8px;top:calc(var(--sash-size)*-1)}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{bottom:-8px;bottom:calc(var(--sash-size)*-1);left:-4px;left:calc(var(--sash-size)*-.5)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk{left:-8px;left:calc(var(--sash-size)*-1);top:-4px;top:calc(var(--sash-size)*-.5)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw>.sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R{right:-8px;right:calc(var(--sash-size)*-1);top:-4px;top:calc(var(--sash-size)*-.5)}.sash-module_sash__K-9lB:before{background:#0000;content:"";height:100%;pointer-events:none;position:absolute;transition:background-color .1s ease-out;transition:background-color var(--sash-hover-transition-duration) ease-out;width:100%}.sash-module_sash__K-9lB.sash-module_vertical__pB-rs:before{left:calc(50% - 2px);left:calc(50% - var(--sash-hover-size)/2);width:4px;width:var(--sash-hover-size)}.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw:before{height:4px;height:var(--sash-hover-size);top:calc(50% - 2px);top:calc(50% - var(--sash-hover-size)/2)}.sash-module_sash__K-9lB.sash-module_active__bJspD:before,.sash-module_sash__K-9lB.sash-module_hover__80W6I:before{background:#007fd4;background:var(--focus-border)}*{box-sizing:border-box}#root,*,body,html{margin:0;padding:0}#root,body,html{height:100%;width:100%}.allotment{contain:layout style;transform:translateZ(0);will-change:auto}.allotment .allotment-pane{contain:layout;transition:none;will-change:auto}.allotment>.allotment-split-line{background-color:#e5e7eb;transition:background-color .2s ease;width:6px}.allotment>.allotment-split-line:hover{background-color:#58a942}.allotment>.allotment-split-line:before{background-color:#e5e7eb;border-radius:2px;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .2s ease;width:3px}.allotment>.allotment-split-line:hover:before{background-color:#58a942}*{scrollbar-color:#b7b6b6 #f1f1f1;scrollbar-width:thin}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.ql-toolbar{border:none!important;border-bottom:1px solid #e5e7eb!important;flex-wrap:nowrap!important;gap:2px!important;justify-content:flex-start!important;max-height:40px!important;min-height:40px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:6px 8px!important;white-space:nowrap!important}.ql-toolbar,.ql-toolbar .ql-formats{align-items:center!important;display:flex!important}.ql-toolbar .ql-formats{flex-shrink:0!important;gap:1px!important;margin:0 4px 0 0!important}.ql-toolbar .ql-formats:last-child{margin-right:0!important}.ql-toolbar .ql-picker{align-items:center!important;display:flex!important;margin:0!important}.ql-toolbar .ql-picker-label{align-items:center!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:3px!important;color:#374151!important;display:flex!important;flex-shrink:0!important;font-size:10px!important;height:20px!important;justify-content:center!important;min-width:20px!important;padding:2px 4px!important}.ql-toolbar .ql-picker-options{border:1px solid #e5e7eb!important;border-radius:4px!important;box-shadow:0 2px 8px #0000001a!important;font-size:12px!important;padding:4px!important}.ql-toolbar .ql-picker-options .ql-picker-item{border-radius:2px!important;padding:4px 8px!important}.ql-toolbar .ql-picker-options .ql-picker-item:hover{background:#f3f4f6!important}.ql-toolbar button{align-items:center!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:3px!important;color:#374151!important;display:flex!important;flex-shrink:0!important;font-size:10px!important;height:20px!important;justify-content:center!important;margin:0!important;min-width:20px!important;padding:2px 4px!important}.ql-toolbar button:hover{background:#f3f4f6!important;border-color:#d1d5db!important}.ql-toolbar button.ql-active{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important}.ql-toolbar .ql-stroke{stroke:#374151!important}.ql-toolbar .ql-fill{fill:#374151!important}.ql-toolbar::-webkit-scrollbar{height:4px!important}.ql-toolbar::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:2px!important}.ql-toolbar::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:2px!important}.ql-toolbar::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}
/*# sourceMappingURL=main.137e8250.css.map*/