body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 390px){.container{padding:0 16px}}html{scroll-behavior:smooth}.clickable{cursor:pointer;transition:all .3s ease}.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px;box-sizing:border-box}.login-container{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:400px;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef;position:relative}.login-header{text-align:center;margin-bottom:32px}.login-title{font-size:28px;font-weight:700;color:#333;margin:0 0 8px}.login-subtitle{font-size:16px;color:#666;margin:0;font-weight:400}.message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.login-input{width:100%;padding:16px 20px;border:2px solid #e9ecef;border-radius:12px;font-size:16px;background:#fff;color:#333;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.login-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.login-input::placeholder{color:#8e8e93;font-weight:400}.forgot-password-container{text-align:right;margin-top:-10px}.forgot-password-link{background:none;border:none;color:#007aff;font-size:14px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;font-family:inherit}.forgot-password-link:hover{opacity:.7;text-decoration:underline}.sign-in-button{width:100%;padding:16px;background:#007aff;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;font-family:inherit}.sign-in-button:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.sign-in-button:active{transform:translateY(0)}.sign-in-button.loading{background:#8e8e93;cursor:not-allowed}.sign-in-button:disabled{transform:none;box-shadow:none}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.register-container{text-align:center;margin-top:10px}.register-text{color:#666;font-size:14px}.register-link{background:none;border:none;color:#007aff;font-size:14px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;font-weight:500;font-family:inherit}.register-link:hover{opacity:.7;text-decoration:underline}.register-form-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease;padding:20px;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.register-form{background:#fff;padding:30px;border-radius:16px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.register-form h3{text-align:center;margin-bottom:20px;color:#333;font-size:24px;font-weight:600}.register-form .login-input{margin-bottom:15px}.register-form .sign-in-button{margin:10px 0}@media (max-width: 768px){.login-container{padding:30px 24px;margin:20px;max-width:none}.login-title{font-size:24px}.login-subtitle{font-size:14px}.login-input{padding:14px 16px;font-size:16px}.sign-in-button{padding:14px;font-size:16px}}@media (max-width: 480px){.login-page{padding:10px}.login-container{padding:24px 20px;border-radius:12px}.login-header{margin-bottom:24px}.login-title{font-size:22px}.register-form{padding:24px 20px;border-radius:12px}.register-form h3{font-size:20px}}@media (max-height: 600px) and (orientation: landscape){.login-page{padding:10px}.login-container{padding:20px;max-width:500px}.login-header{margin-bottom:20px}.login-title{font-size:20px}.login-subtitle{font-size:14px}.login-form{gap:16px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.login-input{border-width:1px}.login-input:focus{border-width:2px}}@media (prefers-color-scheme: dark){.login-container{background:#1c1c1e;color:#fff}.login-title{color:#fff}.login-subtitle{color:#8e8e93}.login-input{background:#2c2c2e;border-color:#3a3a3c;color:#fff}.login-input::placeholder{color:#8e8e93}.login-input:focus{border-color:#007aff}.register-form{background:#1c1c1e;color:#fff}.register-form h3{color:#fff}}@media (prefers-reduced-motion: reduce){.login-input,.sign-in-button,.forgot-password-link,.register-link{transition:none}.loading-spinner,.register-form-overlay,.register-form{animation:none}}.login-input:focus-visible,.sign-in-button:focus-visible,.forgot-password-link:focus-visible,.register-link:focus-visible{outline:2px solid #007AFF;outline-offset:2px}.profile-settings-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.profile-settings-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-settings-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.profile-settings-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.close-button{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-button:hover{background-color:#f5f5f5;color:#333}.profile-settings-form{padding:0 24px 24px}.profile-picture-section{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;padding:24px;background-color:#fafafa;border-radius:12px;border:2px dashed #e0e0e0}.profile-picture-container{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-picture-wrapper{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;cursor:pointer;transition:transform .2s ease;border:4px solid #fff;box-shadow:0 4px 12px #0000001a}.profile-picture-wrapper:hover{transform:scale(1.05)}.profile-picture-preview{width:100%;height:100%;object-fit:cover}.profile-picture-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#007aff,#5856d6);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;color:#fff}.profile-picture-overlay{position:absolute;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:#fff;font-size:14px;font-weight:500}.profile-picture-wrapper:hover .profile-picture-overlay{opacity:1}.remove-picture-btn{background:#ff4757;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.remove-picture-btn:hover{background:#ff3838}.upload-instructions{text-align:center;margin-top:16px}.upload-instructions p{margin:4px 0;color:#666}.upload-note{font-size:12px;color:#999}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.cancel-btn,.save-btn{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cancel-btn{background-color:#f5f5f5;color:#666}.cancel-btn:hover{background-color:#e0e0e0;color:#333}.save-btn{background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;min-width:120px}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#0056cc,#4a47b8);transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.profile-settings-overlay{padding:10px}.profile-settings-modal{max-height:95vh}.profile-settings-header{padding:20px 20px 0}.profile-settings-form{padding:0 20px 20px}.profile-picture-wrapper{width:100px;height:100px}.profile-picture-placeholder{font-size:40px}.form-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}}@media (max-width: 480px){.profile-settings-header h2{font-size:20px}.profile-picture-section{padding:16px}.profile-picture-wrapper{width:80px;height:80px}.profile-picture-placeholder{font-size:32px}}.role-management-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.role-management-modal{background:#fff;border-radius:12px;padding:0;width:90%;max-width:600px;max-height:95vh;min-height:600px;overflow:visible;box-shadow:0 25px 50px -12px #00000040;position:relative;display:flex;flex-direction:column}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.role-management-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.role-management-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.close-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button:hover{background-color:#f3f4f6;color:#374151}.role-management-content{padding:24px;display:flex;flex-direction:column;gap:24px;min-height:400px;flex:1}.loading-message{text-align:center;padding:40px 20px;color:#6b7280;font-size:1rem}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.95rem}.custom-dropdown{position:relative;width:100%}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-height:48px}.dropdown-trigger:hover{border-color:#d1d5db}.dropdown-trigger:focus,.dropdown-trigger.active{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.dropdown-value{flex:1;color:#374151;font-size:.95rem}.dropdown-arrow{transition:transform .2s ease;color:#6b7280}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1002;max-height:300px;overflow-y:auto;margin-top:4px;animation:dropdownSlideDown .2s ease-out}.dropdown-menu.dropdown-up{top:auto;bottom:100%;margin-top:0;margin-bottom:4px;animation:dropdownSlideUp .2s ease-out}@keyframes dropdownSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{padding:12px 16px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background-color:#f8fafc}.dropdown-option.selected{background-color:#eff6ff;color:#2563eb}.dropdown-option.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.role-option{display:flex;align-items:center;gap:12px}.role-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.current-role-info{padding:16px;background-color:#f8fafc;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;gap:12px;font-size:.95rem}.current-role-badge{padding:6px 12px;border-radius:16px;color:#fff;font-weight:500;font-size:.85rem}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:auto;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 12px 12px}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.95rem;min-width:120px}.save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.cancel-button{background:transparent;color:#6b7280;border:2px solid #e5e7eb;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.95rem;min-width:100px}.cancel-button:hover{border-color:#d1d5db;color:#374151;background-color:#f9fafb}@media (max-width: 640px){.role-management-modal{width:95%;margin:20px}.role-management-header,.role-management-content{padding:20px}.form-actions{flex-direction:column}.save-button,.cancel-button{width:100%}}.confirm-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirm-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90vw;max-width:400px;max-height:90vh;overflow:hidden;animation:confirmDialogSlideIn .2s ease-out}@keyframes confirmDialogSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.confirm-dialog-title{margin:0;font-size:1.125rem;font-weight:600;color:#2c3e50}.confirm-dialog-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;line-height:1}.confirm-dialog-close:hover{background:#f8f9fa;color:#2c3e50}.confirm-dialog-body{padding:1rem 1.5rem}.confirm-dialog-message{margin:0;color:#2c3e50;line-height:1.5;font-size:.95rem}.confirm-dialog-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem;justify-content:flex-end}.confirm-dialog-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}.cancel-button:hover{background:#f8f9fa;color:#2c3e50;border-color:#d1d5db}.confirm-button{background:#007aff;color:#fff}.confirm-button:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px #007aff4d}.confirm-button.danger{background:#dc3545}.confirm-button.danger:hover{background:#c82333;box-shadow:0 2px 8px #dc35454d}@media (max-width: 480px){.confirm-dialog{width:95vw;margin:1rem}.confirm-dialog-header{padding:1rem 1rem 0}.confirm-dialog-title{font-size:1rem}.confirm-dialog-body{padding:.75rem 1rem}.confirm-dialog-actions{padding:0 1rem 1rem;flex-direction:column-reverse}.confirm-dialog-button{width:100%;justify-content:center}}.homepage-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.homepage-header{background-color:#fff;border-bottom:1px solid #e1e5e9;padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.header-title h1{margin:0;font-size:1.5rem;font-weight:600;color:#2c3e50}.calendar-section{position:relative;display:flex;align-items:center;gap:.5rem}.calendar-button{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.calendar-button:hover{background-color:#f8f9fa;color:#007aff}.history-icon-button{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.history-icon-button:hover{background-color:#f8f9fa;color:#007aff}.calendar-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:1rem;min-width:280px;z-index:1000;margin-top:.5rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-month{font-weight:600;color:#2c3e50}.calendar-nav{background:none;border:none;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:1.2rem;color:#6c757d;transition:all .2s ease}.calendar-nav:hover{background-color:#f8f9fa;color:#007aff}.profile-section{display:flex;align-items:center;gap:.75rem}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-weekday{text-align:center;font-size:.75rem;font-weight:600;color:#6c757d;padding:.25rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease;position:relative}.calendar-day:not(.empty):hover{background-color:#f8f9fa}.date-group{margin-bottom:1rem}.date-header{font-weight:600;color:#2c3e50;padding:.25rem .5rem;border-left:3px solid #007AFF;background:#f8f9ff;border-radius:4px;margin-bottom:.5rem}.load-more-button{background:#fff;border:1px solid #e1e5e9;border-radius:6px;padding:.5rem 1rem;cursor:pointer}.load-more-button:hover{background:#f8f9fa}.calendar-day.today{background-color:#007aff;color:#fff;font-weight:600}.calendar-day.empty{cursor:default}.task-indicator{position:absolute;bottom:2px;right:2px;width:6px;height:6px;border-radius:50%}.task-indicator.user-task-dot{background-color:#dc2626}.task-indicator.other-task-dot{background-color:#16a34a}.calendar-day.today .task-indicator.user-task-dot{background-color:#fca5a5}.calendar-day.today .task-indicator.other-task-dot{background-color:#86efac}.calendar-popover{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);background:#fff;border:1px solid #e1e5e9;border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:220px;max-width:280px;z-index:1100;padding:.5rem}.calendar-popover:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#fff;border-left:1px solid #e1e5e9;border-top:1px solid #e1e5e9;transform:translate(-50%) rotate(45deg)}.calendar-popover-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem .5rem;border-bottom:1px solid #f1f3f5;color:#2c3e50;font-weight:600}.calendar-popover-close{border:none;background:none;color:#6c757d;cursor:pointer;border-radius:6px;padding:2px 6px}.calendar-popover-close:hover{background:#f8f9fa;color:#dc2626}.calendar-popover-list{list-style:none;margin:.25rem 0 0;padding:0;max-height:200px;overflow:auto}.calendar-popover-item{padding:.5rem;border-bottom:1px dashed #f1f3f5}.calendar-popover-item:last-child{border-bottom:none}.calendar-popover-title{color:#2c3e50;font-size:.85rem;margin-bottom:.25rem}.calendar-popover-badges{display:flex;gap:.5rem}.badge{display:inline-block;font-size:.65rem;padding:.1rem .5rem;border-radius:999px;text-transform:capitalize;border:1px solid #e1e5e9;color:#495057;background:#f8f9ff}.badge.status{background:#f1f8ff;border-color:#cfe8ff}.badge.priority{background:#fff7f7;border-color:#ffd6d6}.date-modal-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:2000}.date-modal{width:90vw;max-width:480px;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 8px 24px #0000001f}.date-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f1f3f5}.date-modal-body{padding:.5rem 1rem 1rem;max-height:60vh;overflow:auto}@media (max-width: 480px){.calendar-popover{left:50%;right:auto;transform:translate(-50%,8px);min-width:70vw;max-width:90vw}}.profile-section{position:relative;display:flex;align-items:center;gap:.75rem}.profile-button{background:none;border:none;padding:0;cursor:pointer}.profile-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;transition:all .2s ease;overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar:hover{transform:scale(1.05)}.profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:.5rem 0;min-width:200px;z-index:1000;margin-top:.5rem}.profile-info{padding:.75rem 1rem}.profile-name{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.profile-email{font-size:.875rem;color:#6c757d}.profile-divider{border:none;border-top:1px solid #e1e5e9;margin:.5rem 0}.profile-menu-item{width:100%;background:none;border:none;padding:.75rem 1rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:#2c3e50;font-size:.875rem;transition:all .2s ease}.profile-menu-item:hover{background-color:#f8f9fa}.profile-menu-item.logout{color:#dc3545}.profile-menu-item.logout:hover{background-color:#fff5f5}.homepage-main{padding:2rem 0}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.activities-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.section-header{padding:1.5rem;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center}.section-title-group h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#2c3e50}.section-subtitle{margin:0;color:#6c757d;font-size:.875rem}.add-task-button{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:.5rem .75rem;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#2c3e50;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.add-task-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014;background:#fff}.tasks-scrollable-container{max-height:600px;overflow-y:auto;padding:1rem}.tasks-scrollable-container::-webkit-scrollbar{width:6px}.tasks-scrollable-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.tasks-scrollable-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.tasks-scrollable-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.task-card:hover{border-color:#007aff;box-shadow:0 4px 12px #007aff1a;transform:translateY(-1px)}.task-header-right{display:flex;align-items:center;gap:.5rem}.icon-button{background:none;border:1px solid #e1e5e9;padding:.35rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{background-color:#f8f9fa;color:#dc2626;border-color:#ffd6d6}.delete-icon-btn{line-height:0}.task-content{margin-bottom:1rem}.task-actions{display:flex;gap:.75rem;justify-content:flex-end}.task-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e1e5e9;border-radius:8px;background:#fff;color:#6c757d;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.task-action-btn:hover{border-color:#007aff;color:#007aff;background-color:#f8f9ff}.task-action-btn.view-btn:hover{border-color:#28a745;color:#28a745;background-color:#f8fff9}.task-action-btn.edit-btn:hover{border-color:#ffc107;color:#ffc107;background-color:#fffdf8}@media (max-width: 768px){.header-content{padding:0 .5rem}.add-task-button{height:34px;padding:.4rem .65rem}.header-title h1{font-size:1.25rem}.profile-avatar{width:36px;height:36px;font-size:.875rem}.calendar-dropdown,.profile-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:320px}.content-wrapper{padding:0 .5rem}.section-header{padding:1rem;flex-direction:column;gap:1rem;align-items:stretch}.section-title-group{text-align:center}.add-task-button{align-self:center}.tasks-scrollable-container{padding:.5rem;max-height:500px}.task-card{padding:1rem}.task-header{flex-direction:column;gap:1rem;align-items:stretch}.task-user{justify-content:flex-start}.task-avatar{width:36px;height:36px;font-size:.875rem}.task-badges{justify-content:flex-start;flex-wrap:wrap}.task-header-right{justify-content:space-between}.task-actions{justify-content:center;flex-wrap:wrap}.task-action-btn{flex:1;min-width:80px;justify-content:center}}@media (max-width: 480px){.homepage-main{padding:1rem 0}.section-header{padding:.75rem}.section-title-group h2{font-size:1.25rem}.tasks-scrollable-container{padding:.25rem;max-height:400px}.task-card{padding:.75rem}.task-avatar{width:32px;height:32px;font-size:.75rem}.task-username{font-size:.875rem}.task-date{font-size:.75rem}.task-description{font-size:.85rem}.task-priority-badge,.task-status-badge{font-size:.7rem;padding:.2rem .6rem}.task-action-btn{padding:.4rem .75rem;font-size:.8rem}.no-tasks-message{padding:2rem 1rem}.no-tasks-icon{width:36px;height:36px}.no-tasks-message p{font-size:1rem}.calendar-section{gap:.25rem}}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite}*{transition:background-color .2s ease,color .2s ease,transform .2s ease}.assign-task-page{min-height:100vh;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.assign-task-page__header{background-color:#fff;border-bottom:1px solid #e1e5e9;padding:1rem 0}.assign-task-page__header h2{margin:0 auto;max-width:1200px;padding:0 1rem;font-size:1.5rem;font-weight:600;color:#2c3e50}.assign-task-page__form{max-width:1200px;width:100%;margin:0 auto;padding:2rem 1rem 6rem}.form-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.search-dropdown-container{position:relative}.search-input,.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;box-sizing:border-box;transition:all .2s ease}.search-input:focus,.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:140px}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:280px;overflow-y:auto;z-index:1001;margin-top:4px}.dropdown-item{padding:8px 12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8fafc}.user-option{display:flex;align-items:center;gap:12px;width:100%}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;flex-shrink:0}.user-info{display:flex;flex-direction:column;flex:1;min-width:0}.user-name{font-weight:500;color:#374151;font-size:.9rem}.user-email{font-size:.8rem;color:#6b7280;margin-top:2px}.user-role-badge{padding:4px 8px;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap;flex-shrink:0}.dropdown-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;box-sizing:border-box;transition:all .2s ease}.dropdown-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-dropdown-container{position:relative}.custom-dropdown-trigger{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;box-sizing:border-box}.custom-dropdown-trigger:hover{border-color:#9ca3af}.custom-dropdown-trigger:focus,.custom-dropdown-trigger:focus-within{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.selected-option{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.option-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dropdown-arrow{flex-shrink:0;transition:transform .2s ease}.custom-dropdown-container[data-open=true] .dropdown-arrow{transform:rotate(180deg)}.option-content{display:flex;align-items:center;gap:8px;font-size:14px}.dropdown-item.selected{background-color:#f3f4f6;font-weight:500}.date-input-container{position:relative}.date-input{width:100%;padding:12px 40px 12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background-color:#fff;box-sizing:border-box;transition:all .2s ease;cursor:pointer}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;position:absolute;right:12px;width:16px;height:16px}.calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280}.assign-task-page__actions{position:fixed;right:24px;bottom:24px;display:flex;gap:12px;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:12px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 10px 20px #00000014}.cancel-button,.submit-button{padding:12px 24px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;min-width:110px}.cancel-button{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.cancel-button:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.submit-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.assign-task-page__actions{left:16px;right:16px;bottom:16px;justify-content:space-between}.cancel-button,.submit-button{flex:1}}.task-detail-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.task-detail-header{background-color:#fff;border-bottom:1px solid #e1e5e9;padding:1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.task-detail-title{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50;flex:1;text-align:center}.back-button,.edit-button,.delete-button,.icon-button{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.back-button:hover,.edit-button:hover,.delete-button:hover,.icon-button:hover{background-color:#f8f9fa;color:#007aff}.delete-button:hover{color:#dc3545}.task-detail-content{max-width:800px;margin:0 auto;padding:2rem 1rem}.task-detail-loading,.task-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6c757d}.task-detail-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.task-detail-view{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden;position:relative}.task-detail-section{padding:2rem}.task-card-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px}.task-detail-field{margin-bottom:2rem}.task-detail-field:last-child{margin-bottom:0}.task-detail-field label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.field-value{margin:0;color:#2c3e50;font-size:1rem;line-height:1.5}.field-value.description{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:3px solid #007AFF}.task-user-display{display:flex;align-items:center;gap:.75rem}.task-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.task-username{font-size:1.1rem;font-weight:500;color:#2c3e50}.task-assigner-display{display:flex;align-items:center;gap:.75rem}.task-assigner-name{font-size:1.1rem;font-weight:500;color:#2c3e50}.status-badge,.priority-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;text-transform:capitalize}.task-detail-edit{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.edit-form{padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.875rem}.form-input{padding:.75rem;border:1px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.description-input{resize:vertical;min-height:100px;font-family:inherit}.edit-actions{padding:1.5rem 2rem;border-top:1px solid #e1e5e9;background:#f8f9fa;display:flex;justify-content:flex-end;gap:1rem}.cancel-button,.save-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.cancel-button{background:#fff;color:#6c757d;border:1px solid #e1e5e9}.cancel-button:hover{background:#f8f9fa;color:#2c3e50}.save-button{background:#007aff;color:#fff}.save-button:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px #007aff4d}.save-button:disabled,.cancel-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.date-input-container{position:relative;cursor:pointer}.date-input-container:hover{opacity:.9}.date-input{width:100%;padding:.75rem;padding-right:40px;border:1px solid #e1e5e9;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.date-input:focus,.date-input-container:hover .date-input{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.date-input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;position:absolute;inset:0;width:100%;height:100%;z-index:1}.calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280;z-index:0}.date-input-container:hover .calendar-icon{color:#007aff}@media (max-width: 768px){.task-detail-header{padding:.75rem}.task-detail-title{font-size:1.125rem}.task-detail-content{padding:1rem .5rem}.task-detail-section,.edit-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.edit-actions{padding:1rem 1.5rem;flex-direction:column-reverse}.cancel-button,.save-button{width:100%;justify-content:center}.task-avatar{width:40px;height:40px;font-size:1rem}.task-username{font-size:1rem}}@media (max-width: 480px){.task-detail-header{padding:.5rem}.task-detail-title{font-size:1rem}.task-detail-content{padding:.5rem}.task-detail-section,.edit-form{padding:1rem}.task-detail-field{margin-bottom:1.5rem}.field-value.description{padding:.75rem}.task-avatar{width:36px;height:36px;font-size:.9rem}.status-badge,.priority-badge{padding:.4rem .8rem;font-size:.8rem}}.date-tasks-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.date-tasks-header{background-color:#fff;border-bottom:1px solid #e1e5e9;padding:1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.date-tasks-title{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50;flex:1;text-align:center}.selected-date-section{background-color:#f8f9fa;padding:1.5rem 1rem;border-bottom:1px solid #e1e5e9}.date-navigation{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:800px;margin:0 auto}.selected-date{margin:0;font-size:1.5rem;font-weight:600;color:#2c3e50;text-align:center;flex:1;min-width:0}.date-nav-button{background:#fff;border:1px solid #e1e5e9;padding:.75rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}.date-nav-button:hover{background-color:#007aff;border-color:#007aff;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}.date-tasks-content{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}.date-tasks-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6c757d}.date-tasks-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.tasks-section{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.section-header{padding:1.5rem;border-bottom:1px solid #e1e5e9;display:flex;align-items:center;gap:.5rem}.section-title{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50}.section-count{color:#6c757d;font-size:.875rem;font-weight:500}.tasks-list{padding:1rem;display:flex;flex-direction:column;gap:1rem}.task-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.25rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.task-card.clickable:hover{border-color:#007aff;box-shadow:0 4px 12px #007aff26;transform:translateY(-2px)}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.task-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.task-user-info{display:flex;flex-direction:column;gap:.25rem}.task-username{font-weight:600;color:#2c3e50;font-size:.95rem}.task-date{color:#6c757d;font-size:.8rem}.task-badges{display:flex;gap:.5rem;align-items:flex-start}.task-priority-badge,.task-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;text-transform:capitalize;white-space:nowrap}.task-content{margin:0}.task-description{margin:0;color:#2c3e50;line-height:1.5;font-size:.9rem}.no-tasks-icon{margin-bottom:1rem;opacity:.5}.no-tasks-message p{margin:0 0 .5rem;font-size:1.125rem;font-weight:500;color:#2c3e50}.no-tasks-overall-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#6c757d;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin:2rem 0}.no-tasks-overall-message .no-tasks-icon{margin-bottom:1.5rem;opacity:.4}.no-tasks-overall-message p{margin:0;font-size:1.25rem;font-weight:500;color:#2c3e50;font-style:italic}.load-more-row{display:flex;justify-content:center;padding:.5rem 0}.load-more-button{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:.75rem 1.5rem;cursor:pointer;color:#2c3e50;font-weight:500;transition:all .2s ease}.load-more-button:hover{background:#f8f9fa;border-color:#007aff;color:#007aff}.load-more-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.date-tasks-header{padding:.75rem}.date-tasks-title{font-size:1.125rem}.selected-date-section{padding:1.5rem 1rem}.selected-date{font-size:1.25rem}.date-tasks-content{padding:1rem .5rem;gap:1.5rem}.section-header{padding:1rem}.section-title{font-size:1.125rem}.tasks-list{padding:.5rem}.task-card{padding:1rem}.task-header{flex-direction:column;gap:1rem;align-items:stretch}.task-user{justify-content:flex-start}.task-avatar{width:36px;height:36px;font-size:.875rem}.task-badges{justify-content:flex-start;flex-wrap:wrap}.no-tasks-overall-message{padding:3rem 1.5rem}.no-tasks-overall-message p{font-size:1.125rem}}@media (max-width: 480px){.date-tasks-header{padding:.5rem}.date-tasks-title{font-size:1rem}.selected-date-section{padding:1rem}.selected-date{font-size:1.125rem}.date-tasks-content{padding:.5rem;gap:1rem}.section-header{padding:.75rem}.section-title{font-size:1rem}.tasks-list{padding:.25rem}.task-card{padding:.75rem}.task-avatar{width:32px;height:32px;font-size:.75rem}.task-username{font-size:.875rem}.task-date{font-size:.75rem}.task-description{font-size:.85rem}.task-priority-badge,.task-status-badge{font-size:.7rem;padding:.2rem .6rem}.no-tasks-message{padding:2rem 1rem}.no-tasks-icon{width:36px;height:36px}.no-tasks-message p{font-size:1rem}.no-tasks-overall-message{padding:2rem 1rem}.no-tasks-overall-message p{font-size:1rem}.selected-date{font-size:1.25rem}.date-navigation{gap:.75rem}.date-nav-button{padding:.625rem;min-width:40px;height:40px}}.history-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.history-header{background-color:#fff;border-bottom:1px solid #e1e5e9;padding:1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.history-title{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50;flex:1;text-align:center}.back-button{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.back-button:hover{background-color:#f8f9fa;color:#007aff}.header-spacer{width:40px}.history-content{padding:1rem;max-width:800px;margin:0 auto}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#6c757d}.loading-spinner{width:32px;height:32px;border:3px solid #f1f3f4;border-top:3px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tasks-list{display:flex;flex-direction:column;gap:1rem}.task-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.task-card.clickable{cursor:pointer}.task-card.clickable:hover{border-color:#007aff;box-shadow:0 4px 12px #007aff26;transform:translateY(-1px)}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.task-user{display:flex;align-items:center;gap:.75rem}.task-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.task-user-info{display:flex;flex-direction:column}.task-username{font-weight:500;color:#2c3e50;font-size:.875rem}.task-date{color:#6c757d;font-size:.75rem}.task-badges{display:flex;gap:.5rem;align-items:center}.task-priority-badge,.task-status-badge{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}.task-content{margin-top:.75rem}.task-description{margin:0;color:#495057;font-size:.875rem;line-height:1.5}.no-tasks-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6c757d}.no-tasks-icon{margin-bottom:1rem;color:#dee2e6}.no-tasks-message p{font-size:1.125rem;font-weight:500;margin:0 0 .5rem;color:#495057}.no-tasks-message span{font-size:.875rem;color:#6c757d}.load-more-row{display:flex;justify-content:center;padding:1rem 0}.load-more-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.load-more-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.load-more-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.history-content{padding:.75rem}.task-header{flex-direction:column;align-items:flex-start;gap:.5rem}.task-badges{align-self:flex-end}.task-user{width:100%}}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.reset-password-container{background:#fff;border-radius:12px;box-shadow:0 15px 35px #0000001a;padding:40px;width:100%;max-width:450px;text-align:center}.reset-password-header h1{color:#333;margin-bottom:10px;font-size:2rem;font-weight:600}.reset-password-header p{color:#666;margin-bottom:30px;font-size:1rem}.reset-password-form{text-align:left}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:.95rem}.form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.error-message{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;margin:15px 0;border-left:4px solid #f44336;font-size:.9rem}.success-message{background:#e8f5e8;color:#2e7d32;padding:12px 16px;border-radius:8px;margin:15px 0;border-left:4px solid #4caf50;font-size:.9rem}.loading-message{color:#666;font-size:1.1rem;padding:40px 20px}.reset-password-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.reset-password-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.reset-password-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.reset-password-footer{margin-top:25px;padding-top:20px;border-top:1px solid #e1e5e9}.back-to-login-link,.back-to-login-btn{color:#667eea;background:none;border:none;text-decoration:none;font-size:.95rem;cursor:pointer;transition:color .3s ease;padding:8px 16px;border-radius:6px}.back-to-login-link:hover,.back-to-login-btn:hover{color:#5a67d8;background:#667eea1a}.back-to-login-btn{background:#f8f9fa;border:1px solid #e1e5e9;margin-top:20px}@media (max-width: 480px){.reset-password-container{padding:30px 20px;margin:10px}.reset-password-header h1{font-size:1.75rem}.form-group input{padding:12px 14px}}.App{min-height:100vh;position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-nav{background:#fff;box-shadow:0 2px 10px #0000001a;padding:0;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.nav-content h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.nav-buttons{display:flex;gap:15px;align-items:center}.nav-buttons button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-buttons button:not(.active):not(.logout-btn){background:#f8f9fa;color:#333}.nav-buttons button:not(.active):not(.logout-btn):hover{background:#e9ecef}.logout-btn{background:#dc3545!important;color:#fff!important}.logout-btn:hover{background:#c82333!important;transform:translateY(-1px)}@media (max-width: 768px){.nav-content{flex-direction:column;text-align:center}.nav-content h2{font-size:1.3rem}.nav-buttons{flex-wrap:wrap;justify-content:center}}
