.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h1{text-align:center;margin-bottom:30px;color:#333;font-size:24px}.login-logo{display:block;max-width:200px;max-height:80px;margin:0 auto 30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}button{width:100%;padding:10px;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s}button:hover:not(:disabled){background:#5568d3}button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#e74c3c;margin-bottom:15px;padding:10px;background:#fadbd8;border-radius:4px;font-size:14px}.role-page{padding:20px 24px;max-width:100%;margin:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px #0000000f}.page-header h1{margin:0;font-size:22px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.data-table th,.data-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #f3f4f6;color:#4b5563;font-size:14px}.data-table td:last-child{white-space:nowrap}.data-table th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-weight:600;color:#374151;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.data-table tbody tr{transition:all .3s ease}.data-table tbody tr:hover{background:linear-gradient(90deg,#f8f9ff,#fff);transform:scale(1.01);box-shadow:0 2px 8px #667eea1a}.data-table tbody tr:last-child td{border-bottom:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 18px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea66;white-space:nowrap;min-width:auto;width:auto}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-edit{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:6px 14px;border-radius:20px;cursor:pointer;margin-right:6px;font-size:12px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 6px #10b98140;white-space:nowrap;display:inline-block;line-height:1;letter-spacing:.5px;min-width:auto;width:auto}.btn-edit:hover{transform:translateY(-1px);box-shadow:0 3px 10px #10b98159}.btn-delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:6px 14px;border-radius:20px;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 6px #ef444440;white-space:nowrap;display:inline-block;line-height:1;letter-spacing:.5px;min-width:auto;width:auto}.btn-delete:hover{transform:translateY(-1px);box-shadow:0 3px 10px #ef444459}.status-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px}.status-active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.status-inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#000}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#111827b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;padding:40px;border-radius:20px;width:90%;max-width:1350px;max-height:85vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h2{margin-top:0;margin-bottom:28px;font-size:24px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:10px;font-weight:600;color:#374151;font-size:14px}.form-group input[type=text],.form-group input[type=password],.form-group input[type=email],.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1f2937;transition:all .3s;background-color:#f9fafb}.form-group input[type=text]:focus,.form-group input[type=password]:focus,.form-group input[type=email]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 4px #667eea1a}.form-group textarea{min-height:100px;resize:vertical}.form-group.checkbox-group{display:flex;align-items:center;gap:10px}.form-group.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#667eea;cursor:pointer}.form-group.checkbox-group label{margin-bottom:0;cursor:pointer}.permissions-table{margin:28px 0;overflow-x:auto;border-radius:12px;border:2px solid #e5e7eb}.permissions-table table{width:100%;border-collapse:collapse}.permissions-table th,.permissions-table td{padding:16px 18px;border-bottom:1px solid #e5e7eb;text-align:center}.permissions-table th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-weight:600;color:#374151;font-size:13px}.permissions-table td:first-child{text-align:left;font-weight:600;color:#111827}.permissions-table input[type=checkbox]{width:20px;height:20px;accent-color:#667eea;cursor:pointer}.permissions-table select{padding:8px 14px;border:2px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;font-size:13px;color:#374151;cursor:pointer;font-weight:500}.permissions-table select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:36px;padding-top:28px;border-top:2px solid #e5e7eb}.btn-cancel{background:#fff;color:#6b7280;border:2px solid #d1d5db;padding:10px 18px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap;min-width:auto;width:auto}.btn-cancel:hover{background:#f3f4f6;color:#111827;border-color:#9ca3af;transform:translateY(-2px)}/*!
 * 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}.knowledge-page{display:flex;height:100vh;background:#f5f7fa}.knowledge-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.sidebar-header{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:18px;color:#1f2937}.btn-icon{width:32px;height:32px;border-radius:50%;border:none;background:#667eea;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#5568d3}.category-list{flex:1;overflow-y:auto;padding:10px}.category-item{padding:12px 16px;margin-bottom:4px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.category-item:hover{background:#f3f4f6}.category-item.active{background:#eef2ff;color:#667eea;font-weight:500}.category-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s}.category-item:hover .category-actions{opacity:1}.category-actions button{background:none;border:none;cursor:pointer;font-size:14px;padding:4px}.knowledge-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.main-header{padding:20px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:16px}.search-bar{flex:1;display:flex;gap:8px}.search-bar input{flex:1;padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.search-bar button{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.search-bar button:hover{background:#5568d3}.article-list{flex:1;overflow-y:auto;padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;align-content:start}.article-card{background:#fff;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.article-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.article-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.article-header h3{margin:0;font-size:16px;color:#1f2937;flex:1}.article-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.article-actions{display:flex;gap:4px}.article-actions button{background:none;border:none;cursor:pointer;font-size:14px;padding:4px}.article-summary{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-footer{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px}.tag{padding:4px 8px;background:#f3f4f6;border-radius:4px;color:#6b7280;font-size:12px}.article-date{color:#9ca3af;margin-left:auto}.article-detail{flex:1;overflow-y:auto;padding:40px;background:#fff}.btn-back{padding:8px 16px;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;margin-bottom:24px;font-size:14px}.btn-back:hover{background:#e5e7eb}.article-detail-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.article-detail-header h1{margin:0 0 16px;font-size:32px;color:#1f2937}.article-detail-meta{display:flex;gap:24px;color:#6b7280;font-size:14px;margin-bottom:12px}.article-tags{display:flex;flex-wrap:wrap;gap:8px}.article-content{font-size:16px;line-height:1.8;color:#374151}.modal-large{width:95vw;max-width:95vw;max-height:90vh;overflow-y:auto}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:zoom-out}.image-modal-content{max-width:90vw;max-height:90vh;object-fit:contain}.article-content img{cursor:zoom-in;max-width:100%;height:auto}.ql-editor img{cursor:zoom-in}.im-avatar-ai{background:linear-gradient(135deg,#07c160,#0a8f45)!important;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:6px}.im-ai-tag{font-size:10px;background:#07c160;color:#fff;padding:1px 5px;border-radius:3px;font-weight:500;flex-shrink:0}.im-msg-bubble.ai{background:#e8f8ef;border:1px solid #b7ebd0;color:#1a1a1a}.im-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1000}.im-dropdown-item{padding:10px 16px;font-size:14px;color:#333;cursor:pointer;transition:background .15s}.im-dropdown-item:hover{background:#f5f5f5}.im-dropdown-item:first-child{border-radius:8px 8px 0 0}.im-dropdown-item:last-child{border-radius:0 0 8px 8px}.im-emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026;width:320px;max-height:240px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:4px;z-index:1000}.im-emoji-item{font-size:24px;cursor:pointer;padding:4px;border-radius:4px;transition:background .15s;-webkit-user-select:none;user-select:none}.im-emoji-item:hover{background:#f0f0f0}.im-search-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid #e5e5e5}.im-search-tab{padding:8px 16px;border:none;background:transparent;color:#666;font-size:14px;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}.im-search-tab:hover{color:#333}.im-search-tab.active{color:#07c160;border-bottom-color:#07c160;font-weight:500}.im-context-menu{position:fixed;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:140px;z-index:2000;padding:4px 0}.im-context-menu-item{padding:10px 16px;font-size:14px;color:#333;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:8px}.im-context-menu-item:hover{background:#f5f5f5}.im-context-menu-item.danger{color:#f56c6c}.im-context-menu-item.danger:hover{background:#fef0f0}.im-msg-item.selected{background:#e7f9f0}.im-page{display:flex;height:calc(100vh - 70px);background:#ededed;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.im-sidebar{width:240px;min-width:240px;background:#f7f7f7;display:flex;flex-direction:column;border-right:1px solid #d9d9d9}.im-sidebar-top{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#efefef;border-bottom:1px solid #d9d9d9}.im-search-wrap{flex:1}.im-search-input{width:100%;height:28px;padding:0 10px;background:#e0e0e0;border:none;border-radius:4px;font-size:13px;color:#333;outline:none;box-sizing:border-box}.im-search-input::placeholder{color:#999}.im-search-input:focus{background:#d8d8d8}.im-add-btn{width:28px;height:28px;border:none;background:transparent;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;flex-shrink:0;transition:background .15s}.im-add-btn:hover{background:#e0e0e0;color:#333}.im-nav-tabs{display:flex;border-bottom:1px solid #d9d9d9}.im-nav-tab{flex:1;height:36px;border:none;background:transparent;font-size:13px;color:#666;cursor:pointer;transition:all .15s;border-bottom:2px solid transparent}.im-nav-tab:hover{color:#333;background:#ebebeb}.im-nav-tab.active{color:#07c160;border-bottom-color:#07c160;font-weight:500}.im-list{flex:1;overflow-y:auto}.im-list::-webkit-scrollbar{width:4px}.im-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.im-list-empty{padding:24px;text-align:center;color:#999;font-size:13px}.im-list-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .1s;position:relative;border-bottom:1px solid #ebebeb}.im-list-item:hover{background:#ebebeb}.im-list-item:hover .im-list-item-delete{display:flex}.im-list-item-delete{display:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:#f56c6c;color:#fff;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:background .15s;z-index:10}.im-list-item-delete:hover{background:#f23030}.im-list-item.active{background:#c8e6c9}.im-list-item-body{flex:1;min-width:0}.im-list-item-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3px}.im-list-item-name{font-size:14px;color:#191919;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px}.im-list-item-time{font-size:11px;color:#b2b2b2;flex-shrink:0}.im-list-item-preview{font-size:12px;color:#9b9b9b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-badge{position:absolute;top:8px;right:10px;min-width:16px;height:16px;padding:0 4px;background:#fa5151;border-radius:8px;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}.im-avatar{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:500;flex-shrink:0;overflow:hidden}.im-group-avatar{width:100%;height:100%;border-radius:6px;overflow:hidden}.im-avatar.sm{width:32px;height:32px;font-size:13px;border-radius:4px}.im-avatar img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.im-main{flex:1;display:flex;flex-direction:column;background:#fff;min-width:0}.im-chat{display:flex;flex-direction:column;height:100%}.im-chat-header{height:60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5;background:#fff;flex-shrink:0}.im-chat-title{font-size:16px;font-weight:500;color:#191919}.im-conn-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.im-conn-dot.online{background:#07c160}.im-conn-dot.offline{background:#ccc}.im-msg-list{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px;background:#f5f5f5}.im-msg-list::-webkit-scrollbar{width:6px}.im-msg-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.im-msg-system{text-align:center;font-size:12px;color:#b2b2b2;padding:2px 12px;background:#0000000d;border-radius:10px;align-self:center;max-width:60%}.im-msg-item{display:flex;gap:10px;align-items:flex-start}.im-msg-item.self{flex-direction:row-reverse}.im-msg-avatar{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:500;flex-shrink:0;overflow:hidden}.im-msg-avatar img{width:100%;height:100%;object-fit:cover}.im-msg-body{display:flex;flex-direction:column;gap:4px;max-width:60%}.im-msg-item.self .im-msg-body{align-items:flex-end}.im-msg-name{font-size:12px;color:#999;padding:0 2px}.im-msg-bubble{padding:10px 14px;border-radius:4px;font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap;background:#fff;box-shadow:0 1px 2px #00000014;position:relative}.im-msg-item.self .im-msg-bubble{background:#95ec69;box-shadow:0 1px 2px #0000001a}.im-msg-time{font-size:11px;color:#b2b2b2;padding:0 2px}.im-typing{display:flex;align-items:center;gap:6px;font-size:12px;color:#999}.im-typing-dots{display:flex;gap:3px;align-items:center}.im-typing-dots span{width:5px;height:5px;border-radius:50%;background:#ccc;animation:typing-bounce 1.2s infinite}.im-typing-dots span:nth-child(2){animation-delay:.2s}.im-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.im-input-area{border-top:1px solid #e7e7e7;background:#f5f5f5;display:flex;flex-direction:column;padding:10px 15px 15px;position:relative}.im-input-toolbar{display:flex;align-items:center;gap:2px;margin-bottom:8px}.im-toolbar-btn{width:32px;height:32px;border:none;background:#fff;color:#666;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:20px;border:1px solid #e0e0e0}.im-toolbar-btn:hover:not(:disabled){background:#fafafa;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.im-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.im-input-wrapper{background:#fff;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden;position:relative;display:flex}.im-textarea{flex:1;padding:8px 80px 8px 12px;border:none;outline:none;resize:none;font-size:14px;line-height:1.5;font-family:inherit;color:#191919;background:#fff;box-sizing:border-box;min-height:180px;max-height:180px}.im-input-footer{position:absolute;right:10px;bottom:10px}.im-send-btn{padding:5px 18px;background:#07c160;border:none;border-radius:4px;color:#fff;font-size:13px;cursor:pointer;transition:background .2s;height:28px;line-height:1}.im-send-btn:hover:not(:disabled){background:#06ad56}.im-send-btn:active:not(:disabled){background:#059048}.im-send-btn:disabled{background:silver;color:#e0e0e0;cursor:not-allowed}.im-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f5f5f5}.im-welcome-text{font-size:14px;color:#b2b2b2}.im-user-detail-view{display:flex;flex-direction:column;height:100%;background:#f5f5f5}.im-user-detail-header{height:60px;padding:0 16px;display:flex;align-items:center;gap:12px;background:#fff;border-bottom:1px solid #e5e5e5;font-size:16px;font-weight:500;color:#191919}.im-back-btn{width:32px;height:32px;border:none;background:transparent;color:#666;cursor:pointer;font-size:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s}.im-back-btn:hover{background:#f0f0f0}.im-user-detail-body{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 24px;gap:16px;overflow-y:auto}.im-user-detail-avatar{width:80px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:500;overflow:hidden}.im-user-detail-avatar img{width:100%;height:100%;object-fit:cover}.im-user-detail-name{font-size:20px;font-weight:500;color:#191919}.im-user-detail-info{width:100%;max-width:400px;background:#fff;border-radius:8px;overflow:hidden}.im-user-detail-row{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:14px}.im-user-detail-row:last-child{border-bottom:none}.im-user-detail-label{color:#999;min-width:60px}.im-send-msg-btn{margin-top:8px;padding:10px 40px;background:#07c160;border:none;border-radius:4px;color:#fff;font-size:15px;cursor:pointer;transition:background .15s}.im-send-msg-btn:hover{background:#06ad56}.im-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.im-modal{background:#fff;border-radius:8px;width:1200px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000026}.im-modal-header{padding:16px 20px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between}.im-modal-title{font-size:16px;font-weight:500;margin:0;color:#191919}.im-modal-close{width:28px;height:28px;border:none;background:transparent;color:#999;cursor:pointer;font-size:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:1}.im-modal-close:hover{background:#f5f5f5;color:#333}.im-modal-body{padding:20px;overflow-y:auto;flex:1}.im-form-group{margin-bottom:16px}.im-form-label{display:block;font-size:13px;color:#666;margin-bottom:8px}.im-form-input{width:100%;height:36px;padding:0 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s}.im-form-input:focus{border-color:#07c160}.im-user-select-list{max-height:280px;overflow-y:auto;border:1px solid #e5e5e5;border-radius:4px}.im-user-select-list::-webkit-scrollbar{width:4px}.im-user-select-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.im-user-select-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .1s;border-bottom:1px solid #f5f5f5}.im-user-select-item:last-child{border-bottom:none}.im-user-select-item:hover{background:#f5f5f5}.im-user-select-item.selected{background:#f0faf4}.im-user-checkbox{width:18px;height:18px;border:1.5px solid #d9d9d9;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent;flex-shrink:0;transition:all .15s}.im-user-checkbox.checked{background:#07c160;border-color:#07c160;color:#fff}.im-member-info{flex:1;min-width:0}.im-member-name{font-size:14px;color:#191919;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-member-email{font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.im-modal-footer{padding:12px 20px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;gap:10px}.im-btn{padding:7px 20px;border-radius:4px;font-size:14px;cursor:pointer;border:none;transition:all .15s}.im-btn-default{background:#f5f5f5;color:#333;border:1px solid #d9d9d9}.im-btn-default:hover{background:#e8e8e8}.im-btn-primary{background:#07c160;color:#fff}.im-btn-primary:hover{background:#06ad56}.im-btn-primary:disabled{background:#b2b2b2;cursor:not-allowed}.im-image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.im-image-preview{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px}.im-image-preview-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:#fff3;color:#fff;font-size:32px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.im-image-preview-close:hover{background:#ffffff4d}.im-file-link{display:flex;align-items:center;gap:12px;padding:12px;background:#00000008;border-radius:8px;color:inherit;transition:background .2s;min-width:200px;cursor:pointer}.im-file-link:hover{background:#0000000f}.im-file-icon{font-size:32px;flex-shrink:0}.im-file-info{flex:1;min-width:0}.im-file-name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.im-file-size{font-size:12px;color:#999}.im-file-download{font-size:20px;color:#666;flex-shrink:0}.im-mention-list{position:absolute;bottom:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 -4px 12px #00000026;max-height:200px;overflow-y:auto;margin-bottom:8px;z-index:100}.im-mention-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background .15s}.im-mention-item:hover{background:#f5f5f5}.im-mention-item .im-avatar{width:32px;height:32px;flex-shrink:0}.h5-approval-page{min-height:100%;background:#f5f5f5}.h5-tabs{display:flex;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}.tab{flex:1;padding:14px;text-align:center;font-size:15px;color:#666;cursor:pointer;position:relative;transition:all .3s}.tab.active{color:#667eea;font-weight:600}.tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#667eea;border-radius:2px 2px 0 0}.tab .badge{display:inline-block;background:#f44;color:#fff;font-size:12px;padding:2px 6px;border-radius:10px;margin-left:4px;min-width:18px}.h5-approval-list{padding:12px}.approval-card{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .3s}.approval-card:active{transform:scale(.98);box-shadow:0 1px 4px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.card-title{display:flex;flex-direction:column;gap:6px}.type-tag{display:inline-block;background:#e3f2fd;color:#1976d2;padding:4px 10px;border-radius:4px;font-size:13px;font-weight:500;width:fit-content}.submitter{font-size:15px;font-weight:600;color:#333}.status-badge{padding:4px 10px;border-radius:12px;font-size:12px;color:#fff;font-weight:500;white-space:nowrap}.card-body{display:flex;flex-direction:column;gap:8px}.amount{font-size:24px;font-weight:700;color:#ff6b6b}.meta{display:flex;justify-content:space-between;font-size:13px;color:#999}.h5-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:flex-end;animation:fadeIn .3s}.h5-modal-content{background:#fff;width:100%;max-height:90vh;border-radius:20px 20px 0 0;overflow-y:auto;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{position:sticky;top:0;background:#fff;padding:16px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;z-index:10}.modal-header h2{margin:0;font-size:18px;font-weight:600}.close-btn{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.approval-info{padding:16px;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.info-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.info-row:last-child{border-bottom:none}.info-row .label{color:#666;font-size:14px}.info-row .value{color:#333;font-size:14px;font-weight:500;text-align:right}.detail-section{padding:16px}.detail-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#333}.detail-fields{display:flex;flex-direction:column;gap:12px}.field-item{background:#f9f9f9;padding:12px;border-radius:8px}.field-label{font-size:13px;color:#666;margin-bottom:6px}.field-value{font-size:15px;color:#333;word-break:break-all}.comment-section{padding:16px;border-top:1px solid #e0e0e0}.comment-section label{display:block;font-size:14px;color:#666;margin-bottom:8px}.comment-section textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;resize:vertical;box-sizing:border-box}.modal-actions{display:flex;gap:12px;padding:16px;position:sticky;bottom:0;background:#fff;border-top:1px solid #e0e0e0}.btn-reject,.btn-approve{flex:1;padding:14px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-reject{background:#fff;color:#f44336;border:2px solid #f44336}.btn-reject:active{background:#ffebee}.btn-approve{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-approve:active{opacity:.8}@media (min-width: 768px){.h5-approval-page{max-width:480px;margin:0 auto;box-shadow:0 0 20px #0000001a}}.h5-im-page{display:flex;flex-direction:column;height:calc(100vh - 56px);background:#f5f5f5}.h5-im-tabs{display:flex;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}.h5-im-tabs .tab{flex:1;padding:14px;text-align:center;font-size:15px;color:#666;cursor:pointer;position:relative;transition:all .3s}.h5-im-tabs .tab.active{color:#667eea;font-weight:600}.h5-im-tabs .tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#667eea;border-radius:2px 2px 0 0}.h5-room-list,.h5-contact-list{flex:1;overflow-y:auto}.empty-state{text-align:center;padding:60px 20px;color:#999}.room-item,.contact-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.room-item:active,.contact-item:active{background:#f5f5f5}.room-avatar,.contact-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.room-avatar img,.contact-avatar img{width:100%;height:100%;object-fit:cover}.group-avatar{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600}.im-group-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden}.room-info,.contact-info{flex:1;min-width:0}.room-name,.contact-name{font-size:15px;font-weight:600;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-last-message,.contact-dept{font-size:13px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{background:#f44;color:#fff;font-size:12px;padding:2px 8px;border-radius:10px;min-width:20px;text-align:center}.h5-chat-view{display:flex;flex-direction:column;height:100%;background:#f5f5f5}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0}.back-btn{background:none;border:none;font-size:24px;color:#333;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.chat-title{flex:1;font-size:16px;font-weight:600;color:#333}.message-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message-item{display:flex;gap:8px;max-width:80%}.message-item.own{align-self:flex-end;flex-direction:row-reverse}.message-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-content{display:flex;flex-direction:column;gap:4px}.message-sender{font-size:12px;color:#999;padding:0 8px}.message-bubble{padding:10px 14px;border-radius:12px;font-size:15px;line-height:1.4;word-break:break-word}.message-item.own .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 2px}.message-item.other .message-bubble{background:#fff;color:#333;border-radius:12px 12px 12px 2px}.message-time{font-size:11px;color:#ffffffb3;margin-top:4px;text-align:right}.message-item.other .message-time{color:#b2b2b2}.message-input-area{display:flex;gap:8px;padding:12px 16px;background:#fff;border-top:1px solid #e0e0e0}.attach-btn{width:36px;height:36px;padding:0;background:#f0f0f0;color:#667eea;border:none;border-radius:50%;font-size:24px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.attach-btn:active:not(:disabled){background:#e0e0e0}.message-input-area input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:20px;font-size:15px;outline:none}.message-input-area input:focus{border-color:#667eea}.message-input-area button:not(.attach-btn){padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:20px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap}.message-input-area button:disabled{opacity:.5;cursor:not-allowed}.message-input-area button:active:not(:disabled){opacity:.8}.attach-menu{position:absolute;bottom:70px;left:16px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:100}.attach-item{padding:14px 20px;font-size:15px;cursor:pointer;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px}.attach-item:last-child{border-bottom:none}.attach-item:active{background:#f5f5f5}.h5-chat-view{position:relative}.image-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.image-preview{max-width:90%;max-height:90%;object-fit:contain}.image-preview-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#fff3;color:#fff;border:none;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.h5-customer-page{padding:16px}.layout{display:flex;flex-direction:row;height:100vh;width:100vw;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:fixed;top:0;left:0}.sidebar{width:200px;min-width:200px;background:linear-gradient(180deg,#2c3e50,#34495e);color:#ecf0f1;display:flex;flex-direction:column;box-shadow:4px 0 20px #00000026;z-index:10;flex-shrink:0}.logo{padding:24px 16px;font-size:18px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);text-align:center;letter-spacing:1px;background:#0000001a;height:70px;min-height:70px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0}.menu{flex:1;padding:16px 12px;overflow-y:auto}.menu-item{display:flex;align-items:center;padding:12px 14px;margin-bottom:6px;color:#bdc3c7;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:500;font-size:14px}.menu-item:hover{background:#ffffff1a;color:#fff;transform:translate(4px)}.menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;font-weight:600;box-shadow:0 4px 12px #667eea66}.menu-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:3px;height:24px;background:#667eea;border-radius:0 4px 4px 0}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f8f9fa;width:calc(100vw - 200px)}.top-bar{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:0 24px!important;background:linear-gradient(180deg,#2c3e50,#34495e)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:0 2px 8px #00000026!important;z-index:1000!important;height:70px!important;min-height:70px!important;max-height:70px!important;box-sizing:border-box!important;flex-shrink:0!important;width:100%!important;position:relative!important;top:0!important;left:0!important}.top-bar .current-time{font-size:13px!important;font-weight:500!important;color:#ecf0f1!important;letter-spacing:.5px!important;flex-shrink:0!important;white-space:nowrap!important}.top-bar .user-info{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:20px!important;flex-shrink:0!important;margin-left:auto!important;position:relative!important}.top-bar .user-name{font-size:14px!important;font-weight:600!important;color:#ecf0f1!important;white-space:nowrap!important;flex-shrink:0!important}.top-bar .logout-btn{padding:10px 0!important;background:#e74c3ce6!important;color:#fff!important;border:none!important;border-radius:80px!important;cursor:pointer!important;font-weight:600!important;transition:all .3s ease!important;font-size:14px!important;white-space:nowrap!important;flex-shrink:0!important;box-shadow:0 4px 12px #e74c3c66!important}.top-bar .logout-btn:hover{background:#c0392b!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #e74c3c80!important}.content-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;height:calc(100vh - 70px)}.h5-layout{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background:#f8f9fa}.h5-top-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:linear-gradient(180deg,#2c3e50,#34495e);color:#fff;box-shadow:0 2px 8px #00000026;position:sticky;top:0;z-index:100;height:48px;min-height:48px}.menu-toggle{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background .2s}.menu-toggle:active{background:#ffffff1a}.user-menu-toggle{font-size:18px}.h5-logo{text-align:center;line-height:1}.h5-logo img{max-height:28px;max-width:100px;object-fit:contain}.h5-user-info{font-size:13px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.h5-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.h5-menu{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:80vw;background:linear-gradient(180deg,#2c3e50,#34495e);display:flex;flex-direction:column;animation:slideIn .3s;box-shadow:4px 0 20px #0000004d}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.h5-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001a}.h5-menu-logo{font-size:18px;font-weight:700;color:#fff}.h5-menu-logo img{max-height:40px;max-width:150px;object-fit:contain}.menu-close{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.h5-menu-user{display:flex;align-items:center;gap:12px;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001a}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff}.user-details{flex:1}.user-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.user-role{font-size:13px;color:#bdc3c7}.h5-menu-items{flex:1;overflow-y:auto;padding:12px}.h5-menu-item{display:flex;align-items:center;gap:12px;padding:14px 12px;margin-bottom:6px;color:#bdc3c7;text-decoration:none;border-radius:8px;transition:all .3s ease;font-size:15px}.h5-menu-item:active{transform:scale(.98)}.h5-menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;box-shadow:0 4px 12px #667eea66}.menu-icon{font-size:20px;width:24px;text-align:center}.menu-label{flex:1}.h5-menu-footer{padding:16px;border-top:1px solid rgba(255,255,255,.1)}.h5-logout-btn{width:100%;padding:12px;background:#e74c3ce6;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.h5-logout-btn:active{background:#c0392b;transform:scale(.98)}.h5-content{flex:1;overflow-y:auto;overflow-x:hidden}@media (min-width: 768px){.h5-layout{max-width:480px;margin:0 auto;box-shadow:0 0 20px #0000001a}}*{margin:0;padding:0;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;background:linear-gradient(135deg,#667eea,#764ba2);color:#333}#root{width:100%;height:100%}html,body,#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
