@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.employee-dashboard{padding-bottom:2rem;font-family:Inter,sans-serif;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.employee-dashboard .dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.employee-dashboard .welcome-banner{background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.employee-dashboard .welcome-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,#6366f126,#fff0 70%);border-radius:50%;z-index:0}.employee-dashboard .welcome-content{position:relative;z-index:1}.employee-dashboard .welcome-title{font-size:2rem;font-weight:800;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.employee-dashboard .welcome-subtitle{color:var(--text-secondary);font-size:1.05rem}.employee-dashboard .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.employee-dashboard .stat-card{background:var(--surface-color);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;border:1px solid var(--border-color);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;box-shadow:0 4px 6px -1px #0000000d}.employee-dashboard .stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a;border-color:var(--primary-color)}.employee-dashboard .stat-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.employee-dashboard .stat-card:hover .stat-icon{transform:scale(1.1)}.employee-dashboard .stat-icon.purple{background:#a855f71a;color:#a855f7}.employee-dashboard .stat-icon.blue{background:#3b82f61a;color:#3b82f6}.employee-dashboard .stat-icon.green{background:#22c55e1a;color:#22c55e}.employee-dashboard .stat-info h4{font-size:1.4rem;font-weight:700;margin:0 0 .2rem;color:var(--text-primary)}.employee-dashboard .stat-info p{font-size:.85rem;color:var(--text-secondary);margin:0;font-weight:500}.employee-dashboard .premium-card{background:var(--surface-color);border-radius:20px;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;flex-shrink:0}.employee-dashboard .premium-card-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.employee-dashboard .premium-card-header h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.employee-dashboard .onboarding-card{background:linear-gradient(145deg,var(--surface-color),var(--surface-hover));border:1px solid rgba(99,102,241,.3)}.employee-dashboard .badge-progress{background:#6366f126;color:var(--primary-color);padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.employee-dashboard .progress-bar-container{height:10px;background:#0000000d;border-radius:5px;overflow:hidden;margin-top:1rem;box-shadow:inset 0 1px 3px #0000001a}:root[data-theme=dark] .employee-dashboard .progress-bar-container{background:#ffffff0d}.employee-dashboard .progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),#818cf8);border-radius:5px;transition:width 1s cubic-bezier(.16,1,.3,1)}.employee-dashboard .steps-list{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.employee-dashboard .step-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background:var(--surface-color);border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease}.employee-dashboard .step-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000000d}.employee-dashboard .step-item span{font-weight:500;color:var(--text-primary)}.employee-dashboard .btn-link{background:none;border:none;color:var(--primary-color);font-weight:600;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:4px;margin-left:auto;padding:6px 12px;border-radius:6px;transition:background .2s}.employee-dashboard .btn-link:hover{background:#6366f11a}.employee-dashboard .payroll-table{width:100%;border-collapse:collapse}.employee-dashboard .payroll-table th{text-align:left;padding:1rem 1.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);border-bottom:1px solid var(--border-color);font-weight:600}.employee-dashboard .payroll-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.employee-dashboard .payroll-row{transition:background .2s ease}.employee-dashboard .payroll-row:hover{background:var(--surface-hover)}.employee-dashboard .btn-icon-premium{width:36px;height:36px;border-radius:10px;background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.employee-dashboard .btn-icon-premium:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.employee-dashboard .profile-widget{text-align:center;padding:0;overflow:hidden}.employee-dashboard .profile-bg{height:100px;background:linear-gradient(135deg,var(--primary-color),#818cf8)}.employee-dashboard .profile-avatar-container{margin-top:-50px;display:flex;justify-content:center}.employee-dashboard .profile-avatar-large{width:100px;height:100px;border-radius:50%;border:4px solid var(--surface-color);object-fit:cover;background:#fff;box-shadow:0 4px 12px #0000001a}.employee-dashboard .profile-info{padding:1.5rem}.employee-dashboard .profile-info h3{font-size:1.25rem;font-weight:800;margin:.5rem 0 .2rem;color:var(--text-primary)}.employee-dashboard .profile-info p{color:var(--text-secondary);font-size:.95rem;font-weight:500}.employee-dashboard .info-tags{display:flex;justify-content:center;margin-top:1rem}.employee-dashboard .tag-premium{display:inline-flex;align-items:center;gap:6px;background:#6366f11a;color:var(--primary-color);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.employee-dashboard .btn-edit-profile{background:var(--surface-hover);color:var(--text-primary);border:1px solid var(--border-color);width:100%;padding:.8rem;border-radius:12px;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:all .2s ease}.employee-dashboard .btn-edit-profile:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.employee-dashboard .widget-item{display:flex;align-items:center;gap:1.25rem;padding:1.5rem}.employee-dashboard .widget-avatar{width:48px;height:48px;background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--primary-color);font-size:1.2rem}.employee-dashboard .widget-icon{width:48px;height:48px;background:#22c55e1a;color:#22c55e;border-radius:14px;display:flex;align-items:center;justify-content:center}.employee-dashboard .widget-details h4{font-size:1rem;font-weight:700;margin:0 0 .2rem;color:var(--text-primary)}.employee-dashboard .widget-details p{font-size:.85rem;color:var(--text-secondary);margin:0}@media (max-width: 1024px){.employee-dashboard .dashboard-grid,.employee-dashboard .stats-row{grid-template-columns:1fr}}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * 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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;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 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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.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-ui{position:absolute}.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 .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{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-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.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: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]{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: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}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.seat-mgmt-page{--primary-color: #d55267;--primary-glow: rgba(213, 82, 103, .3);--text-primary: var(--body-color, #1e293b);--text-secondary: #64748b;--border-color: rgba(0,0,0,.08);--surface-color: #ffffff;--surface-hover: #f8fafc;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;max-width:1600px;margin:0 auto;min-height:100vh}[data-theme=dark] .seat-mgmt-page{--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: rgba(255,255,255,.1);--surface-color: #1e293b;--surface-hover: #334155}.seat-mgmt-page .gradient-text{background:linear-gradient(135deg,#d55267,#ff8ea1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:-.02em}.seat-mgmt-page .page-header{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.seat-mgmt-page .header-info h1{font-size:2.5rem;margin:0}.seat-mgmt-page .header-info p{color:var(--text-secondary);font-weight:600;margin:.5rem 0 0}.seat-mgmt-page .tabs-nav{display:flex;gap:.5rem;padding:.5rem;background:var(--surface-hover);border-radius:20px;align-self:flex-start;border:1px solid var(--border-color)}.seat-mgmt-page .tab-item{padding:.8rem 1.8rem;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;background:transparent;cursor:pointer}.seat-mgmt-page .tab-item.active{background:var(--surface-color);color:#d55267;box-shadow:0 4px 15px #d5526726;transform:translateY(-1px)}.seat-mgmt-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.seat-mgmt-page .glass-premium{background:var(--surface-color);border:1px solid var(--border-color);padding:2rem;border-radius:28px;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;box-shadow:0 4px 20px #00000008}.seat-mgmt-page .glass-premium:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000014;border-color:var(--primary-color)}.seat-mgmt-page .stat-icon-box{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center}.seat-mgmt-page .stat-icon-box.blue{background:#6366f11a;color:#6366f1}.seat-mgmt-page .stat-icon-box.green{background:#10b9811a;color:#10b981}.seat-mgmt-page .stat-icon-box.orange{background:#f59e0b1a;color:#f59e0b}.seat-mgmt-page .stat-icon-box.red{background:#ef44441a;color:#ef4444}.seat-mgmt-page .stat-info .label{font-size:.85rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.seat-mgmt-page .stat-info .value{font-size:2.2rem;font-weight:900;margin:.2rem 0 0}.seat-mgmt-page .dashboard-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem}.seat-mgmt-page .card-glass{background:var(--surface-color);border:1px solid var(--border-color);border-radius:32px;padding:2rem;box-shadow:0 10px 40px #00000005}.seat-mgmt-page .card-header h3{font-size:1.4rem;font-weight:800;margin:0 0 1.5rem;color:var(--text-primary)}.util-list-premium{display:flex;flex-direction:column;gap:1.2rem}.util-card-new{background:var(--surface-hover);padding:1.25rem;border-radius:20px;border:1px solid var(--border-color)}.util-main-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-weight:800}.dept-name{font-size:1.1rem}.dept-cost{color:var(--primary-color)}.util-progress-container{height:10px;background:var(--border-color);border-radius:5px;overflow:hidden;margin-bottom:.75rem}.util-progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-color),#818cf8);border-radius:5px;transition:width 1s ease-out}.util-meta-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-secondary);font-weight:700}.coverage-badge{background:var(--surface-color);padding:.2rem .6rem;border-radius:8px;border:1px solid var(--border-color)}.insights-grid-premium{display:flex;flex-direction:column;gap:1.5rem}.insight-card-premium{display:flex;gap:1.5rem;padding:1.5rem;border-radius:24px;background:var(--surface-hover);border:1px solid var(--border-color);transition:all .3s}.insight-card-premium:hover{transform:scale(1.02)}.insight-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.insight-icon-box{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center}.warning .insight-icon-box{background:#f59e0b1a;color:#f59e0b}.success .insight-icon-box{background:#10b9811a;color:#10b981}.insight-bar-vertical{width:2px;height:100%;background:var(--border-color);flex:1}.insight-content h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.insight-content p{margin:0;font-size:.95rem;color:var(--text-secondary);line-height:1.5;font-weight:500}.floormap-tab-creative{display:grid;grid-template-columns:340px 1fr;height:calc(100vh - 120px);gap:2rem}.floormap-sidebar-creative{background:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;border:1px solid rgba(255,255,255,.5);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 20px 50px #0000000d}[data-theme=dark] .floormap-sidebar-creative{background:#1e293b66;border-color:#ffffff0d}.sidebar-top-actions{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem}.sidebar-title-box{display:flex;align-items:center;gap:.75rem}.title-premium{font-weight:900;font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary)}.badge-live{background:#10b981;color:#fff;font-size:.65rem;font-weight:900;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.btn-add-office-creative{width:40px;height:40px;border-radius:14px;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;box-shadow:0 8px 20px #d552674d}.btn-add-office-creative:hover{transform:rotate(90deg) scale(1.1)}.search-box-creative{background:var(--surface-hover);padding:0 1rem;border-radius:16px;display:flex;align-items:center;gap:.75rem;border:1px solid var(--border-color)}.search-box-creative input{background:transparent;border:none;padding:.8rem 0;color:var(--text-primary);font-weight:600;width:100%;outline:none}.office-directory-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:.75rem .5rem .5rem 0}.office-card-premium{background:var(--surface-color);border-radius:20px;border:1px solid var(--border-color);transition:.3s cubic-bezier(.4,0,.2,1);overflow:hidden}.office-card-premium:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014;border-color:var(--primary-color)}.office-card-premium.active{border-color:var(--primary-color);background:var(--surface-hover)}.office-card-header{padding:1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative}.office-meta{display:flex;align-items:center;gap:1rem}.office-initials{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--primary-color),#ff8ea1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;box-shadow:0 4px 10px #d5526733}.office-details{display:flex;flex-direction:column}.office-name{font-weight:800;font-size:.95rem;color:var(--text-primary)}.office-stat{font-size:.75rem;color:var(--text-secondary);font-weight:600}.office-chevron{color:var(--text-secondary);transition:.3s}.office-chevron .rotated{transform:rotate(90deg);color:var(--primary-color)}.office-quick-actions{position:absolute;right:3.5rem;display:flex;gap:.4rem;opacity:0;transform:translate(10px);transition:.3s}.office-card-header:hover .office-quick-actions{opacity:1;transform:translate(0)}.office-quick-actions button{width:28px;height:28px;border-radius:8px;background:var(--surface-hover);border:1px solid var(--border-color);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.office-quick-actions button:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.office-quick-actions button.danger:hover{background:#ef4444;border-color:#ef4444}.floor-nested-stack{padding:0 .75rem 1rem 1.75rem;display:flex;flex-direction:column;gap:.4rem}.floor-selection-pill{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;padding:.7rem 1.25rem;border-radius:10px;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);color:var(--text-secondary);font-weight:700;font-size:.85rem;margin:.1rem 0;position:relative;border:1px solid transparent}.floor-selection-pill:hover{background:#ffffff0d;color:var(--text-primary);transform:translate(4px)}.floor-selection-pill.active{background:#d552671a;color:var(--primary-color);border-color:#d5526726}.floor-indicator{width:5px;height:5px;border-radius:50%;background:var(--text-secondary);opacity:.5;transition:.3s}.active .floor-indicator{background:var(--primary-color);opacity:1;transform:scale(1.5);box-shadow:0 0 10px var(--primary-color)}.floor-actions-inline{display:flex;gap:.4rem;opacity:0;transition:.2s}.floor-selection-pill:hover .floor-actions-inline{opacity:1}.floor-actions-inline button{width:24px;height:24px;border-radius:6px;background:#ffffff1a;border:none;color:currentColor;display:flex;align-items:center;justify-content:center;cursor:pointer}.btn-load-more-creative{width:100%;padding:1rem;border-radius:15px;border:2px dashed var(--border-color);background:transparent;color:var(--text-secondary);font-weight:800;cursor:pointer;transition:.3s}.btn-load-more-creative:hover{border-color:var(--primary-color);color:var(--primary-color);background:#d552670d}.floormap-main-creative{display:flex;flex-direction:column;flex:1;overflow:hidden}.skeleton-creative-item{height:80px;border-radius:20px;background:var(--surface-hover);position:relative;overflow:hidden}.skeleton-creative-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:shimmer 1.5s infinite}.floor-info-main{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.floor-row-item .chevron{transition:transform .3s;opacity:.4}.floor-row-item.active .chevron{transform:rotate(90deg);opacity:1;color:#d55267}.initializing-container{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-color);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;gap:1.5rem}.loader-premium-box{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.loader-orbit{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:var(--primary-color);border-radius:50%;animation:orbit 1s linear infinite}.loader-core{color:var(--primary-color);animation:pulse 2s ease-in-out infinite}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.initializing-container h3{font-weight:800;font-size:1.5rem;margin:0}.initializing-container p{color:var(--text-secondary);margin:0}.floor-header-premium{padding:2.5rem;display:flex;justify-content:space-between;align-items:center;background:var(--surface-color);border-bottom:1px solid var(--border-color)}.floor-info h2{font-size:2.2rem;font-weight:900;margin:0;letter-spacing:-.02em}.floor-info p{color:var(--text-secondary);font-weight:600;margin:.4rem 0 0}.floor-actions{display:flex;gap:1rem;align-items:center}.search-seats-box{background:var(--surface-hover);padding:0 1.2rem;border-radius:16px;display:flex;align-items:center;gap:1rem;border:1px solid var(--border-color)}.search-seats-box input{border:none;background:transparent;padding:.85rem 0;color:var(--text-primary);font-weight:600;width:220px;outline:none}.btn-add-unit{background:var(--primary-color);color:#fff;padding:.85rem 1.8rem;border-radius:16px;font-weight:800;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:.3s;border:none}.btn-add-unit:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6366f14d}.visualizer-container{padding:1.5rem 2rem .5rem;background:var(--bg-color);flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.visualizer-container::-webkit-scrollbar{display:none}.legend-premium{display:flex;gap:.6rem;padding:.5rem .75rem;background:var(--surface-color);border-radius:16px;margin-bottom:2.5rem;width:fit-content;margin-left:0;box-shadow:0 10px 30px #0000000d;border:1px solid var(--border-color);flex-wrap:nowrap}.legend-item-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;font-weight:800;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:.3s;border:1.5px solid var(--border-color);white-space:nowrap;background:var(--surface-color)}.legend-item-pill:hover{background:var(--surface-hover)}.legend-item-pill.active{background:var(--surface-color);border-color:var(--primary-color);color:var(--primary-color);box-shadow:0 4px 12px #d5526726}.dot{width:12px;height:12px;border-radius:50%}.dot.available{background:#10b981}.dot.occupied{background:#d55267}.dot.maintenance{background:#f59e0b}.dot.locked{background:#64748b}.seats-grid-visual.dynamic{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.25rem;width:100%;height:auto}.seat-unit-box{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--border-color);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.85rem;gap:.2rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;aspect-ratio:1.4 / 1;max-width:150px;width:100%;box-shadow:0 10px 20px #00000005}[data-theme=dark] .seat-unit-box{background:#1e293bb3;border-color:#ffffff0d}.seat-unit-box:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014;border-color:var(--primary-color)}.seat-unit-box.available{border-color:#10b981;background:#10b98114}.seat-unit-box.occupied{border-color:#d55267;background:#d5526714}.seat-unit-box.maintenance{border-color:#f59e0b;background:#f59e0b1f}.seat-unit-box.locked{border-color:#64748b;background:#64748b1f}.unit-num{font-weight:800;font-size:.85rem}.unit-cost{color:var(--text-secondary);font-weight:600;font-size:.65rem}.unit-icon{color:var(--text-secondary);margin-bottom:.1rem;opacity:.6;transform:scale(.85)}.unit-occupant-badge{position:absolute;top:-12px;right:-12px;width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 5px 15px #0003;border:3px solid var(--surface-color)}.empty-floor-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 2rem;text-align:center;background:#ffffff05;border-radius:40px;border:2px dashed var(--border-color);margin:2rem auto;color:var(--text-secondary);width:100%;max-width:900px}.empty-icon-box{width:100px;height:100px;background:var(--surface-hover);border-radius:30px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);margin-bottom:2rem;box-shadow:var(--shadow-md)}.empty-floor-state h3{font-size:1.8rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}.empty-floor-state p{max-width:400px;line-height:1.6;font-size:1.1rem;margin-bottom:2.5rem;font-weight:500}.directory-header-premium{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.dir-info h2{font-size:1.8rem;font-weight:900;margin:0}.dir-info p{color:var(--text-secondary);font-weight:600;margin:.4rem 0 0}.dir-actions{display:flex;gap:1rem;align-items:center}.dir-search-box{background:var(--surface-hover);padding:0 1.2rem;border-radius:16px;display:flex;align-items:center;gap:1rem;border:1px solid var(--border-color)}.dir-search-box input{border:none;background:transparent;padding:.9rem 0;color:var(--text-primary);font-weight:600;width:300px;outline:none}.btn-filter-icon{width:52px;height:52px;background:var(--surface-hover);border:1px solid var(--border-color);border-radius:16px;color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.enterprise-table{width:100%;border-collapse:separate;border-spacing:0 1.2rem}.enterprise-table th{text-align:left;padding:0 1.5rem;color:var(--text-secondary);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.enterprise-table td{padding:1.8rem 1.5rem;background:var(--surface-color);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.enterprise-table tr td:first-child{border-left:1px solid var(--border-color);border-radius:24px 0 0 24px}.enterprise-table tr td:last-child{border-right:1px solid var(--border-color);border-radius:0 24px 24px 0}.user-profile-cell{display:flex;align-items:center;gap:1.2rem}.avatar-box{flex-shrink:0;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--primary-color),#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.4rem}.user-profile-cell .name{display:block;font-weight:800;font-size:1.05rem}.user-profile-cell .sub{font-size:.85rem;color:var(--text-secondary);font-weight:600}.loc-cell-new{display:flex;align-items:center;gap:.8rem}.loc-cell-new .icon{color:var(--primary-color)}.loc-text{display:flex;flex-direction:column}.main-loc{font-weight:800;font-size:.95rem}.sub-loc{font-size:.8rem;color:var(--text-secondary);font-weight:600}.cost-tag-premium{font-weight:900;color:var(--primary-color);background:#6366f114;padding:.5rem 1rem;border-radius:12px}.status-pill-new.active{color:#10b981;font-weight:800;background:#10b9811a;padding:.5rem 1rem;border-radius:12px}.table-actions-new{display:flex;gap:.75rem}.btn-action-round{width:40px;height:40px;border-radius:12px;background:var(--surface-hover);border:1px solid var(--border-color);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn-action-round:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-action-round.danger:hover{background:#ef4444;color:#fff;border-color:#ef4444}.table-empty-row{text-align:center;padding:6rem!important;color:var(--text-secondary)}.table-empty-row svg{margin-bottom:1.5rem;opacity:.3}.table-empty-row p{font-size:1.1rem;font-weight:600}.modal-title-custom{font-weight:900;font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.swal2-popup-custom{background:var(--surface-color)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-radius:32px!important;border:1px solid var(--border-color)!important;padding:2rem!important;box-shadow:0 25px 80px #0000004d!important}.seat-details-premium{text-align:left;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-color)}.detail-row .label,.user-info-box .label{font-weight:800;color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.value-highlight{font-weight:900;font-size:1.4rem;color:var(--primary-color);letter-spacing:-.02em}.status-badge{padding:.5rem 1rem;border-radius:10px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.status-badge.available{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.status-badge.occupied{background:#6366f11a;color:#6366f1;border:1px solid rgba(99,102,241,.2)}.status-badge.maintenance{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.status-badge.locked{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.user-info-box{display:flex;flex-direction:column;gap:1rem;background:var(--surface-hover);padding:1.5rem!important;border-radius:20px;border:1px solid var(--border-color);margin-top:.5rem}.occupant-mini-profile{display:flex;align-items:center;gap:1.25rem}.avatar-mini{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,var(--primary-color),#ff8ea1);color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.3rem;box-shadow:0 8px 20px #d5526740}.occupant-mini-profile .name{display:block;font-weight:800;font-size:1.1rem;color:var(--text-primary)}.occupant-mini-profile .sub{font-size:.85rem;color:var(--text-secondary);font-weight:600;margin-top:.1rem}.btn-swal-primary{background:var(--primary-color)!important;border-radius:14px!important;font-weight:800!important;padding:.9rem 1.8rem!important;font-size:.95rem!important;transition:.3s!important}.btn-swal-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d552674d}.btn-swal-secondary{background:var(--surface-hover)!important;color:var(--text-primary)!important;border-radius:14px!important;font-weight:800!important;padding:.9rem 1.8rem!important;font-size:.95rem!important;border:1px solid var(--border-color)!important}.btn-swal-outline{background:transparent!important;color:var(--text-secondary)!important;border:1px solid var(--border-color)!important;border-radius:14px!important;font-weight:800!important;padding:.9rem 1.8rem!important}.searchable-select-container{text-align:left;padding:1rem 0}.swal2-input{margin:0!important;width:100%!important;border-radius:12px!important;border:1px solid var(--border-color)!important;background:var(--surface-hover)!important;color:var(--text-primary)!important;box-shadow:none!important}.search-results-list{margin-top:1rem;max-height:300px;overflow-y:auto;background:var(--surface-hover);border-radius:16px;border:1px solid var(--border-color)}.placeholder-txt{padding:2rem;text-align:center;color:var(--text-secondary);font-weight:600}.search-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:.2s;border-bottom:1px solid var(--border-color)}.search-item:last-child{border-bottom:none}.search-item:hover{background:#6366f10d}.search-item.selected{background:#6366f11a;border-left:4px solid var(--primary-color)}.item-avatar{width:36px;height:36px;background:var(--primary-color);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800}.item-info .item-name{display:block;font-weight:800;font-size:.95rem}.item-info .item-sub{font-size:.75rem;color:var(--text-secondary);font-weight:600}.seat-settings-grid-premium{display:flex;flex-direction:column;gap:1.5rem;text-align:left;padding:1.5rem 0}.setting-item-new label{display:block;font-weight:800;margin-bottom:.6rem;color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.swal2-input-new{width:100%;padding:.8rem 1rem;border-radius:12px;border:1px solid var(--border-color);background:var(--surface-hover);color:var(--text-primary);font-weight:600;outline:none}.swal2-select-new{width:100%;padding:.8rem 1rem;border-radius:12px;border:1px solid var(--border-color);background:var(--surface-hover);color:var(--text-primary);font-weight:600;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2rem}.loader-mini{width:24px;height:24px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:fade-in .5s ease-out forwards}.seat-id-badge{background:var(--surface-hover);padding:.5rem 1.25rem;border-radius:12px;font-weight:800;font-size:.9rem;color:var(--primary-color);border:1px solid var(--border-color);display:inline-flex;align-items:center;justify-content:center;min-width:80px;white-space:nowrap;box-shadow:0 2px 8px #0000000d}.copy-btn-mini{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:.2s;margin-left:.4rem}.copy-btn-mini:hover{background:var(--surface-hover);color:var(--primary-color)}.emp-id-tag{display:inline-flex;align-items:center;background:var(--surface-hover);padding:2px 8px;border-radius:6px;font-size:.75rem;font-weight:700;color:var(--text-secondary);border:1px solid var(--border-color);margin-top:.25rem}.seat-hover-tooltip{position:absolute;bottom:110%;left:50%;transform:translate(-50%) translateY(10px);background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1rem;width:220px;box-shadow:0 10px 30px #0000001a;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:100;pointer-events:none}[data-theme=dark] .seat-hover-tooltip{background:#1e293b;box-shadow:0 10px 30px #0006}.seat-unit-box:hover .seat-hover-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.tooltip-header{font-size:.95rem;font-weight:800;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:.5rem;margin-bottom:.75rem}.tooltip-body{display:flex;flex-direction:column;gap:.5rem}.tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.tooltip-label{color:var(--text-secondary);font-weight:600}.tooltip-status{font-weight:800;font-size:.7rem;padding:.15rem .5rem;border-radius:6px;text-transform:uppercase}.tooltip-status.available{background:#10b9811a;color:#10b981}.tooltip-status.occupied{background:#d552671a;color:#d55267}.tooltip-status.maintenance{background:#f59e0b1a;color:#f59e0b}.tooltip-status.locked{background:#64748b1a;color:#64748b}.tooltip-val{font-weight:800;color:var(--text-primary)}.tooltip-occupant-card{margin-top:.5rem;padding-top:.75rem;border-top:1px dashed var(--border-color);display:flex;align-items:center;gap:.75rem}.occ-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--primary-color),#ff8ea1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.occ-info-col{display:flex;flex-direction:column}.occ-name{font-size:.85rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.occ-role{font-size:.7rem;color:var(--text-secondary);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.my-team-module{padding-top:1rem}.team-nav-tabs{display:flex;gap:1rem;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}.team-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;color:var(--text-secondary);text-decoration:none;font-weight:600;border-bottom:3px solid transparent;transition:all .2s;cursor:pointer}.team-tab:hover{color:var(--text-primary);background:var(--surface-hover);border-top-left-radius:8px;border-top-right-radius:8px}.team-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.team-stat-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 6px #00000005;transition:transform .2s,box-shadow .2s}.team-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000000d}.team-stat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.team-stat-content h3{margin:0;font-size:.9rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.team-stat-content p{margin:0;font-size:2rem;font-weight:800;color:var(--text-primary);line-height:1.2}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.team-member-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s}.team-member-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.member-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--surface-hover);margin-bottom:1rem}.member-name{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.member-position{margin:0 0 1rem;color:var(--text-secondary);font-size:.9rem}.member-department{background:var(--surface-hover);color:var(--primary-color);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.approval-list{display:flex;flex-direction:column;gap:1rem}.approval-item{display:flex;align-items:center;justify-content:space-between;background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:1rem 1.5rem}.approval-info{display:flex;align-items:center;gap:1rem}.approval-meta h4{margin:0 0 .25rem}.approval-meta p{margin:0;font-size:.85rem;color:var(--text-secondary)}.approval-actions{display:flex;gap:.5rem}:root{--primary-color: #d55267;--primary-hover: #4f46e5;--bg-color: #f8fafc;--surface-color: #ffffff;--surface-hover: #f1f5f9;--surface-bg: #f8fafc;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #cbd5e1;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--glass: rgba(255, 255, 255, .9);--glass-border: rgba(0, 0, 0, .1);--sidebar-width: 280px;--header-height: 80px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--modal-bg: #ffffff;--modal-overlay: rgba(0, 0, 0, .5);--sidebar-bg: #ffffff;--sidebar-text: #475569;--sidebar-active-bg: #f1f5f9;--sidebar-border: #e2e8f0;--input-bg: #ffffff;--input-text: #0f172a;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .1);--card-shadow: 0 8px 32px 0 rgba(0, 0, 0, .08);--scrollbar-thumb: #cbd5e1;--scrollbar-hover: #94a3b8;--secondary-btn-bg: #1e293b;--secondary-btn-text: #ffffff;--secondary-btn-hover: #0f172a}[data-theme=dark]{--bg-color: #0f172a;--surface-color: #1e293b;--surface-hover: #334155;--surface-bg: #151f30;--text-primary: #f8fafc;--text-secondary: #94a3b8;--border-color: #334155;--glass: rgba(15, 23, 42, .8);--glass-border: rgba(255, 255, 255, .05);--modal-bg: #1e293b;--modal-overlay: rgba(0, 0, 0, .75);--sidebar-bg: #050b18;--sidebar-text: #94a3b8;--sidebar-active-bg: #1e2533;--sidebar-border: rgba(255, 255, 255, .1);--input-bg: #0f172a;--input-text: #ffffff;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .5);--card-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--scrollbar-thumb: #334155;--scrollbar-hover: #475569;--secondary-btn-bg: #334155;--secondary-btn-text: #ffffff;--secondary-btn-hover: #475569}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;transition:background-color .3s ease,color .3s ease,border-color .3s ease}body{background-color:var(--bg-color);color:var(--text-primary);overflow-x:hidden}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--card-shadow)}.card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:20px;padding:1.5rem}.app-container{display:flex;min-height:100vh}html,body{margin:0;padding:0;overflow-x:hidden;width:100%}.main-content{flex:1;margin-left:var(--sidebar-width);padding-top:calc(var(--header-height) + 2rem);padding-left:2.5rem;padding-right:2.5rem;padding-bottom:3rem;min-width:0;max-width:100%;box-sizing:border-box}button{cursor:pointer;border:none;background:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,var(--primary-color),#818cf8);color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #6366f133}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.btn-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--text-secondary);background:var(--surface-hover)}.btn-icon:hover{background:var(--primary-color);color:#fff}.table-container{width:100%;overflow-x:auto;border-radius:20px}.custom-table{width:100%;border-collapse:separate;border-spacing:0}.custom-table th{padding:1.25rem 1.5rem;background:var(--surface-hover);text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.custom-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);vertical-align:middle;color:var(--text-primary)}.custom-table tr:last-child td{border-bottom:none}.custom-table tr:hover td{background:#ffffff04}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.form-group input,.form-group select,.form-group textarea{background:var(--input-bg);border:1px solid var(--border-color);padding:.8rem 1rem;border-radius:12px;color:var(--input-text);font-size:.95rem;outline:none;transition:border-color .2s}.form-group input:focus{border-color:var(--primary-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.animate-fade{animation:fadeIn .4s ease-out forwards}.swal2-container{z-index:999999!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tooltip-container{position:relative;display:inline-flex;align-items:center}.tooltip-content{visibility:hidden;opacity:0;position:absolute;bottom:150%;left:50%;transform:translate(-50%);width:260px;background:var(--surface-color);color:var(--text-primary);padding:1rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 10px 30px #00000080;z-index:999;font-size:.8rem;font-weight:400;line-height:1.4;pointer-events:none;transition:all .2s ease}.tooltip-container:hover .tooltip-content{visibility:visible;opacity:1;bottom:120%}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:var(--surface-color) transparent transparent transparent}.tooltip-header{color:var(--primary-color);font-weight:700;margin-bottom:.4rem;display:block}.btn-outline{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:10px;border:1px solid var(--border-color);color:var(--text-primary);font-weight:500;font-size:.9rem;transition:all .2s ease}.btn-outline:hover{background:var(--surface-hover);border-color:var(--text-secondary)}.btn-success{background:var(--success);color:#fff;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;display:flex;align-items:center;gap:.5rem}.btn-success:hover{opacity:.9;transform:translateY(-1px)}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--surface-color) 25%,var(--surface-hover) 50%,var(--surface-color) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.swal2-popup{background:var(--surface-color)!important;color:var(--text-primary)!important;border-radius:20px!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-2xl)!important}.swal2-title,.swal2-html-container,.swal2-content{color:var(--text-primary)!important}.swal2-confirm{background-color:var(--primary-color)!important;border-radius:12px!important;padding:.8rem 2rem!important;font-weight:600!important}.swal2-cancel{background-color:var(--surface-hover)!important;color:var(--text-primary)!important;border-radius:12px!important;padding:.8rem 2rem!important;font-weight:600!important}.swal2-icon.swal2-info{border-color:var(--primary-color)!important;color:var(--primary-color)!important}.swal2-icon.swal2-warning{border-color:#f59e0b!important;color:#f59e0b!important}@media screen and (max-width: 1024px){:root{--sidebar-width: 0px}.main-content{margin-left:0!important;padding-left:1rem!important;padding-right:1rem!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important}.app-container.rtl .main-content{margin-right:0!important}}@media screen and (max-width: 768px){:root{--header-height: 70px}.main-content{padding-top:calc(var(--header-height) + 1.25rem)!important;padding-left:.75rem!important;padding-right:.75rem!important}.card,.card-glass{padding:1rem!important;border-radius:12px!important}.flex-row-stack{flex-direction:column!important}.grid-2-stack,.grid-3-stack{grid-template-columns:1fr!important}.card{padding:1rem}.btn-primary{padding:.6rem 1rem;font-size:.9rem}.table-container{margin:0 -1rem;width:calc(100% + 2rem);border-radius:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-container table{min-width:600px}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fade-in .3s ease}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-overlay, rgba(0, 0, 0, .5));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-box{background:var(--modal-bg, #ffffff);border:1px solid var(--border-color, #cbd5e1);border-radius:24px;box-shadow:var(--shadow-2xl);width:100%;animation:modalSlideUp .25s ease;max-height:90vh;overflow-y:auto}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.modal-header h3{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.modal-close{width:34px;height:34px;border-radius:10px;background:var(--surface-hover);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:var(--primary-color);color:#fff}.modal-body{padding:1.25rem 1.5rem}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid var(--border-color);margin-top:.5rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.swal-custom-input{background:var(--input-bg)!important;color:var(--input-text)!important;border:1px solid var(--border-color)!important;border-radius:12px!important;padding:.8rem 1rem!important;font-size:.95rem!important;outline:none!important;transition:border-color .2s!important;box-shadow:none!important;margin:1.5rem auto 0!important;width:90%!important;display:block!important}.swal-custom-input:focus{border-color:var(--primary-color)!important}
