.toast-container{position:fixed;bottom:20px;left:20px;z-index:30000;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;animation:slideInLeft .3s ease-out;min-width:280px;max-width:380px}.toast.toast-removing{animation:slideOutLeft .3s ease-out forwards}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981;background:#d1fae5}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444;background:#fee2e2}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{color:#f59e0b;background:#fef3c7}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6;background:#dbeafe}.toast-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:16px;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-size:13px;color:#1e293b;line-height:1.4;word-break:break-word}.toast-close{background:none;border:none;font-size:20px;color:#94a3b8;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{background-color:#f1f5f9;color:#475569}@keyframes slideInLeft{0%{transform:translate(-400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-400px);opacity:0}}@media(max-width:768px){.toast-container{bottom:10px;right:10px;left:10px;max-width:none}.toast{min-width:auto;max-width:none}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;position:relative}.login-container:before{content:"";position:absolute;inset:0;background:#0000001a;z-index:1}.login-box{background:#fff;padding:2.5rem 2.5rem 2rem;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:420px;width:100%;text-align:center;position:relative;z-index:2}.company-logo-container{display:flex;justify-content:center;margin-bottom:1.75rem}.company-logo{width:80px;height:80px;object-fit:contain}.login-title{margin:0 0 1rem;font-size:2rem;color:#1a2332;font-weight:700;letter-spacing:-.02em}.login-subtitle{margin:0 0 1.5rem;color:#8b95a5;font-size:.9rem;line-height:1.5}.error-message{background-color:#fee;color:#c00;padding:.75rem;border-radius:4px;margin-bottom:1.5rem;font-size:.9rem;border-left:4px solid #c00}.login-button{width:100%;padding:.875rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-button:hover:not(:disabled){background:#1d4ed8}.login-button:disabled{opacity:.7;cursor:not-allowed}.button-icon-img{width:24px;height:24px;object-fit:contain}.login-divider{position:relative;text-align:center;margin:1rem 0;color:#9ca3af;font-size:.85rem;font-weight:500}.login-divider:before,.login-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e5e7eb}.login-divider:before{left:0}.login-divider:after{right:0}.login-info{margin:1.5rem 0;padding:1rem;background:#f9f9f9;border-radius:4px;text-align:left}.login-info h3{margin:0 0 .75rem;color:#515a5f;font-size:.95rem;font-weight:600}.login-info ul{margin:0;padding-left:1.5rem;list-style:disc}.login-info li{color:#666;font-size:.85rem;line-height:1.6;margin-bottom:.5rem}.oauth-info{margin:1rem 0 0;padding:.75rem .875rem;background:#f0f4f8;border-radius:6px;display:flex;gap:.75rem;text-align:left;align-items:center}.oauth-icon{flex-shrink:0;display:flex;align-items:center}.oauth-icon svg{width:32px;height:32px}.oauth-text h3{margin:0 0 .25rem;color:#1a2332;font-size:.875rem;font-weight:700}.oauth-text p{margin:0;color:#5f6b7a;font-size:.75rem;line-height:1.4}.login-footer{position:fixed;bottom:1.5rem;right:1.5rem;z-index:3;text-align:right;color:#2563eb}.login-footer p{margin:0;font-size:.75rem;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media(max-width:768px){.login-container{padding:0;align-items:center;justify-content:flex-start;padding-top:30vh}.login-box{padding:2rem 1.5rem;max-width:90%;margin:0 auto;border-radius:16px;max-height:none}.company-logo{width:60px;height:60px}.company-logo-container{margin-bottom:1.25rem}.login-title{font-size:1.5rem;margin-bottom:.5rem}.login-subtitle{font-size:.8rem;margin-bottom:1rem;line-height:1.4}.login-button{padding:.75rem 1rem;font-size:.875rem;margin-bottom:.875rem}.login-divider{margin:.75rem 0}.oauth-info{padding:.75rem;margin-bottom:0}.oauth-text h3{font-size:.75rem;margin-bottom:.25rem}.oauth-text p{font-size:.65rem;line-height:1.3}.oauth-icon svg{width:28px;height:28px}.login-footer{position:fixed;bottom:1rem;left:0;right:0;text-align:center;color:#ffffffe6;margin-top:0;z-index:10}.login-footer p{font-size:.65rem;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.3)}.login-container:after{display:none}}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.approval-summary-container{margin-bottom:2rem;width:100%;max-width:100%;overflow-x:visible}.approval-summary-card{background-color:#fff;width:100%;overflow-x:visible}.approval-summary-header{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:1.25rem;padding-bottom:0;border-bottom:none;flex-wrap:wrap}.approval-summary-header-desktop{display:flex}.approval-summary-header-mobile{display:none}.approval-summary-title{margin:0;font-size:1.125rem;color:#1f2937;display:flex;align-items:center;gap:.5rem;font-weight:700;white-space:nowrap;flex-shrink:0}.approval-summary-search{position:relative;min-width:280px;max-width:400px;flex:1 1 auto}.approval-summary-search-input{width:100%;padding:.5rem 2.25rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;outline:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%239ca3af'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.65rem center}.approval-summary-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.approval-summary-search-input::placeholder{color:#9ca3af}.approval-summary-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:#ef4444;color:#fff;border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:background-color .2s ease;padding:0;line-height:1}.approval-summary-search-clear:hover{background-color:#dc2626}.approval-summary-stats{display:flex;gap:1rem;align-items:center;text-align:right;color:#64748b;font-size:.875rem;font-weight:600;padding:0;background-color:transparent;border-radius:0;white-space:nowrap;flex-shrink:0}.approval-summary-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}.approval-summary-table-wrap{overflow-x:auto;overflow-y:auto;border-radius:12px;border:1px solid #e5e7eb;width:100%;box-shadow:0 1px 3px #0000001a;position:relative;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 180px);--sticky-top: 0px}.approval-summary-table{width:100%;border-collapse:separate;border-spacing:0;min-width:100%;table-layout:auto}.approval-summary-table thead{position:sticky;position:-webkit-sticky;top:0;z-index:10}.approval-summary-table th{text-align:left;padding:.5rem .75rem;background:#dbeafe;border:none;border-bottom:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:all .2s ease}.approval-summary-table thead tr:first-child th:first-child{border-top-left-radius:12px}.approval-summary-table thead tr:first-child th:last-child{border-top-right-radius:12px}.approval-summary-table thead.sticky{box-shadow:0 2px 8px #00000026}.approval-summary-table tbody tr{transition:all .15s ease;background-color:#fff;border:none}.approval-summary-table tbody tr:hover{background-color:#f9fafb}.approval-summary-table tbody tr:last-child{border:none}.approval-summary-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.approval-summary-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.approval-summary-table tbody tr:last-child td{border-bottom:none}.approval-summary-table td{padding:.375rem .75rem;border:none;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#374151;font-size:.875rem;line-height:1.3;position:relative;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.approval-summary-table td:first-child,.approval-summary-table th:first-child{text-align:center;padding:.75rem;vertical-align:middle}.approval-summary-table input[type=checkbox]{width:16px;height:16px;cursor:pointer;border:1.5px solid #d1d5db;border-radius:3px;vertical-align:middle;margin:0}.approval-summary-table td:nth-child(2){color:#2563eb;font-weight:500}.approval-summary-table td:nth-child(2):before{content:"";font-size:1.2rem;flex-shrink:0}.approval-summary-td-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media(max-width:768px){.approval-summary-td-content{max-width:none;overflow:visible}}.mobile-forms-cards{display:none}.approval-summary-resize-handle{position:absolute;right:0;top:0;bottom:0;width:8px;cursor:col-resize;user-select:none;z-index:3;background-color:transparent}.approval-summary-resize-handle:hover{background-color:#cbd5e1}.approval-summary-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;letter-spacing:.025em;border:1px solid rgba(0,0,0,.1);color:#515a5f}.approval-summary-link-btn{padding:8px 14px;background-color:#10b981;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;display:inline-flex;gap:6px;align-items:center;font-size:.875rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.approval-summary-approve-btn{padding:9px 16px;background-color:#0ea5e9;color:#fff;border-radius:6px;border:none;font-weight:600;cursor:pointer;display:inline-flex;gap:6px;align-items:center;font-size:.875rem;transition:all .2s;box-shadow:0 1px 3px #0000001a}.approval-summary-approve-btn:hover:not(:disabled){background-color:#0284c7}.approval-summary-approve-btn:disabled{opacity:.5;cursor:not-allowed}.approval-summary-meta{font-size:.875rem;color:#64748b;font-weight:500}.approval-summary-small-table{width:100%;border-collapse:collapse;margin-top:10px;color:#374151;background:#fff}.approval-summary-small-th{text-align:left;padding:6px 8px;border-bottom:1px solid #eef2ff;font-size:.82rem;color:#475569}.approval-summary-small-td{padding:6px 8px;border-bottom:1px solid #f3f6f9;font-size:.88rem}.approval-summary-row-status-text{margin-left:8px;font-size:.88rem}.approval-summary-field-meta-row{margin-top:8px;display:flex;gap:12px;flex-wrap:wrap;color:#475569;font-size:.88rem}.approval-summary-field-meta-label{font-weight:700;color:#515a5f;margin-right:6px}.approval-summary-modal-overlay{position:fixed;inset:0;background-color:#02061780;display:flex;align-items:center;justify-content:center;z-index:9999}.approval-summary-modal-card{background:#fff;padding:20px;border-radius:12px;min-width:320px;max-width:520px;box-shadow:0 12px 40px #02061733}.approval-summary-modal-title{margin:0;font-size:1.05rem;font-weight:800;color:#515a5f}.approval-summary-modal-body{margin-top:8px;color:#334155}.approval-summary-modal-actions{margin-top:14px;display:flex;gap:8px;justify-content:flex-end}.approval-summary-toast-container{position:fixed;bottom:24px;right:24px;z-index:10000;animation:slideInRight .3s ease-out}.approval-summary-toast-card{background:#fff;padding:14px 18px;border-radius:10px;min-width:320px;max-width:450px;box-shadow:0 8px 32px #00000026;display:flex;align-items:center;gap:12px;cursor:pointer}.approval-summary-toast-icon{font-size:1.5rem;flex-shrink:0}.approval-summary-toast-content{flex:1;font-size:.9rem;color:#334155;font-weight:500}.approval-summary-toast-close{font-size:1.2rem;color:#94a3b8;cursor:pointer;flex-shrink:0;line-height:1;padding:4px}.approval-summary-loading-indicator{position:fixed;bottom:2rem;right:2rem;background-color:#fff;padding:1.25rem 2rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;color:#515a5f;z-index:1000;animation:fadeIn .3s ease-out}.approval-summary-loading-spinner{width:32px;height:32px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.template-table-header{padding:.65rem 1rem;background:#1e40af;color:#fff;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;transition:all .2s ease;margin-bottom:.75rem;border-radius:10px}.template-table-header:hover{background:#1e3a8a}.template-table-header.collapsed{border-radius:10px;background:#1e40af}.template-table-header.expanded{border-radius:10px 10px 0 0;background:#1e40af;margin-bottom:0}.template-table-header.expanded:hover{background:#2563eb}.template-collapse-icon{font-size:1rem;transition:transform .2s ease;display:inline-block}.template-collapse-icon.collapsed{transform:rotate(-90deg)}.template-collapse-icon.expanded{transform:rotate(0)}.template-form-count{margin-left:auto;background:#ffffff40;padding:.2rem .65rem;border-radius:12px;font-size:.8rem;font-weight:600}.template-header-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#ffffff;border:2px solid rgba(255,255,255,.8);border-radius:3px;flex-shrink:0}.template-header-checkbox:hover{border-color:#fff}@media(max-width:768px){.approval-summary-card{padding:1rem;border-radius:8px}.approval-summary-container{margin-bottom:1.5rem}.approval-summary-header-desktop{display:none!important}.approval-summary-header-mobile{display:flex!important;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.approval-summary-mobile-row-1{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.approval-summary-mobile-row-1 .approval-summary-title{flex:1;font-size:1rem;font-weight:700;margin:0}.approval-summary-mobile-row-1 .as-icon-xl{font-size:1.1rem}.approval-summary-filter-icon{flex-shrink:0;background:transparent;border:1px solid #d1d5db;border-radius:6px;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.approval-summary-filter-icon:hover{background:#f3f4f6;border-color:#9ca3af}.approval-summary-filter-icon svg{width:18px;height:18px}.approval-summary-mobile-row-2{width:100%}.approval-summary-mobile-row-2 .approval-summary-search{width:100%;max-width:100%;min-width:100%}.approval-summary-mobile-row-2 .approval-summary-search-input{width:100%}.approval-summary-mobile-row-3{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:nowrap;width:100%}.approval-summary-mobile-row-3 .approval-summary-stats{flex-shrink:0;display:flex;gap:.5rem;align-items:center;font-size:.8rem;font-weight:600;color:#64748b;padding:0;background:transparent;border-radius:0;white-space:nowrap}.approval-summary-mobile-buttons{display:flex;gap:.4rem;flex-shrink:0}.approval-summary-mobile-buttons button{font-size:.7rem;padding:.35rem .6rem;white-space:nowrap}.approval-summary-table-wrap{display:none!important}.mobile-forms-cards{display:block!important;min-height:100px;padding:.5rem}.mobile-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a}.mobile-form-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.mobile-form-card-title{font-size:.875rem;font-weight:600;color:#2563eb;margin:0;flex:1}.mobile-form-card-checkbox{margin-left:.5rem;width:18px;height:18px}.mobile-form-card-body{display:flex;flex-direction:column;gap:.5rem}.mobile-form-field{display:flex;flex-direction:row;gap:.5rem;align-items:baseline;line-height:1.5}.mobile-form-field-label{font-size:.75rem;font-weight:600;color:#64748b;flex-shrink:0;min-width:fit-content}.mobile-form-field-label:after{content:":";margin-left:2px}.mobile-form-field-value{font-size:.875rem;color:#1f2937;word-wrap:break-word;flex:1}.mobile-form-expand-btn{width:100%;padding:.5rem;margin:.5rem 0;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.mobile-form-expand-btn:hover{background:#e5e7eb}.mobile-form-expand-btn:active{background:#d1d5db}.mobile-form-card-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;flex-wrap:wrap}.mobile-form-action-btn{flex:1;min-width:calc(50% - .25rem);padding:.5rem;font-size:.8rem;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.mobile-form-action-btn.edit{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6}.mobile-form-action-btn.edit:active{background:#2563eb}.mobile-form-action-btn.approve{background-color:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.mobile-form-action-btn.approve:active{background:#059669}.mobile-form-action-btn.reject{background-color:#ffebee;color:#c62828;border-color:#ef9a9a}.mobile-form-action-btn.reject:active{background:#dc2626}.mobile-form-action-btn.view{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.mobile-form-action-btn.view:active{background:#e5e7eb}.mobile-form-action-btn:disabled{opacity:.5;cursor:not-allowed}.approval-summary-table th:nth-child(3),.approval-summary-table td:nth-child(3),.approval-summary-table th:nth-child(4),.approval-summary-table td:nth-child(4),.approval-summary-table th:nth-child(5),.approval-summary-table td:nth-child(5),.approval-summary-table th:nth-child(6),.approval-summary-table td:nth-child(6),.approval-summary-table th:nth-child(7),.approval-summary-table td:nth-child(7),.approval-summary-table th:nth-child(8),.approval-summary-table td:nth-child(8),.approval-summary-table th:nth-child(9),.approval-summary-table td:nth-child(9),.approval-summary-table th:nth-child(10),.approval-summary-table td:nth-child(10),.approval-summary-table th:nth-child(11),.approval-summary-table td:nth-child(11),.approval-summary-table th:nth-child(12),.approval-summary-table td:nth-child(12),.approval-summary-table th:nth-child(13),.approval-summary-table td:nth-child(13),.approval-summary-table th:nth-child(14),.approval-summary-table td:nth-child(14),.approval-summary-table th:nth-child(15),.approval-summary-table td:nth-child(15){display:none!important}.approval-summary-table th:first-child,.approval-summary-table td:first-child{width:48px;min-width:48px;padding:.65rem .5rem}.approval-summary-table th:nth-child(2),.approval-summary-table td:nth-child(2){width:auto;max-width:none;white-space:normal;word-break:break-word;padding-left:.75rem;padding-right:.75rem}.approval-summary-table th:last-child,.approval-summary-table td:last-child{position:sticky!important;right:0!important;background-color:#fff!important;box-shadow:-2px 0 4px #0000000d!important;width:128px!important;min-width:128px!important;max-width:128px!important;padding:.4rem .2rem!important}.approval-summary-table td:last-child .as-action-row{gap:4px!important;justify-content:center}.approval-summary-table td:last-child button{padding:.35rem .5rem!important;margin:0 .1rem!important;min-width:auto;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:0!important;gap:0}.approval-summary-table td:last-child button>span{font-size:1.1rem!important;line-height:1}.approval-summary-table input[type=checkbox]{width:18px;height:18px}}.confirm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease}.confirm-modal-card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%;padding:1.5rem;text-align:center;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal-icon{width:48px;height:48px;border-radius:50%;background:#fef3c7;color:#f59e0b;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.confirm-modal-message{font-size:1rem;color:#374151;line-height:1.5;margin-bottom:1.5rem;font-weight:500}.confirm-modal-buttons{display:flex;gap:.75rem;flex-direction:column}.confirm-modal-btn{width:100%;padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px}.confirm-modal-btn-confirm{background:#10b981;color:#fff}.confirm-modal-btn-confirm:hover{background:#059669}.confirm-modal-btn-confirm:active{transform:scale(.98);background:#047857}.confirm-modal-btn-cancel{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.confirm-modal-btn-cancel:hover{background:#e5e7eb}.confirm-modal-btn-cancel:active{transform:scale(.98);background:#d1d5db}@media(min-width:640px){.confirm-modal-buttons{flex-direction:row}.confirm-modal-btn{min-width:120px}}@media(max-width:768px){.confirm-modal-overlay{padding:1rem}.confirm-modal-card{padding:1.5rem 1rem}.confirm-modal-message{font-size:.95rem}.confirm-modal-btn{font-size:.95rem;min-height:44px}}.loading-indicator{position:fixed;bottom:2rem;right:2rem;background-color:#fff;padding:1.25rem 2rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;color:#515a5f;z-index:1000;animation:fadeIn .3s ease-out}.loading-spinner{width:32px;height:32px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.attachment-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;gap:1rem}.attachment-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:#515a5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.attachment-modal-close-btn{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.attachment-modal-content{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8fafc;position:relative}.attachment-modal-iframe{width:100%;height:100%;border:none;background:#fff}.attachment-modal-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.attachment-modal-video{max-width:100%;max-height:100%;display:block}.attachment-modal-no-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#64748b}.attachment-modal-no-preview-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.3}.attachment-modal-no-preview-text{margin:.5rem 0;font-size:1rem}.attachment-modal-no-preview-name{color:#515a5f;font-weight:600;margin-top:1rem;word-break:break-word}.attachment-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#fff;gap:1rem}.attachment-modal-footer-info{display:flex;gap:1.5rem;align-items:center;font-size:.875rem;color:#64748b;flex-wrap:wrap}.attachment-modal-overlay{position:fixed;inset:0;background-color:#000c;z-index:20000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease-out}.attachment-modal-container{background:#fff;border-radius:12px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.view-in-acc-button{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:4px;text-decoration:none;font-weight:500;font-size:.75rem;transition:all .2s ease;cursor:pointer;white-space:nowrap}.mobile-form-card-actions .view-in-acc-button{width:100%;justify-content:center;padding:.5rem;font-size:.8rem;border-radius:6px}.loading-overlay{position:fixed;z-index:10000;pointer-events:none;animation:fadeIn .2s ease-in}.loading-overlay-bottom-right{bottom:24px;right:24px}.loading-overlay-bottom-left{bottom:24px;left:24px}.loading-overlay-top-right{top:24px;right:24px}.loading-overlay-top-left{top:24px;left:24px}.loading-overlay-center{top:50%;left:50%;transform:translate(-50%,-50%)}.loading-overlay-container{background-color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 8px 24px #00000026,0 0 0 1px #0000000d;display:flex;align-items:center;gap:1rem;min-width:200px}.loading-overlay-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #667eea;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.loading-overlay-text{color:#334155;font-size:.95rem;font-weight:500;white-space:nowrap}.workflow-history-container{display:flex;flex-direction:column;gap:4px;max-height:100px;overflow-y:auto;padding-right:4px}.workflow-pending-box{background-color:#fef3c7;border-left:3px solid #f59e0b;padding:10px 12px;border-radius:6px;margin-bottom:3px}.workflow-pending-box.current-user{background-color:#3b82f626;border-left:3px solid #3b82f6}.workflow-pending-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.workflow-pending-label{font-weight:700;color:#92400e;font-size:.7rem}.workflow-task-item{color:#78350f;font-weight:600;font-size:.75rem;line-height:1.5;padding:0;border-radius:0;margin-top:0}.workflow-task-item.current-user{color:#1e40af;font-weight:700;background-color:#3b82f61a;padding:4px 6px;border-radius:4px}.workflow-task-item.current-user+.workflow-task-item.current-user{margin-top:4px}.workflow-task-you-label{margin-left:4px;color:#ef4444}.workflow-task-due{font-size:.7rem;color:#92400e}.workflow-task-due.current-user{color:#1e40af}.workflow-history-item{padding:8px 10px;margin-top:6px;border-radius:6px;background-color:#f8fafc;border-left:3px solid #cbd5e1}.workflow-history-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.workflow-history-icon{font-size:1rem;font-weight:700}.workflow-history-action{font-weight:600;font-size:.75rem}.workflow-history-user{font-size:.7rem;color:#64748b;margin-bottom:2px}.workflow-history-timestamp{font-size:.65rem;color:#94a3b8}.workflow-history-comment{margin-top:4px;padding:4px 6px;background-color:#f1f5f9;border-radius:4px;font-size:.7rem;color:#475569;font-style:italic}.edit-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:flex-end;animation:fadeIn .2s ease-out}.edit-modal-container{background:#fff;width:100%;max-height:85vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;box-shadow:0 -4px 20px #00000026}.edit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.edit-modal-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.edit-modal-close{background:transparent;border:none;font-size:1.75rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.edit-modal-close:hover{background:#f3f4f6;color:#1f2937}.edit-modal-content{flex:1;overflow-y:auto;padding:1.5rem;-webkit-overflow-scrolling:touch}.edit-modal-field{margin-bottom:1.5rem}.edit-modal-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.edit-modal-sublabel{font-size:.75rem;font-weight:400;color:#6b7280}.edit-modal-input,.edit-modal-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#1f2937;background-color:#fff;transition:all .2s;-webkit-appearance:none;appearance:none}.edit-modal-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.edit-modal-input:focus,.edit-modal-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-modal-input:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#64748b}.edit-modal-value-readonly{padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#6b7280}.edit-modal-footer{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.edit-modal-button{flex:1;padding:.875rem 1.25rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.edit-modal-button-cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.edit-modal-button-cancel:hover{background:#f9fafb}.edit-modal-button-save{background:#3b82f6;color:#fff}.edit-modal-button-save:hover{background:#2563eb}@media(min-width:769px){.edit-modal-overlay{display:none}}.as-btn-base{padding:8px 16px;border-radius:8px;border:1.5px solid;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.as-btn-purple{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6}.as-btn-purple:hover{background-color:#e9ecef;border-color:#adb5bd}.as-btn-blue{background-color:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.as-btn-blue:hover{background-color:#c8e6c9;border-color:#81c784}.as-btn-red{background-color:#ffebee;color:#c62828;border-color:#ef9a9a}.as-btn-red:hover{background-color:#ffcdd2;border-color:#e57373}.as-btn-green{background-color:#10b981;color:#fff}.as-btn-green:hover{background-color:#059669}.as-btn-gray{background-color:#475569;color:#fff}.as-btn-gray:hover{background-color:#334155}.as-flex-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.as-flex-col{display:flex;flex-direction:column;gap:8px}.as-badge-base{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.as-badge-yellow{background-color:#fef3c7;color:#92400e}.as-badge-blue{background-color:#dbeafe;color:#1e40af}.as-badge-green{background-color:#d1fae5;color:#065f46}.as-badge-red{background-color:#fee2e2;color:#991b1b}.as-loading-text{padding:12px;color:#64748b}.as-icon-large{font-size:1.4rem}.as-icon-medium{font-size:.85rem}.as-text-muted{color:#64748b}.as-text-strong{font-weight:700}.as-btn-with-shadow{box-shadow:0 1px 3px #0000001a;font-size:.875rem;display:inline-flex;align-items:center;gap:6px}.as-loading-message{padding:3rem 1rem;color:#64748b;text-align:center;font-size:1rem;font-weight:500}.as-icon-xl{font-size:1.4rem}.as-text-small{font-size:.8rem}.as-text-medium{font-size:.85rem}.as-text-xs{font-size:.75rem}.as-text-muted-small{font-size:.75rem;color:#64748b}.as-text-muted-italic{color:#64748b;font-size:.8rem;font-style:italic}.as-cursor-pointer{cursor:pointer}.as-modal-content{border-top:4px solid #8b5cf6;max-width:600px;max-height:80vh;overflow:auto}.as-modal-header{color:#7c3aed;display:flex;align-items:center;justify-content:space-between}.as-modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.as-modal-close-btn:hover{color:#64748b}.as-attachment-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#f8fafc;border-radius:6px;margin-bottom:8px;border:1px solid #e2e8f0;transition:all .2s}.as-attachment-item:hover{background-color:#f1f5f9;border-color:#cbd5e1}.as-attachment-icon{font-size:1.2rem}.as-attachment-name{flex:1;font-size:.875rem;font-weight:500;color:#334155;word-break:break-word}.as-download-btn{padding:6px 12px;background-color:#0ea5e9;color:#fff;border:none;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.as-download-btn:hover{background-color:#0284c7}.as-download-btn:disabled{opacity:.5;cursor:not-allowed}.as-flex-center{display:flex;align-items:center;justify-content:center}.as-flex-gap-4{display:flex;gap:4px}.as-flex-gap-6{display:flex;gap:6px}.as-flex-gap-8{display:flex;gap:8px}.as-action-row{display:flex;gap:8px;align-items:center;flex-wrap:nowrap;justify-content:flex-start;min-width:max-content}.as-attachment-compact{display:flex;align-items:center;gap:4px;padding:1px 3px;background:#f8fafc;border-radius:3px;font-size:.7rem;border:1px solid #e2e8f0;transition:all .2s}.as-attachment-name-compact{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#515a5f;font-weight:500}.as-download-icon-btn{background:#3b82f6;color:#fff;border:none;border-radius:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.7rem;flex-shrink:0;transition:all .2s}.as-download-icon-btn:hover{background:#2563eb}.as-download-icon-btn:disabled{background:#94a3b8;cursor:not-allowed}.as-table-cell-scroll{display:flex;flex-direction:column;gap:3px;max-height:80px;overflow-y:auto}.as-package-items{padding-left:0;display:flex;flex-direction:column;gap:4px}.as-package-item-name{font-size:.7rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dashboard-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;padding-top:0}.dashboard-nav{display:flex;justify-content:space-between;align-items:center;background:#fffffff2;backdrop-filter:blur(10px);color:#1f2937;padding:.5rem 1.5rem;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.nav-left{display:flex;flex-direction:row;align-items:center;gap:.5rem}.header-logo{height:40px;width:auto;object-fit:contain}.company-logo{height:45px;width:auto}.company-name{display:flex;flex-direction:column;line-height:1.2}.company-name-line1{font-size:1.1rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}.company-name-line2{font-size:.75rem;font-weight:500;color:#515a5f;text-transform:uppercase;letter-spacing:.3px}.nav-left h1{margin:0;font-size:1.5rem;font-weight:600;color:#515a5f}.nav-right{display:flex;align-items:center;gap:1rem}.mobile-nav-row,.mobile-menu-button-header{display:none}.notification-button{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:6px}.notification-button:hover{background:#f3f4f6}.notification-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#374151}.notification-badge{position:absolute;top:.25rem;right:.25rem;background:#ef4444;color:#fff;font-size:.65rem;font-weight:600;padding:.125rem .35rem;border-radius:10px;min-width:18px;text-align:center;line-height:1}.user-welcome{color:#374151;font-size:.85rem;font-weight:500;white-space:nowrap}.user-profile-container{position:relative}.user-profile-button{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}.user-profile-button:hover{background:#f9fafb;border-color:#2563eb}.user-initials{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;border-radius:50%}.user-dropdown-arrow{font-size:.7rem;color:#6b7280;transition:transform .2s}.user-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;width:250px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;z-index:9999;overflow:hidden;pointer-events:all}.user-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.user-dropdown-initials{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;border-radius:50%;flex-shrink:0}.user-dropdown-info{flex:1;min-width:0}.user-dropdown-name{font-size:.9rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-divider{height:1px;background:#e5e7eb;margin:0}.user-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem;color:#374151;transition:all .2s}.user-dropdown-item:hover{background:#f3f4f6;color:#1f2937}.user-dropdown-icon{font-size:1rem;display:flex;align-items:center}.project-tabs-container{background:linear-gradient(135deg,#009ddc,#1a1a1a);padding:0 1rem;box-shadow:0 2px 4px #0000000d}.project-tabs{display:flex;gap:.1rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.project-tabs::-webkit-scrollbar{height:4px}.project-tabs::-webkit-scrollbar-track{background:transparent}.project-tabs::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:2px}.project-tabs::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.project-tab{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#ffffff26;border:none;color:#ffffffd9;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .25s ease;white-space:nowrap;border-radius:8px 8px 0 0;position:relative;border:1px solid transparent}.project-tab.has-pending{background:#ef444440;border:1px solid rgba(239,68,68,.4);animation:pulse-tab 2s ease-in-out infinite}.project-tab.has-pending.active{background:#fff;border:1px solid #ef4444;border-bottom-color:#fff;box-shadow:0 -2px 10px #ef44444d;animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-tab{0%,to{background:#ef444440}50%{background:#ef444459}}@keyframes pulse-border{0%,to{border-color:#ef4444;border-bottom-color:#fff;box-shadow:0 -2px 10px #ef44444d}50%{border-color:#dc2626;border-bottom-color:#fff;box-shadow:0 -2px 15px #ef444480}}.pending-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;border-radius:10px;line-height:1}.project-tab:hover:not(:disabled):not(.active){background:#ffffff40;color:#fff;transform:translateY(-2px)}.project-tab.active{background:#fff;color:#009ddc;font-weight:600;box-shadow:0 -2px 10px #00000026;border:1px solid rgba(255,255,255,.5);border-bottom-color:#fff;outline:none}.project-tab.active .pending-badge{background:#ef4444;color:#fff}.project-tab:disabled{opacity:.5;cursor:not-allowed}.project-selector,.location-selector{display:flex;align-items:center;gap:.5rem;color:#515a5f}.project-label,.location-label{font-size:.9rem;font-weight:500;opacity:.9}.project-select,.location-select{padding:.5rem 2rem .5rem .75rem;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:180px;max-width:250px}.project-select:hover:not(:disabled),.location-select:hover:not(:disabled){background:#ffffff40;border-color:#ffffff80}.project-select:focus,.location-select:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a}.project-select:disabled,.location-select:disabled{opacity:.5;cursor:not-allowed}.project-select option,.location-select option{background:#009ddc;color:#fff;padding:.5rem}.searchable-select-container{position:relative;min-width:200px}.project-icon-trigger{font-size:1rem;display:flex;align-items:center;flex-shrink:0}.searchable-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:.4rem .65rem;background:#fff;color:#1f2937;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%;text-align:left;min-width:160px;max-width:220px}.searchable-select-trigger:hover:not(:disabled){background:#f9fafb;border-color:#2563eb;color:#1f2937}.searchable-select-trigger:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a}.searchable-select-trigger:disabled{opacity:.5;cursor:not-allowed}.searchable-select-value{flex:1;display:flex;align-items:center;gap:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-value .pending-badge{display:inline-block;background:#ef4444e6;color:#fff;padding:.1rem .4rem;border-radius:10px;font-size:.75rem;font-weight:600;white-space:nowrap}.searchable-select-arrow{font-size:.7rem;opacity:.7;transition:transform .2s}.searchable-select-trigger[aria-expanded=true] .searchable-select-arrow{transform:rotate(180deg)}.searchable-select-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:750px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;max-height:600px;display:flex;flex-direction:column;overflow:hidden}.searchable-select-search{display:flex;align-items:center;gap:.65rem;padding:.75rem .875rem;border:2px solid #60a5fa;border-radius:8px;margin:.75rem;background:#fff}.search-icon{font-size:1.25rem;color:#9ca3af;flex-shrink:0}.search-shortcut{padding:.3rem .6rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;color:#6b7280;font-weight:500;flex-shrink:0}.searchable-select-input{flex:1;padding:.5rem;border:none;outline:none;font-size:.95rem;color:#374151}.searchable-select-input:focus{outline:none;border-color:#009ddc;box-shadow:0 0 0 3px #009ddc1a}.searchable-select-input::placeholder{color:#9ca3af}.searchable-select-options{overflow-y:auto;max-height:300px}.searchable-select-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;color:#374151;font-size:.9rem}.searchable-select-option:hover{background-color:#f3f4f6}.searchable-select-option.selected{background-color:#e0f2fe;color:#009ddc;font-weight:600}.searchable-select-option.selected:hover{background-color:#bae6fd}.searchable-select-option.no-results{color:#9ca3af;cursor:default;font-style:italic}.searchable-select-option.no-results:hover{background-color:transparent}.searchable-select-option .option-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-option .option-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;background:#009ddc;color:#fff;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;white-space:nowrap;animation:badgeFlyIn .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 4px #009ddc4d}@keyframes badgeFlyIn{0%{transform:translate(100px) translateY(-50px) scale(.3);opacity:0}60%{transform:translate(0) translateY(0) scale(1.15);opacity:1}80%{transform:scale(.95)}to{transform:translate(0) translateY(0) scale(1);opacity:1}}.user-info{font-size:.95rem;opacity:.9;color:#515a5f}.logout-button{padding:.5rem 1.5rem;background:#009ddc;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}.logout-button:hover{background:#4443434d;border-color:#ffffff80}.dashboard-main{flex:1;padding:60px 0 0;width:100%;max-width:100%;margin:0;background:transparent}.welcome-banner{position:relative;background:#fefefe;border-radius:0;overflow:hidden;padding:0;display:flex;flex-direction:column;box-shadow:none;z-index:0;height:120px;margin:0;width:100%}.welcome-banner>div:first-child{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}.welcome-banner-bg{width:100%;height:100%;display:block;object-fit:contain;object-position:right center;margin:0;padding:0}.welcome-banner-content{position:absolute;inset:0;z-index:2;max-width:100%;padding:1.25rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;background:transparent}.welcome-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.welcome-subtitle{font-size:.85rem;color:#4b5563;margin:0;font-weight:400}.welcome-banner-action{position:absolute;bottom:.5rem;right:3rem;z-index:1}.welcome-section{background:transparent;padding:1.5rem 2rem;border-radius:0;box-shadow:none;margin-bottom:0}.welcome-section h2{color:#515a5f;font-size:2rem;margin:0 0 .5rem}.welcome-section>p{color:#666;font-size:1.1rem;margin-bottom:2rem}.dropdown-content{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding:0 .75rem;max-height:500px;overflow-y:auto}.dropdown-section{display:flex;flex-direction:column;gap:.4rem;min-width:0}.dropdown-section:not(:last-child){border-right:1px solid #e5e7eb;padding-right:1.25rem}.dropdown-bottom-section{padding:.875rem .75rem;border-top:1px solid #e5e7eb;background:#fafafa}.dropdown-section-header{display:flex;justify-content:space-between;align-items:center;padding:0 .25rem;margin-bottom:.4rem;font-size:.75rem;font-weight:700;color:#4b5563}.view-all-link{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s;text-transform:none}.view-all-link:hover{background:#eff6ff}.project-card{display:flex;align-items:center;gap:.65rem;padding:.65rem;border-radius:6px;cursor:pointer;transition:all .2s;border-left:3px solid transparent;background:#f9fafb}.project-card:hover{background:#f3f4f6}.project-card.selected{background:#eff6ff}.project-card:nth-child(1){border-left-color:#10b981}.project-card:nth-child(2){border-left-color:#f59e0b}.project-card:nth-child(3){border-left-color:#8b5cf6}.project-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:#fff;border-radius:7px;flex-shrink:0}.project-card:nth-child(1) .project-icon{background:#d1fae5;color:#059669}.project-card:nth-child(2) .project-icon{background:#fef3c7;color:#d97706}.project-card:nth-child(3) .project-icon{background:#ede9fe;color:#7c3aed}.project-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.project-name{font-size:.9rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-category{font-size:.75rem;color:#9ca3af}.project-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:22px;padding:0 .45rem;background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;border-radius:5px;flex-shrink:0}.project-list-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem .4rem;border-radius:5px;cursor:pointer;transition:all .2s;border-left:3px solid transparent}.project-list-item:hover{background:#f9fafb}.project-list-item.selected{background:#eff6ff;border-left-color:#2563eb}.project-list-name{flex:1;font-size:.85rem;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-list-item.selected .project-list-name{color:#1f2937;font-weight:500}.project-list-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:19px;padding:0 .35rem;background:#2563eb;color:#fff;font-size:.7rem;font-weight:700;border-radius:4px;flex-shrink:0}.back-button{width:100%;padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s}.back-button:hover{background:#f9fafb;color:#374151}.dropdown-section-divider{height:1px;background:#e5e7eb;margin:.75rem 0}.connected-apps-grid-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.4rem}.connected-app-item{display:flex;align-items:center;gap:.65rem;padding:.65rem;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;text-decoration:none;border:1px solid #e5e7eb}.connected-app-item:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.connected-app-icon-small{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;background:#f9fafb;border-radius:7px;flex-shrink:0}.connected-app-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.connected-app-name{font-size:.875rem;font-weight:600;color:#1f2937}.connected-app-subtitle{font-size:.75rem;color:#9ca3af}.manage-favorites-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .4rem;background:none;border:none;color:#6b7280;font-size:.8rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s;border-radius:5px}.manage-favorites-btn:hover{background:#fff;color:#374151}.favorites-icon{font-size:1rem}.user-details-card{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #009ddc;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.user-details-card h3{color:#009ddc;margin:0 0 1.5rem;font-size:1.2rem}.user-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-weight:600;color:#515a5f;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.detail-value{color:#666;font-size:.95rem;word-break:break-word;padding:.5rem;background-color:#f9f9f9;border-radius:4px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.feature-card h3{margin:0 0 .5rem;color:#009ddc;font-size:1.2rem}.feature-card p{margin:0;color:#666;font-size:.9rem}@media(max-width:768px){.dashboard-nav{padding:.75rem 1rem;flex-direction:row;gap:0;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;min-height:60px;z-index:1000}.nav-left{position:absolute;left:.5rem;flex:0 0 auto;width:auto;justify-content:flex-start;gap:0;z-index:10}.mobile-menu-button-header{display:flex!important;background:none;border:none;padding:.5rem;cursor:pointer;align-items:center;justify-content:center;font-size:1.5rem;color:#374151}.header-logo{height:32px;max-width:280px;object-fit:contain;position:relative;left:0;transform:none}.company-name{display:none}.nav-right{position:absolute;right:.5rem;gap:0;width:auto;flex-wrap:nowrap;justify-content:flex-end;align-items:center;display:flex;z-index:10}.notification-button{padding:.5rem;position:relative}.notification-icon{width:26px;height:26px}.notification-badge{min-width:20px;height:13px;font-size:.65rem;padding:.1rem .4rem;top:-2px;right:-2px}.user-dropdown-trigger,.user-welcome,.user-profile-container,.project-selector,.location-selector,.user-info,.logout-button{display:none!important}.mobile-nav-row{display:flex!important;position:fixed;top:58px;left:0;right:0;background:#fff;padding:.75rem 1rem;align-items:center;gap:.75rem;border-bottom:1px solid #e5e7eb;z-index:999}.mobile-project-selector{flex:1;display:flex;align-items:center}.mobile-welcome-text{flex:1;display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151;font-weight:500}.mobile-project-display{flex:1;padding:.5rem .75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.mobile-project-name{font-size:.9rem;font-weight:600;color:#1f2937;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-user-container{position:relative;display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;border:1px solid #e5e7eb;background:#fff}.mobile-user-avatar{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.mobile-user-dropdown-arrow{font-size:.7rem;color:#6b7280}.mobile-user-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;min-width:250px;z-index:9999;animation:slideDown .2s ease-out;pointer-events:all}.mobile-user-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem}.mobile-user-dropdown-initials{width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.mobile-user-dropdown-info{flex:1;min-width:0}.mobile-user-dropdown-name{font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-user-dropdown-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-user-dropdown-divider{height:1px;background:#e5e7eb;margin:0 .5rem}.mobile-user-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;width:100%;background:none;border:none;text-align:left;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .2s;border-radius:0 0 12px 12px}.mobile-user-dropdown-item:hover{background:#f3f4f6}.mobile-user-dropdown-icon{font-size:1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-main{padding:0 1rem;margin-top:120px;overflow-x:visible}.welcome-banner{border-radius:0;overflow:hidden;position:relative;width:calc(100% + 2rem);margin:0 -1rem;box-shadow:none;height:100px;background:#fefefe}.welcome-banner>div:first-child{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}.welcome-banner-bg{display:block;width:100%;height:100%;object-fit:contain;object-position:right center}.welcome-banner-content{position:absolute;inset:0;background:transparent;padding:1rem;margin:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.welcome-title{font-size:1rem;color:#1f2937;margin:0 0 .1rem;font-weight:700;line-height:1.15}.welcome-subtitle{font-size:.75rem;color:#4b5563;font-weight:400;margin:0;line-height:1.2}.welcome-section{padding:0rem;overflow-x:visible}.welcome-section h2{font-size:1.5rem}.welcome-section>p{font-size:1rem}.user-details-card{padding:1rem}.user-details{grid-template-columns:1fr}table{font-size:.85rem}th,td{padding:.5rem!important}}@media(max-width:480px){.dashboard-nav{padding:.75rem}.nav-left h1{font-size:1rem}.user-info{display:none}.dashboard-main{padding:.5rem}.welcome-section h2{font-size:1.25rem}.welcome-section>p{font-size:.9rem}.user-details-card{overflow-x:auto}table{min-width:500px}}.callback-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#009ddc,#1a1a1a)}.callback-content{background:#fff;border-radius:8px;padding:40px;text-align:center;box-shadow:0 10px 40px #0000001a;max-width:400px}.callback-content h2{color:#515a5f;margin-bottom:16px;font-size:24px}.callback-content p{color:#666;margin-bottom:20px;font-size:16px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #009ddc;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}.callback-content.error{background:#fff5f5;border-left:4px solid #f56565}.callback-content.error h2{color:#c53030}.error-message{color:#742a2a;background:#fed7d7;padding:12px;border-radius:4px;margin-bottom:20px}.retry-button{background:#009ddc;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s ease}.retry-button:hover{background:#007bb5}.session-notification{position:fixed;top:20px;right:20px;z-index:10000;min-width:350px;max-width:450px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;animation:slideIn .3s ease-out}.session-notification.error{border-left:4px solid #dc3545}.session-notification.warning{border-left:4px solid #ffc107}.notification-content{display:flex;align-items:flex-start;gap:12px;padding:16px}.notification-icon{width:24px;height:24px;flex-shrink:0;margin-top:2px}.session-notification.error .notification-icon{color:#dc3545}.session-notification.warning .notification-icon{color:#ffc107}.notification-message{flex:1;font-size:14px;line-height:1.5}.notification-message strong{display:block;font-size:15px;font-weight:600;color:#212529;margin-bottom:4px}.notification-message p{margin:0;color:#495057}.notification-subtext{margin-top:8px!important;font-size:13px;color:#6c757d;font-style:italic}.notification-close{background:none;border:none;font-size:24px;line-height:1;color:#6c757d;cursor:pointer;padding:0;width:24px;height:24px;flex-shrink:0;transition:color .2s}.notification-close:hover{color:#212529}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.session-notification{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.sidebar{width:280px;min-width:280px;height:100vh;background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto;position:sticky;top:0;box-shadow:2px 0 8px #00000008}.sidebar-header,.sidebar-logo{display:none}.sidebar-company-name{display:flex;flex-direction:column;line-height:1.2}.sidebar-company-line1{font-size:.65rem;font-weight:700;color:#1f2937;letter-spacing:.3px}.sidebar-company-line2{font-size:.55rem;font-weight:500;color:#6b7280;letter-spacing:.2px}.sidebar-nav{flex:1;padding:1rem 0;padding-top:70px;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;cursor:pointer;border-left:3px solid transparent;position:relative;background:transparent;border-top:none;border-right:none;border-bottom:none;width:100%;text-align:left;border-radius:8px;margin:0 .5rem;width:calc(100% - 1rem)}.sidebar-nav-item:hover{background:#f3f4f6;color:#2563eb}.sidebar-nav-item.active{background:#dbeafe;color:#2563eb;border-left-color:transparent;font-weight:600}.sidebar-icon{font-size:1.2rem;width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.sidebar-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-section{margin-top:.5rem}.sidebar-section-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:transparent;border:none;color:#1f2937;font-size:.95rem;font-weight:600;cursor:pointer;width:100%;text-align:left;transition:all .2s ease;border-radius:8px;margin:0 .5rem;width:calc(100% - 1rem)}.sidebar-section-header:hover{background:#f3f4f6}.sidebar-section-title{flex:1}.sidebar-subsection{margin-left:0}.sidebar-subitem{padding-left:3.5rem;font-size:.9rem;font-weight:500}.sidebar-external-link{display:flex;align-items:center;gap:.75rem}.sidebar-label-group{flex:1;display:flex;flex-direction:column;gap:.1rem}.sidebar-sublabel{font-size:.75rem;font-weight:400;color:#9ca3af;line-height:1.2}.sidebar-external-icon{font-size:1rem;color:#9ca3af;margin-left:auto}.sidebar-footer,.sidebar-help{display:none}.sidebar-chevron{font-size:1.25rem;color:#9ca3af;margin-left:auto;transition:transform .2s ease;transform:rotate(0)}.sidebar-chevron.open{transform:rotate(90deg)}.sidebar-count{margin-left:auto;font-size:.85rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.2rem .6rem;border-radius:12px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#f9fafb}.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1024px){.sidebar{width:240px;min-width:240px}.sidebar-nav-item{padding:.65rem 1rem;font-size:.85rem}.sidebar-icon{font-size:1rem}}@media(max-width:768px){.sidebar{position:fixed;left:-260px;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:none}.sidebar-overlay.open{display:block}}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;overflow-x:hidden}.sidebar-mobile-overlay,.sidebar-mobile-close{display:none}@media(max-width:768px){.sidebar{position:fixed;left:-280px;top:0;z-index:9999;transition:left .3s ease-in-out;height:100vh;width:280px}.sidebar.sidebar-mobile-open{left:0!important}.sidebar-mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:9998;animation:fadeIn .3s ease-in-out}.sidebar-mobile-close{display:block;position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;z-index:10}.sidebar-mobile-close:hover{background:#e5e7eb;color:#1f2937}.sidebar-nav{padding-top:3.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:769px){.sidebar-projects-section{display:none}}.pwa-install-prompt{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#009ddc,#0077b6);color:#fff;box-shadow:0 -4px 20px #00000026;z-index:10000;animation:slideUp .3s ease-out;padding:1rem}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pwa-install-content{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:1rem;position:relative}.pwa-close-btn{position:absolute;top:-.5rem;right:-.5rem;background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0;line-height:1}.pwa-close-btn:hover{background:#ffffff4d}.pwa-install-icon{flex-shrink:0}.pwa-install-icon img{width:60px;height:60px;border-radius:12px;box-shadow:0 2px 8px #0003}.pwa-install-text{flex:1;min-width:0}.pwa-install-text h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.pwa-install-text p{margin:0;font-size:.9rem;opacity:.95;line-height:1.4}.ios-share-icon{display:inline-flex;align-items:center;vertical-align:middle;margin:0 .25rem;background:#fff3;padding:.15rem .3rem;border-radius:4px}.ios-share-icon svg{display:block}.pwa-install-btn{flex-shrink:0;background:#fff;color:#009ddc;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;font-size:.95rem;transition:all .2s;box-shadow:0 2px 8px #0000001a}.pwa-install-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.pwa-install-btn:active{transform:translateY(0)}@media(max-width:640px){.pwa-install-prompt{padding:.75rem}.pwa-install-content{gap:.75rem}.pwa-install-icon img{width:50px;height:50px}.pwa-install-text h3{font-size:1rem}.pwa-install-text p{font-size:.85rem}.pwa-install-btn{padding:.6rem 1rem;font-size:.85rem}}@media(max-width:400px){.pwa-install-content{flex-direction:column;text-align:center}.pwa-close-btn{top:.5rem;right:.5rem}.pwa-install-btn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;height:100vh}body{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#fff;margin-top:1rem;font-size:1rem}:root{color:#ffffffde;background-color:#242424}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
