.layout-container{min-height:100vh;display:flex;width:100%;background:#f6f8fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;width:256px;background:#fafafa;border-right:1px solid #e2e8f0;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}@media(min-width:768px){.sidebar{position:static;transform:translate(0)}}.sidebar-open{transform:translate(0)}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:24px;flex-shrink:0}.logo-container{display:flex;align-items:center;gap:12px}.logo-icon{width:48px;height:50px;display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-image{width:100%;height:100%;object-fit:contain}.app-title{font-weight:700;font-size:18px;color:#1e293b;margin:0;line-height:1.2}.app-subtitle{font-size:12px;color:#64748b;margin:0;line-height:1.2}.sidebar-content{padding:12px;flex:1;display:flex;flex-direction:column;overflow-y:auto}.sidebar-group{padding:0 12px}.sidebar-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px;margin-bottom:8px}.sidebar-menu{display:flex;flex-direction:column;gap:4px}.menu-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;margin-bottom:4px;text-decoration:none;color:#374151;font-weight:500;transition:all .2s ease;border:none;background:none;cursor:pointer;font-size:14px}.menu-item:hover{background-color:#dbeafe;color:#1d4ed8}.menu-item-active{background-color:#dbeafe;color:#1d4ed8;font-weight:600;box-shadow:0 1px 2px #0000000d}.menu-icon{width:20px;height:20px}.menu-text{font-weight:inherit}.logout-section{margin-top:auto;border-top:1px solid #e2e8f0;padding-top:12px;flex-shrink:0}.logout-button{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;text-decoration:none;color:#dc2626;font-weight:500;transition:all .2s ease;border:none;background:none;cursor:pointer;font-size:14px}.logout-button:hover{background-color:#fee2e2;color:#b91c1c}.logout-button:disabled{opacity:.6;cursor:not-allowed}.logout-button .menu-icon{color:#dc2626}.logout-button:hover .menu-icon{color:#b91c1c}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.mobile-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:none}@media(max-width:767px){.mobile-header{display:block}}.header-content{display:flex;align-items:center;gap:16px}.menu-button{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.menu-button:hover{background-color:#f1f5f9}.menu-button .menu-icon{width:20px;height:20px;color:#1e293b}.mobile-title{font-size:20px;font-weight:700;color:#1e293b;margin:0}.content-area{flex:1;overflow:auto;padding:24px}.overlay{position:fixed;inset:0;background:#000;opacity:.5;z-index:40}@media(min-width:768px){.overlay{display:none}}.logout-modal-overlay{position:fixed;inset:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.logout-modal{background-color:#fff;border-radius:8px;padding:24px;width:90%;max-width:380px;box-shadow:0 4px 20px #00000026;animation:slideUp .2s ease;margin:16px}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.logout-modal-header{display:flex;align-items:center;margin-bottom:16px}.logout-modal-icon{width:20px;height:20px;color:#dc2626;margin-right:12px;flex-shrink:0}.logout-modal-title{font-size:16px;font-weight:600;color:#111827;margin:0}.logout-modal-body{margin-bottom:20px}.logout-modal-message{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.logout-modal-actions{display:flex;justify-content:flex-end;gap:12px}.logout-modal-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:80px}.logout-modal-cancel{background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.logout-modal-cancel:hover:not(:disabled){background-color:#e5e7eb}.logout-modal-confirm{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.logout-modal-confirm:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.logout-modal-button:disabled{opacity:.5;cursor:not-allowed}.logout-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;display:inline-block;margin-right:6px}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}a{text-decoration:none;color:inherit}*{box-sizing:border-box}.employees-page{padding:24px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.section-header h2{margin:0;font-size:22px;font-weight:648;color:#1a1a1a}.add-employee-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.add-employee-btn:hover{background-color:#1d4ed8}.add-employee-form{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:24px;margin-bottom:24px;display:flex;gap:16px;align-items:end}.add-employee-form input{padding:10px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;flex:1;transition:border-color .2s}.add-employee-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.add-employee-form button{padding:10px 20px;background-color:#059669;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.add-employee-form button:hover{background-color:#047857}.employees-table-container{padding:0}.employees-table{width:100%;border-collapse:collapse}.employees-table td:nth-child(2){background-color:#fff!important}.employees-table tr:hover td:nth-child(2){background-color:#f9fafb!important}.employees-table th{background:#f8f9fa;padding:16px 24px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e1e5e9;font-size:15px}.employees-table td{padding:16px 24px;border-bottom:1px solid #f3f4f6;color:#374151}.employees-table tr:last-child td{border-bottom:none}.employees-table tr:hover{background-color:#f9fafb}.employee-name{font-weight:500;color:#1a1a1a;font-size:15px!important}.employee-extension{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:800;font-size:15px!important}.employee-actions{display:flex;gap:15px}.action-btn{display:flex;align-items:center;justify-content:center;padding:8px 10px;border:1px solid #d1d5db;gap:6px;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;font-weight:500}.modal-body{padding:24px}.modal-body p{margin:0 0 8px;color:#374151;text-align:center;line-height:1.5}.warning-text{color:#dc2626!important;font-weight:500;font-size:14px}.employee-details{background:#f8f9fa;border-radius:8px;padding:16px;margin:16px 0;text-align:center;border:1px solid #e1e5e9}.employee-details strong{color:#1a1a1a;font-weight:600}.cancel-btn{padding:10px 24px;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.error-alert{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:20px 0;box-shadow:0 1px 3px #0000001a}.error-alert-content{display:flex;align-items:flex-start;gap:12px;position:relative}.error-alert-icon{flex-shrink:0;width:20px;height:20px;color:#dc2626;margin-top:2px}.error-alert-text{flex:1;min-width:0}.error-alert-text h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#dc2626;line-height:1.4}.error-alert-text p{margin:0;font-size:14px;color:#7f1d1d;line-height:1.5;word-wrap:break-word}.error-alert-close{flex-shrink:0;width:24px;height:24px;border:none;background:none;color:#9ca3af;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.error-alert-close:hover{background:#fecaca;color:#dc2626}.skeleton-loading{padding:20px}.skeleton-header{margin-bottom:30px}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-title{height:24px;width:200px;margin-bottom:8px}.skeleton-subtitle{height:16px;width:150px}.skeleton-table{border:1px solid #e1e5e9;border-radius:8px;overflow:hidden}.skeleton-row{display:grid;grid-template-columns:1fr 1fr auto;gap:20px;padding:16px 20px;border-bottom:1px solid #e1e5e9;align-items:center}.skeleton-row:last-child{border-bottom:none}.skeleton-name{height:18px;width:80%}.skeleton-ext{height:18px;width:60%}.skeleton-actions{display:flex;gap:8px}.skeleton-button{width:60px;height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.employees-table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.employees-table{width:100%;table-layout:auto;border-collapse:collapse;min-width:unset}@media(max-width:768px){.employees-page{padding:16px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.section-header{flex-direction:column;align-items:stretch;gap:16px;padding-left:0}.add-employee-btn{width:fit-content;align-self:flex-start}.add-employee-form{flex-direction:column;align-items:stretch}.add-employee-form button{width:fit-content;align-self:flex-start}.employee-actions{display:flex;flex-direction:column;gap:8px;max-height:180px;overflow-y:auto}.action-btn{width:100%;justify-content:center;padding:10px 12px}}@media(max-width:480px){.employee-actions{flex-direction:column;gap:6px;max-height:160px;overflow-y:auto}.action-btn{padding:8px 10px;font-size:13px}.modal-content{width:95%;margin:20px}.modal-actions{flex-direction:column}.cancel-btn,.delete-confirm-btn{width:100%}}@media(max-width:375px){.employee-actions{gap:4px;max-height:140px;overflow-y:auto}.action-btn{padding:6px 8px;font-size:12px}}@media(max-width:320px){.action-btn span{display:none}.action-btn{width:36px;height:36px;padding:0;border-radius:50%;justify-content:center}.action-btn svg{margin:0}}.schedule-page{padding:24px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;border-bottom:1px solid #e1e5e9;padding-bottom:20px}.title-section{display:flex;align-items:center;gap:16px;flex:1}.header-actions{display:flex;gap:12px;align-items:center}.export-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap;margin-top:8px}.export-btn:hover{background-color:#1d4ed8}.export-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.date-title{margin:0 0 20px;font-size:20px;font-weight:700;color:#1a1a1a;text-align:left}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.nav-controls{display:flex;align-items:center;gap:8px}.nav-btn,.today-btn{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;font-weight:530;cursor:pointer;color:#09111e!important;transition:all .2s;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.refresh-btn{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#2563eb;font-size:14px;font-weight:530;cursor:pointer;color:#fff!important;transition:all .2s;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:6px}.nav-btn{width:36px;padding:8px}.today-btn{min-width:60px}.nav-btn:hover,.today-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.refresh-btn:hover{background-color:#024be7;border-color:#9ca3af}.nav-btn:disabled,.today-btn:disabled,.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.view-switch{display:flex;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:2px}.tab-btn{padding:8px 16px;border:none;background:none;border-radius:4px;font-size:14px;font-weight:540;cursor:pointer;color:#374151;transition:all .2s;height:32px;display:flex;align-items:center;box-sizing:border-box}.tab-btn.active{background-color:#2563eb;color:#fff}.tab-btn:disabled{opacity:.5;cursor:not-allowed}.schedule-container{position:relative;background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.schedule-scroll-wrapper{overflow-x:auto;overflow-y:visible}.schedule-table{width:auto;min-width:100%;border-collapse:collapse;table-layout:fixed}.employee-column{width:175px;min-width:175px;position:sticky;left:0;background:#f8f9fa;z-index:10;text-align:left!important;padding-left:16px!important;border-right:2px solid #e1e5e9}.schedule-table th{background:#f8f9fa;padding:8px 6px;text-align:center;font-weight:600;color:#374151;border-bottom:1px solid #e1e5e9;border-right:1px solid #e1e5e9;font-size:14px;min-width:100px}.schedule-table th:last-child{border-right:none}.schedule-table td{padding:8px 6px;border-bottom:1px solid #e1e5e9;border-right:1px solid #e1e5e9;vertical-align:top;min-width:100px}.schedule-table td:last-child{border-right:none}.schedule-table tr:last-child td{border-bottom:none}.employee-cell{position:sticky;left:0;background:#f8fafc;z-index:5;border-right:2px solid #e1e5e9;padding-top:25px!important;padding-left:10px!important}.employee-name{font-weight:600;color:#1a1a1a;font-size:14px}.employee-ext{color:#6b7280;font-size:13px;margin-top:4px;font-weight:600}.date-column{background:#f8f9fa}.date-column div:first-child{font-weight:600;color:#374151;font-size:14px}.date-column .small{font-size:12px;color:#6b7280;margin-top:4px;font-weight:400}.status-cell{text-align:center;background:#fff;height:80px;cursor:pointer;transition:background-color .2s ease}.status-cell:hover{background-color:#eaeef0}.status-cell.today{background-color:#f0f9ff!important}.status-cell.today:hover{background-color:#e0f2fe!important}.status-container{display:flex;flex-direction:column;gap:4px;align-content:center;justify-content:center;height:100%;padding:4px 2px;min-height:80px;position:relative;overflow:visible;flex-wrap:wrap}.empty-status{color:#9ca3af;font-size:14px;font-style:normal;display:flex;align-items:center;justify-content:center;min-height:28px;width:100%}.status-badge{display:flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:4px;font-size:11px;font-weight:500;width:100%;max-width:96px;min-height:24px;color:#1a1a1a!important;border:none;position:relative;transition:all .2s ease;box-sizing:border-box;overflow:visible;word-wrap:break-word;white-space:normal;line-height:1.2;text-align:center;-webkit-hyphens:auto;hyphens:auto}.status-name{flex:1;text-align:center;font-weight:500;white-space:normal;word-wrap:break-word;overflow:visible;min-width:0;line-height:1.2;-webkit-hyphens:auto;hyphens:auto}.remove-btn{position:absolute;top:2px;right:2px;background:#0000004d;border:none;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:0;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease;z-index:2}.remove-btn:hover{opacity:1;background-color:#0003}.status-badge:hover .remove-btn{display:flex;opacity:1}.remove-btn:hover{background:#0009;transform:scale(1.1)}.status-badge-wrapper{display:flex;align-items:center;gap:4px;position:relative;margin-bottom:4px}.state-icons-container{display:flex;gap:3px;align-items:center}.state-icon{background:none;border:1px solid #999;border-radius:3px;padding:2px 4px;cursor:pointer;font-size:12px;transition:all .2s ease}.state-icon:hover{background:#0000001a;border-color:#666}.state-dropdown{position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1001;min-width:160px;margin-top:0}.state-option{padding:10px 12px;cursor:pointer;font-size:13px;transition:background-color .2s;white-space:nowrap;-webkit-user-select:none;user-select:none}.state-option:first-child{border-radius:4px 4px 0 0}.state-option:last-child{border-radius:0 0 4px 4px}.refresh-btn .spin{animation:spin 1s linear infinite}.refresh-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:8px}.refresh-indicator{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid #e1e5e9}.refresh-indicator .spin{animation:spin 1s linear infinite;color:#2563eb}.refresh-indicator span{font-size:14px;font-weight:500;color:#374151}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.error-banner{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:20px;color:#dc2626;font-size:14px}.dismiss-btn{background:none;border:none;color:#dc2626;cursor:pointer;padding:4px;border-radius:4px}.no-data{padding:40px 20px;text-align:center;color:#6b7280}.schedule-table thead tr th.employee-column,.schedule-table thead tr th.date-column{background:#f1f5f9!important;color:#000}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:8px;padding:24px;box-shadow:0 20px 25px -5px #0000001a;max-width:400px;width:90%}.modal h3{margin-top:0;margin-bottom:12px;color:#1f2937}.modal p{margin:8px 0;color:#6b7280;font-size:14px}.modal input[type=date]{width:100%;padding:8px;margin:12px 0;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.modal-buttons{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.modal button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.modal-buttons button:first-child{background-color:#3b82f6;color:#fff}.modal-buttons button:first-child:hover{background-color:#2563eb}.modal-buttons button:last-child{background-color:#e5e7eb;color:#374151}.modal-buttons button:last-child:hover{background-color:#d1d5db}.export-modal{max-width:440px;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fff;overflow:hidden}.export-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;margin-bottom:8px;background:#fff}.export-modal .modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.export-modal .modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.export-modal .modal-close:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.export-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}.export-modal .modal-body{padding:0 24px 24px;background:#fff}.export-section{margin-bottom:24px}.section-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.export-options{display:flex;flex-direction:column;gap:8px}.export-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.export-option:hover{border-color:#d1d5db;background-color:#f9fafb}.export-option:has(input:checked){border-color:#2563eb;background-color:#eff6ff;box-shadow:0 0 0 1px #2563eb}.export-option input[type=radio]{margin:0;width:16px;height:16px;accent-color:#2563eb}.export-option span{font-size:14px;font-weight:500;color:#374151}.export-option:has(input:checked) span{color:#1e40af;font-weight:600}.send-email-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap;margin-top:8px}.send-email-btn:hover{background-color:#1d4ed8}.send-email-btn:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.email-settings-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap;margin-top:8px}.email-settings-btn:hover{background-color:#1d4ed8}.email-settings-btn:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.date-section{margin-top:24px;padding-top:24px;border-top:1px solid #f3f4f6}.date-input-group{display:flex;flex-direction:column;gap:12px}.date-input{padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;background:#fff}.date-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.date-preview{padding:10px 12px;background-color:#f8f9fa;border-radius:8px;color:#6b7280;font-size:14px;font-weight:500;text-align:center;border:1px solid #f3f4f6}.btn-primary,.btn-secondary{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.btn-primary{display:flex;align-items:center;gap:8px;background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb33}.btn-secondary{background-color:#fff;color:#374151;border:1.5px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:768px){.schedule-page{padding:16px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.header-actions{flex-direction:column;align-items:stretch}.page-header .export-btn{align-self:flex-end;margin-top:0}.controls{flex-direction:column;align-items:stretch;gap:12px}.nav-controls{justify-content:center}.view-switch{align-self:center}.employee-column{width:150px;min-width:150px}.schedule-table th,.schedule-table td{min-width:120px}}.dropdown-container{position:relative;font-family:Inter,sans-serif;font-size:12px;z-index:1000;width:100%;display:flex;justify-content:center}.add-status-select{width:100%;max-width:95px;padding:4px 24px 4px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:11px;background:#fff;cursor:pointer;color:#6b7280;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 6px center;background-repeat:no-repeat;background-size:16px;appearance:none;height:28px;box-sizing:border-box}.add-status-select:hover{border-color:#9ca3af}.add-status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.checkbox-dropdown{position:absolute;top:100%;left:0;z-index:2000;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 10px #00000026;min-width:220px;max-height:300px;overflow-y:auto;padding:8px}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #f3f4f6;background:#f8f9fa}.dropdown-header span{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.close-dropdown{background:none;border:none;font-size:16px;color:#6b7280;cursor:pointer;padding:2px;border-radius:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.close-dropdown:hover:not(:disabled){background-color:#e5e7eb}.dropdown-options{max-height:180px;overflow-y:auto;padding:6px 10px}.checkbox-option{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.checkbox-option:hover{background-color:#f9fafb}.checkbox-option.selected{background-color:#eff6ff}.checkbox-option input[type=checkbox]{width:14px;height:14px;accent-color:#2563eb;margin:0}.color-indicator{width:12px;height:12px;border-radius:3px;flex-shrink:0}.checkbox-label{font-size:12px;font-weight:500;color:#374151;flex:1}.checkbox-option.selected .checkbox-label{color:#1e40af;font-weight:600}.dropdown-footer{border-top:1px solid #f3f4f6;padding:8px;display:flex;justify-content:flex-end}.done-btn{background-color:#2563eb;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.schedule-table,.schedule-container,.schedule-scroll-wrapper{overflow:visible!important}.dropdown-container.drop-up .checkbox-dropdown{top:auto;bottom:100%;margin-bottom:4px}.dropdown-container.align-left .checkbox-dropdown{left:auto;right:0}.checkbox-dropdown{transform-origin:top left;animation:fadeInScale .15s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.calendar-btn{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#2563eb;font-size:14px;font-weight:530;cursor:pointer;color:#fff!important;transition:all .2s;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:6px}.calendar-btn:hover{background-color:#024be7;border-color:#9ca3af}.calendar-btn:disabled{opacity:.5;cursor:not-allowed}.calendar-modal{max-width:400px;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fff;overflow:hidden}.calendar-section{margin-bottom:16px}.calendar-modal .modal-header,.calendar-modal .modal-body,.calendar-modal .modal-footer{background:#fff}.calendar-modal .modal-header{padding:24px 24px 0;margin-bottom:20px}.calendar-modal .modal-body{padding:0 24px 24px}.calendar-modal .modal-footer{padding:20px 24px;border-top:1px solid #f3f4f6}.schedule-container.month-view .schedule-table{min-width:auto;table-layout:auto}.schedule-container.month-view .schedule-table th{min-width:120px;padding:12px 8px;font-size:14px}.schedule-container.month-view .schedule-table td{min-width:120px;padding:8px 6px;height:100px;vertical-align:top}.schedule-container.month-view .status-container{height:84px;padding:6px 4px;min-height:84px;gap:6px;align-items:center;justify-content:flex-start}.schedule-container.month-view .status-cell{height:auto;min-height:100px}.schedule-container.month-view .status-container{height:auto;min-height:84px;padding:8px 4px;gap:6px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.schedule-container.month-view .status-badge{max-width:100%;min-width:80px;flex-shrink:0}.schedule-container.month-view .add-status-select{max-width:100%;min-width:80px}.schedule-container.month-view .schedule-table td{height:auto;min-height:100px}.schedule-container.month-view .schedule-table tr{height:auto}.schedule-container.month-view .schedule-table{table-layout:fixed}.schedule-container.month-view .schedule-table td{vertical-align:top}.schedule-container.month-view .status-container{align-content:flex-start}.schedule-container.month-view .status-cell.has-many-statuses .status-container{min-height:120px}@media(max-width:768px){.schedule-container.month-view .status-cell{min-height:90px}.schedule-container.month-view .status-container{min-height:74px}.schedule-container.month-view .status-badge{min-width:70px;font-size:11px}.schedule-container.month-view .add-status-select{min-width:70px;font-size:10px}}.dropdown-container{position:relative;font-family:Inter,sans-serif;font-size:12px;z-index:1000;width:100%}.add-status-select{background-color:#f8f9fa;color:#495057;padding:4px 20px 4px 6px;border-radius:4px;cursor:pointer;border:1px solid #e9ecef;transition:all .15s ease;-webkit-user-select:none;user-select:none;text-align:center;display:flex;align-items:center;justify-content:center;width:100%;font-weight:500;font-size:11px;height:24px;box-sizing:border-box;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 6px center;background-repeat:no-repeat;background-size:12px}.add-status-select:hover{background-color:#e9ecef;border-color:#ced4da}.search-dropdown{position:absolute;top:100%;left:0;width:200px;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 4px 12px #0000001a;margin-top:4px;overflow:hidden;display:flex;flex-direction:column;max-height:280px}.dropdown-container.drop-up .search-dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:4px}.dropdown-container.align-left .search-dropdown{left:auto;right:0}.dropdown-header{padding:8px;border-bottom:1px solid #f1f3f4;background-color:#fafbfc}.status-search-input{width:100%;padding:6px 28px;border:1px solid #e9ecef;border-radius:4px;font-size:12px;outline:none;background:#fff}.status-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.status-search-input::placeholder{color:#6c757d}.search-input-container .search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none;width:12px;height:12px}.dropdown-options{flex:1;overflow-y:auto;max-height:180px;padding:4px}.search-option{display:flex;align-items:center;padding:6px 8px;cursor:pointer;transition:background .1s ease;font-size:12px;border-radius:4px;margin:1px 0;position:relative}.search-option:hover{background-color:#f8f9fa}.search-option.selected{background-color:#e7f3ff}.color-indicator{display:none!important}.search-option.selected .option-label{color:#1e40af}.no-results{padding:12px 8px;text-align:center;color:#6c757d;font-style:italic;font-size:12px}.dropdown-footer{padding:8px;border-top:1px solid #f1f3f4;display:flex;justify-content:flex-end;background-color:#fafbfc}.done-btn{padding:4px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500}.done-btn:hover:not(:disabled){background-color:#2563eb}.done-btn:disabled{background-color:#9ec5fe;cursor:not-allowed}.dropdown-options::-webkit-scrollbar{width:4px}.dropdown-options::-webkit-scrollbar-thumb{background-color:#ced4da;border-radius:2px}.skeleton-loading{padding:1rem}.skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.skeleton-title-section{display:flex;align-items:center;gap:1rem}.skeleton-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-text-group{display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:1rem;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-title{width:300px;height:1.5rem}.skeleton-subtitle{width:200px}.skeleton-export-btn{width:100px;height:40px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.skeleton-nav-controls{display:flex;align-items:center;gap:.5rem}.skeleton-nav-btn,.skeleton-calendar-btn,.skeleton-refresh-btn{width:40px;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-today-btn{width:60px;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-refresh-btn{width:100px}.skeleton-view-switch{display:flex;gap:.5rem}.skeleton-tab-btn{width:100px;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-date-title{width:250px;height:1.5rem;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;margin-bottom:1rem}.skeleton-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.skeleton-table-header{display:grid;grid-template-columns:250px repeat(7,1fr);background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.skeleton-employee-header{height:50px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-date-header{height:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #e5e7eb}.skeleton-date-text{width:60px;height:1rem;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-table-row{display:grid;grid-template-columns:250px repeat(7,1fr);border-bottom:1px solid #e5e7eb}.skeleton-table-row:last-child{border-bottom:none}.skeleton-employee-cell{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-right:1px solid #e5e7eb}.skeleton-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-employee-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.skeleton-employee-name{width:120px;height:1rem;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-employee-ext{width:60px;height:.875rem;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-status-cell{padding:.5rem;border-right:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.skeleton-status-pills{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.skeleton-status-pill{width:40px;height:24px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.employee-selection-section{padding:0}.selection-title{padding:8px 12px;font-size:12px;color:#666;background:#fafbfc;border-bottom:1px solid #f1f3f4;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.employee-options{max-height:180px;overflow-y:auto;padding:4px}.employee-option{display:flex;align-items:center;padding:6px 8px;cursor:pointer;transition:background .1s ease;font-size:12px;border-radius:4px;margin:1px 0;color:#212529;font-weight:500}.employee-option:hover{background-color:#f8f9fa}.back-to-statuses{padding:8px;border-top:1px solid #f1f3f4;background-color:#fafbfc}.back-button{width:100%;background:none;border:none;color:#3b82f6;cursor:pointer;font-size:12px;font-weight:500;padding:4px;text-align:left;transition:color .1s ease}.back-button:hover{color:#2563eb;text-decoration:underline}.search-dropdown{width:220px!important;max-height:300px!important}.dropdown-header{padding:8px!important;border-bottom:1px solid #f1f3f4!important;background-color:#fafbfc!important}.search-input-container{width:100%;position:relative;display:flex;align-items:center}.status-search-input{width:100%;padding:6px 28px!important;border:1px solid #e9ecef!important;border-radius:4px!important;font-size:12px!important;outline:none;background:#fff!important}.search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none;width:12px;height:12px}.close-search{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:14px;color:#6c757d;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.close-search:hover{color:#495057}.dropdown-options{flex:1;overflow-y:auto;max-height:180px;padding:4px!important}.search-option{display:flex;align-items:center;padding:6px 8px!important;cursor:pointer;transition:background .1s ease;font-size:12px!important;border-radius:4px;margin:1px 0;position:relative}.search-option:hover{background-color:#f8f9fa!important}.search-option.selected{background-color:#e7f3ff!important}.option-label{flex:1;color:#212529;font-weight:500;margin-left:0!important}.check-mark{color:#10b981;font-size:12px;font-weight:700;margin-left:auto}.no-results{padding:12px 8px!important;text-align:center;color:#6c757d;font-style:italic;font-size:12px!important}.dropdown-footer{padding:8px!important;border-top:1px solid #f1f3f4!important;display:flex;justify-content:flex-end;background-color:#fafbfc!important}.done-btn{padding:4px 12px!important;background-color:#3b82f6!important;color:#fff!important;border:none;border-radius:4px!important;cursor:pointer;font-size:12px!important;font-weight:500!important}.done-btn:hover:not(:disabled){background-color:#2563eb!important}.done-btn:disabled{background-color:#9ec5fe!important;cursor:not-allowed}.employee-options::-webkit-scrollbar,.dropdown-options::-webkit-scrollbar{width:4px}.employee-options::-webkit-scrollbar-thumb,.dropdown-options::-webkit-scrollbar-thumb{background-color:#ced4da;border-radius:2px}.client-arrow{background:none;border:none;cursor:pointer;padding:4px;margin-left:8px;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:all .2s ease;color:#6b7280}.client-arrow:hover{opacity:1;background:#0000000d;color:#374151}.client-arrow.active{opacity:1;background:#00000014}.client-arrow .expanded{transform:rotate(90deg);transition:transform .2s ease}.types-popup{position:fixed!important;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #00000026;width:160px;max-height:200px;z-index:9999;overflow:hidden;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}.popup-content{padding:6px;max-height:180px;overflow-y:auto}.type-option{padding:8px 10px;cursor:pointer;border-radius:4px;margin:2px 0;font-size:12px;transition:background-color .2s;color:#374151}.type-option:hover{background:#f3f4f6}.type-option.selected{background-color:#dbeafe;color:#1e40af}.type-option.selected .type-name{color:#1e40af;font-weight:600}.type-name{color:#374151;font-weight:500}.type-check{margin-left:auto;color:#0284c7;font-weight:700;font-size:14px}.search-dropdown{overflow:hidden!important}.dropdown-options{overflow-y:auto!important;max-height:250px!important}.search-option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;border-radius:6px;margin:2px 0;transition:background .1s ease;font-size:12px;position:relative;min-height:36px}.popup-content::-webkit-scrollbar{width:4px}.popup-content::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:2px}.status-badge.state-completed{border-left:4px solid #10b981}.status-badge.state-cancelled{opacity:1;background-color:#fef2f2!important;border-left:4px solid #ef4444}.status-badge.state-postponed{background-color:#ffedd5!important;border-left:4px solid #f97316}.state-indicator{margin-left:6px;font-weight:700}.state-indicator.completed-indicator{color:#10b981}.state-indicator.cancelled-indicator{color:#ef4444}.state-indicator.postponed-indicator{color:#f97316}.postponed-date-line{font-size:11px;color:#f97316;margin-top:2px;padding-left:8px}.postponed-label{font-weight:500}.state-dots-container{margin-left:4px;display:flex;align-items:center}.state-dots-btn{background:none;border:none;cursor:pointer;font-size:18px;color:#6b7280;padding:2px 6px;border-radius:4px}.state-dropdown{position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;box-shadow:0 4px 20px #00000026;z-index:1000;min-width:180px}.state-option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;border-radius:6px;margin-bottom:2px}.state-option:hover{background-color:#f3f4f6}.state-option.active{background-color:#eff6ff}.state-icon-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;font-size:14px}.completed-icon{background-color:#d1fae5;color:#10b981}.cancelled-icon{background-color:#fee2e2;color:#ef4444}.postponed-icon{background-color:#ffedd5;color:#f97316}.state-option-text{flex:1;font-size:14px}.active-indicator{color:#3b82f6;font-weight:700}.state-dropdown-divider{height:1px;background-color:#e5e7eb;margin:6px 0}.state-option.clear{color:#6b7280}.state-option.clear:hover{background-color:#fee2e2;color:#dc2626}.status-row{display:flex;align-items:center;gap:4px}.state-dots-container{margin-left:4px;display:flex;align-items:center;height:100%}.state-dots-btn{background:none;border:none;cursor:pointer;font-size:18px;color:#6b7280;padding:2px 6px;border-radius:4px;height:24px;display:flex;align-items:center;justify-content:center}.state-dots-btn:hover{background-color:#f3f4f6;color:#374151}.postponed-date-line{margin-top:2px;margin-left:8px;font-size:11px;color:#f97316}.postponed-label{font-weight:500;display:inline-flex;align-items:center;gap:4px}.postpone-modal{max-width:380px;padding:0;border-radius:10px;overflow:hidden}.postpone-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#fff}.postpone-modal .modal-header h3{margin:0;font-size:16px;font-weight:600;color:#1a1a1a}.postpone-modal .modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;font-size:18px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s}.postpone-modal .modal-close:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.postpone-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}.postpone-modal .modal-body{padding:16px 20px}.modal-description{margin:0 0 16px;color:#6b7280;font-size:13px;line-height:1.4}.modal-description strong{color:#1a1a1a;font-weight:600}.postpone-options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.postpone-option{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;transition:border-color .2s}.postpone-option:has(input:checked){border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.radio-option{display:flex;align-items:flex-start;padding:12px 14px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff}.radio-option input[type=radio]{margin:2px 10px 0 0;width:14px;height:14px;accent-color:#3b82f6;flex-shrink:0}.radio-option input[type=radio]:disabled{opacity:.5;cursor:not-allowed}.radio-content{flex:1}.radio-title{display:block;font-weight:600;color:#1a1a1a;margin-bottom:2px;font-size:13px}.radio-description{display:block;color:#6b7280;font-size:12px;line-height:1.3}.date-input-container{padding:0 14px 12px;border-top:1px solid #f3f4f6;margin-top:6px}.date-input-container label{display:block;font-weight:500;color:#374151;margin-bottom:6px;font-size:12px}.date-input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;transition:all .2s;background:#fff;box-sizing:border-box}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.date-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.date-preview{margin-top:6px;padding:8px 10px;background-color:#f8f9fa;border-radius:6px;color:#6b7280;font-size:12px;text-align:center;border:1px solid #f3f4f6}.date-preview strong{color:#1a1a1a;font-weight:600}.postpone-modal .modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #f3f4f6;background-color:#f9fafb}.postpone-modal .btn-primary,.postpone-modal .btn-secondary{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:90px}.postpone-modal .btn-primary{background-color:#3b82f6;color:#fff}.postpone-modal .btn-primary:hover:not(:disabled){background-color:#2563eb}.postpone-modal .btn-secondary{background-color:#fff;color:#374151;border:1.5px solid #d1d5db}.postpone-modal .btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.postpone-modal .btn-primary:disabled,.postpone-modal .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.export-modal .modal-footer,.calendar-modal .modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #f3f4f6;background-color:#fff}.cancellation-info-btn{background:none;border:none;padding:2px;margin-left:4px;cursor:pointer;opacity:.7;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.cancellation-info-btn:hover{opacity:1;transform:scale(1.1)}.cancellation-details-modal{max-width:380px;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:0}.cancellation-details-modal .modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;justify-content:space-between;align-items:center}.cancellation-details-modal .modal-header h3{margin:0;font-size:16px;font-weight:600;color:#1a1a1a}.cancellation-details-modal .modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;font-size:20px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cancellation-details-modal .modal-close:hover{background-color:#f3f4f6;color:#374151}.cancellation-details-modal .modal-body{padding:20px 24px}.details-grid{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:start}.detail-item{display:contents}.detail-label{font-size:12px;color:#6b7280;font-weight:500;text-align:right;padding-right:12px;margin-top:2px}.detail-value{font-size:13px;color:#333;font-weight:500}.reason-text,.note-text{background:#f8f9fa;padding:10px 12px;border-radius:6px;margin-top:4px;font-size:13px;line-height:1.4}.reason-text{border-left:3px solid #ef4444}.note-text{border-left:3px solid #6b7280;font-style:italic;color:#666}.cancellation-details-modal .modal-footer{padding:16px 24px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background:#fff}.cancellation-details-modal .modal-footer button{padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.cancellation-details-modal .modal-footer button:hover{background-color:#2563eb}.cancellation-modal .modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;margin-bottom:0}.cancellation-modal .modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.cancellation-modal .modal-body{padding:24px}.cancellation-modal .section-title{font-size:13px;font-weight:600;color:#374151;margin-bottom:8px;text-transform:none;letter-spacing:normal}.cancellation-modal .reason-input{width:100%;padding:12px;border:2px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;margin-top:8px;margin-bottom:6px;box-sizing:border-box}.cancellation-modal .reason-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.cancellation-modal .reason-input::placeholder{color:#9ca3af;font-size:13px}.cancellation-modal .note-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;margin-top:8px;box-sizing:border-box}.cancellation-modal .note-textarea:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.cancellation-modal .note-textarea::placeholder{color:#9ca3af;font-size:13px}.cancellation-modal .input-help{font-size:12px;color:#6b7280;margin-top:4px;margin-bottom:16px;font-style:italic}.cancellation-modal .modal-description{background:#f8fafc;padding:12px 16px;border-radius:8px;margin:0 0 20px;border-left:3px solid #dc2626}.cancellation-modal .modal-description p{margin:0;color:#374151;font-size:13px;line-height:1.4}.cancellation-modal .modal-description strong{color:#1a1a1a}.cancellation-modal .cancellation-note{background:#fef2f2;padding:12px 16px;border-radius:8px;margin-top:20px;border:1px solid #fecaca}.cancellation-modal .cancellation-note p{margin:0;color:#7f1d1d;font-size:12px;line-height:1.4}.cancellation-modal .cancellation-note strong{color:#dc2626}.cancellation-modal .modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #f3f4f6;background-color:#fff;border-radius:0 0 8px 8px}.cancellation-modal .btn-cancel-status{background-color:#dc2626;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s;min-width:120px}.cancellation-modal .btn-cancel-status:hover:not(:disabled){background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.cancellation-modal .btn-cancel-status:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cancellation-modal .btn-secondary{background-color:#fff;color:#374151;border:1.5px solid #d1d5db;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px}.cancellation-modal .btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.cancellation-modal .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.cancellation-modal .modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;font-size:20px;width:32px;height:32px}.cancellation-modal .modal-close:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.cancellation-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.cancellation-modal{width:95%;padding:0}.cancellation-modal .modal-body{padding:20px}.cancellation-modal .modal-footer{flex-direction:column;gap:8px}.cancellation-modal .btn-secondary,.cancellation-modal .btn-cancel-status{width:100%}}.email-settings-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.email-settings-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;width:100%;max-width:500px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.email-settings-modal-header{padding:18px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;background:#f9fafb}.email-settings-modal-title{display:flex;align-items:center;gap:12px}.email-settings-title-icon{width:36px;height:36px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.email-settings-title-text{margin:0;font-size:18px;font-weight:600;color:#111827;line-height:1.2}.email-settings-subtitle{margin:2px 0 0;color:#6b7280;font-size:12px}.email-settings-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.email-settings-modal-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.email-settings-modal-close:disabled{opacity:.5;cursor:not-allowed}.email-settings-modal-body{flex:1;overflow-y:auto;padding:20px}.email-settings-section{margin-bottom:24px}.email-settings-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.email-settings-section-title{display:flex;align-items:center;gap:8px}.email-settings-section-title h4{margin:0;font-size:15px;font-weight:600;color:#111827}.email-settings-section-title svg{color:#2563eb;width:16px;height:16px}.email-settings-required-badge{background:#fee2e2;color:#dc2626;font-size:11px;font-weight:600;padding:3px 6px;border-radius:4px}.email-settings-section-desc{margin:0 0 12px;color:#6b7280;font-size:13px;line-height:1.4}.email-add-container{margin-bottom:16px}.email-input-group{display:flex;gap:8px;margin-bottom:4px}.email-settings-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;transition:all .2s;height:38px;box-sizing:border-box}.email-settings-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #4f46e51a}.email-input-error{border-color:#dc2626!important}.email-settings-input:disabled{background:#f9fafb;cursor:not-allowed}.email-add-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:0 14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;height:38px;flex-shrink:0}.email-add-button:hover:not(:disabled){background:#1953d1}.email-add-button:disabled{background:#9ca3af;cursor:not-allowed}.email-test-button{background:#3b6cd5;color:#fff;border:none;border-radius:8px;padding:0 16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;height:38px;font-size:13px;flex-shrink:0}.email-test-button:hover:not(:disabled){background:#047857}.email-test-button:disabled{background:#9ca3af;cursor:not-allowed}.email-recipients-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.email-recipients-header{padding:8px 12px;border-bottom:1px solid #e5e7eb;background:#f3f4f6}.email-recipients-count{font-size:12px;font-weight:500;color:#4b5563}.email-recipients-list{max-height:160px;overflow-y:auto}.email-recipient-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #e5e7eb;background:#fff}.email-recipient-item:last-child{border-bottom:none}.email-recipient-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.email-avatar{width:28px;height:28px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0}.email-address-text{font-size:13px;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-remove-button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.email-remove-button:hover:not(:disabled){background:#fee2e2;color:#dc2626}.email-remove-button:disabled{opacity:.5;cursor:not-allowed}.email-empty-state{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:24px 16px;text-align:center;color:#6b7280}.email-empty-state svg{color:#9ca3af;margin-bottom:8px}.email-empty-state p{margin:0;font-size:13px;font-weight:500}.email-checkbox-container{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.email-checkbox-container:hover{background:#f9fafb}.email-checkbox-container input{display:none}.email-checkmark{position:relative;top:1px;width:18px;height:18px;border:1.5px solid #d1d5db;border-radius:4px;flex-shrink:0;transition:all .2s}.email-checkbox-container input:checked~.email-checkmark{background:#2563eb;border-color:#4f46e5}.email-checkmark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.email-checkbox-container input:checked~.email-checkmark:after{display:block}.email-checkbox-content{flex:1}.email-checkbox-label{display:block;font-weight:500;color:#111827;font-size:14px;margin-bottom:2px}.email-checkbox-desc{display:block;font-size:12px;color:#6b7280;line-height:1.4}.email-test-result{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:8px;margin-top:12px}.email-test-success{background:#d1fae5;border:1px solid #a7f3d0}.email-test-error{background:#fee2e2;border:1px solid #fecaca}.email-test-result-icon{flex-shrink:0;margin-top:1px}.email-test-success .email-test-result-icon{color:#059669}.email-test-error .email-test-result-icon{color:#dc2626}.email-test-result-content{flex:1}.email-test-result-msg{display:block;font-size:13px;line-height:1.4}.email-test-success .email-test-result-msg{color:#065f46}.email-test-error .email-test-result-msg{color:#991b1b}.email-settings-divider{height:1px;background:#e5e7eb;margin:20px 0}.email-settings-modal-footer{padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.email-footer-content{display:flex;justify-content:space-between;align-items:center}.email-footer-info{flex:1}.email-recipients-summary{display:flex;align-items:center;color:#6b7280;font-size:13px}.email-summary-text{font-weight:500}.email-footer-actions{display:flex;gap:10px}.email-btn-secondary,.email-btn-primary{padding:8px 16px;border-radius:6px;font-weight:500;font-size:13px;display:flex;align-items:center;gap:6px;border:none;cursor:pointer;transition:all .2s;height:36px}.email-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.email-btn-secondary:hover:not(:disabled){background:#f3f4f6}.email-btn-primary{background:#2563eb;color:#fff;min-width:70px;justify-content:center}.email-btn-primary:hover:not(:disabled){background:#1650cd}.email-btn-secondary:disabled,.email-btn-primary:disabled{opacity:.5;cursor:not-allowed}.email-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:email-spinner-spin 1s ease-in-out infinite;flex-shrink:0}.email-error-message{display:flex;align-items:center;gap:6px;color:#dc2626;font-size:12px;margin-top:4px}.email-test-error{background:#fef2f2;border:1px solid #fecaca}.email-test-success{background:#f0fdf4;border:1px solid #bbf7d0}.email-test-result-title{display:block;font-weight:600;margin-bottom:2px;font-size:13px}.email-test-error .email-test-result-title{color:#991b1b}.email-test-success .email-test-result-title{color:#065f46}.email-test-result-msg{display:block;font-size:12px;line-height:1.4;color:#374151}.email-test-error .email-test-result-msg{color:#7f1d1d}.email-test-success .email-test-result-msg{color:#064e3b}.email-testing-notice{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:13px;margin-top:8px;padding:8px;background:#f9fafb;border-radius:6px}.email-empty-state-hint{font-size:12px;color:#9ca3af;margin-top:4px!important}.email-add-button-text{margin-left:4px}.email-error-message{background:#fef2f2;border-radius:4px;padding:6px 8px;margin-top:4px}.email-error-message svg{color:#dc2626}.email-input-success{border-color:#10b981!important;background-color:#f0fdf4}.email-settings-input:disabled,.email-add-button:disabled,.email-test-button:disabled{opacity:.6;cursor:not-allowed}.email-add-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #4f46e533}.email-test-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #05966933}.email-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #4f46e533}.email-settings-modal{animation:email-modal-enter .3s ease-out}@keyframes email-modal-enter{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.email-recipient-item{transition:background-color .2s,transform .2s}.email-recipient-item:hover{background-color:#f8fafc}.email-toast{position:fixed;top:20px;right:20px;z-index:9999;animation:email-toast-slide-in .3s ease-out}.email-toast-content{background:#fff;border-radius:8px;padding:12px 16px;display:flex;align-items:flex-start;gap:12px;max-width:350px;box-shadow:0 4px 12px #00000026;border:1px solid transparent}.email-toast-success{border-color:#bbf7d0}.email-toast-error{border-color:#fecaca}.email-toast-icon{flex-shrink:0;margin-top:2px}.email-toast-success .email-toast-icon{color:#059669}.email-toast-error .email-toast-icon{color:#dc2626}.email-toast-text{flex:1;min-width:0}.email-toast-text strong{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.email-toast-success .email-toast-text strong{color:#065f46}.email-toast-error .email-toast-text strong{color:#991b1b}.email-toast-text span{display:block;font-size:13px;line-height:1.4;color:#374151}.email-toast-close{background:none;border:none;color:#9ca3af;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s}.email-toast-close:hover{color:#374151}@keyframes email-toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.email-pulse-dot{width:8px;height:8px;background:#4f46e5;border-radius:50%;animation:email-pulse 1.5s infinite}@keyframes email-pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.5}}.email-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:email-spinner-spin .8s linear infinite}@keyframes email-spinner-spin{to{transform:rotate(360deg)}}.analytics-page{padding:24px;max-width:1400px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #e1e5e9}.controls-section{margin-bottom:32px}.search-section{margin-bottom:24px}.search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.search-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.search-actions{display:flex;gap:12px}.clear-filters-btn{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.clear-filters-btn:hover{background:#1d4ed8}.refresh-btn{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:6px}.refresh-btn:hover{background:#1d4ed8}.search-wrapper{position:relative;max-width:600px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.search-input{width:100%;padding:12px 16px 12px 40px;border:1px solid #d1d5db;border-radius:20px;font-size:14px;transition:all .2s;background:#fff}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a}.filter-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{font-weight:600;color:#374151;font-size:14px}.select-wrapper{position:relative}.filter-select{width:100%;padding:10px 36px 10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:all .2s;appearance:none;cursor:pointer}.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.date-input{appearance:auto;cursor:text}.date-input::-webkit-calendar-picker-indicator{cursor:pointer}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.results-header h2{margin:0;font-size:22px;font-weight:600;color:#1a1a1a}.header-left{display:flex;flex-direction:column}.showing-entries{font-size:.87rem;color:#6b7280;margin-top:.25rem}.results-count{display:flex;align-items:baseline;gap:8px}.results-number{font-size:20px;font-weight:700;color:#2563eb}.results-label{font-size:14px;color:#6b7280;font-weight:500}.table-section{margin-bottom:24px}.table-container{overflow-x:auto;border:1px solid #e1e5e9;border-radius:6px}.analytics-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.analytics-table th{background:#f8fafc;padding:16px 20px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e1e5e9;font-size:13px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.analytics-table td{padding:16px 20px;border-bottom:1px solid #e1e5e9}.analytics-table th,.analytics-table td{border:1px solid #e5e7eb}.even-row{background:#fafafa}.odd-row{background:#fff}.even-row:hover,.odd-row:hover{background:#f0f9ff}.employee-cell .employee-info{display:flex;flex-direction:column;gap:4px}.employee-name{font-weight:600;color:#1a1a1a;font-size:15px}.extension-badge{background:#e0f2fe;color:#0369a1;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;border:1px solid #bae6fd;display:flex;justify-content:center;width:fit-content;margin:0 auto}.date-display{display:flex;flex-direction:column;gap:4px}.date-full{font-weight:500;color:#1a1a1a;font-size:14px}.date-short{font-size:12px;color:#6b7280;font-family:monospace}.analytics-table .status-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;width:100%;align-items:center}.analytics-table .status-tag{display:flex;align-items:center;padding:4px 3px;font-size:13px;font-weight:500;min-height:24px;line-height:1.2;text-align:center;word-break:break-word;color:#000;background-color:transparent!important;white-space:nowrap;border:none!important}.analytics-table .status-tag:not(:last-child){margin-right:16px;position:relative}.analytics-table .status-tag:not(:last-child):after{content:"-";position:absolute;right:-12px;top:50%;transform:translateY(-50%);color:#212326;font-weight:600}.no-results{text-align:center;padding:60px 24px;color:#6b7280;border:1px solid #e1e5e9;border-radius:6px;background:#fff}.no-results h3{margin:0 0 8px;font-size:18px;color:#374151}.no-results p{margin:0;font-size:14px}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-left:3px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media(max-width:1024px){.page-header{margin-bottom:24px}}@media(max-width:768px){.analytics-page{padding:16px}.search-header{flex-direction:column;gap:12px;align-items:flex-start}.search-actions{width:100%;justify-content:flex-start}.search-wrapper{max-width:100%}.filter-controls{grid-template-columns:1fr;gap:12px}.results-header{flex-direction:column;gap:12px;align-items:flex-start}.analytics-table th,.analytics-table td{padding:12px 16px}.pagination-controls{flex-direction:column;gap:8px}}@media(max-width:480px){.title-section h1{font-size:24px}.title-section p{font-size:14px}.analytics-table{font-size:13px}.analytics-table th,.analytics-table td{padding:10px 12px}.employee-name{font-size:14px}.status-tag,.extension-badge{font-size:11px;padding:4px 8px}.results-number{font-size:18px}}.searchable-filter-container,.searchable-filter-container .select-wrapper{position:relative;width:100%}.searchable-filter-container .select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.searchable-filter-container .filter-trigger.filter-select.has-value{padding-right:12px}.searchable-filter-container .select-wrapper .filter-trigger.filter-select{padding-right:36px}.trigger-content{display:flex;align-items:center;justify-content:space-between;width:100%}.trigger-text{font-size:14px;color:#374151}.clear-trigger{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:8px}.clear-trigger:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.filter-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;z-index:1000;margin-top:4px;overflow:hidden}.filter-header{padding:12px;border-bottom:1px solid #f3f4f6;background:#fafbfc}.search-input-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:#6b7280;pointer-events:none}.filter-search-input{width:100%;padding:8px 36px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;background:#fff}.filter-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.clear-search{position:absolute;right:8px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.clear-search:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.filter-options{max-height:200px;overflow-y:auto;padding:8px}.filter-option{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.filter-option:hover{background-color:#f9fafb}.filter-option.selected{background-color:#eff6ff}.option-content{display:flex;flex-direction:column;gap:2px}.option-name{font-size:14px;color:#374151;font-weight:500}.filter-option.selected .option-name{color:#1e40af;font-weight:600}.option-extension{font-size:12px;color:#6b7280;font-weight:400}.check-mark{color:#10b981;font-weight:700;font-size:14px}.no-results{padding:16px;text-align:center;color:#6b7280;font-style:italic;font-size:14px}.filter-footer{padding:12px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;background:#fafbfc}.done-btn{background-color:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.done-btn:hover:not(:disabled){background-color:#1d4ed8}.done-btn:disabled{opacity:.5;cursor:not-allowed}.filter-select,.searchable-filter-container .filter-trigger.filter-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:all .2s;cursor:pointer;font-family:inherit;color:#374151;font-weight:400;min-height:42px;display:flex;align-items:center;box-sizing:border-box}.filter-select:focus,.searchable-filter-container .filter-trigger.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-select:hover:not(.disabled),.searchable-filter-container .filter-trigger.filter-select:hover:not(.disabled){border-color:#9ca3af}.filter-select:disabled,.searchable-filter-container .filter-trigger.filter-select.disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.analytics-page .skeleton-loading{padding:24px;max-width:1400px;margin:0 auto}.analytics-page .skeleton-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #e1e5e9}.analytics-page .skeleton-title-section{display:flex;align-items:center;gap:16px}.analytics-page .skeleton-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-text-group{display:flex;flex-direction:column;gap:8px}.analytics-page .skeleton-line{height:16px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-title{width:300px;height:28px}.analytics-page .skeleton-subtitle{width:200px}.analytics-page .skeleton-controls{margin-bottom:32px}.analytics-page .skeleton-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.analytics-page .skeleton-filter-title{width:200px;height:24px}.analytics-page .skeleton-filter-actions{display:flex;gap:12px}.analytics-page .skeleton-filter-btn,.analytics-page .skeleton-refresh-btn{width:120px;height:36px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-filter-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.analytics-page .skeleton-filter-group{display:flex;flex-direction:column;gap:6px}.analytics-page .skeleton-label{width:80px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-filter-select{width:100%;height:42px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.analytics-page .skeleton-results-title{width:180px;height:28px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-results-count{width:100px;height:24px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-table{border:1px solid #e1e5e9;border-radius:6px;overflow:hidden}.analytics-page .skeleton-table-header{display:grid;grid-template-columns:1fr .5fr 1fr .8fr;background:#f8fafc;border-bottom:2px solid #e1e5e9}.analytics-page .skeleton-table-col{height:50px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-right:1px solid #e1e5e9}.analytics-page .skeleton-table-col:last-child{border-right:none}.analytics-page .skeleton-table-row{display:grid;grid-template-columns:1fr .5fr 1fr .8fr;border-bottom:1px solid #e1e5e9}.analytics-page .skeleton-table-row:last-child{border-bottom:none}.analytics-page .skeleton-table-cell{padding:16px 20px;border-right:1px solid #e1e5e9;display:flex;align-items:center}.analytics-page .skeleton-table-cell:last-child{border-right:none}.analytics-page .skeleton-employee-name{width:120px;height:18px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-extension-badge{width:60px;height:28px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;margin:0 auto}.analytics-page .skeleton-status-container{display:flex;gap:8px;align-items:center}.analytics-page .skeleton-status-tag{width:80px;height:24px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-date-display{display:flex;flex-direction:column;gap:4px}.analytics-page .skeleton-date-full{width:120px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.analytics-page .skeleton-date-short{width:80px;height:14px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-state{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;width:100%;max-width:420px;margin:40px auto;text-align:center;box-shadow:0 4px 14px #0000000f;animation:fadeIn .25s ease-out}.error-icon{color:#ef4444;margin-bottom:12px}.error-state h2{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:10px}.error-state p{font-size:.95rem;color:#4b5563;margin-bottom:14px}.error-steps{text-align:left;padding-left:20px;margin:0 auto 20px;max-width:280px;color:#4b5563;font-size:.92rem}.error-steps li{margin-bottom:6px;line-height:1.4}.retry-button{display:inline-flex;align-items:center;gap:8px;background:#c93f3f;color:#fff;border:none;padding:10px 18px;border-radius:10px;cursor:pointer;font-size:.95rem;transition:background .2s ease}.retry-button:hover{background:#d73c3c}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.analytics-table .status-item:not(:last-child):after{content:"-";position:absolute;right:-12px;top:50%;transform:translateY(-50%);color:#212326;font-weight:600}.analytics-table .status-item{position:relative;display:inline-block;margin-right:20px}.analytics-table .status-item:last-child{margin-right:0}.state-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:6px!important;border-radius:50%!important;width:18px!important;height:18px!important;vertical-align:middle!important;opacity:1!important;visibility:visible!important}.state-icon svg{width:14px!important;height:14px!important;display:block!important;stroke-width:2.5px!important}.state-icon.completed{background-color:#10b981!important;color:#fff!important}.state-icon.cancelled{background-color:#ef4444!important;color:#fff!important}.state-icon.postponed{background-color:#f59e0b!important;color:#fff!important}.status-tag{display:inline-flex!important;align-items:center!important;gap:4px!important}.status-tag.has-state.state-cancelled .state-icon.cancelled,.status-tag.has-state.state-completed .state-icon.completed,.status-tag.has-state.state-postponed .state-icon.postponed{display:inline-flex!important;opacity:1!important}.status-tag .state-icon.cancelled svg{stroke:#fff!important;stroke-width:2.5px!important}.status-tag .state-icon.completed svg{stroke:#fff!important;stroke-width:2.5px!important}.status-tag .state-icon.postponed svg{stroke:#fff!important;stroke-width:2.5px!important}.status-container .status-item .status-tag .state-icon{display:inline-flex!important;visibility:visible!important}.state-icon.postponed{cursor:help;position:relative}.state-icon.postponed:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;pointer-events:none}.state-icon.postponed:hover:before{content:"";position:absolute;bottom:calc(100% - 5px);left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:rgba(0,0,0,.8) transparent transparent transparent;z-index:1001;pointer-events:none}.status-cell .status-item.state-cancelled .status-tag,.status-cell .status-tag.state-cancelled,.status-item.state-cancelled .status-tag,.status-item.state-Cancelled .status-tag{color:#c7c3c3!important;font-style:italic!important}.status-item.state-Postponed:has(.state-icon.tba) .status-tag,.status-item.state-postponed:has(.state-icon.tba) .status-tag,.status-item.state-Postponed:has(.postponed-details) .status-tag,.status-item.state-postponed:has(.postponed-details) .status-tag{color:#c7c3c3!important;font-style:italic!important}.status-page{padding:24px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;border-bottom:1px solid #e1e5e9;padding-bottom:20px}.title-section{display:flex;align-items:center;gap:16px}.title-icon{color:#2563eb}.title-section h1{margin:0;font-size:28px;font-weight:700;color:#1a1a1a}.title-section p{margin:4px 0 0;color:#666;font-size:16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-left:8px}.section-header h2{margin:0;font-size:22px;font-weight:600;color:#1a1a1a}.add-status-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.add-status-btn:hover{background-color:#1d4ed8}.status-form{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:24px;margin-bottom:24px;display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151;font-size:14px}.status-form input[type=text]{padding:10px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;transition:border-color .2s}.status-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.color-toggle-section{padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9}.color-toggle-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#374151}.color-toggle-checkbox{margin:0}.color-toggle-custom{display:flex;align-items:center;gap:6px}.color-toggle-description{margin:8px 0 0;font-size:13px;color:#6b7280}.color-selection{display:flex;flex-direction:column;gap:20px;margin-top:16px;padding:16px;background:#fff;border:1px solid #e1e5e9;border-radius:8px}.color-presets-section,.custom-color-section{display:flex;flex-direction:column;gap:12px}.section-subtitle{margin:0;font-size:14px;font-weight:600;color:#374151}.color-presets{display:flex;flex-wrap:wrap;gap:10px}.color-preset{width:40px;height:40px;border:3px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.color-preset:hover{transform:scale(1.1);box-shadow:0 4px 8px #00000026}.color-preset.selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb4d;transform:scale(1.1)}.color-preset.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.custom-color-picker{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9}.color-picker-input{width:60px;height:60px;border:2px solid #d0d7de;border-radius:8px;cursor:pointer;padding:2px}.color-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.color-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;color:#374151;font-weight:600;background:#fff;padding:6px 12px;border-radius:6px;border:1px solid #e1e5e9}.color-actions{display:flex;align-items:center;gap:8px}.color-preview-small{width:40px;height:20px;border-radius:4px;border:1px solid #d0d7de;box-shadow:0 2px 4px #0000001a}.form-actions{display:flex;gap:12px;align-items:center;padding-top:16px;border-top:1px solid #e1e5e9}.save-btn{padding:12px 24px;background-color:#059669;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.save-btn:hover{background-color:#047857;transform:translateY(-1px)}.cancel-btn{display:flex;align-items:center;gap:6px;padding:12px 20px;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.section{background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;padding:0}.status-table-container{padding:0}.status-table{width:100%;border-collapse:collapse}.status-table th{background:#f8f9fa;padding:16px 24px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e1e5e9;font-size:15px}.status-table td{padding:16px 24px;border-bottom:1px solid #f3f4f6;color:#374151}.status-table tr:last-child td{border-bottom:none}.status-table tr:hover{background-color:#f9fafb}.status-label-cell{padding:16px 24px!important}.status-name-with-color{display:flex;align-items:center;gap:12px}.status-label{font-weight:500;color:#1a1a1a;font-size:15px}.color-dot{width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0003;display:inline-block}.status-actions{display:flex;gap:15px}.action-btn{display:flex;align-items:center;justify-content:center;padding:8px 10px;border:1px solid #d1d5db;gap:6px;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;font-weight:500;font-size:13px}.action-btn.edit{color:#2563eb;border-color:#2563eb;background-color:#eff6ff}.action-btn.edit:hover{background-color:#dbeafe;transform:translateY(-1px)}.action-btn.delete{color:#dc2626;border-color:#dc2626;background-color:#fef2f2}.action-btn.delete:hover{background-color:#fee2e2;transform:translateY(-1px)}.empty{text-align:center;color:#6b7280;font-style:italic;padding:40px!important}.modal-overlay{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:12px;padding:0;width:90%;max-width:420px;box-shadow:0 20px 40px #00000026;border:1px solid #e1e5e9;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0}.modal-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.modal-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:24px;text-align:center}.modal-icon{display:flex;justify-content:center;margin-bottom:16px}.warning-circle{width:48px;height:48px;border-radius:50%;background-color:#fef2f2;display:flex;align-items:center;justify-content:center;border:2px solid #fecaca}.modal-body p{margin:0 0 16px;color:#374151;line-height:1.5}.warning-text{color:#dc2626!important;font-weight:500;font-size:14px;margin-top:16px!important}.status-preview-modal{margin:16px 0;display:flex;justify-content:center;align-items:center}.status-preview-label{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:20px;font-size:16px;font-weight:600;color:#1a1a1a;min-width:150px;text-align:center}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:0 24px 24px}.modal-actions .cancel-btn{padding:10px 24px;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-actions .cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.delete-confirm-btn{padding:10px 24px;background-color:#dc2626;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-confirm-btn:hover{background-color:#b91c1c;transform:translateY(-1px)}@media(max-width:768px){.status-page{padding:16px}.page-header{flex-direction:column;align-items:stretch;gap:16px}.section-header{flex-direction:column;align-items:stretch;gap:16px;padding-left:0}.add-status-btn{width:fit-content;align-self:flex-start}.status-form{padding:20px}.color-presets{justify-content:center}.custom-color-picker{flex-direction:column;align-items:flex-start;gap:12px}.form-actions{width:100%;justify-content:flex-start;flex-direction:column}.save-btn,.cancel-btn{width:100%;justify-content:center}.status-actions{flex-direction:row;gap:8px}.action-btn{padding:7px 9px}}@media(max-width:480px){.status-actions{flex-direction:column;gap:6px}.action-btn{padding:6px 8px}.modal-actions{flex-direction:column}.cancel-btn,.delete-confirm-btn{width:100%}}.import-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.import-btn:hover{background-color:#1d4ed8}.header-actions{display:flex;align-items:center;gap:12px}.import-modal .modal-content{max-width:500px}.import-instructions{background:#f8f9fa;padding:16px;border-radius:8px;border:1px solid #e1e5e9;margin-bottom:20px}.import-instructions p{margin:0 0 8px;color:#374151;font-size:14px}.import-instructions p:last-child{margin-bottom:0}.file-size-note{font-size:13px!important;color:#6b7280!important}.save-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.save-btn:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px)}.save-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;transition:all .3s;margin-bottom:20px;background:#fafbfc}.file-upload-area:hover{border-color:#2563eb;background-color:#f8fafc}.file-input{display:none}.file-upload-label{cursor:pointer;display:block}.file-upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon{color:#6b7280}.file-upload-content strong{color:#374151;font-size:16px}.file-upload-content p{color:#6b7280;margin:0;font-size:14px}.file-info-section{margin-top:20px;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden}.file-info-header{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-bottom:1px solid #e1e5e9}.file-name{flex:1;font-weight:500;color:#1a1a1a;font-size:14px}.file-size{color:#6b7280;font-size:13px}.remove-file-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.remove-file-btn:hover{background-color:#e5e7eb;color:#374151}.column-selection{padding:16px;background:#fff}.column-selection-label{display:flex;align-items:center;gap:12px;font-weight:500;color:#374151;font-size:14px;margin-bottom:8px}.column-select{padding:8px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;background:#fff;min-width:200px;transition:border-color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.column-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")}.column-help{margin:8px 0 0;font-size:13px;color:#6b7280;font-style:italic}.pagination-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:20px;border-top:1px solid #e1e5e9}.pagination-info{font-size:14px;color:#6b7280}.pagination-controls{display:flex;align-items:center;gap:12px}.pagination-btn{background:#fff;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;min-width:80px;font-weight:500;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.page-btn{min-width:40px;height:40px}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:4px}.page-btn{background:#fff;border:1px solid #d1d5db;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;min-width:40px;height:36px;display:flex;align-items:center;justify-content:center}.page-btn:hover{background:#f3f4f6;border-color:#9ca3af}.page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.login-page-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fafbfc;min-height:100vh;display:flex;align-items:center;justify-content:center;line-height:1.5;margin:0;padding:0;box-sizing:border-box}.login-page-body *{margin:0;padding:0;box-sizing:border-box}.login-card{background:#fff;border-radius:12px;padding:48px 40px;box-shadow:0 2px 4px #00000005,0 8px 16px #0000000f;border:1px solid rgba(0,0,0,.05);position:relative}.login-mode-toggle{display:flex;gap:8px;margin:20px 0 16px}.login-mode-button{flex:1;border:1px solid #e3e8ee;background:#f7f9fc;color:#1a1f36;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.login-mode-button.active{border-color:#635bff;background:#eff0ff;color:#2a2a8a}.login-mode-button:disabled{cursor:not-allowed;opacity:.7}.login-input{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.login-input label{font-size:13px;font-weight:600;color:#1a1f36}.login-input input{border:1px solid #e3e8ee;border-radius:8px;padding:12px 14px;font-size:14px;color:#1a1f36}.login-input input:focus{outline:none;border-color:#635bff}.extension-helper{font-size:12px;color:#6b7385}.extension-helper.found{color:#2f855a}.extension-helper.not_found,.extension-helper.multiple,.extension-helper.error{color:#c53030}.login-header{text-align:center;margin-bottom:32px}.logo{margin-bottom:20px;display:flex;justify-content:center}.login-header h1{color:#1a1f36;font-size:1.5rem;font-weight:600;margin-bottom:8px;letter-spacing:-.02em}.login-header p{color:#8792a2;font-size:14px;font-weight:400}.input-group{position:relative;margin-bottom:24px}.input-group input{width:100%;background:#fff;border:1px solid #e3e8ee;border-radius:6px;padding:16px 14px 8px;color:#1a1f36;font-size:16px;font-weight:400;outline:none;transition:all .2s ease;font-family:inherit}.input-group input:focus{border-color:#635bff}.input-group input::placeholder{color:transparent}.input-group label{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#8792a2;font-size:16px;font-weight:400;pointer-events:none;transition:all .2s ease;background:#fff;padding:0 2px}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{top:0;font-size:12px;font-weight:500;color:#635bff;transform:translateY(-50%)}.input-group input:not(:focus):not(:placeholder-shown)+label{color:#6b7385}.input-border{position:absolute;bottom:0;left:0;width:0;height:2px;background:#635bff;transition:width .3s ease}.input-group input:focus~.input-border{width:100%}.input-group:has(.password-toggle) input{padding-right:42px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#8792a2;padding:6px;border-radius:4px;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#635bff}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:16px}.submit-btn{width:100%;background:#36449e;color:#fff;border:none;border-radius:6px;padding:14px 20px;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;position:relative;margin-bottom:24px;transition:all .2s ease;overflow:hidden;min-height:48px;display:flex;align-items:center;justify-content:center}.submit-btn:hover{background:#4c44d4;transform:translateY(-1px);box-shadow:0 4px 12px #635bff66}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#a2a7b5;cursor:not-allowed;transform:none;box-shadow:none}.btn-text{transition:opacity .2s ease}.btn-loader{position:absolute;opacity:0;transition:opacity .2s ease;color:#fff}.submit-btn.loading .btn-text{opacity:0}.submit-btn.loading .btn-loader{opacity:1}.error-message{color:#f56565;font-size:12px;font-weight:500;margin-top:6px;opacity:0;transform:translateY(-4px);transition:all .2s ease}.error-message.show{opacity:1;transform:translateY(0)}.input-group.error input{border-color:#f56565;background:#fef5f5}.input-group.error input:focus{border-color:#f56565}.input-group.error label{color:#f56565}.input-group.error .input-border{background:#f56565}.success-message{display:none;text-align:center;padding:32px 20px;opacity:0;transform:translateY(16px);transition:all .3s ease}.success-message.show{display:block;opacity:1;transform:translateY(0)}.success-icon{margin:0 auto 16px;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-message h3{color:#1a1f36;font-size:1.25rem;font-weight:600;margin-bottom:4px}.success-message p{color:#8792a2;font-size:14px}@media(max-width:480px){.login-page-body{padding:16px}.login-card{padding:36px 28px;border-radius:8px}.login-header h1{font-size:1.375rem}.form-options{flex-direction:column;align-items:flex-start;gap:16px}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f6f8fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px}.login-container{width:100%;max-width:400px}.login-card{background:#fff;border-radius:8px;padding:48px 40px;box-shadow:0 2px 10px #00000014;text-align:center}.login-logo{margin-bottom:24px}.login-logo img{height:50px;width:auto}.login-title{font-size:24px;font-weight:600;color:#24292e;margin:0 0 8px}.login-subtitle{font-size:14px;color:#6a737d;margin:0 0 40px}.login-button-container{margin-bottom:32px}.microsoft-login-btn{width:100%;padding:14px 20px;background:#fff;border:1px solid #d1d5da;border-radius:6px;font-size:16px;font-weight:500;color:#24292e;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease;font-family:inherit}.microsoft-login-btn:hover:not(.loading){background:#f6f8fa;border-color:#959da5}.microsoft-login-btn:active:not(.loading){transform:translateY(1px)}.microsoft-login-btn.loading{background:#f6f8fa;color:#6a737d;cursor:not-allowed}.microsoft-icon{width:20px;height:20px;fill:#5e5e5e}.login-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:#0366d6;border-radius:50%;animation:spin 1s linear infinite}.login-message{padding:12px;background:#f8f9fa;border:1px solid #e3e8ee;border-radius:6px;font-size:14px;color:#6a737d;margin-bottom:24px}.login-help{color:#6a737d;font-size:14px;line-height:1.5;margin-bottom:24px}.login-help-small{font-size:12px;opacity:.8;margin-top:4px}.login-footer{padding-top:24px;border-top:1px solid #eaecef;font-size:12px;color:#6a737d}@media(max-width:480px){.login-page{padding:16px}.login-card{padding:36px 28px}}#emp-dashboard{font-family:Manrope,Segoe UI,sans-serif}#emp-dashboard .emp-layout-container{min-height:100vh;display:flex;width:100%;background:#f8fafc}#emp-dashboard .emp-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1000;width:240px;background:#fff;border-right:1px solid #e2e8f0;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:2px 0 8px #00000005}@media(min-width:768px){#emp-dashboard .emp-sidebar{position:fixed;transform:translate(0)}}#emp-dashboard .emp-sidebar-open{transform:translate(0)}#emp-dashboard .emp-sidebar-header{border-bottom:1px solid #e2e8f0;padding:20px 16px;flex-shrink:0}#emp-dashboard .logo-container{display:flex;align-items:center;gap:10px}#emp-dashboard .logo-icon{width:38px;height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}#emp-dashboard .logo-image{width:100%;height:100%;object-fit:contain}#emp-dashboard .app-title{font-weight:600;font-size:15px;color:#0f172a;margin:0;line-height:1.2}#emp-dashboard .app-subtitle{font-size:11px;color:#64748b;margin:0;line-height:1.2}#emp-dashboard .emp-sidebar-content{padding:12px;flex:1;display:flex;flex-direction:column;overflow-y:auto}#emp-dashboard .user-section{padding:16px 8px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}#emp-dashboard .user-avatar-large{width:36px;height:36px;border-radius:50%;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}#emp-dashboard .user-info{flex:1}#emp-dashboard .user-name{font-weight:500;font-size:13px;color:#0f172a;margin:0 0 2px}#emp-dashboard .user-details{display:flex;gap:8px;font-size:11px}#emp-dashboard .user-ext{color:#64748b}#emp-dashboard .user-role{color:#2563eb;background:#dbeafe;padding:2px 6px;border-radius:4px;font-weight:500}#emp-dashboard .emp-sidebar-group{padding:0 4px}#emp-dashboard .emp-sidebar-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 8px;margin-bottom:2px}#emp-dashboard .emp-sidebar-menu{display:flex;flex-direction:column;gap:2px}#emp-dashboard .emp-menu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;text-decoration:none;color:#475569;font-weight:500;transition:all .2s ease;border:none;background:none;cursor:pointer;font-size:13px;width:100%;text-align:left}#emp-dashboard .emp-menu-item:hover{background-color:#f1f5f9;color:#1e293b}#emp-dashboard .emp-menu-item-active{background-color:#eff6ff;color:#2563eb;font-weight:500}#emp-dashboard .emp-menu-icon{width:18px;height:18px}#emp-dashboard .logout-section{margin-top:auto;border-top:1px solid #e2e8f0;padding-top:12px}#emp-dashboard .logout-button{color:#dc2626}#emp-dashboard .logout-button:hover{background-color:#fee2e2;color:#b91c1c}#emp-dashboard .emp-main-content{flex:1;padding:0;width:100%;margin:0;background:#f8fafc;min-height:100vh;display:flex;flex-direction:column}@media(min-width:768px){#emp-dashboard .emp-main-content{margin-left:240px;width:calc(100% - 240px)}}#emp-dashboard .emp-mobile-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e2e8f0;padding:10px 16px;display:flex;align-items:center;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}@media(min-width:768px){#emp-dashboard .emp-mobile-header{display:none}}#emp-dashboard .emp-menu-button{background:none;border:none;cursor:pointer;color:#475569;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;transition:background-color .2s;margin-right:12px}#emp-dashboard .emp-menu-button:hover{background-color:#f1f5f9}#emp-dashboard .emp-mobile-title{font-size:16px;font-weight:500;color:#0f172a;margin:0;flex:1}#emp-dashboard .welcome-banner{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px;margin:0;width:100%}@media(min-width:768px){#emp-dashboard .welcome-banner{padding:20px 24px}}#emp-dashboard .welcome-content{display:flex;align-items:center;gap:12px;width:100%;max-width:1200px;margin:0 auto}#emp-dashboard .welcome-avatar{width:42px;height:42px;border-radius:50%;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;flex-shrink:0}#emp-dashboard .welcome-text{flex:1}#emp-dashboard .welcome-title{font-size:18px;font-weight:500;color:#0f172a;margin:0 0 2px;line-height:1.2}#emp-dashboard .welcome-subtitle{font-size:12px;color:#64748b;margin:0;display:flex;align-items:center;gap:4px}#emp-dashboard .mobile-view-tabs{display:flex;gap:4px;padding:12px 16px 0;margin:0 auto;width:100%;max-width:1200px}@media(min-width:768px){#emp-dashboard .mobile-view-tabs{display:none}}#emp-dashboard .view-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;color:#64748b;font-weight:500;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap;border-radius:6px 6px 0 0;background:transparent;border:none;flex:1;justify-content:center}#emp-dashboard .view-tab:hover{color:#334155;background:#f1f5f9}#emp-dashboard .view-tab.active{color:#2563eb;font-weight:500;background:#fff;box-shadow:0 -1px 3px #00000005}#emp-dashboard .emp-content-area{padding:0;flex:1;background:#fff;display:flex;flex-direction:column;width:100%}@media(min-width:768px){#emp-dashboard .emp-content-area{padding:0 24px 24px}}#emp-dashboard .schedule-view{background:#fff;min-height:calc(100vh - 180px);width:100%;display:flex;flex-direction:column}#emp-dashboard .schedule-header{padding:16px;border-bottom:1px solid #e2e8f0;background:#fff;width:100%}@media(min-width:768px){#emp-dashboard .schedule-header{padding:20px 24px 16px}}#emp-dashboard .view-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}@media(min-width:640px){#emp-dashboard .view-controls{flex-direction:row;justify-content:space-between;align-items:center}}#emp-dashboard .view-tabs{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px;flex-wrap:wrap}#emp-dashboard .view-tab{padding:6px 16px;border:none;background:none;border-radius:6px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;white-space:nowrap;flex:1;text-align:center}@media(min-width:640px){#emp-dashboard .view-tab{flex:none;padding:6px 20px}}#emp-dashboard .view-tab:hover:not(:disabled){color:#334155;background:#fff}#emp-dashboard .view-tab.active{background:#fff;color:#2563eb;font-weight:500;box-shadow:0 1px 2px #0000000d}#emp-dashboard .date-navigation{display:flex;align-items:center;justify-content:center;gap:6px}#emp-dashboard .nav-button{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}#emp-dashboard .nav-button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}#emp-dashboard .today-button{padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}#emp-dashboard .today-button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}#emp-dashboard .calendar-button{width:34px;height:34px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}#emp-dashboard .calendar-button:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}#emp-dashboard .date-title{font-size:14px;font-weight:500;color:#334155;text-align:center}#emp-dashboard .day-view-container{background:#fff;min-height:calc(100vh - 180px);padding:16px;width:100%}@media(min-width:768px){#emp-dashboard .day-view-container{padding:24px;max-width:700px;margin:0 auto}}#emp-dashboard .day-view-card{width:100%;max-width:600px;margin:0 auto}#emp-dashboard .day-view-header{margin-bottom:24px;text-align:center}#emp-dashboard .day-title{font-size:22px;font-weight:500;color:#0f172a;margin-bottom:4px}#emp-dashboard .date-subtitle{font-size:13px;color:#64748b;display:flex;align-items:center;justify-content:center;gap:8px}#emp-dashboard .today-indicator{background:#2563eb;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}#emp-dashboard .selected-statuses-section{margin-bottom:28px}#emp-dashboard .section-title{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}#emp-dashboard .status-tag,#emp-dashboard .month-status-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:16px;font-size:11px;font-weight:500;line-height:1;white-space:nowrap;min-width:80px;height:28px;position:relative;border:none;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;cursor:pointer}#emp-dashboard .month-status-tag{height:26px;min-width:70px;padding:3px 6px;font-size:10px}#emp-dashboard .status-tag:not([class*=state-]),#emp-dashboard .month-status-tag:not([class*=state-]){box-shadow:0 1px 2px #0000000d}#emp-dashboard .status-tag.state-completed,#emp-dashboard .month-status-tag.state-completed{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#166534;box-shadow:0 1px 2px #10b9811a;border-left:3px solid #10b981}#emp-dashboard .status-tag.state-completed .state-icon,#emp-dashboard .month-status-tag.state-completed .state-icon{color:#065f46}#emp-dashboard .status-tag.state-cancelled,#emp-dashboard .month-status-tag.state-cancelled{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:3px solid #ef4444;color:#991b1b;box-shadow:0 1px 2px #ef44441a}#emp-dashboard .status-tag.state-cancelled .state-icon,#emp-dashboard .month-status-tag.state-cancelled .state-icon{color:#7f1d1d}#emp-dashboard .status-tag.state-postponed,#emp-dashboard .month-status-tag.state-postponed{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:3px solid #f59e0b;color:#92400e;box-shadow:0 1px 2px #f59e0b1a}#emp-dashboard .status-tag.state-postponed .state-icon,#emp-dashboard .month-status-tag.state-postponed .state-icon{color:#78350f}#emp-dashboard .status-tag-text{display:flex;align-items:center;gap:2px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 50px);font-weight:500}#emp-dashboard .state-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;margin-left:2px}#emp-dashboard .state-icon{width:10px;height:10px}#emp-dashboard .tag-actions{display:flex;align-items:center;gap:2px;margin-left:auto;flex-shrink:0}#emp-dashboard .state-dots-btn,#emp-dashboard .status-remove,#emp-dashboard .cancellation-info-btn{background:transparent;border:none;border-radius:14px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:currentColor;transition:all .2s;opacity:.6;padding:0}#emp-dashboard .status-tag:hover .state-dots-btn,#emp-dashboard .status-tag:hover .status-remove,#emp-dashboard .status-tag:hover .cancellation-info-btn,#emp-dashboard .month-status-tag:hover .state-dots-btn,#emp-dashboard .month-status-tag:hover .status-remove,#emp-dashboard .month-status-tag:hover .cancellation-info-btn{opacity:1}#emp-dashboard .state-dots-btn:hover,#emp-dashboard .status-remove:hover,#emp-dashboard .cancellation-info-btn:hover{background:#0000000d;transform:scale(1.1)}#emp-dashboard .state-dots-btn svg,#emp-dashboard .status-remove svg,#emp-dashboard .cancellation-info-btn svg{width:12px;height:12px}#emp-dashboard .selected-statuses-row,#emp-dashboard .status-tags-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:0;padding:0}#emp-dashboard .status-item-wrapper{display:flex;align-items:center;gap:0;width:100%}#emp-dashboard .status-item-wrapper:before{content:"- ";margin-right:6px;color:#94a3b8;font-weight:600}#emp-dashboard .status-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;padding:4px 6px;border-radius:4px;position:relative;transition:all .2s ease;flex:1}#emp-dashboard .status-item.status-completed{color:#065f46;background:#d1fae54d}#emp-dashboard .status-item.status-cancelled{color:#7f1d1d;background:#fee2e24d}#emp-dashboard .status-item.status-postponed{color:#78350f;background:#fef3c74d}#emp-dashboard .status-text{font-weight:500}#emp-dashboard .status-control{display:flex;align-items:center;margin-left:auto;position:relative}#emp-dashboard .status-menu-btn{background:none;border:none;padding:2px 4px;font-size:14px;cursor:pointer;color:inherit;opacity:.6;border-radius:3px;transition:all .2s ease}#emp-dashboard .status-menu-btn:hover{opacity:1;background:#0000000d}#emp-dashboard .status-menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:9999;min-width:200px;margin-top:4px;overflow:hidden;animation:dropdownFadeIn .2s ease-out}#emp-dashboard .menu-section{padding:8px 0}#emp-dashboard .menu-section:not(:last-child){border-bottom:1px solid #f1f5f9}#emp-dashboard .menu-label{padding:4px 12px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}#emp-dashboard .menu-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;cursor:pointer;font-size:13px;color:#374151;text-align:left;transition:all .15s}@media(max-width:320px){#emp-dashboard .menu-option{font-size:11px;padding:6px 10px;gap:6px}}@media(max-width:375px){#emp-dashboard .menu-option{font-size:12px;padding:7px 10px}}@media(max-width:480px){#emp-dashboard .menu-option{font-size:12px;padding:8px 10px}}#emp-dashboard .menu-option:hover{background:#f8fafc}#emp-dashboard .menu-option.active{background:#eff6ff;color:#2563eb;font-weight:500}#emp-dashboard .menu-option.delete{color:#dc2626}#emp-dashboard .menu-option.delete:hover{background:#fee2e2}#emp-dashboard .option-name{flex:1}#emp-dashboard .active-check{color:#2563eb;flex-shrink:0}#emp-dashboard .cancellation-reason-text{padding:8px 12px;font-size:12px;color:#475569;background:#f8fafc;border-radius:4px;margin:0 8px;font-style:italic;max-height:120px;overflow-y:auto}#emp-dashboard .menu-divider{height:1px;background:#e5e7eb;margin:4px 0}#emp-dashboard .status-separator{display:none}#emp-dashboard .postponed-date-line{font-size:9px;margin-top:3px;padding:2px 6px;background:#fff7ed;border-radius:12px;display:inline-flex;align-items:center;gap:3px;color:#b45309;border:1px solid #fed7aa;height:20px}#emp-dashboard .postponed-label{display:inline-flex;align-items:center;gap:3px;flex-wrap:wrap}#emp-dashboard .postponed-text{font-weight:500}#emp-dashboard .postponed-date{font-weight:500;background:#fff;padding:1px 4px;border-radius:12px;border:1px solid #fed7aa;font-size:8px}#emp-dashboard .postponed-arrow{width:8px;height:8px;color:#f59e0b}#emp-dashboard .tba-badge{background:#fff;color:#f59e0b;border:1px solid #fed7aa;border-radius:12px;padding:1px 4px;font-size:8px;font-weight:500;text-transform:uppercase}#emp-dashboard .empty-status,#emp-dashboard .month-stacked-empty-status{color:#94a3b8;font-size:12px;padding:4px 0}#emp-dashboard .week-view-container,#emp-dashboard .month-stacked-view-container{display:flex;flex-direction:column;gap:6px;padding:12px;width:100%}@media(min-width:768px){#emp-dashboard .week-view-container,#emp-dashboard .month-stacked-view-container{padding:16px;max-width:800px;margin:0 auto}}#emp-dashboard .week-day-card,#emp-dashboard .month-stacked-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;cursor:pointer;transition:all .2s;position:relative;overflow:visible}#emp-dashboard .week-day-card:focus-within,#emp-dashboard .month-stacked-card:focus-within{z-index:20}#emp-dashboard .week-day-card:hover,#emp-dashboard .month-stacked-card:hover{border-color:#94a3b8}#emp-dashboard .week-day-card.today,#emp-dashboard .month-stacked-card.today{border-color:#2563eb;background-color:#eff6ff}#emp-dashboard .week-day-card.past-date,#emp-dashboard .month-stacked-card.past-date{opacity:1}#emp-dashboard .week-day-card.past-date .day-header,#emp-dashboard .month-stacked-card.past-date .month-stacked-header,#emp-dashboard .week-day-card.past-date .status-tag-text,#emp-dashboard .month-stacked-card.past-date .status-tag-text,#emp-dashboard .week-day-card.past-date .state-icon-wrapper,#emp-dashboard .month-stacked-card.past-date .state-icon-wrapper,#emp-dashboard .week-day-card.past-date .postponed-date-line,#emp-dashboard .month-stacked-card.past-date .postponed-date-line,#emp-dashboard .week-day-card.past-date .empty-status,#emp-dashboard .month-stacked-card.past-date .month-stacked-empty-status{opacity:.7}#emp-dashboard .month-stacked-card.other-month{opacity:.5;background:#f8fafc}#emp-dashboard .day-header,#emp-dashboard .month-stacked-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}#emp-dashboard .day-header-content,#emp-dashboard .month-stacked-header-content{display:flex;flex-direction:column;gap:2px}#emp-dashboard .day-name,#emp-dashboard .month-stacked-day{font-size:14px;font-weight:500;color:#0f172a}#emp-dashboard .day-date,#emp-dashboard .month-stacked-date{font-size:11px;color:#64748b;display:flex;align-items:center;gap:4px}#emp-dashboard .today-badge{font-size:9px;background:#2563eb;color:#fff;padding:2px 6px;border-radius:10px;font-weight:500}#emp-dashboard .day-action,#emp-dashboard .month-stacked-action{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;transition:all .2s}#emp-dashboard .day-action:hover,#emp-dashboard .month-stacked-action:hover{background:#e2e8f0;color:#475569}#emp-dashboard .day-statuses,#emp-dashboard .month-stacked-statuses{min-height:28px}#emp-dashboard .state-button-container{position:relative;z-index:5}#emp-dashboard .state-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:10px;box-shadow:0 4px 12px #00000026;z-index:9999;min-width:150px;margin-top:4px;overflow:hidden;border:1px solid #e2e8f0;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}#emp-dashboard .state-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;cursor:pointer;font-size:12px;color:#334155;text-align:left;transition:all .15s}@media(max-width:320px){#emp-dashboard .state-option{font-size:10px;padding:6px 10px;gap:6px}}@media(max-width:375px){#emp-dashboard .state-option{font-size:11px;padding:7px 10px}}@media(max-width:480px){#emp-dashboard .state-option{font-size:11px;padding:8px 10px}}#emp-dashboard .state-option:hover{background:#f1f5f9}#emp-dashboard .state-option.active{background:#eff6ff;color:#2563eb;font-weight:500}#emp-dashboard .state-icon-circle{width:auto;height:auto;border-radius:0;display:inline-flex;align-items:center;justify-content:center;background:none;flex-shrink:0;color:inherit}#emp-dashboard .state-option-text{flex:1;font-size:12px}#emp-dashboard .active-indicator{color:#2563eb}#emp-dashboard .state-dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}#emp-dashboard .state-option.clear{color:#64748b}#emp-dashboard .state-option.clear:hover{background:#fee2e2;color:#dc2626}#emp-dashboard .cancellation-details-card{position:fixed;background:#fff;border:1px solid #fecaca;border-radius:12px;box-shadow:0 10px 25px -5px #ef444433,0 8px 10px -6px #0000001a;z-index:200000;min-width:250px;max-width:300px;pointer-events:all}@keyframes cardFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-90%)}to{opacity:1;transform:translate(-50%) translateY(-100%)}}@keyframes cardFadeInDown{0%{opacity:0;transform:translate(-50%) translateY(10%)}to{opacity:1;transform:translate(-50%) translateY(0)}}#emp-dashboard .cancellation-details-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fef2f2;border-bottom:1px solid #fecaca;border-radius:11px 11px 0 0}#emp-dashboard .cancellation-details-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#b91c1c}#emp-dashboard .cancellation-details-title svg{color:#dc2626}#emp-dashboard .cancellation-details-close{background:transparent;border:none;border-radius:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s;padding:0}#emp-dashboard .cancellation-details-close:hover{background:#fee2e2;color:#b91c1c}#emp-dashboard .cancellation-details-content{padding:12px}#emp-dashboard .cancellation-reason,#emp-dashboard .cancellation-note{margin-bottom:10px}#emp-dashboard .cancellation-label{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}#emp-dashboard .cancellation-value{font-size:11px;color:#1f2937;line-height:1.4;padding:6px 8px;background:#f9fafb;border-radius:6px;border-left:2px solid #dc2626;word-break:break-word}#emp-dashboard .cancellation-note .cancellation-value{border-left-color:#9ca3af;font-style:italic}#emp-dashboard .cancellation-time{font-size:9px;color:#9ca3af;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9;font-style:italic;text-align:right}#emp-dashboard .status-selector-section{background:#f8fafc;border-radius:10px;padding:16px;border:1px solid #e2e8f0}#emp-dashboard .status-selector-section .section-header{display:flex;justify-content:center;width:100%}#emp-dashboard .add-status-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#e2e8f0;color:#334155;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin:0 auto}@media(max-width:320px){#emp-dashboard .add-status-btn{padding:6px 12px;font-size:12px;gap:6px}}@media(max-width:375px){#emp-dashboard .add-status-btn{padding:7px 14px;font-size:13px}}@media(max-width:480px){#emp-dashboard .add-status-btn{padding:8px 14px;font-size:13px}}#emp-dashboard .add-status-btn:hover{background:#cbd5e1;border-color:#94a3b8}#emp-dashboard .add-status-btn:active{background:#b0bcc4}#emp-dashboard .day-dropdown-container{margin-top:10px}#emp-dashboard .dropdown-container-fixed{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:none}#emp-dashboard .dropdown-container-fixed .dropdown-container{width:90%;max-width:260px;pointer-events:auto}#emp-dashboard .dropdown-backdrop{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#emp-dashboard .upcoming-view{background:#fff;min-height:calc(100vh - 180px);padding:16px;width:100%}@media(max-width:320px){#emp-dashboard .upcoming-view{padding:8px}}@media(max-width:375px){#emp-dashboard .upcoming-view{padding:10px}}@media(max-width:480px){#emp-dashboard .upcoming-view{padding:12px}}@media(min-width:768px){#emp-dashboard .upcoming-view{padding:20px;max-width:800px;margin:0 auto}}#emp-dashboard .upcoming-header{margin-bottom:16px}@media(max-width:375px){#emp-dashboard .upcoming-header{margin-bottom:10px}}@media(max-width:480px){#emp-dashboard .upcoming-header{margin-bottom:12px}}#emp-dashboard .emp-header-content{display:flex;align-items:center;gap:6px;color:#64748b;font-size:12px;padding:8px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}@media(max-width:320px){#emp-dashboard .emp-header-content{font-size:10px;padding:5px 8px;gap:4px}}@media(max-width:375px){#emp-dashboard .emp-header-content{font-size:11px;padding:6px 10px}}@media(max-width:480px){#emp-dashboard .emp-header-content{font-size:11px;padding:6px 10px}}#emp-dashboard .upcoming-list{display:flex;flex-direction:column;gap:6px}@media(max-width:480px){#emp-dashboard .upcoming-list{gap:5px}}#emp-dashboard .upcoming-item{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;transition:all .2s}@media(max-width:320px){#emp-dashboard .upcoming-item{gap:4px;padding:6px;border-radius:6px}}@media(max-width:375px){#emp-dashboard .upcoming-item{gap:5px;padding:7px;border-radius:8px}}@media(max-width:480px){#emp-dashboard .upcoming-item{gap:6px;padding:8px;border-radius:8px}}@media(min-width:640px){#emp-dashboard .upcoming-item{flex-direction:row;align-items:flex-start;gap:10px}}#emp-dashboard .upcoming-item:hover{border-color:#94a3b8;background:#f8fafc}#emp-dashboard .date-badge{display:flex;flex-direction:column;align-items:center;width:42px;min-width:42px;padding:4px;background:#f1f5f9;border-radius:6px;flex-shrink:0}@media(max-width:320px){#emp-dashboard .date-badge{width:32px;min-width:32px;padding:3px}}@media(max-width:375px){#emp-dashboard .date-badge{width:35px;min-width:35px;padding:3px}}@media(max-width:480px){#emp-dashboard .date-badge{width:38px;min-width:38px}}#emp-dashboard .day-name{font-size:9px;color:#64748b;text-transform:uppercase;margin-bottom:2px}@media(max-width:320px){#emp-dashboard .day-name{font-size:6px;margin-bottom:1px}}@media(max-width:375px){#emp-dashboard .day-name{font-size:7px;margin-bottom:1px}}@media(max-width:480px){#emp-dashboard .day-name{font-size:7px}}#emp-dashboard .day-number{font-size:16px;font-weight:600;color:#0f172a;line-height:1}#emp-dashboard .day-number.today{color:#2563eb}@media(max-width:320px){#emp-dashboard .day-number{font-size:12px}}@media(max-width:375px){#emp-dashboard .day-number{font-size:13px}}@media(max-width:480px){#emp-dashboard .day-number{font-size:14px}}#emp-dashboard .month{font-size:9px;color:#64748b;margin-top:2px}@media(max-width:320px){#emp-dashboard .month{font-size:6px;margin-top:1px}}@media(max-width:375px){#emp-dashboard .month{font-size:7px;margin-top:1px}}@media(max-width:480px){#emp-dashboard .month{font-size:7px}}#emp-dashboard .upcoming-statuses{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px}#emp-dashboard .upcoming-status-item{display:flex;flex-direction:column;gap:4px;width:100%}#emp-dashboard .upcoming-status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#f1f5f9;border-radius:6px;font-size:11px;font-weight:500;color:#334155;white-space:nowrap;border:1px solid #e2e8f0;transition:all .2s;width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:320px){#emp-dashboard .upcoming-status-badge{padding:3px 7px;font-size:9px;gap:3px}}@media(max-width:375px){#emp-dashboard .upcoming-status-badge{padding:4px 8px;font-size:9px}}@media(max-width:480px){#emp-dashboard .upcoming-status-badge{padding:4px 9px;font-size:10px;width:100%}}#emp-dashboard .upcoming-status-item.state-completed .upcoming-status-badge{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}#emp-dashboard .upcoming-status-item.state-postponed .upcoming-status-badge{background:#fef3c7;border:1px solid #fde68a;color:#b45309}#emp-dashboard .status-label{font-weight:500}#emp-dashboard .upcoming-status-badge .status-label{font-size:10px}@media(max-width:320px){#emp-dashboard .upcoming-status-badge .status-label{font-size:8px}}@media(max-width:375px){#emp-dashboard .upcoming-status-badge .status-label{font-size:8px}}@media(max-width:480px){#emp-dashboard .upcoming-status-badge .status-label{font-size:9px}}#emp-dashboard .state-badge{display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0;background:transparent;border-radius:0;font-size:11px;font-weight:500;margin-left:2px;opacity:.8}@media(max-width:320px){#emp-dashboard .state-badge{font-size:9px}}@media(max-width:375px){#emp-dashboard .state-badge{font-size:9px}}@media(max-width:480px){#emp-dashboard .state-badge{font-size:10px}}#emp-dashboard .postpone-info{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#b45309;padding:2px 8px;background:#fffbeb;border-radius:4px;border-left:2px solid #f59e0b;width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width:320px){#emp-dashboard .postpone-info{font-size:9px;padding:2px 6px;gap:2px}}@media(max-width:375px){#emp-dashboard .postpone-info{font-size:9px;padding:2px 6px}}@media(max-width:480px){#emp-dashboard .postpone-info{font-size:10px;padding:2px 6px}}#emp-dashboard .no-status-for-date{font-size:12px;color:#94a3b8;font-style:italic}@media(max-width:320px){#emp-dashboard .no-status-for-date{font-size:10px}}@media(max-width:375px){#emp-dashboard .no-status-for-date{font-size:11px}}@media(max-width:480px){#emp-dashboard .no-status-for-date{font-size:11px}}#emp-dashboard .upcoming-status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f1f5f9;border-radius:14px;font-size:10px;color:#334155;white-space:nowrap;border:1px solid rgba(0,0,0,.02);height:26px}#emp-dashboard .upcoming-status.state-completed{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none}#emp-dashboard .upcoming-status.state-cancelled{background:#fff;border:1.5px solid #ef4444;color:#dc2626}#emp-dashboard .upcoming-status.state-postponed{background:#fff;border:1.5px solid #f59e0b;color:#b45309}#emp-dashboard .status-color{width:8px;height:8px;border-radius:2px}#emp-dashboard .today-indicator-badge{margin-left:auto;background:#2563eb;color:#fff;padding:2px 6px;border-radius:12px;font-size:9px;font-weight:500}@media(max-width:480px){#emp-dashboard .today-indicator-badge{font-size:8px;padding:2px 5px}}#emp-dashboard .no-upcoming{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:#64748b;text-align:center;background:#f8fafc;border-radius:10px;border:1px dashed #cbd5e1}#emp-dashboard .no-upcoming svg{margin-bottom:10px;color:#94a3b8}#emp-dashboard .no-upcoming p{margin:0;font-size:13px;color:#475569}#emp-dashboard .no-upcoming .subtext{font-size:11px;color:#94a3b8;margin-top:4px}#emp-dashboard .modal-overlay{position:fixed;inset:0;background:#0f172ab3;z-index:1100;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease-out}#emp-dashboard .modal{background:#fff;border-radius:14px;width:100%;max-width:340px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px -12px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#emp-dashboard .modal-header{padding:16px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}#emp-dashboard .modal-header h3{margin:0;font-size:15px;font-weight:500;color:#0f172a}#emp-dashboard .modal-close{background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;transition:background-color .2s;font-size:18px}#emp-dashboard .modal-close:hover:not(:disabled){background-color:#f1f5f9;color:#475569}#emp-dashboard .modal-body{padding:16px}#emp-dashboard .modal-footer{padding:16px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:8px}#emp-dashboard .btn-secondary,#emp-dashboard .btn-primary,#emp-dashboard .btn-danger{padding:8px 16px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:4px}#emp-dashboard .btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}#emp-dashboard .btn-secondary:hover:not(:disabled){background:#e2e8f0;color:#334155}#emp-dashboard .btn-primary{background:#2563eb;color:#fff;border:1px solid #2563eb}#emp-dashboard .btn-primary:hover:not(:disabled){background:#1d4ed8}#emp-dashboard .btn-primary:disabled{background:#cbd5e1;border-color:#cbd5e1;cursor:not-allowed}#emp-dashboard .btn-danger{background:#dc2626;color:#fff;border:1px solid #dc2626}#emp-dashboard .btn-danger:hover:not(:disabled){background:#b91c1c}#emp-dashboard .current-date-info{background:#f1f5f9;padding:8px 10px;border-radius:6px;font-size:12px;color:#475569;margin-bottom:12px}#emp-dashboard .postpone-options{display:flex;flex-direction:column;gap:8px}#emp-dashboard .postpone-option{border:1px solid #e2e8f0;border-radius:8px;padding:8px}#emp-dashboard .radio-option{display:flex;align-items:flex-start;gap:8px;cursor:pointer}#emp-dashboard .radio-content{display:flex;flex-direction:column;gap:2px}#emp-dashboard .radio-title{font-weight:500;color:#0f172a;font-size:12px}#emp-dashboard .radio-description{font-size:10px;color:#64748b}#emp-dashboard .date-input-container{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}#emp-dashboard .date-input-container label{font-size:10px;font-weight:500;color:#475569;display:block;margin-bottom:4px}#emp-dashboard .date-input{padding:6px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:11px;width:100%}#emp-dashboard .date-preview{font-size:10px;color:#475569;background:#f8fafc;padding:4px 6px;border-radius:4px;margin-top:4px}#emp-dashboard .modal-description{font-size:12px;color:#475569;margin-bottom:12px;padding:8px 10px;background:#fef2f2;border-radius:6px;border-left:2px solid #dc2626;display:flex;align-items:center;gap:6px}#emp-dashboard .reason-section,#emp-dashboard .note-section{margin-bottom:12px}#emp-dashboard .section-title{font-size:11px;font-weight:600;color:#334155;margin-bottom:4px}#emp-dashboard .reason-input,#emp-dashboard .note-textarea{padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:11px;width:100%}#emp-dashboard .note-textarea{min-height:60px;resize:vertical}#emp-dashboard .input-help{font-size:9px;color:#94a3b8;margin-top:2px}#emp-dashboard .btn-cancel-status{background:#dc2626;border-color:#dc2626}#emp-dashboard .btn-cancel-status:hover:not(:disabled){background:#b91c1c}#emp-dashboard .emp-overlay{position:fixed;inset:0;background:#0f172a80;z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(min-width:768px){#emp-dashboard .emp-overlay{display:none}}#emp-dashboard .emp-logout-modal-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px}#emp-dashboard .emp-logout-modal{background:#fff;border-radius:12px;padding:20px;width:90%;max-width:300px;box-shadow:0 10px 25px #0000001a}#emp-dashboard .emp-logout-modal-header{display:flex;align-items:center;margin-bottom:12px}#emp-dashboard .emp-logout-modal-icon{color:#dc2626;margin-right:8px}#emp-dashboard .emp-logout-modal-title{font-size:14px;font-weight:500;color:#0f172a;margin:0}#emp-dashboard .emp-logout-modal-body{margin-bottom:16px}#emp-dashboard .emp-logout-modal-message{font-size:12px;color:#64748b;margin:0;line-height:1.5}#emp-dashboard .emp-logout-modal-actions{display:flex;justify-content:flex-end;gap:8px}#emp-dashboard .emp-logout-modal-button{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;border:none;min-width:70px}#emp-dashboard .emp-logout-modal-cancel{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}#emp-dashboard .emp-logout-modal-cancel:hover:not(:disabled){background:#e2e8f0}#emp-dashboard .emp-logout-modal-confirm{background:#dc2626;color:#fff}#emp-dashboard .emp-logout-modal-confirm:hover:not(:disabled){background:#b91c1c}#emp-dashboard .dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;inset:0;background:#f8fafc;z-index:9999}#emp-dashboard .loading-spinner{animation:spin 1s linear infinite;color:#2563eb}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#emp-dashboard .loading-text{margin-top:12px;color:#64748b;font-size:13px;font-weight:400}#emp-dashboard .dashboard-error{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;background:#f8fafc;padding:16px}#emp-dashboard .error-card{background:#fff;border-radius:12px;padding:24px;text-align:center;max-width:300px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}#emp-dashboard .error-icon{color:#dc2626;margin-bottom:16px}#emp-dashboard .error-title{font-size:16px;font-weight:500;color:#0f172a;margin:0 0 8px}#emp-dashboard .error-message{color:#64748b;margin:0 0 4px;font-size:12px}#emp-dashboard .error-button{margin-top:16px;padding:8px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer}@media(max-width:640px){#emp-dashboard .status-tag{height:26px;min-width:70px;padding:3px 6px;font-size:10px}#emp-dashboard .month-status-tag{height:24px;min-width:65px;font-size:9px}#emp-dashboard .status-tag-text{max-width:calc(100% - 45px)}#emp-dashboard .tag-actions{gap:1px}#emp-dashboard .state-dots-btn,#emp-dashboard .status-remove,#emp-dashboard .cancellation-info-btn{width:20px;height:20px;opacity:1}#emp-dashboard .state-dots-btn svg,#emp-dashboard .status-remove svg,#emp-dashboard .cancellation-info-btn svg{width:10px;height:10px}#emp-dashboard .cancellation-details-card{min-width:200px;max-width:220px}#emp-dashboard .postponed-date-line{height:18px;font-size:8px;padding:1px 4px}#emp-dashboard .postponed-date,#emp-dashboard .tba-badge{padding:1px 3px;font-size:7px}#emp-dashboard .state-dropdown{min-width:130px}#emp-dashboard .state-option{padding:6px 8px;font-size:11px}#emp-dashboard .state-icon-circle{width:20px;height:20px}#emp-dashboard .state-icon-circle svg{width:12px;height:12px}#emp-dashboard .upcoming-status-badge{padding:4px 9px;font-size:10px}#emp-dashboard .state-badge{font-size:10px;padding:2px 4px}#emp-dashboard .postpone-info{font-size:10px;padding:2px 6px}#emp-dashboard .upcoming-status-item{width:100%}}@media(max-width:360px){#emp-dashboard .status-tag{min-width:65px;height:24px;font-size:9px}#emp-dashboard .status-tag-text{max-width:calc(100% - 40px)}#emp-dashboard .state-dots-btn,#emp-dashboard .status-remove,#emp-dashboard .cancellation-info-btn{width:18px;height:18px}}@media(min-width:641px)and (max-width:1024px){#emp-dashboard .day-view-card,#emp-dashboard .week-view-container,#emp-dashboard .month-stacked-view-container,#emp-dashboard .upcoming-view{max-width:100%}}@media(min-width:1400px){#emp-dashboard .day-view-card{max-width:700px}#emp-dashboard .week-view-container,#emp-dashboard .month-stacked-view-container,#emp-dashboard .upcoming-view{max-width:900px}}#emp-dashboard .types-popup{position:fixed!important;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;width:160px;max-height:200px;z-index:100000!important;overflow:visible!important;animation:fadeIn .15s ease;pointer-events:auto!important;display:block!important;visibility:visible!important}#emp-dashboard .popup-content{padding:6px;max-height:180px;overflow-y:auto}#emp-dashboard .type-option{padding:8px 10px;cursor:pointer;border-radius:4px;margin:2px 0;font-size:12px;transition:background-color .2s;color:#374151;display:flex;align-items:center;gap:8px}#emp-dashboard .type-option:hover{background:#f3f4f6}#emp-dashboard .type-option.selected{background-color:#dbeafe;color:#1e40af}#emp-dashboard .type-option.selected .type-name{color:#1e40af;font-weight:600}#emp-dashboard .type-name{color:#374151;font-weight:500;flex:1}#emp-dashboard .type-check{margin-left:auto;color:#0284c7;font-weight:700;font-size:14px}#emp-dashboard .client-arrow{background:none;border:none;cursor:pointer;padding:4px;margin-left:auto;border-radius:4px;display:inline-flex!important;align-items:center;justify-content:center;opacity:.6;transition:all .2s ease;color:#6b7280;z-index:100;position:relative;min-width:24px;min-height:24px}#emp-dashboard .client-arrow:hover{opacity:1;background:#0000000d;color:#374151}#emp-dashboard .client-arrow.active{opacity:1;background:#00000014;color:#374151}#emp-dashboard .client-arrow svg{width:14px;height:14px;transition:transform .2s ease}#emp-dashboard .client-arrow.active svg{transform:rotate(90deg)}.material-success{position:fixed;top:16px;left:16px;right:16px;z-index:999999;animation:slideDown .3s ease-out;pointer-events:none;display:flex;justify-content:center}@media(min-width:480px){.material-success{left:auto;right:20px;top:20px;max-width:300px}}.material-success-card{background:#fff;border-radius:40px;box-shadow:0 4px 16px #0000001f;padding:8px 16px 8px 8px;display:flex;align-items:center;gap:10px;width:100%;max-width:320px;pointer-events:auto;border:1px solid rgba(16,185,129,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffffa}.material-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#10b981;display:flex;align-items:center;justify-content:center;animation:popIn .3s ease}.material-icon svg{width:16px;height:16px;color:#fff}.material-content{flex:1;min-width:0;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.material-title{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap}.material-message{font-size:12px;color:#64748b;word-break:break-word;line-height:1.3}.material-close{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;padding:0;-webkit-tap-highlight-color:transparent}.material-close:active{background:#e2e8f0;color:#1e293b;transform:scale(.9)}.material-close svg{width:14px;height:14px}@media(max-width:380px){.material-success-card{padding:6px 12px 6px 6px;gap:8px}.material-icon{width:24px;height:24px}.material-icon svg{width:14px;height:14px}.material-title{font-size:12px}.material-message{font-size:11px}.material-close{width:22px;height:22px}.material-close svg{width:12px;height:12px}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popIn{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-left:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}
