@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.scheduled-container{padding:20px;background-color:#f9f9fb;min-height:100vh}.frequency-tag{padding:4px 10px;border-radius:15px;font-size:12px;font-weight:700;text-transform:capitalize}.freq-daily{background:#e3f2fd;color:#1976d2}.freq-weekly{background:#f3e5f5;color:#7b1fa2}.freq-monthly{background:#fff3e0;color:#f57c00}.automation-badge{background-color:#673ab7;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;margin-left:5px}.scheduled-task-page .page-content{padding:20px;max-width:1200px;margin:0 auto}.header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.add-btn{background-color:#6366f1;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s}.add-btn:hover{background-color:#4f46e5}.scheduled-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.schedule-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px -1px #0000001a;border-top:5px solid #6366f1}.schedule-card h3{margin-top:0;color:#1f2937;font-size:1.2rem}.schedule-card p{margin:8px 0;font-size:.95rem;color:#4b5563}.card-actions{margin-top:20px;border-top:1px solid #f3f4f6;padding-top:15px}.delete-btn{background-color:#fee2e2;color:#dc2626;border:none;padding:8px 15px;border-radius:6px;cursor:pointer;font-weight:500;width:100%;transition:.2s}.delete-btn:hover{background-color:#fecaca}.top-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;height:65px;background:#2f3337;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 40px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box}.system-title{font-size:20px;font-weight:600;white-space:nowrap}.nav-right{display:flex;gap:35px;align-items:center}.nav-link{color:#dcdcdc;text-decoration:none;font-size:15px;font-weight:500;transition:.2s;white-space:nowrap}.nav-link:hover{color:#fff}.nav-link.active{color:#fff;font-weight:600;border-bottom:2px solid #fff;padding-bottom:3px}.login-btn,.logout-btn{padding:8px 16px;font-size:14px;border-radius:6px;border:none;cursor:pointer;margin-left:10px;white-space:nowrap}.login-btn{background-color:#1976d2;color:#fff}.logout-btn{background-color:#d32f2f;color:#fff}@media(max-width:768px){.top-navbar{padding:10px 15px;height:auto;min-height:60px;flex-wrap:wrap;justify-content:center;gap:10px}.system-title{font-size:18px;text-align:center;width:100%}.nav-right{gap:15px;justify-content:center;width:100%}.nav-link{font-size:13px}.login-btn,.logout-btn{padding:6px 12px;font-size:12px;margin-left:5px}}@media(max-width:480px){.nav-right{gap:10px}.nav-link{font-size:12px}.nav-right{flex-wrap:wrap;justify-content:center}}.layout-container{min-height:100vh;display:flex;flex-direction:column}.page-content{padding:100px 35px 35px;background:#f4f6fa;min-height:100vh;box-sizing:border-box}.page-content.full-bg{padding:65px 0 0;background:transparent;min-height:100vh;box-sizing:border-box}@media(max-width:768px){.page-content{padding:80px 15px 15px}}@media(max-width:480px){.page-content{padding:75px 10px 10px}}.notifications-container{font-family:IBM Plex Sans Arabic,sans-serif;max-width:95%;margin:30px auto;padding:20px;direction:rtl;min-height:100vh}.notifications-container h2{display:flex;align-items:center;gap:15px;color:#1a1a1b;font-weight:600;font-size:2.2rem;margin-bottom:40px;padding-bottom:10px;border-bottom:2px solid #eee}.notifications-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:25px}.notification-item{background:#fff;border-radius:20px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 25px #00000008;transition:all .3s ease;border:1px solid #f0f0f0;min-height:180px}.notification-item.unread{border-right:10px solid #3b82f6;background:#fcfdfe}.notification-item.read{border-right:10px solid #e5e7eb;opacity:.8}.notification-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.notif-content{margin-bottom:20px}.notif-content h4{margin:0 0 12px;color:#1f2937;font-size:1.3rem;font-weight:600}.notif-content p{margin:0;color:#4b5563;line-height:1.6;font-size:1.1rem}.notif-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f5f5f5;padding-top:15px}.notif-footer small{color:#6b7280;background:#f3f4f6;padding:6px 14px;border-radius:10px;font-size:.9rem}.mark-read-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.mark-read-btn:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d}.no-notifications{text-align:center;padding:100px 20px;background:#fff;border-radius:30px;color:#9ca3af;font-size:1.4rem;border:3px dashed #e5e7eb}@media(max-width:600px){.notifications-list{grid-template-columns:1fr}.notifications-container h2{font-size:1.6rem}}.notif-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px;padding-bottom:15px;border-bottom:1px solid #eee}.header-right{display:flex;align-items:center;gap:15px}.back-icon-btn{background:#fff;border:1px solid #e0e0e0;color:#444;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 5px #0000000d}.back-icon-btn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translate(4px);box-shadow:0 4px 12px #3b82f64d}.notif-header h2{margin:0;font-size:1.7rem;color:#1a1a1b}.notification-item{position:relative}.delete-notif-btn{position:absolute;top:10px;left:10px;background:transparent;border:none;color:#ccc;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:0}.notification-item:hover .delete-notif-btn{opacity:1;color:#ff4d4f}.delete-notif-btn:hover{background:#fff1f0;transform:rotate(90deg)}.dashboard-container{width:100%;padding:20px;box-sizing:border-box}.dashboard-title{font-size:28px;font-weight:700;margin-bottom:35px}.stats-row{display:flex;gap:20px;margin-bottom:40px;flex-wrap:wrap}.stat-card{flex:1;min-width:200px;background:#fff;padding:25px;border-radius:15px;box-shadow:0 3px 12px #0000001f;border-left:6px solid transparent;transition:transform .2s ease;box-sizing:border-box}.stat-card:hover{transform:translateY(-3px)}.stat-title{font-size:15px;color:#777;margin-bottom:10px}.stat-value{font-size:34px;font-weight:700;color:#222}.charts-row{display:flex;gap:25px;margin-top:20px;flex-wrap:wrap}.chart-box{background:#fff;padding:20px;border-radius:15px;width:calc(50% - 13px);box-shadow:0 3px 12px #0000001f;height:460px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;box-sizing:border-box}.chart-title{text-align:center;font-size:20px;font-weight:600;margin-bottom:20px}.chart-box svg{height:330px!important;width:100%!important}@media(max-width:1024px){.chart-box{width:100%;height:auto;min-height:400px;margin-bottom:20px}}@media(max-width:768px){.dashboard-container{padding:15px}.dashboard-title{font-size:24px;margin-bottom:25px;text-align:center}.stats-row{gap:15px}.stat-card{flex:none;width:100%;padding:20px}.stat-value{font-size:28px}.chart-box{padding:15px;min-height:350px}.chart-title{font-size:18px}.chart-box svg{height:280px!important}}.company-logo-container{width:28px;height:28px;border-radius:50%;border:1px solid #dcdcdc;overflow:hidden;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin-right:8px}.company-logo-img{width:80%;height:80%;object-fit:contain}.stat-card{background:#fff;width:22%;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:center;box-sizing:border-box;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-value{font-size:35px;font-weight:700;display:block}.stat-title{font-size:17px;margin-top:10px;color:#444}@media(max-width:1024px){.stat-card{width:46%;margin-bottom:20px}}@media(max-width:768px){.stat-card{width:100%;padding:20px;margin-bottom:16px}.stat-value{font-size:28px}.stat-title{font-size:15px}}@media(max-width:480px){.stat-card{padding:15px}.stat-value{font-size:24px}}.tasks-container{padding:50px 40px;background:radial-gradient(circle at top left,#fff,#f0f7ff);min-height:100vh;font-family:Plus Jakarta Sans,sans-serif}.tasks-title{font-size:38px;font-weight:800;color:#0f172a;margin-bottom:40px;letter-spacing:-1.5px;position:relative}.tasks-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:5px;background:#3b82f6;border-radius:10px}.filters-row{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 25px;border-radius:20px;border:1px solid rgba(226,232,240,.8);display:flex;gap:15px;align-items:center;box-shadow:0 20px 40px -15px #0000000d;margin-bottom:45px}.filters-row select,.filters-row input{background:#f8fafc;border:1px solid #e2e8f0;padding:12px 15px;border-radius:12px;font-size:13.5px;font-weight:500;color:#475569;transition:all .3s ease;flex:1}.filters-row select:focus,.filters-row input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f60d;outline:none}.add-task-btn{background:#0f172a;color:#fff;padding:12px 25px;border-radius:14px;font-weight:600;font-size:14px;text-decoration:none;display:flex;align-items:center;gap:10px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.add-task-btn:hover{background:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.tasks-table-wrapper{background:transparent;overflow-x:auto}.tasks-table{width:100%;border-collapse:separate;border-spacing:0 12px;table-layout:fixed}.tasks-table th:nth-child(1){width:120px}.tasks-table th:nth-child(2){width:150px}.tasks-table th:nth-child(3){width:200px}.tasks-table th:nth-child(4){width:120px}.tasks-table th:nth-child(5){width:120px}.tasks-table th:nth-child(6){width:150px}.tasks-table th:nth-child(7){width:180px}.tasks-table th{padding:0 20px 10px;color:#94a3b8;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:1.5px;text-align:left}.tasks-table tbody tr{background:#fff;box-shadow:0 4px 10px #00000005;transition:all .4s ease}.tasks-table td{padding:20px;font-size:14px;color:#1e293b;text-align:left;vertical-align:middle;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tasks-table td .tag,.tasks-table td select{margin:0;display:inline-flex}.tasks-table td:first-child{border-left:1px solid #f1f5f9;border-radius:16px 0 0 16px;font-weight:700;color:#64748b}.tasks-table td:last-child{border-right:1px solid #f1f5f9;border-radius:0 16px 16px 0}.tasks-table tbody tr:hover{transform:scale(1.01);box-shadow:0 15px 30px #0000000d;z-index:5}.tag{padding:6px 14px;border-radius:10px;font-size:11px;font-weight:800;text-transform:uppercase}.tasks-table select{appearance:none;background:#f1f5f9;border:1px solid #e2e8f0;padding:6px 12px;border-radius:8px;font-family:inherit;font-weight:600;color:#475569;cursor:pointer}.actions-cell{display:flex;gap:8px;justify-content:flex-start}.view-link,.edit-link,.delete-link{font-size:12px;font-weight:700;padding:6px 10px;border-radius:8px;transition:all .3s;background:#f8fafc;text-decoration:none;border:1px solid #e2e8f0}.view-link{color:#3b82f6}.edit-link{color:#10b981}.delete-link{color:#f43f5e}.view-link:hover{background:#3b82f6;color:#fff}.edit-link:hover{background:#10b981;color:#fff}.delete-link:hover{background:#f43f5e;color:#fff}@media(max-width:1024px){.tasks-container{padding:20px}.filters-row{flex-direction:column;align-items:stretch}.add-task-btn{justify-content:center}.tasks-table{table-layout:auto}}.scheduled-tasks-btn:hover{background-color:#5e35b1;transform:translateY(-1px);transition:all .2s ease}.add-page{display:flex;justify-content:center;padding:50px 16px;background:#f5f7fa;min-height:100vh;box-sizing:border-box}.add-card{width:100%;max-width:820px;background:#fff;border-radius:20px;padding:36px 40px;box-shadow:0 20px 40px #00000014;animation:fadeIn .35s ease;box-sizing:border-box}.card-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:30px;color:#111827}.form-group{margin-bottom:18px}.form-group label{font-weight:600;margin-bottom:6px;display:block;font-size:14px;color:#374151}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 20px;margin-top:5px}input,select,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #d1d5db;font-size:15px;background:#f9fafb;transition:all .2s ease;box-sizing:border-box}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb26}.description-box{min-height:170px;resize:vertical;line-height:1.6}.submit-btn{width:100%;padding:14px;font-size:17px;margin-top:22px;background:#2563eb;color:#fff;border:none;border-radius:14px;cursor:pointer;font-weight:600;transition:all .2s ease;box-sizing:border-box}.submit-btn:hover{background:#1d4ed8;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.add-page{padding:20px 12px}.add-card{padding:28px 20px;border-radius:16px}.card-title{font-size:24px;margin-bottom:20px}.form-grid{grid-template-columns:1fr;gap:15px}.submit-btn{padding:16px;font-size:16px}}@media(max-width:480px){.add-card{padding:24px 15px}input,select,textarea{font-size:14px}}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input[type=password]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-textfield-decoration-container{display:none!important}.view-wrapper{background:#f5f7fa;min-height:100vh;padding:40px 0;display:flex;justify-content:center}.view-card{width:900px;background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #00000014}.task-header{border-bottom:1px solid #e5e7eb;padding-bottom:20px;margin-bottom:25px}.task-title{font-size:30px;font-weight:700;margin-bottom:12px;color:#111827}.meta-section{display:flex;gap:10px}.badge{padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:#fff}.badge-status{background:#2563eb}.badge-priority{background:#7c3aed}.timer-box{background:linear-gradient(135deg,#eef2ff,#f8fafc);border:1px solid #e0e7ff;border-radius:18px;padding:22px;display:flex;align-items:center;gap:20px;margin-bottom:30px}.timer-time{font-size:30px;font-weight:700;color:#1d4ed8;min-width:130px;text-align:center;letter-spacing:1px}.timer-actions{display:flex;gap:12px}.timer-btn{border:none;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.timer-btn:hover{transform:translateY(-2px);opacity:.95}.timer-btn.start{background:#22c55e}.timer-btn.pause{background:#f59e0b}.timer-btn.finish{background:#ef4444}.upload-section{margin-left:auto;display:flex;align-items:center;gap:12px}.upload-label input[type=file]{display:none}.upload-label{background:#fff;border:1px dashed #c7d2fe;color:#1d4ed8;padding:8px 14px;border-radius:12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.upload-label:hover{background:#eef2ff}.upload-info{font-size:13px;color:#6b7280;min-width:120px;white-space:nowrap}.upload-btn{background:#2563eb}.upload-btn:hover{background:#1d4ed8}.upload-btn:disabled{opacity:.6;cursor:not-allowed}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.info-item{background:#f9fafb;border-radius:16px;padding:16px 18px}.info-item h3{font-size:13px;color:#6b7280;margin-bottom:6px}.info-item p{font-size:15px;font-weight:600;color:#111827}.desc-section h2{font-size:18px;margin-bottom:10px;color:#111827}.desc-box{background:#f9fafb;border-radius:16px;padding:20px;border:1px solid #e5e7eb;margin-bottom:30px;font-size:15px;line-height:1.6}.actions-row{display:flex;justify-content:space-between;align-items:center}.btn-edit{background:#2563eb;color:#fff;padding:10px 22px;border-radius:12px;text-decoration:none;font-weight:500;transition:background .2s ease}.btn-edit:hover{background:#1d4ed8}.btn-back{background:#e5e7eb;padding:10px 22px;border-radius:12px;text-decoration:none;color:#111;font-weight:500}.btn-back:hover{background:#d1d5db}.attachments-box{display:flex;gap:12px;margin-top:8px;flex-wrap:nowrap}.attachment-card{width:90px;height:90px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.attachment-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.attachment-card img{width:100%;height:100%;object-fit:cover}.attachment-card video{width:100%;height:100%;object-fit:cover}.file-icon{font-size:32px;color:#6b7280}.remove-attachment{position:absolute;top:6px;right:6px;width:20px;height:20px;background:#ef4444;color:#fff;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease}.attachment-card:hover .remove-attachment{opacity:1}.attachment-card.more{background:#f1f5f9;color:#1d4ed8;font-weight:700;font-size:18px;border:1px dashed #c7d2fe}.no-attachments{font-size:13px;color:#9ca3af}.info-grid{grid-auto-rows:minmax(0,auto)}.info-item.attachments{grid-column:span 2}.file-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50}.file-modal{background:#fff;border-radius:18px;padding:20px;max-width:90%;max-height:90%;overflow:auto;position:relative}.close-modal{position:absolute;top:10px;right:12px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer}.attachment-card{position:relative}.remove-attachment{z-index:5}.desc-box{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.desc-box pre,.desc-box code{white-space:pre-wrap;word-break:break-word;overflow-x:auto;background:#f3f4f6;padding:12px;border-radius:10px;font-size:13px}.desc-box *{max-width:100%}.task-file-card{position:relative}.task-file-card:hover .remove-attachment{opacity:1}@media(max-width:950px){.view-wrapper{padding:20px}.view-card{width:100%;padding:25px}}@media(max-width:768px){.timer-box{flex-direction:column;text-align:center;gap:15px}.upload-section{margin-left:0;width:100%;justify-content:center;border-top:1px solid #e5e7eb;padding-top:15px}.info-grid{grid-template-columns:1fr}.info-item.attachments{grid-column:span 1}.attachments-box{flex-wrap:wrap;justify-content:center}.actions-row{flex-direction:column-reverse;gap:12px}.btn-edit,.btn-back{width:100%;text-align:center}.task-title{font-size:24px}}@media(max-width:480px){.timer-time{font-size:26px;min-width:auto}.timer-btn{padding:10px;font-size:12px}.attachment-card{width:80px;height:80px}}.desc-box img{max-width:100%;height:auto;border-radius:8px}.timer-btn.finish{background-color:#27ae60;color:#fff}.timer-btn.unlock-btn{background-color:#e67e22!important;color:#fff;font-weight:700;transition:.3s}.timer-btn.unlock-btn:hover{background-color:#d35400!important;transform:translateY(-2px)}.task-locked{position:relative;opacity:.85;pointer-events:none;filter:grayscale(20%)}.locked-badge{background:#c0392b;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;display:flex;align-items:center;gap:5px;width:fit-content;margin-bottom:10px}button:disabled{background-color:#bdc3c7!important;cursor:not-allowed;opacity:.6;transform:none!important}.worker-job-badge{display:block;font-size:.85rem;color:#7f8c8d;font-style:italic;margin-top:4px}.reports-page{padding:30px;background:#f5f7fa;min-height:100vh;font-family:Inter,sans-serif}.reports-title{font-size:28px;font-weight:700;margin-bottom:25px;color:#111827}.reports-controls-container{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 30px #0000000f;margin-bottom:30px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px}.filters-group{display:flex;gap:15px;flex-wrap:wrap}.filter-item{display:flex;flex-direction:column;gap:8px}.filter-item label{font-size:13px;font-weight:600;color:#6b7280;margin-left:4px}.filter-item select,.filter-item input{height:42px;padding:0 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;outline:none;transition:all .2s;min-width:160px}.filter-item select:focus,.filter-item input:focus{border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.select-with-logo{position:relative;display:flex;align-items:center}.mini-logo-inside{position:absolute;left:10px;width:22px;height:22px;border-radius:50%;object-fit:cover;border:1px solid #eee}.export-group{display:flex;gap:12px}.btn-export{height:42px;padding:0 18px;border:none;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;color:#fff;transition:transform .2s,opacity .2s}.btn-export.pdf{background-color:#ef4444}.btn-export.excel{background-color:#10b981}.btn-export:hover{transform:translateY(-2px);opacity:.9}.reports-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:35px}.summary-item{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 25px #0000000d;border-left:5px solid #1976d2}.summary-item span{font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.summary-item strong{display:block;font-size:24px;margin-top:8px;color:#111827}.reports-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:stretch;margin-bottom:30px}.reports-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 30px #0000000f;display:flex;flex-direction:column}.reports-card h3{margin-bottom:15px;font-size:16px;font-weight:600;color:#111827}.chart-container{height:280px;width:100%}.chart-container-pie{flex:1;display:flex;justify-content:center;align-items:center;min-height:280px;width:100%}.chart-container-pie canvas{max-width:100%!important;max-height:100%!important}.company-logos-legend{display:flex;justify-content:center;gap:12px;margin-bottom:15px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:6px;font-size:12px;background:#f3f4f6;padding:4px 10px;border-radius:20px}.legend-item img{width:18px;height:18px;border-radius:50%}.reports-card.full{grid-column:span 2}.table-container-full{width:100%;background:#fff;border-radius:18px;padding:25px;box-shadow:0 10px 30px #0000000f;margin-top:10px;overflow-x:auto}.table-container-full h3{margin-bottom:20px;font-size:18px;font-weight:700;color:#111827}.report-table{width:100%;border-collapse:collapse;text-align:left;min-width:800px}.report-table th{background:#f9fafb;padding:15px;font-size:14px;font-weight:600;color:#4b5563;border-bottom:2px solid #e5e7eb}.report-table td{padding:15px;font-size:14px;color:#111827;border-bottom:1px solid #f3f4f6}.report-table tr:hover{background:#f8fafc}.table-logo{width:24px;height:24px;border-radius:50%;vertical-align:middle;margin-right:10px;object-fit:cover;border:1px solid #ddd}.users-page{background:#f5f7fa;min-height:100vh;padding:40px 20px;display:flex;justify-content:center}.users-card{width:100%;max-width:1100px;background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 35px #00000014}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.users-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.users-subtitle{font-size:14px;color:#6b7280}.add-user-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s ease}.add-user-btn:hover{transform:translateY(-2px);opacity:.95}.users-toolbar{display:flex;gap:15px;margin-bottom:25px}.users-toolbar input,.users-toolbar select{padding:10px 14px;border-radius:12px;border:1px solid #d1d5db;font-size:14px;background:#f9fafb;transition:.2s}.users-toolbar input:focus,.users-toolbar select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.users-table-wrapper{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.users-table thead{background:#f3f4f6}.users-table th{padding:14px;font-size:14px;font-weight:600;color:#374151;text-align:center}.users-table td{padding:14px;text-align:center;font-size:14px;color:#111827;border-top:1px solid #e5e7eb}.users-table tbody tr:hover{background:#f9fafb}.no-data{padding:25px;text-align:center;color:#6b7280;font-style:italic}.user-name{font-weight:600}.role-badge{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600;color:#fff;display:inline-block}.role-admin{background:#dc2626}.role-manager{background:#7c3aed}.role-employee{background:#2563eb}.dept-badge{background:#e5e7eb;color:#111827;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:500}.actions-cell{display:flex;justify-content:center;gap:12px}.action-edit{background:#2563eb;color:#fff;padding:6px 12px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:500;transition:.2s}.action-edit:hover{background:#1d4ed8}.action-delete{background:#ef4444;color:#fff;padding:6px 12px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:500;transition:.2s}.action-delete:hover{background:#dc2626}.users-loading{text-align:center;font-size:18px;margin-top:50px;color:#555}.user-form-container{width:460px;margin:30px auto;background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 25px #00000014}.user-form label{font-weight:600;margin-bottom:6px;display:block;font-size:14px;color:#374151}.user-form input,.user-form select{width:100%;padding:11px;border-radius:12px;border:1px solid #d1d5db;margin-bottom:15px;font-size:14px;background:#f9fafb}.user-form input:focus,.user-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.submit-btn{width:100%;padding:13px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;border-radius:14px;border:none;cursor:pointer;font-size:15px}.submit-btn:hover{opacity:.9}.add-user-wrapper{min-height:calc(100vh - 65px);margin-top:65px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af)}.add-user-card{width:100%;max-width:420px;background:#fffffff5;border-radius:22px;padding:32px 28px;box-shadow:0 30px 60px #00000040;animation:fadeScale .4s ease}.add-user-form label{font-size:14px;font-weight:600;margin-bottom:6px;display:block;color:#374151}.add-user-form input,.add-user-form select{width:100%;padding:14px 16px;margin-bottom:15px;border-radius:14px;border:1px solid #d1d5db;background:#f9fafb}.password-box{position:relative}.password-box input{padding-right:45px}.eye-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer}.btn-save{width:100%;height:52px;border-radius:16px;border:none;background:linear-gradient(135deg,#2563eb,#1e40af);cursor:pointer;position:relative;overflow:hidden}.btn-save:not(.loading):hover{transform:translateY(-2px)}.btn-save.loading .btn-content{visibility:hidden}.btn-save.loading:after{content:"";width:22px;height:22px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;position:absolute;inset:0;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{rotate:360deg}}@keyframes fadeScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.settings-wrapper{min-height:100vh;background:#f5f7fa;padding:40px 20px;display:flex;justify-content:center;box-sizing:border-box}.settings-big-card{width:100%;max-width:900px;background:#fff;border-radius:22px;padding:32px 34px;box-shadow:0 20px 40px #00000014;animation:fadeUp .35s ease;box-sizing:border-box}.settings-top-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:25px}.settings-title{font-size:30px;font-weight:800;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;color:transparent}.manage-options-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:10px 18px;border-radius:14px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.manage-options-btn:hover{transform:translateY(-2px);opacity:.95}.settings-user-box{background:#f1f5f9;border:1px solid #e5e7eb;padding:14px 18px;border-radius:14px;font-size:14px;color:#111827;margin-bottom:28px;word-wrap:break-word}.compact-card{background:#f9fafb;border-radius:18px;padding:26px 24px;border:1px solid #e5e7eb;box-sizing:border-box}.section-title{font-size:20px;font-weight:700;margin-bottom:18px;color:#111827}.settings-field label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#374151}.input-field{width:100%;padding:12px 14px;border-radius:14px;border:1px solid #d1d5db;background:#fff;font-size:15px;transition:all .2s ease;box-sizing:border-box}.input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.save-btn{margin-top:22px;width:100%;padding:14px;border-radius:16px;border:none;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);cursor:pointer;transition:all .2s ease;box-sizing:border-box}.save-btn:hover{transform:translateY(-2px);opacity:.95}.save-btn:disabled{opacity:.7;cursor:not-allowed}.loading{text-align:center;font-size:18px;padding-top:60px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.settings-wrapper{padding:20px 10px}.settings-big-card{padding:24px 18px;border-radius:16px}.settings-top-row{flex-direction:column;align-items:flex-start;gap:10px}.settings-title{font-size:24px}.manage-options-btn{width:100%;text-align:center}.compact-card{padding:18px 15px}.section-title{font-size:18px}}@media(max-width:480px){.settings-title{font-size:22px}.input-field{padding:10px 12px;font-size:14px}.save-btn{padding:12px;font-size:15px}}.opt-container{max-width:900px;margin:40px auto;padding:40px;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000000d;font-family:Inter,sans-serif}.opt-title{font-size:32px;font-weight:800;color:#111827;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #f3f4f6;text-align:left}.opt-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:10px;border-left:4px solid #dc2626;margin-bottom:20px;font-size:14px}.opt-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:25px;margin-bottom:25px;transition:transform .2s ease}.opt-box:hover{border-color:#d1d5db}.opt-box h2{font-size:18px;color:#374151;margin-bottom:20px;font-weight:700;display:flex;align-items:center}.opt-form{display:flex;gap:12px;margin-bottom:20px}.opt-form input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:12px;font-size:15px;outline:none;transition:all .2s}.opt-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;background:#fff}.opt-form button{background:#2563eb;color:#fff;border:none;padding:0 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:background .2s}.opt-form button:hover{background:#1d4ed8}.opt-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.opt-list li{background:#fff;border:1px solid #e5e7eb;padding:8px 14px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#4b5563;box-shadow:0 2px 4px #00000005;transition:all .2s}.opt-list li:hover{border-color:#2563eb;transform:translateY(-2px)}.del-btn{background:#fee2e2;color:#ef4444;border:none;width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;transition:all .2s}.del-btn:hover{background:#ef4444;color:#fff}.opt-loading{text-align:center;padding:100px;font-size:18px;color:#6b7280}@media(max-width:768px){.opt-container{margin:20px;padding:20px}.opt-form{flex-direction:column}.opt-form button{padding:12px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af);padding:20px;box-sizing:border-box}.login-box{width:100%;max-width:380px;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:22px;padding:32px 28px;box-shadow:0 30px 60px #00000040;animation:fadeScale .4s ease;box-sizing:border-box}.login-box h2{text-align:center;font-size:28px;font-weight:800;margin-bottom:25px;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;color:transparent}.error-text{background:#fee2e2;color:#b91c1c;padding:10px 14px;border-radius:12px;font-size:14px;margin-bottom:15px;text-align:center}.login-box input{width:100%;padding:14px 16px;margin-bottom:15px;border-radius:14px;border:1px solid #d1d5db;font-size:15px;background:#f9fafb;transition:all .2s ease;box-sizing:border-box}.login-box input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb33}.password-field{position:relative}.password-field input{width:100%;padding-right:45px}.toggle-pass{position:absolute;right:14px;top:50%;transform:translateY(-80%);cursor:pointer;font-size:18px;opacity:.6;transition:opacity .2s ease}.toggle-pass:hover{opacity:1}.login-btn{width:100%;padding:14px;margin-top:10px;border-radius:16px;border:none;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #2563eb66}.login-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.4);border-top:3px solid #ffffff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.95) translateY(15px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){.login-container{padding:15px;align-items:flex-start;padding-top:10vh}.login-box{padding:24px 20px;border-radius:18px}.login-box h2{font-size:24px;margin-bottom:20px}.login-box input{padding:12px 14px;font-size:14px}.login-btn{padding:12px;font-size:15px}}.deliverables-feed-page{min-height:100vh;background:#e2e8f0;padding:40px 16px;display:flex;flex-direction:column;align-items:center}.deliverables-feed-header{width:100%;max-width:800px;margin-bottom:24px}.deliverables-feed-header h1{font-size:28px;font-weight:800;color:#111827;margin:0}.deliverables-feed-header p{font-size:15px;color:#4b5563;margin-top:4px}.deliverables-feed{width:100%;max-width:800px;display:flex;flex-direction:column;gap:20px}.submission-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 25px #0000000d,0 20px 48px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(0,0,0,.02);width:100%;box-sizing:border-box}.submission-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px #0000001a}.submission-card-top-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;gap:12px}.submission-task-title{font-size:17px;font-weight:700;color:#111827;margin:0;flex:1;letter-spacing:-.01em}.task-info-badges{display:flex;gap:10px;align-items:center}.status-badge{padding:6px 12px;border-radius:8px;font-size:11px;font-weight:600;background:#f1f5f9;color:#1e293b;border:1px solid #cbd5e1;display:flex;align-items:center;gap:4px}.status-badge:before{content:"STATUS:";font-weight:800;font-size:10px;color:#64748b;margin-right:2px}.status-badge.completed,.status-badge.in-progress,.status-badge.pending{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.time-spent-badge{font-size:11px;font-weight:700;color:#334155;background:#f1f5f9;padding:6px 12px;border-radius:8px;display:flex;align-items:center;gap:5px;border:1px solid #cbd5e1}.submission-header{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0;margin-bottom:16px}.avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#1e293b,#020617);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px}.user-info{flex:1;display:flex;flex-direction:column}.user-info strong{font-size:14px;color:#1e293b}.rating-stars{display:flex;gap:2px;margin-top:2px}.date{font-size:11px;color:#64748b;font-weight:500}.task-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;margin-top:10px}.task-file-card{background:#fff;border-radius:14px;cursor:pointer;overflow:hidden;height:120px;transition:all .2s ease;border:1px solid #cbd5e1;display:flex;align-items:center;justify-content:center;position:relative}.task-file-card:hover{transform:scale(1.03);border-color:#94a3b8}.task-file-card img,.task-file-card video{width:100%;height:100%;object-fit:cover}.file-generic{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;padding:10px}.pdf-style{background:#fef2f2}.pdf-icon{font-size:28px;color:#dc2626}.pdf-text{font-size:11px;font-weight:700;color:#dc2626}.file-name-small{font-size:10px;color:#64748b;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-modal-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999}.file-modal{background:#fff;width:fit-content;max-width:95vw;max-height:90vh;border-radius:24px;padding:24px;position:relative;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;align-items:center}.file-modal video{max-width:100%;max-height:70vh;border-radius:12px;background:#000;display:block;object-fit:contain}.file-modal img{max-width:100%;max-height:70vh;border-radius:12px;object-fit:contain}.deliverables-loading{text-align:center;padding:100px 0;font-size:18px;color:#475569}.rating-stars span{transition:transform .2s ease}.rating-stars span:hover{transform:scale(1.3)}.feed-filters-bar{display:flex;gap:15px;background:#fff;padding:20px;border-radius:20px;margin-top:20px;align-items:flex-end;box-shadow:0 4px 12px #0000000d;flex-wrap:wrap;width:100%;max-width:800px;box-sizing:border-box}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase}.filter-group input,.filter-group select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;background:#f8fafc}.reset-filters{padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;cursor:pointer;font-weight:600;transition:.2s;height:38px}.reset-filters:hover{background:#e2e8f0}.title-section{display:flex;flex-direction:column;gap:4px}.company-badge{font-size:12px;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:8px;width:fit-content;font-weight:700;display:flex;align-items:center;gap:5px;border:1px solid #e2e8f0}@media(max-width:768px){.deliverables-feed-page{padding:20px 12px}.deliverables-feed-header h1{font-size:24px}.feed-filters-bar{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.filter-group{width:100%}.filter-group input,.filter-group select{width:100%;height:45px}.reset-filters{width:100%;margin-top:10px}.submission-card{padding:16px}.submission-card-top-header{flex-direction:column;align-items:flex-start;gap:12px}.task-info-badges{width:100%;justify-content:flex-start;flex-wrap:wrap}.task-files-grid{grid-template-columns:repeat(2,1fr);gap:8px}.task-file-card{height:100px}}@media(max-width:480px){.task-files-grid{grid-template-columns:repeat(2,1fr)}.avatar{width:38px;height:38px;font-size:14px}}.comment-item{background:#f9f9f9;padding:8px 12px;border-radius:8px;border-left:3px solid #000}.comment-input-wrapper input:focus{border-color:#000;box-shadow:0 0 5px #0000001a}.comment-input-wrapper button:hover{background-color:#333!important;transform:translateY(-1px)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{overflow-x:hidden;width:100%;height:100%}body{background:#f3f4f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#111827}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .2s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}
