*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.6;color:#333;margin:0}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=time],select,textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#1f2937;background-color:#fff;transition:all .2s;outline:none}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=time]:focus,select:focus,textarea:focus{border-color:#00babd;box-shadow:0 0 0 3px #00babd1a}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder,input[type=time]::placeholder,select::placeholder,textarea::placeholder{color:#9ca3af}input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=date]:disabled,input[type=time]:disabled,select:disabled,textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.btn-primary{background-color:#00babd;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.btn-secondary{background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem}.btn-secondary:hover{background-color:#e5e7eb}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-icon{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:6px;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.btn-icon:hover{background-color:#f3f4f6}.btn-icon.edit{color:#1976d2}.btn-icon.edit:hover{background-color:#e3f2fd}.btn-icon.delete{color:#d32f2f}.btn-icon.delete:hover{background-color:#ffebee}.btn-icon.sign{color:#00babd}.btn-icon.sign:hover{background-color:#e6fffa}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:#374151}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:767px){.form-grid{grid-template-columns:1fr;gap:1rem}}.custom-checkbox{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.75rem!important;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem;color:#4a5568;padding:.5rem 0;transition:all .2s ease;position:relative;width:auto}.custom-checkbox:hover{color:#1a202c}.custom-checkbox:hover .checkbox-box{border-color:#00babd;background-color:#f0fdfa}.custom-checkbox input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.custom-checkbox input:checked~.checkbox-box{background-color:#00babd;border-color:#00babd;box-shadow:0 2px 4px #00babd4d}.custom-checkbox input:checked~.checkbox-box:after{opacity:1;transform:rotate(45deg) scale(1)}.custom-checkbox .checkbox-box{width:22px!important;height:22px!important;background-color:#fff;border:2px solid #cbd5e0;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.custom-checkbox .checkbox-box:after{content:"";position:absolute;opacity:0;left:6px;top:2px;width:6px;height:11px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(.5);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.custom-checkbox .checkbox-label,.custom-checkbox .worker-name-label,.custom-checkbox .option-text{flex:1;line-height:1.4;font-weight:500}.password-field-container{position:relative;width:100%;display:flex;align-items:center}.password-field-container input{padding-right:3rem!important}.password-field-container .password-toggle{position:absolute;right:.5rem;height:100%;width:2.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;z-index:5}.password-field-container .password-toggle:hover{color:#00babd}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.modal-content .modal-header{padding:1.5rem;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.modal-content .modal-header h2{margin:0;font-size:1.25rem;color:#111827}.modal-content form{padding:1.5rem;overflow-y:auto;flex:1}.modal-content .modal-actions{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;background:#f9fafb;display:flex;justify-content:flex-end;gap:1rem}.custom-select-container,.custom-multi-select-container{position:relative;width:100%}.custom-select-container .custom-select-button,.custom-multi-select-container .custom-select-button{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.95rem;color:#1f2937;transition:all .2s}.custom-select-container .custom-select-button:hover,.custom-multi-select-container .custom-select-button:hover{border-color:#9ca3af}.custom-select-container .custom-select-button:focus,.custom-multi-select-container .custom-select-button:focus{border-color:#00babd;box-shadow:0 0 0 3px #00babd1a}.custom-select-container .custom-select-button .selected-value,.custom-multi-select-container .custom-select-button .selected-value{flex:1;text-align:left}.custom-select-container .custom-options-list,.custom-multi-select-container .custom-options-list{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;z-index:2000;padding:.25rem;list-style:none;margin:0;max-height:250px;overflow-y:auto}.custom-select-container .custom-options-list li,.custom-multi-select-container .custom-options-list li{padding:.625rem .75rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.custom-select-container .custom-options-list li:hover,.custom-multi-select-container .custom-options-list li:hover{background-color:#f3f4f6}.custom-select-container .custom-options-list li.selected,.custom-multi-select-container .custom-options-list li.selected{background-color:#f0fdfa;color:#00babd;font-weight:600}.checkbox-list{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;max-height:200px;overflow-y:auto;background-color:#f9fafb;display:flex;flex-direction:column;gap:.25rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;width:100%;gap:1.5rem;background:#fff;border-radius:12px}.loading-container .loader{width:48px;height:48px;border:4px solid rgba(0,186,189,.1);border-left-color:#00babd;border-radius:50%;animation:rotation .8s cubic-bezier(.6,.2,.4,.8) infinite}.loading-container .loading-text{color:#00babd;font-weight:600;font-size:1.1rem;animation:pulse-text 1.5s ease-in-out infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.desktop-view{display:block}.mobile-view,.mobile-cards{display:none}@media(max-width:767px){.desktop-view{display:none!important}.mobile-view{display:block!important}.mobile-cards{display:block}.modal-overlay{padding:0}.modal-content{border-radius:0;max-width:100vw;height:100vh;max-height:100vh}.modal-content .modal-actions{flex-direction:column-reverse;padding:1rem}.modal-content .modal-actions button{width:100%}}
