body{margin:0}.flex{display:flex;flex-direction:column}.auth-container{align-items:center;background-color:#f3f4f6;display:flex;justify-content:center;min-height:100vh}.auth-box{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-box h2{margin-bottom:1.5rem;text-align:center}.auth-box form{display:flex;flex-direction:column;gap:1rem}.auth-box input{border:1px solid #ccc;border-radius:6px;padding:.75rem}.button-group{display:flex;gap:1rem;justify-content:space-between}.primary{background-color:#2563eb}.primary,.secondary{border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem;width:40%}.secondary{background-color:#10b981}.danger{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem;width:40%}.or-divider{color:#555;margin:1.5rem 0 1rem;text-align:center}.social-buttons{display:flex;justify-content:space-between}.social-buttons a{width:30%}.social-buttons a button{border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;margin:0 .25rem;padding:.6rem;width:100%}.google{background-color:#db4437}.facebook{background-color:#1877f2}.github{background-color:#333}.grey{background-color:#888;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem;width:40%}.link-button{background:none;border:none;color:#007bff;cursor:pointer;padding:0;text-decoration:underline}.error-message{color:#d9534f;font-weight:700;margin-bottom:2px;margin-top:2px;text-align:center}body,html{margin:0}.hub-container{background-color:#f9fafb;display:flex;gap:24px;height:100vh}.sidebar{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:24px;max-width:50%;padding:0 24px 24px;width:100%}.sidebar-header{align-items:center;display:flex;justify-content:space-between}.sidebar-header h2{font-size:1.5rem;font-weight:700}.sidebar-header button{background-color:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.sidebar-header button:hover{background-color:#1e40af}.sidebar select{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:8px}.card{background-color:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000d;padding:16px}.card h3{font-size:1.125rem;font-weight:600;margin-bottom:8px}.card ul{list-style:none;padding-left:0}.card li{margin-bottom:4px}.main-content{flex-grow:1;padding:16px}.main-content h2{font-size:1.25rem;font-weight:600;margin-bottom:12px}.stats-list{list-style:none;margin:0;padding:0}.stats-list li{align-items:center;border-bottom:1px solid #ccc;display:flex;font-size:1rem;justify-content:space-between;padding:8px 0}.stats-list .label{color:#333;font-weight:500}.stats-list .value{color:#222;font-weight:600}.members-section{background:#fafafa;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:15px}.members-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.members-header h2{font-size:1.25rem;margin:0}.add-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 12px}.add-btn:hover{background:#0056b3}.members-list{display:flex;flex-direction:column;gap:10px}.member-row{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;display:flex;justify-content:space-between;padding:8px 10px}.member-info{display:flex;gap:15px}.member-name{font-weight:700}.member-role{color:#555;font-size:.9rem}.edit-btn{background:#0000;border:1px solid #007bff;border-radius:6px;color:#007bff;font-size:.85rem;padding:4px 10px}.edit-btn:hover{background:#007bff;color:#fff}.no-members{color:#666;font-size:.9rem;text-align:center}.modal-overlay{inset:0}.modal{border-radius:12px;box-shadow:0 4px 20px #00000040;gap:1rem;max-width:90%;padding:1.5rem}.form,.modal{display:flex;flex-direction:column}.form{gap:.75rem}.role-select,.search-input{border:1px solid #ccc;border-radius:8px;padding:.5rem}.role-select{background:#fff}.submit-button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem 1rem}.submit-button:hover{background:#0056b3}.close-button{align-self:flex-end;background:#f44336;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.4rem .8rem}.close-button:hover{background:#c62828}.spinner{animation:spin .8s linear infinite;border:4px solid #ccc;border-radius:50%;border-top-color:#3498db;height:32px;margin:auto;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.modal-backdrop{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal{font-family:sans-serif;max-width:400px;padding:24px;width:100%}.modal h2{margin-bottom:16px}.modal label{font-weight:600;margin-bottom:12px}.modal input,.modal textarea{border:1px solid #ccc;border-radius:6px;margin-top:4px;padding:8px;width:100%}.modal-actions{gap:10px;margin-top:16px}.btn-cancel{background:#e5e7eb;padding:8px 12px}.btn-cancel,.btn-create{border:none;border-radius:6px;cursor:pointer}.btn-create{background:#2563eb;color:#fff;padding:8px 14px}.btn-create:hover{background:#1e40af}.error{color:red;font-size:.9rem;margin-bottom:8px;margin-top:-8px}.task-section{background-color:#f9f9f9;border-left:1px solid #ddd;max-height:100%;overflow-y:scroll;padding:0 24px 24px;width:100%}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.task-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;margin-bottom:1rem;padding:1rem}.task-header{align-items:center;display:flex;justify-content:space-between}.task-header h3{font-size:1.2rem;margin:0}.edit-btn{background:none;border:none;color:#555;cursor:pointer;font-size:1.1rem}.task-desc{color:#333;margin:.5rem 0}.task-dates{color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem}.accordion-toggle{background:none;border:none;color:#007bff;cursor:pointer;font-weight:700;margin-top:.5rem}.checklist{margin-top:.5rem;padding-left:1rem}.checklist li{align-items:center;display:flex;gap:.5rem}.task-logger{background:#f5f5f5;border-bottom:1px solid #ddd;padding:1rem 0;width:100%}button{border-radius:6px}.logger-controls{display:flex;gap:.5rem;justify-content:flex-end;width:100%}.start-btn{background:#28a745}.start-btn,.stop-btn{border:none;color:#fff;cursor:pointer;padding:.5rem 1rem}.stop-btn{background:#dc3545}.checklist-selection{margin-top:1rem}.checklist-selection ul{list-style:none;padding-left:0}.modal-overlay{background:#00000080}.modal{border-radius:6px;padding:1rem}.modal textarea{resize:vertical;width:calc(100% - 1rem)}.modal-actions{margin-top:1rem;text-align:right}.checklist{display:flex;flex-direction:column;gap:.25rem;padding-left:0}.checklist-row{align-items:center;display:flex;flex-direction:row;gap:6px}.checklist-row input{width:14px}.modal-overlay{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;padding:2rem;width:400px}.modal h2{margin-bottom:1rem}.modal label{display:block;font-weight:700;margin:.5rem 0 .25rem}.modal input[type=text],.modal textarea{border:1px solid #ccc;border-radius:4px;margin-bottom:.75rem;padding:.5rem;width:100%}.checklist-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.checklist-input-row input{flex:1 1}.checklist-input-row button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.checklist-items{height:200px;list-style:none;margin-bottom:1rem;overflow-y:auto;padding-left:0;padding-right:8px}.checklist-items::-webkit-scrollbar{width:8px}.checklist-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.checklist-items::-webkit-scrollbar-thumb{background:#bbb;border-radius:4px}.checklist-items::-webkit-scrollbar-thumb:hover{background:#999}.checklist-items{scrollbar-color:#bbb #f1f1f1;scrollbar-width:thin}.checklist-items li{background:#f1f1f1;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.4rem .6rem}.checklist-items li button{background:none;border:none;color:red;cursor:pointer}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.create-btn{background-color:#28a745}.create-btn,.delete-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.delete-btn{background-color:red}.cancel-btn{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.logs-page{display:flex;gap:16px;height:100%;padding:16px}.logs-chart{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000d;flex:1 1;padding:16px}.logs-chart h2{margin-bottom:12px}.clear-filter{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:12px;padding:8px 12px}.clear-filter:hover{opacity:.9}.logs-list{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000d;flex:1 1;overflow-y:auto;padding:16px}.log-card,.logs-list h2{margin-bottom:12px}.log-card{border:1px solid #e5e7eb;border-radius:8px;padding:12px}.log-header{display:flex;font-weight:600;justify-content:space-between}.task-name{color:#4f46e5}.duration{color:#16a34a}.description{color:#374151;margin:6px 0}.date{font-size:12px}.date,.empty{color:#6b7280}.logs-loading{padding:24px}.features-container{font-family:Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem 1.5rem}.features-header{margin-bottom:2.5rem}.features-header h1{font-size:2.2rem;margin-bottom:.75rem}.features-description{color:#444;font-size:1rem;margin-bottom:.75rem}.features-tech{color:#666;font-size:.9rem}.features-section{margin-bottom:2rem}.features-section h2{border-bottom:2px solid #eee;font-size:1.4rem;margin-bottom:.75rem;padding-bottom:.25rem}.features-section ul{list-style:disc;padding-left:1.5rem}.features-section li{line-height:1.5;margin-bottom:.5rem}.upcoming li{color:#555}.learnings li{font-style:italic}@media (max-width:600px){.features-container{padding:1.5rem 1rem}.features-header h1{font-size:1.8rem}.features-section h2{font-size:1.25rem}}.header{align-items:center;background-color:#111827;box-shadow:0 2px 6px #0006;color:#fff;display:flex;justify-content:space-between;padding:1rem}.header-left .header-title{font-size:1.25rem;font-weight:600}.header-right{gap:1rem}.header-right,.user-info{align-items:center;display:flex}.user-info{gap:6px;justify-content:space-between}.user-name{font-weight:500}.user-role{color:#d1d5db;font-size:.85rem}.blue-btn{background-color:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.blue-btn:hover{background-color:#1e40af}.logout-btn{background-color:#dc2626;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.logout-btn:hover{background-color:#b91c1c}.error-text{color:#e63946;display:block;font-size:.9rem;font-weight:500;margin-top:4px}.cardHeader{align-items:start;display:flex;justify-content:space-between}.cardHeader h3{margin-top:0}.buttonRow,.headerButtons{display:flex;gap:4px;justify-content:space-between}.headerButtons button{background-color:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.headerButtons button:hover{background-color:#1e40af}.headerButtons .redButton{background-color:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.buttonRow .redButton:hover,.headerButtons .redButton:hover{background-color:#a82935}.buttonRow .redButton{background-color:#dc3545}.buttonRow .greenButton,.buttonRow .redButton{border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px;width:100%}.buttonRow .greenButton{background-color:#51bb0a}.buttonRow .greenButton:hover{background-color:#3d8d08}.bottomPad{padding-bottom:8px}.icon{width:35px}.iconRow{align-items:center;display:flex;justify-content:center}
/*# sourceMappingURL=main.4b91838b.css.map*/