.filter-overlay{z-index:999;background:#00000059;position:fixed;inset:0}.filter-drawer{z-index:1000;background:#fff;border-radius:20px 0 0 20px;width:540px;height:100vh;transition:right .25s;position:fixed;top:0;right:-560px;overflow-y:auto;box-shadow:-5px 0 20px #00000026}.filter-drawer.open{right:0}.filter-header{z-index:10;background:#fff;border-bottom:1px solid #ececf3;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.filter-header h2{margin:0;line-height:1}.filter-drawer hr{background:#e7e7ef;border:none;height:1px;margin:28px 20px}.filter-section{padding:0 32px}.filter-section h3{margin-bottom:18px;font-size:22px;font-weight:700}.filter-section label{align-items:center;gap:10px;margin:14px 0;display:flex}.reset-filters-button{color:#54506b;cursor:pointer;background:#fff;border:1px solid #d8dbe8;border-radius:10px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.reset-filters-button:hover{background:#f5f6fa;border-color:#b9bfd6}.close-filter-button{cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;display:flex}.close-filter-button:hover{background:#f3f4f8}.filter-actions{align-items:center;gap:12px;display:flex}.filter-section input[type=number]{margin-bottom:10px}.filter-bottom-space{height:24px}.hours-filter-inputs{gap:16px;display:flex}.hours-filter-inputs input{flex:1}.filter-section select{color:#54506b;cursor:pointer;background:#fff;border:1px solid #d7dbe7;border-radius:10px;width:100%;padding:10px 14px;font-size:15px;transition:all .2s}.filter-section select:hover{border-color:#b7bdd4}.filter-section select:focus{border-color:#5b6ef5;outline:none;box-shadow:0 0 0 3px #5b6ef526}.hours-filter-inputs input{color:#54506b;border:1px solid #d7dbe7;border-radius:10px;flex:1;padding:10px 14px;font-size:15px;transition:all .2s}.hours-filter-inputs input:focus{border-color:#5b6ef5;outline:none;box-shadow:0 0 0 3px #5b6ef526}input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}.filter-toggle{cursor:pointer;color:#54506b;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:6px 0;font-size:22px;font-weight:700;display:flex}.filter-chip{color:#54506b;background:#fff;border:1px solid #d8dbe8;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 2px 6px #0000000d}.filter-chip-remove{cursor:pointer;color:#777;background:0 0;border:none;font-size:14px;font-weight:700;transition:color .2s}.filter-chip-remove:hover{color:#d63b3b}.filter-chips{flex-wrap:wrap;gap:10px;margin:16px 0 24px;display:flex}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;display:flex}.sidebar{background:#fff;border-right:1px solid #dbe3ea;flex-direction:column;width:260px;padding:28px 20px;display:flex}.sidebar-header{margin-bottom:36px}.sidebar-header h1{color:#1e3a8a;margin:0;font-size:28px;font-weight:700}.sidebar-header p{color:#64748b;margin-top:6px;font-size:14px}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.nav-item{color:#475569;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#2563eb;background:#eff6ff;transform:translate(4px)}.nav-item.active{color:#fff;background:#2563eb;box-shadow:0 6px 20px #2563eb2e}.nav-item span{text-align:center;width:22px;font-size:18px}.home{flex:1;padding:25px}.home h2{margin-bottom:20px}h1{margin:20px}.home h2{margin-top:25px;margin-bottom:15px}header{border-bottom:1px solid #d3d3d3;padding:20px}.project-card{cursor:pointer;background:#fff;border:1px solid #ddd;border-right-width:6px;border-radius:12px;margin-bottom:20px;padding:20px;transition:all .2s;box-shadow:0 2px 6px #00000014}.project-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:12px;display:flex}.project-header h3{align-items:center;gap:8px;margin:0;font-size:1.2rem;display:flex}.project-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.projects-columns{align-items:flex-start;gap:24px;display:flex}.projects-column{flex-direction:column;flex:1;gap:24px;display:flex}.project-header .status-badge{flex-shrink:0}.popup-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup{text-align:center;background:#fff;border-radius:14px;width:600px;max-width:90%;padding:30px;box-shadow:0 12px 30px #00000040}.popup h2{margin-top:0}.popup h3{color:#2563eb;margin:20px 0}.warning{color:#666;margin-bottom:30px}.save-button{background:#16a34a;margin-left:10px}.save-button:hover{background:#15803d;box-shadow:0 6px 14px #16a34a40}.popup-buttons{justify-content:center;gap:20px;margin-top:20px;display:flex}.cancel-button,.delete-button{cursor:pointer;border:none;border-radius:8px;padding:10px 22px;font-size:15px;transition:all .2s}.cancel-button{background:#d1d5db}.cancel-button:hover{background:#9ca3af;box-shadow:0 6px 14px #f59e0b40}.delete-button{color:#fff;background:#dc2626}.delete-button:hover{background:#b91c1c}.form-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:20px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{margin-bottom:6px;font-weight:600}.form-group input,.form-group select{border:1px solid #ccc;border-radius:8px;padding:10px;font-size:15px}.full-width{grid-column:1/-1}.form-error{color:#dc2626;margin-bottom:15px;font-weight:700}.employee-header{cursor:pointer;background:#f8fafc;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.employee-header:hover{background:#f1f5f9}.employee-group{background:#fff;border:1px solid #dbe3ef;border-radius:12px;margin-bottom:20px;overflow:hidden}.employee-title h4{align-items:center;gap:8px;margin:0;display:flex}.employee-summary{color:#64748b;font-weight:600}.employee-count{color:#94a3b8;font-weight:500}.work-entry{margin-left:20px;padding:10px 0}.project-actions{border-top:1px solid #e5e7eb;justify-content:center;align-items:center;width:100%;margin-top:30px;padding-top:20px;display:flex}.project-actions button{width:100%}.project-management-buttons{gap:12px;margin-left:auto;display:flex}.work-entry-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 18px;font-size:15px;font-weight:600;transition:all .2s}.work-entry-button.compact{width:auto;min-width:140px;padding:8px 16px}.work-entry-actions{justify-content:flex-end;gap:10px;margin-top:2px;margin-bottom:10px;display:flex}.work-entry-button:hover{background:#1d4ed8}.new-project-button{background:#2563eb;margin-bottom:25px;padding:12px 24px;font-size:16px}.new-project-button:hover{background:#1d4ed8;box-shadow:0 6px 14px #2563eb40}.new-project-button:active{transform:translateY(0)}.action-button{cursor:pointer;color:#fff;border:none;border-radius:10px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s}.action-button:hover{transform:translateY(-2px)}.action-button:active{transform:translateY(0)}.new-button{background:#2563eb}.new-button:hover{background:#1d4ed8;box-shadow:0 6px 14px #2563eb40}.edit-button{background:#f59e0b}.edit-button:hover{background:#d97706;box-shadow:0 6px 14px #f59e0b40}.delete-button{background:#dc2626}.delete-button:hover{background:#b91c1c;box-shadow:0 6px 14px #dc262640}.action-button:disabled{color:#6b7280;cursor:not-allowed;box-shadow:none;opacity:.8;transform:none;background:#d1d5db!important}.action-button:disabled:hover{box-shadow:none;background:#d1d5db;transform:none}.validation-error{color:#dc2626;margin-top:6px;font-size:13px;font-weight:600}.show-more-button{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;margin-top:12px;padding:8px 14px;font-size:14px;font-weight:600;transition:all .2s}.show-more-button:hover{background:#e5e7eb}.progress-container{background:#d1d5db;border-radius:999px;width:100%;height:12px;margin-top:10px;overflow:hidden}.progress-fill{background:#22c55e;height:100%;transition:width .3s}.progress-text{color:#555;margin-top:6px;font-size:13px;font-weight:600}.status-badge{color:#fff;border-radius:999px;padding:6px 12px;font-weight:600;display:inline-block}.status-badge.planning{background:#eab308}.status-badge.in-progress{background:#2563eb}.status-badge.on-hold{background:#f97316}.status-badge.completed{background:#22c55e}.employee-header{cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;transition:all .2s;display:flex}.employee-header:hover{background:#eff6ff;border-color:#2563eb}.employee-header h4{margin:0;font-size:18px;font-weight:600}.arrow{margin-right:6px;transition:transform .25s;display:inline-block}.arrow.open{transform:rotate(90deg)}.employee-header:active{transform:scale(.99)}.header{background:#fff;border-bottom:1px solid #dbe3ea;justify-content:space-between;align-items:center;margin-bottom:30px;padding:24px 36px;display:flex}.header-left h1{color:#334155;margin:0;font-size:34px;font-weight:700}.header-left p{color:#64748b;margin-top:8px;font-size:15px}.projects-toolbar{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.search-container{align-items:stretch;display:flex}.project-search{border:1px solid #d1d5db;border-right:none;border-radius:10px 0 0 10px;width:420px;padding:12px 16px;font-size:15px}.filter-button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-left:none;border-radius:0 10px 10px 0;padding:0 18px;transition:all .2s}.filter-button:hover{background:#f8fafc}.no-projects-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:80px;display:flex}.no-projects-found h2{color:#334155;margin-bottom:10px}.no-projects-found p{color:#64748b;margin:4px 0}.worked-time{color:#4f5673;background:#f8f9fc;border:1px solid #d8dbe8;border-radius:10px;margin:0;padding:12px 16px;font-size:18px;font-weight:600}.running-indicator{color:#22c55e;font-weight:600}.employee-total-hours{color:#666;margin:4px 0 0 28px;font-size:.9rem}.panel{background:#fff;border-radius:12px;margin-bottom:24px;padding:20px;box-shadow:0 4px 12px #00000014}.panel-header{margin-bottom:16px}.panel-header h2{margin:0;font-size:1.2rem}.panel-body{flex-direction:column;gap:12px;display:flex}.project-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px;margin-top:24px;display:grid}.status-badge{border-radius:999px;align-items:center;padding:4px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.work-entries-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.work-entries-header h2{margin:0}.page{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px}.project-details-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:24px;display:flex}.project-details-header h1{color:#334155;margin:0;font-size:2.25rem;font-weight:700}.project-details-header p{color:#64748b;margin-top:8px;font-size:1rem}.project-details-header .status-badge{padding:8px 18px;font-size:.95rem}.project-tabs{border-bottom:1px solid #e5e7eb;gap:12px;margin-bottom:32px;padding-bottom:16px;display:flex}.project-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px 18px;font-size:.95rem;font-weight:600;transition:all .2s}.project-tab:hover{color:#334155;background:#f1f5f9}.project-tab.active{color:#fff;background:#2563eb;box-shadow:0 2px 8px #2563eb40}.form-group textarea{resize:vertical;border:1px solid #ccc;border-radius:8px;padding:10px;font-family:inherit;font-size:15px}.note-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;padding:20px;box-shadow:0 2px 8px #0000000d}.note-card h3{color:#334155;margin-top:0;margin-bottom:12px}.note-card p{color:#475569;margin-bottom:20px;line-height:1.6}.note-card small{color:#94a3b8}.note-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.notes-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.notes-header h2{margin:0}.note-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.stat-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;transition:all .2s;box-shadow:0 2px 8px #0000000d}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000014}.stat-card h3{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.stat-card p{color:#334155;margin:14px 0 0;font-size:2rem;font-weight:700}.project-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:30px;display:grid}.progress-title{color:#334155;text-align:center;margin:18px 0 8px;font-size:1.4rem;font-weight:700}.progress-details{text-align:center;color:#64748b;margin:0;font-size:.95rem}.milestone-item.completed{color:#94a3b8;opacity:.75;text-decoration:line-through;text-decoration-thickness:2px;transition:all .25s}.milestone-item{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 0;transition:background .2s;display:flex}.milestone-item input{cursor:pointer;transition:transform .15s}.milestone-item input:active{transform:scale(1.15)}.milestone-item:hover{background:#f8fafc;transform:translate(4px)}.milestone-item+.milestone-item{border-top:1px solid #f1f5f9}.milestone-item{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.milestone-content{flex:1;align-items:center;gap:12px;display:flex}.delete-milestone-button{cursor:pointer;background:0 0;border:none;font-size:18px;transition:transform .2s}.delete-milestone-button:hover{transform:scale(1.15)}.drag-handle{cursor:grab;color:#6b7280;align-items:center;margin-right:.5rem;font-size:1.1rem;transition:color .2s;display:flex}.drag-handle:hover{color:#2563eb}.drag-handle:active{cursor:grabbing}.milestone-item{transition:box-shadow .2s,transform .2s}.milestone-item:has(.drag-handle:active){box-shadow:0 8px 20px #00000026}.upload-dropzone{cursor:pointer;background:#fafafa;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;margin:20px 0;padding:28px;transition:all .2s;display:flex}.upload-dropzone:hover{background:#f4f8ff;border-color:#2563eb}.upload-dropzone h3{color:#374151;margin:0}.upload-dropzone p{color:#6b7280;margin-top:10px}.upload-dropzone.dragging{background:#eef4ff;border-color:#2563eb;transform:scale(1.02)}.upload-icon{margin-bottom:16px;font-size:3rem}.selected-file{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-top:8px;padding:10px 14px;display:flex}.remove-file-button{cursor:pointer;color:#ef4444;background:0 0;border:none;font-size:1rem;transition:transform .15s}.remove-file-button:hover{transform:scale(1.15)}.file-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;margin-top:10px;padding:12px 16px;display:flex}.delete-file-button{cursor:pointer;background:0 0;border:none;font-size:1rem}.file-group{margin-top:24px}.file-group h3{color:#6b7280;border-bottom:1px solid #e5e7eb;margin-bottom:12px;padding-bottom:6px;font-size:.95rem}.file-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-top:12px;padding:22px;transition:all .2s;display:flex}.file-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.file-card-left{flex:1;align-items:center;gap:16px;display:flex}.file-icon{justify-content:center;align-items:center;width:48px;font-size:2rem;display:flex}.file-info{flex:1}.file-info h4{margin:0}.file-info p{color:#6b7280;margin:4px 0}.file-info small{color:#9ca3af}.file-actions{align-items:center;gap:12px;margin-left:20px;display:flex}.file-actions button{cursor:pointer;background:0 0;border:none;font-size:1.1rem;transition:all .15s}.file-actions button:hover{transform:scale(1.15)}.file-icon-container{background:#f4f7ff;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.file-icon{font-size:2.4rem}.file-actions button{cursor:pointer;background:0 0;border:none;border-radius:10px;width:40px;height:40px;font-size:1.1rem;transition:all .15s}.file-actions button:hover{background:#eef4ff;transform:scale(1.05)}.file-action-button{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;transition:all .15s;display:flex}.file-action-button:hover{color:#2563eb;background:#eef4ff;transform:translateY(-2px)}.file-action-button.delete:hover{color:#dc2626;background:#fee2e2}.project-management-text{color:#6b7280;margin-bottom:18px}.project-management-actions{gap:16px;display:flex}.project-management-actions button{flex:1}.files-header-actions{gap:12px;display:flex}.folder-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-top:12px;padding:16px 20px;transition:all .2s;display:flex}.folder-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.folder-item-left{align-items:center;gap:14px;display:flex}.folder-icon{font-size:1.5rem}.folder-name{color:#374151;font-size:1rem;font-weight:600}.folder-arrow{color:#9ca3af;transition:all .2s}.folder-item:hover .folder-arrow{transform:translate(4px)}.back-button{cursor:pointer;color:#2563eb;background:0 0;border:none;margin:18px 0;font-size:1rem;font-weight:600}.back-button:hover{text-decoration:underline}.folder-menu-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.3rem;transition:all .15s}.folder-menu-button:hover{background:#f3f4f6}.notification-container{z-index:9999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.notification{color:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;min-width:320px;max-width:420px;padding:16px 20px;animation:.25s slideIn;display:flex;box-shadow:0 12px 30px #0000002e}.notification-content{flex:1}.notification h4{margin:0;font-size:1rem}.notification p{margin-top:6px;font-size:.9rem}.notification-close{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:18px;font-size:1.2rem}.notification.success{background:#16a34a}.notification.warning{background:#d97706}.notification.error{background:#dc2626}.notification.info{background:#2563eb}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.breadcrumbs{flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0;font-size:.95rem;display:flex}.breadcrumb{color:#2563eb;cursor:pointer;font-weight:600;transition:all .15s}.breadcrumb:hover{color:#1d4ed8;text-decoration:underline}.breadcrumb-separator{color:#9ca3af;-webkit-user-select:none;user-select:none}.files-layout{gap:24px;margin-top:20px;display:flex}.folder-tree{border-right:1px solid #e5e7eb;flex-shrink:0;width:240px;padding-right:16px}.folder-tree-item{cursor:pointer;border-radius:8px;margin-bottom:6px;padding:10px 14px;transition:all .15s}.folder-tree-item:hover{background:#f3f4f6}.folder-tree-item.active{color:#fff;background:#2563eb;font-weight:600}.file-list{flex:1}.folder-tree-children{border-left:1px solid #e5e7eb;margin-left:18px;padding-left:10px}.note-pill{color:#2547b8;cursor:default;background:#eef3ff;border:1px solid #cfdcff;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.9rem;font-weight:600;transition:all .15s;display:flex;box-shadow:0 2px 6px #2547b81f}.note-pill:hover{transform:translateY(-1px)}.note-pill-title{white-space:nowrap}.note-pill-remove{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:.85rem}.note-pill-remove:hover{color:#d11a2a}.selected-note-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.linked-notes-selector{background:#fafbfc;border:1px solid #d9dce7;border-radius:10px;max-height:180px;padding:.75rem;overflow-y:auto}.linked-note-info{flex-direction:column;flex:1;align-items:flex-start;display:flex}.linked-note-info span{font-size:1rem;font-weight:700}.linked-note-info small{color:#7d8294;margin-top:3px;font-size:.82rem}.linked-note-option{cursor:pointer;border:1px solid #d9dce7;border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;transition:all .15s;display:flex}.linked-note-option:hover{background:#f7faff;border-color:#b5c7ff;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.linked-notes-selector::-webkit-scrollbar{background:0 0;width:6px}.linked-notes-selector::-webkit-scrollbar-thumb{background:#c9d4ef;border-radius:999px}.linked-notes-selector::-webkit-scrollbar-thumb:hover{background:#9fb4e8}.linked-note-option:active{transform:scale(.98)}.linked-milestone{margin:.5rem 0}.milestone-badge{color:#009a00;background:#f5ffe6;border:1px solid #6bff7f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.selection-list{width:100%}.selection-search{margin-bottom:.75rem}.selection-search input{box-sizing:border-box;background:#fff;border:1px solid #d9dce7;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-size:.95rem}.selection-search input:focus{border-color:#b5c7ff;box-shadow:0 0 0 3px #2547b814}.selection-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.selection-pill{color:#2547b8;background:#eef3ff;border:1px solid #cfdcff;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .8rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #2547b81f}.selection-pill:hover{transform:translateY(-1px)}.selection-pill button{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1}.selection-pill button:hover{color:#d11a2a}.selection-items{background:#fafbfc;border:1px solid #d9dce7;border-radius:10px;max-height:220px;padding:.75rem;overflow-y:auto}.selection-item{cursor:pointer;border:1px solid #d9dce7;border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;transition:all .15s;display:flex}.selection-item:last-child{margin-bottom:0}.selection-item:hover{background:#f7faff;border-color:#b5c7ff;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.selection-item:active{transform:scale(.98)}.selection-item-info{flex-direction:column;flex:1;align-items:flex-start;display:flex}.selection-item-info span{font-size:1rem;font-weight:700}.selection-item-info small{color:#7d8294;margin-top:3px;font-size:.82rem}.empty-selection{text-align:center;color:#7d8294;margin:0;padding:1rem;font-size:.9rem}.selection-items::-webkit-scrollbar{background:0 0;width:6px}.selection-items::-webkit-scrollbar-thumb{background:#c9d4ef;border-radius:999px}.selection-items::-webkit-scrollbar-thumb:hover{background:#9fb4e8}.linked-milestones{flex-wrap:wrap;gap:.5rem;margin:.5rem 0;display:flex}.notes-filters{gap:.75rem;margin-bottom:1.25rem;display:flex}.notes-filters input,.notes-filters select{background:#fff;border:1px solid #d9dce7;border-radius:10px;outline:none;padding:.7rem .9rem;font-size:.95rem}.notes-filters input{flex:1}.notes-filters input:focus,.notes-filters select:focus{border-color:#b5c7ff;box-shadow:0 0 0 3px #2547b814}.empty-note-list{text-align:center;color:#7d8294;padding:2rem}.note-meta{gap:1rem;margin-top:1rem;display:flex}.note-meta small{color:#7d8294;font-size:.85rem}.work-entry-filters{gap:.75rem;margin-bottom:1rem;display:flex}.work-entry-filters input{color:#4b5563;background:#fff;border:1px solid #d9dce7;border-radius:10px;outline:none;padding:.7rem .9rem;font-size:.95rem;transition:all .15s}.work-entry-filters input[type=text]{flex:1}.work-entry-filters input[type=date]{width:180px}.work-entry-filters input:focus{border-color:#b5c7ff;box-shadow:0 0 0 3px #2547b814}.work-entry-filters input:hover{border-color:#b5c7ff}.employee-card{background:#fff;border:1px solid #d9dce7;border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:.75rem;padding:1.25rem 1.5rem;transition:all .15s;display:flex}.employee-card:hover{border-color:#b5c7ff;box-shadow:0 4px 12px #0000000f}.employee-card-info{flex:1;min-width:0}.employee-card-header{align-items:center;gap:.75rem;display:flex}.employee-card-header h3{margin:0;font-size:1.05rem}.employee-card-info p{color:#6b7280;margin:.3rem 0 0;font-size:.9rem}.employee-role{color:#2547b8;background:#eef3ff;border-radius:999px;margin-top:.65rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600;display:inline-block}.employee-status-badge{border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:700}.employee-status-badge.active{color:#218838;background:#e7f7ed}.employee-status-badge.inactive{color:#6b7280;background:#f1f2f4}.employee-actions{flex-shrink:0;gap:.5rem;display:flex}.employee-actions .action-button{cursor:pointer;border:none;border-radius:8px;padding:.45rem .8rem;font-size:.85rem;font-weight:600;transition:all .15s}.employee-actions .edit-button{color:#9a6700;background:#fff4d6}.employee-actions .edit-button:hover{background:#ffe8ad;transform:translateY(-1px)}.employee-actions .delete-button{color:#c62828;background:#ffe5e5}.employee-actions .delete-button:hover{background:#ffd1d1;transform:translateY(-1px)}.employees-toolbar{width:100%;margin-bottom:1rem;display:flex}.employees-toolbar input{box-sizing:border-box;color:#4b5563;background:#fff;border:1px solid #d9dce7;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-size:.95rem;transition:all .15s}.employees-toolbar input:focus{border-color:#b5c7ff;box-shadow:0 0 0 3px #2547b814}.page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.page-header h1{margin:0}.dashboard-section{margin-bottom:24px}.dashboard-section h2{margin-bottom:10px}.dashboard-stats{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.dashboard-stats .stat-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80px;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s,color .15s;display:flex}.dashboard-stats .stat-card span{margin-bottom:6px}.dashboard-stats .stat-card strong{font-size:1.5rem}.dashboard-stats .stat-card:hover{transform:translateY(-3px);box-shadow:0 5px 12px #0000001f}.project-filter-stats{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.project-filter-card{color:#333;text-align:center;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:80px;padding:12px;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s,color .15s;display:flex;box-shadow:0 2px 6px #00000014}.project-filter-card span{margin-bottom:6px}.project-filter-card strong{font-size:1.5rem}.project-filter-card:hover{transform:translateY(-3px);box-shadow:0 5px 12px #0000001f}.project-filter-card.selected.status-planning{color:#eaaa00;background:#fffaf0;border-color:#eaaa00}.project-filter-card.selected.status-in-progress{color:#2f66e5;background:#f0f5ff;border-color:#2f66e5}.project-filter-card.selected.status-on-hold{color:#ff6b00;background:#fff5ed;border-color:#ff6b00}.project-filter-card.selected.status-completed{color:#22c55e;background:#f0fdf4;border-color:#22c55e}.dashboard-project-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.dashboard-project-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:18px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #00000014}.dashboard-project-card:hover{transform:translateY(-2px);box-shadow:0 5px 12px #0000001f}.dashboard-project-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-project-header h3{margin:0 0 4px}.dashboard-project-header>div>span{color:#777;font-size:.85rem}.project-status-badge{white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:.8rem;font-weight:600}.project-status-badge.status-planning{color:#eaaa00;background:#fff3cd}.project-status-badge.status-in-progress{color:#2f66e5;background:#e8f0ff}.project-status-badge.status-on-hold{color:#ff6b00;background:#fff0e6}.project-status-badge.status-completed{color:#22c55e;background:#eaf8ef}.dashboard-project-milestone{flex-direction:column;gap:4px;margin-top:16px;display:flex}.dashboard-project-milestone span{color:#777;font-size:.8rem}.dashboard-project-milestone strong{font-size:1rem}.dashboard-project-hours-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dashboard-project-hours-header span{color:#666}.dashboard-project-hours-header strong{font-size:1.1rem}.dashboard-empty{text-align:center;color:#777;border:1px dashed #ccc;border-radius:12px;margin-top:18px;padding:24px}.employee-stats{grid-template-columns:repeat(2,1fr)}.employee-stats .stat-card:hover{color:#4f46e5;background:#eef2ff;border-color:#4f46e5}.employee-stats .stat-card:nth-child(2):hover{color:#22c55e;background:#f0fdf4;border-color:#22c55e}.project-total-card{text-align:center;border:1px solid #ddd;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:90px;margin-bottom:12px;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s,color .15s;display:flex;box-shadow:0 2px 6px #00000014}.project-total-card span{margin-bottom:6px}.project-total-card strong{font-size:2rem}.project-total-card:hover{color:#4f46e5;background:#eef2ff;border-color:#4f46e5;transform:translateY(-3px);box-shadow:0 5px 12px #0000001f}.dashboard-project-body{grid-template-columns:1fr 220px;align-items:center;gap:30px;margin-top:16px;display:grid}.dashboard-project-milestone{flex-direction:column;gap:6px;display:flex}.dashboard-project-milestone>span{color:#777;font-size:.8rem}.dashboard-project-milestone>strong{font-size:1rem}.dashboard-project-hours{justify-content:flex-end;align-items:center;gap:24px;display:flex}.dashboard-project-hours-info{flex-direction:column;gap:4px;min-width:150px;display:flex}.dashboard-project-hours-info>span:first-child{color:#777;font-size:.8rem}.dashboard-project-hours-info strong{font-size:1.2rem}.dashboard-project-hours-detail{color:#888;font-size:.75rem}.project-hours-chart{border-radius:50%;flex-shrink:0;width:150px;height:150px;position:relative}.project-purchased-ring{background:radial-gradient(circle,#fff 0 72%,#0000 73%),conic-gradient(#4f46e5 0deg 360deg);border-radius:50%;position:absolute;inset:0}.project-hours-inner{border-radius:50%;position:absolute;inset:11px}.project-hours-center{text-align:center;z-index:2;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:82px;height:82px;margin:auto;display:flex;position:absolute;inset:0}.project-hours-center span{color:#777;margin-top:3px;font-size:.75rem}@media (width<=800px){.project-filter-stats{grid-template-columns:repeat(2,1fr)}.dashboard-project-header{flex-direction:column}.dashboard-project-body{grid-template-columns:1fr}.dashboard-project-hours{justify-content:flex-start}}@media (width<=500px){.project-filter-stats,.employee-stats,.dashboard-project-body{grid-template-columns:1fr}.dashboard-project-hours{flex-direction:column;align-items:flex-start}.dashboard-project-hours-info{min-width:0}}.dashboard-project-card{min-height:0!important;padding:18px!important}.dashboard-project-body{grid-template-columns:1fr 220px;align-items:center;gap:24px;margin-top:14px}.dashboard-project-milestone{margin-top:14px}.dashboard-project-hours{margin-top:0}.project-hours-chart{width:120px;height:120px}.project-hours-inner{inset:9px}.project-hours-center{width:68px;height:68px}.project-hours-center strong{font-size:1.1rem}.project-hours-center span{font-size:.7rem}.dashboard-project-card.status-planning{border-right:6px solid #eaaa00}.dashboard-project-card.status-in-progress{border-right:6px solid #2f66e5}.dashboard-project-card.status-on-hold{border-right:6px solid #ff6b00}.dashboard-project-card.status-completed{border-right:6px solid #22c55e}.login-page{background:#f5f6fa;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#fff;border:1px solid #ddd;border-radius:14px;width:100%;max-width:420px;padding:36px;box-shadow:0 8px 24px #00000014}.login-header{text-align:center;margin-bottom:28px}.login-header h1{margin:0;font-size:2rem}.login-header p{color:#777;margin-top:8px}.login-card form{flex-direction:column;gap:18px;display:flex}.login-card .form-group{flex-direction:column;gap:6px;display:flex}.login-card .form-group label{font-size:.9rem;font-weight:500}.login-card .form-group input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:11px 12px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.login-card .form-group input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.login-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;width:100%;margin-top:6px;padding:11px 16px;font-size:.95rem;font-weight:500;transition:background .15s,transform .15s,box-shadow .15s}.login-button:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 10px #4f46e540}.login-button:active{transform:translateY(0)}.customer-project-card{padding:20px}.customer-project-title{flex-direction:column;gap:4px;display:flex}.customer-project-title h3{margin:0}.customer-project-title span{font-size:.9rem}.customer-project-progress{margin-top:18px}.customer-project-hours{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.customer-project-hours span{font-size:.9rem}.customer-project-hours strong{font-size:1.1rem}.customer-project-actions{justify-content:flex-end;margin-top:16px;display:flex}.customer-project-actions .action-button{width:auto;min-width:120px}.customer-access-popup{width:650px}.customer-access-link{margin-top:20px}.customer-access-link input{box-sizing:border-box;color:#334155;background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px 14px;font-size:14px}.customer-access-link input:focus{border-color:#2563eb;outline:none}.customer-access-popup .popup-buttons{flex-wrap:wrap}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{min-height:100vh}body{margin:0;font-family:Arial,Helvetica,sans-serif}h1,h2{margin:0}
