@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{font-family:Roboto,sans-serif}body{color:#0f172a;font-size:15px}h1{font-size:32px}h2{font-size:24px}h3{font-size:18px}p{font-size:15px;line-height:1.6}input,select,textarea,button,table th,table td{font-size:14px}.login-page{box-sizing:border-box;background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:100%;max-width:500px;padding:36px;box-shadow:0 10px 30px #00000014}.login-title{text-align:center;color:#111;margin:0 0 8px;font-size:32px;font-weight:700}.login-subtitle{text-align:center;color:#6b7280;margin-bottom:24px;font-size:15px}.login-group{margin-bottom:14px}.login-label{color:#374151;margin-bottom:6px;font-size:18px;font-weight:600;display:block}.login-input{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;transition:all .2s}.login-input::placeholder{color:#9ca3af}.login-input:focus{border-color:#4b5563;box-shadow:0 0 0 3px #4b556314}.login-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;width:100%;height:46px;margin-top:8px;font-size:14px;font-weight:700;transition:all .2s}.login-button:hover{background:#000}@media (width<=480px){.login-card{padding:24px}.login-title{font-size:26px}.login-input,.login-button{height:42px}}.dashboard-page{background:#f3f4f6;height:100vh;min-height:100vh;padding:20px 20px 20px 40px;font-family:Calibri,Arial,sans-serif;overflow:hidden}.table-container{height:calc(100vh - 180px);overflow-y:auto}.table-container::-webkit-scrollbar{width:0}.table-container{scrollbar-width:none}.dashboard-filters{z-index:50;justify-content:flex-start;gap:12px;margin-bottom:15px;margin-left:20px;display:flex;position:relative;overflow-x:visible}.dashboard-react-select{width:120px}.dashboard-react__control{height:32px!important;min-height:32px!important}.dashboard-react__single-value{font-size:13px}.dashboard-react__value-container{padding:0 8px!important}.dashboard-react__indicators{height:30px}.dashboard-react__indicator{padding:4px!important}.dashboard-react__placeholder{font-size:13px}.dashboard-react__option{padding:6px 10px;font-size:13px}.project-select{width:auto;min-width:150px}.task-toolbar{margin-bottom:15px}.add-task-btn{color:#fff;cursor:pointer;z-index:1;background:#000;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;display:flex;position:absolute;top:0;left:-40px}.add-task-btn:hover{opacity:.9}.task-table-scroll{max-height:calc(100vh - 150px);overflow:hidden auto}.task-table-scroll::-webkit-scrollbar{width:6px}.task-table-scroll{scrollbar-width:thin}.task-table-wrapper{box-sizing:border-box;background:#fff;border:1px solid #cfcfcf;width:calc(100% - 20px);margin-left:20px;position:relative;overflow:visible}.task-table{table-layout:fixed;border-collapse:collapse;width:100%}.task-table thead tr{border-top:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf}.task-table tbody tr{border-bottom:1px solid #d9d9d9}.task-table th{color:#000;text-align:left;background:#e7e7e7;border:1px solid #cfcfcf;padding:10px;font-size:16px;font-weight:600}.task-table td{vertical-align:middle;box-sizing:border-box;border:1px solid #d9d9d9;height:28px;padding:2px 10px;font-size:15px}.task-table th{vertical-align:middle;box-sizing:border-box;height:28px;padding:2px 10px}.task-table tbody tr:nth-child(2n) td{background:#fafafa}.inline-input,.comment-box,.latest-comment-input{resize:none;background:0 0;border:none;outline:none;width:100%;height:25px;font-family:inherit;font-size:15px}.inline-input:focus,.comment-box:focus,.latest-comment-input:focus{background:#fff;outline:2px solid #a1a1a1}.comment-card-preview{align-items:center;gap:8px;min-height:24px;display:flex}.comment-box{min-height:40px;padding:5px 5px 0 10px}.latest-comment-input{height:24px;min-height:24px;margin:0;padding:0}.send-comment-btn,.view-comments-btn{cursor:pointer;background:#f5f5f5;border:1px solid #cfcfcf;border-radius:4px;padding:5px 10px}.send-comment-btn:hover,.view-comments-btn:hover{background:#ececec}.view-comments-btn{justify-content:center;align-items:center;display:inline-flex;position:relative}.comment-icon-img{width:18px;height:18px}.comment-notification{color:#fff;z-index:999;background:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.action-cell{text-align:center;vertical-align:middle;width:36px;min-width:36px;padding:0 4px!important}.action-cell button{justify-content:center;align-items:center;display:inline-flex}.edit-action-buttons,.task-action-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.edit-task-btn,.delete-task-btn{cursor:pointer;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;font-size:16px;display:inline-flex}.save-task-btn,.cancel-task-btn{cursor:pointer;background:#f5f5f5;border:1px solid #cfcfcf;border-radius:4px;justify-content:center;align-items:center;padding:5px 8px;display:inline-flex}.edit-icon{object-fit:contain;width:20px;height:20px}.delete-icon{object-fit:contain;width:18px;height:18px}.edit-task-btn:hover,.delete-task-btn:hover{background:0 0;transform:scale(1.1)}.save-task-btn:hover,.cancel-task-btn:hover{background:#ececec}.editing-row td{background:#fff!important}.comments-overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.comments-modal{background:#fff;border-radius:8px;width:90%;max-width:900px;overflow:visible}.table-message{text-align:center;color:#666;padding:20px}.table-error{color:red}.task-table th:first-child,.task-table td:first-child{width:8%}.task-table th:nth-child(2),.task-table td:nth-child(2){width:25%}.task-table th:nth-child(3),.task-table td:nth-child(3){width:8%}.task-table th:nth-child(4),.task-table td:nth-child(4){width:12%}.task-table th:nth-child(5),.task-table td:nth-child(5){width:37%}.task-table th:nth-child(6),.task-table td:nth-child(6){text-align:center;width:8%;min-width:80px;background:0 0!important;border:none!important;padding:0 6px!important}.task-table tbody tr td:nth-child(6){background:0 0!important;border:none!important}.status-dropdown,.task-status-select{border:1px solid #bfbfbf;border-radius:4px}.task-select__control{box-shadow:none!important;border:1px solid #bfbfbf!important}.task-select__control:hover{border-color:#bfbfbf!important}.task-select__control--is-focused{box-shadow:none!important;border-color:#9ca3af!important}.task-select__menu{border:1px solid #d1d5db}.task-select__option--is-focused{color:#111827!important;background:#e5e7eb!important}.task-select__option--is-selected{color:#fff!important;background:#6b7280!important}.dashboard-react__control,.dashboard-react__control:hover,.dashboard-react__control--is-focused{box-shadow:none!important;border-color:#bfbfbf!important}.dashboard-react__menu{border:1px solid #d1d5db;box-shadow:0 2px 8px #00000014}.dashboard-react__option--is-focused{color:#111827!important;background:#e5e7eb!important}.dashboard-react__option--is-selected{color:#fff!important;background:#6b7280!important}.dashboard-react__single-value{color:#111827!important}.project-name-cell{vertical-align:top;padding-top:6px!important}html,body,#root{height:100%;overflow:hidden}.selected-row{outline:1px solid #c5c5c5;background:#dbeafe!important}.selected-row td{background:#dbeafe!important}.task-table tbody tr.active-row td{background-color:#6366f114}.task-table td.active-cell{outline-offset:-2px;background-color:#ffffff14;outline:1px solid #c2c2c2}.top-actions{justify-content:flex-end;align-items:center;width:100%;display:flex;position:relative}.portal-title{color:#111;letter-spacing:.3px;margin:0;font-size:22px;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.top-header{align-items:center;display:flex}.navbar-logo{width:auto;height:35px;display:block}.navbar-actions{align-items:center;gap:8px;display:flex}.navbar-button{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.navbar-button-icon{object-fit:contain;width:30px;height:30px}.settings-wrapper{position:relative}.settings-btn{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:10px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:12px;transition:all .2s;display:flex}.settings-icon{object-fit:contain;width:20px;height:20px}.settings-btn:hover{background:#fff}.settings-dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:170px;padding:6px 0;position:absolute;top:28px;right:0;box-shadow:0 4px 12px #00000014}.settings-item{text-align:left;cursor:pointer;background:#fff;border:none;align-items:center;width:100%;height:40px;padding:0 16px;font-size:13px;font-weight:500;display:flex}.settings-item:hover{color:#000;background:#e6e6e6}.logout-item:hover{color:#dc2626;background:#fef2f2}@media (width<=768px){.top-actions{flex-direction:column;align-items:flex-start;gap:12px}.navbar-actions{width:100%}}.password-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.password-modal{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:420px;max-width:90vw;padding:24px;display:flex;box-shadow:0 10px 25px #00000026}.password-modal h2{text-align:center;color:#111827;margin:0;font-size:24px;font-weight:700}.password-modal input{box-sizing:border-box;border:1px solid #d6d6d6;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:14px}.password-modal input:focus{border-color:#868686;box-shadow:0 0 0 3px #2563eb26}.email-display{flex-direction:column;gap:6px;display:flex}.email-display label{color:#374151;font-size:14px;font-weight:600}.email-display input{color:#6b7280;cursor:not-allowed;background:#e6e6e6}.password-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.password-actions button{cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.password-actions button:first-child{color:#374151;background:#f3f4f6}.password-actions button:first-child:hover{background:#d1d1d1}.password-actions button:last-child{color:#fff;background:#4d4d4d}.password-actions button:last-child:hover{background:#313131}.modal-overlay{z-index:999999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{z-index:1000000;background:#fff;border-radius:10px;width:400px;padding:18px;box-shadow:0 4px 12px #00000026}.modal-title{color:#111827;margin-bottom:16px;font-size:22px;font-weight:600}.modal-input,.modal-textarea{color:#111827;box-sizing:border-box;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:10px 12px;font-size:14px}.modal-input:focus,.modal-textarea:focus{border-color:#6b7280}.modal-textarea{resize:none;height:90px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.cancel-btn,.create-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.cancel-btn{color:#111827;background:#e5e7eb}.cancel-btn:hover{background:#d1d5db}.create-btn{color:#fff;background:#111827}.create-btn:hover{background:#374151}.users-overlay{z-index:0;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.users-modal{background:#fff;border-radius:12px;flex-direction:column;width:950px;max-width:95vw;height:650px;max-height:90vh;padding:20px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000014}.users-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.users-title{color:#111827;font-size:18px;font-weight:700}.users-subtitle{color:#6b7280;margin-top:2px;font-size:12px}.users-close{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;width:28px;height:28px;position:relative;top:-10px}.users-close:hover{background:#dc2626}.open-add-user-btn{color:#fff;cursor:pointer;background:#7d7d7e;border:none;border-radius:6px;height:30px;padding:0 12px;font-size:12px;font-weight:700;position:relative;top:30px}.open-add-user-btn:hover{background:#6b6a6a}.users-table-wrapper{border:1px solid #e5e7eb;flex:1;overflow-y:auto}.users-table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table th{text-align:left;color:#111827;background:#f3f4f6;border-bottom:1px solid #d1d5db;padding:10px 12px;font-size:13px;font-weight:700}.users-table td{color:#374151;border-bottom:1px solid #ececec;padding:8px 12px;font-size:13px}.users-table tr:hover{background:#f8fafc}.user-info{align-items:center;gap:8px;font-weight:600;display:flex}.user-avatar{color:#fff;background:#7f8083;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.role-badge{color:#000;background:#dedfe0;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.edit-btn{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:50px;height:24px;padding:0 10px;font-size:11px;font-weight:700}.edits-icon{width:20px;height:20px}.edit-btn:hover{background:#e6e6e6}.users-table-wrapper::-webkit-scrollbar{width:6px}.users-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}@media (width<=768px){.users-modal{width:95vw;height:90vh}.users-title{font-size:16px}}.add-user-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.add-user-modal{background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:450px;max-width:95vw;padding:20px;animation:.2s popup;box-shadow:0 10px 30px #0000001f}.add-user-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.add-user-header h2{color:#111;margin:0;font-size:18px;font-weight:700}.add-user-header p{color:#6b7280;margin:2px 0 0;font-size:12px}.add-user-close{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;width:28px;height:28px}.add-user-close:hover{background:red}.add-user-form{flex-direction:column;gap:14px;display:flex}.add-user-form input{color:#111;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;height:36px;padding:0 10px;font-size:13px}.add-user-form input:focus{border-color:#4b5563;outline:none}.custom-dropdown{width:100%;position:relative}.dropdown-trigger{cursor:pointer;color:#111;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:36px;padding:0 10px;font-size:13px;display:flex}.dropdown-chevron.rotated{transform:rotate(180deg)}.dropdown-menu{z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:4px 0;list-style:none;position:absolute;top:calc(100% - 12px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000014}.create-user-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;width:100%;height:38px;margin-top:4px;font-size:13px;font-weight:700}.create-user-btn:hover{background:#000}@keyframes popup{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.edit-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.edit-modal-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:450px;max-width:95vw;padding:20px;animation:.2s editPopup;box-shadow:0 10px 30px #0000001f}.edit-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.edit-modal-header h2{color:#111;margin:0;font-size:18px;font-weight:700}.edit-modal-header p{color:#6b7280;margin:2px 0 0;font-size:12px}.edit-close-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;width:28px;height:28px}.edit-close-btn:hover{background:red}.edit-group{margin-bottom:14px}.edit-group label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.edit-group input{color:#111;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;height:36px;padding:0 10px;font-size:13px}.edit-group input:focus{border-color:#4b5563;outline:none}.custom-dropdown{position:relative}.dropdown-trigger{color:#111;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:36px;padding:0 10px;font-size:13px;display:flex}.custom-dropdown.open .dropdown-trigger{border-color:#4b5563}.dropdown-placeholder{color:#9ca3af}.dropdown-value{color:#111}.dropdown-chevron{width:14px;height:14px;transition:transform .2s}.custom-dropdown.open .dropdown-chevron{transform:rotate(180deg)}.dropdown-menu{z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000014}.dropdown-option{color:#111;cursor:pointer;padding:10px;font-size:13px}.dropdown-option:hover{background:#f3f4f6}.dropdown-option.selected{color:#111;background:#e5e7eb;font-weight:600}.save-user-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;width:100%;height:38px;margin-top:6px;font-size:13px;font-weight:700}.save-user-btn:hover{background:#000}@keyframes editPopup{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.comments-page{background:#f5f5f5;flex-direction:column;width:100%;height:100%;display:flex}.comments-topbar{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.close-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;width:28px;height:28px;font-size:14px;font-weight:700}.close-btn:hover{background:red}.comments-container{flex-direction:column;flex:1;padding:16px;display:flex;overflow:hidden}.comments-list{flex:1;padding-right:4px;overflow-y:auto}.comment-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:10px;padding:14px;position:relative;box-shadow:0 2px 8px #0000000d}.comment-card:hover{background:#fafafa}.comment-top-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.comment-user{color:#111;font-size:14px;font-weight:700}.comment-date{color:#6b7280;margin-top:2px;font-size:11px}.comment-body{color:#374151;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.6}.delete-comment-wrapper{position:absolute;bottom:10px;right:10px}.delete-comment-btn{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.deleted-icon{width:16px;height:16px}.delete-comment-btn:hover{background:#fff0f0}.no-comments{text-align:center;color:#6b7280;margin-top:20px;font-size:13px}.new-comment-section{background:#fff;border-top:1px solid #e5e5e5;flex-shrink:0;padding:12px}.popup-comment-box{resize:none;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;min-height:90px;padding:10px;font-size:13px}.popup-comment-box:focus{border-color:#4b5563}.popup-add-comment-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;height:34px;margin-top:8px;padding:0 14px;font-size:12px;font-weight:700}.popup-add-comment-btn:hover{background:#000}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.loading-overlay{z-index:999999;background:#ffffffbf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader{border:5px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:60px;height:60px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-size{background:#fff;border-radius:12px;flex-direction:column;width:950px;max-width:95vw;height:650px;max-height:90vh;padding:20px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000014}.project-header{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.project-actions{align-items:flex-start;gap:6px;display:flex}.create-project-btn{color:#fff;cursor:pointer;background:#828385;border:none;border-radius:6px;height:30px;padding:0 12px;font-size:12px;font-weight:700;position:relative;top:25px}.create-project-btn:hover{background:#5a5a5c}.save-project-btn{color:#fff;cursor:pointer;background:#666768;border:none;border-radius:4px;min-width:50px;height:24px;padding:0 8px;font-size:11px;font-weight:700}.save-project-btn:hover{background:#666768}.archive-project-btn{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:20px;height:24px;padding:0 8px;font-size:11px;font-weight:700}.archieve-icon{object-fit:contain;width:18px;height:18px;display:block}.archive-project-btn:hover{background:#e9e8e6}.unarchive-project-btn{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:20px;height:24px;padding:0 12px;font-size:11px;font-weight:700}.unarchieve-icon{object-fit:contain;width:15px;height:15px;display:block}.unarchive-project-btn:hover{background:#e1e4e3}.delete-project-btn{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:55px;height:24px;padding:0 8px;font-size:11px;font-weight:700}.delete-project-btn:hover{background:#f0afaf1f}.edit-project-input{border:1px solid #d1d5db;border-radius:6px;width:220px;height:30px;padding:0 10px;font-size:13px}.project-table-wrapper{border:1px solid #e5e7eb;flex:1;overflow-y:auto}.project-table{border-collapse:collapse;table-layout:fixed;width:100%}.project-table th{text-align:left;background:#f3f4f6;border-bottom:1px solid #d1d5db;padding:10px 12px;font-size:13px;font-weight:700}.project-table td{border-bottom:1px solid #ececec;padding:8px 12px;font-size:13px;text-decoration:none!important}.project-table tr:hover{background:#f8fafc}.project-table th:first-child,.project-table td:first-child{width:80%}.project-table th:last-child,.project-table td:last-child{text-align:center;width:20%}.archived-projects-title{color:#111827;text-transform:uppercase;letter-spacing:.5px;text-align:center;background:#f3f4f6;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;padding:10px 12px;font-size:15px;font-weight:700}.archived-project-row td{text-decoration:none!important}.archived-project-row td:first-child{color:#374151;font-weight:600}.project-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.project-close{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;width:28px;height:28px;position:relative;top:-12px}.project-close:hover{background:#dc2626}.project-table-wrapper::-webkit-scrollbar{width:6px}.project-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.edit-project-btn{background:#fff;border:1px solid #fff;justify-content:center;align-items:center;display:flex}.edit-project-btn:hover{background:#e9e8e6;border:1px solid #e9e8e6}
