.loading-spinner-container{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading-spinner-container.full-height{min-height:100vh;padding:4rem 2rem;background:#fff}.loading-spinner-container.page-loading{min-height:100vh;background:#fffff8;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000}.loading-spinner-container.component-loading{min-height:80vh;padding:1.5rem;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff}.loading-spinner-container.inline-loading{min-height:100px;padding:1rem}.loading-spinner-content{flex-direction:column;gap:1rem;text-align:center}.loading-spinner-content,.spinner-wrapper{display:flex;align-items:center;justify-content:center}.spinner-wrapper{animation:gentle-pulse 2s ease-in-out infinite}.loading-text{margin:0;color:rgba(23,28,34,.7);font-size:1rem;font-weight:500;letter-spacing:.025em;animation:text-fade 1.5s ease-in-out infinite alternate}@keyframes gentle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes text-fade{0%{opacity:.7}to{opacity:1}}@media(max-width:768px){.loading-spinner-container{padding:1.5rem;min-height:150px}.loading-spinner-container.full-height{min-height:80vh;padding:2rem 1rem}.loading-spinner-container.page-loading{min-height:80vh;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.loading-spinner-container.component-loading{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-text{font-size:.9rem}}@media(max-width:480px){.loading-spinner-container{padding:1rem;min-height:120px}.loading-spinner-container.full-height{min-height:70vh;padding:1.5rem .5rem}.loading-spinner-container.page-loading{min-height:70vh;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.loading-spinner-container.component-loading{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-text{font-size:.85rem}}@media(prefers-color-scheme:dark){.loading-spinner-container.page-loading{background:#fffff8}.loading-text{color:#9ca3af}}.chat-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(102,126,234,.3)}.chat-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(102,126,234,.4)}.chat-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(102,126,234,.3)}.chat-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-button.has-unread{animation:pulse 2s infinite}.chat-button svg{transition:transform .2s ease}.chat-button:hover svg{transform:scale(1.1)}.chat-button .unread-badge{position:absolute;top:-6px;right:-6px;background:#ff4757;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px rgba(255,71,87,.3);animation:bounce 1s infinite}.chat-button .loading-spinner{position:absolute;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.chat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.chat-modal-overlay .chat-modal{width:90%;max-width:500px;max-height:80vh;animation:slideUp .3s ease}@keyframes pulse{0%{box-shadow:0 2px 8px rgba(102,126,234,.3)}50%{box-shadow:0 2px 8px rgba(102,126,234,.6),0 0 0 4px rgba(102,126,234,.1)}to{box-shadow:0 2px 8px rgba(102,126,234,.3)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.chat-button{width:36px;height:36px}.chat-button svg{width:18px;height:18px}.chat-button .unread-badge{font-size:9px;min-width:16px;height:16px;border-radius:8px}.chat-modal-overlay .chat-modal{width:95%;max-height:90vh}}@media(prefers-color-scheme:dark){.chat-modal-overlay{background:rgba(0,0,0,.7)}}.hours-balance{margin-bottom:24px}.hours-balance .balance-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.hours-balance .balance-header .balance-info{flex:1 1}.hours-balance .balance-header .balance-info .balance-columns{display:flex;gap:40px;flex-wrap:wrap}.hours-balance .balance-header .balance-info .balance-column{min-width:160px}.hours-balance .balance-header .balance-info .balance-column h3{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.hours-balance .balance-header .balance-info .balance-column .balance-amount{margin-top:6px;font-size:1.75rem;font-weight:600;line-height:1.2;color:#2563eb}.hours-balance .balance-header .balance-info .balance-column--available h3{color:#1e40af}.hours-balance .balance-header .balance-info .balance-column--available .balance-amount{color:#2563eb}.hours-balance .balance-header .balance-info .balance-column--reserved h3{color:#c2410c}.hours-balance .balance-header .balance-info .balance-column--reserved .balance-amount{color:#ea580c}.hours-balance .balance-header .balance-info .balance-hint{margin:6px 0 0;font-size:.8125rem;color:#94a3b8;line-height:1.4}.hours-balance .balance-header .btn{padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.hours-balance .balance-header .btn--primary{background:#3b82f6;color:#fff}.hours-balance .balance-header .btn--primary:hover{background:#2563eb}.hours-balance .balance-header .btn--primary:disabled{background:#9ca3af;cursor:not-allowed}.hours-balance .balance-header .btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.hours-balance .balance-header .btn--secondary:hover{background:#e5e7eb}.hours-balance .balance-header .btn--secondary:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.hours-balance .top-up-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.hours-balance .top-up-form .form-group{margin-bottom:16px}.hours-balance .top-up-form .form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.hours-balance .top-up-form .form-group input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.hours-balance .top-up-form .form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.hours-balance .top-up-form .form-group input::placeholder{color:#9ca3af}.hours-balance .top-up-form .form-group input::-webkit-inner-spin-button,.hours-balance .top-up-form .form-group input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hours-balance .top-up-form .form-actions{display:flex;gap:12px;justify-content:flex-end}.hours-balance .error-container,.hours-balance .loading-container{text-align:center;padding:40px 20px;color:#6b7280}.hours-balance .error-container p,.hours-balance .loading-container p{margin:0 0 16px}.hours-balance .error-container{color:#ef4444}@media(max-width:768px){.hours-balance .balance-header{flex-direction:column;align-items:flex-start;gap:16px}.hours-balance .balance-header .balance-info{width:100%}.hours-balance .balance-header .balance-info .balance-columns{gap:20px}.hours-balance .balance-header .btn{width:100%}.hours-balance .top-up-form .form-actions{flex-direction:column}.hours-balance .top-up-form .form-actions .btn{width:100%}}.project-tasks{background:#fff;margin-bottom:24px}.project-tasks .tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.project-tasks .tasks-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.project-tasks .tasks-header .btn{padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.project-tasks .tasks-header .btn--primary{background:#3b82f6;color:#fff}.project-tasks .tasks-header .btn--primary:hover{background:#2563eb}.project-tasks .tasks-header .btn--primary:disabled{background:#9ca3af;cursor:not-allowed}.project-tasks .tasks-header .btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.project-tasks .tasks-header .btn--secondary:hover{background:#e5e7eb}.project-tasks .tasks-header .btn--secondary:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.project-tasks .tasks-header .btn--danger{background:#ef4444;color:#fff}.project-tasks .tasks-header .btn--danger:hover{background:#dc2626}.project-tasks .tasks-header .btn--danger--small{padding:4px 8px;font-size:.75rem;border-radius:4px}.project-tasks .create-task-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.project-tasks .create-task-form .form-group{margin-bottom:16px}.project-tasks .create-task-form .form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.project-tasks .create-task-form .form-group input,.project-tasks .create-task-form .form-group select,.project-tasks .create-task-form .form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.project-tasks .create-task-form .form-group input:focus,.project-tasks .create-task-form .form-group select:focus,.project-tasks .create-task-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-tasks .create-task-form .form-group input::placeholder,.project-tasks .create-task-form .form-group select::placeholder,.project-tasks .create-task-form .form-group textarea::placeholder{color:#9ca3af}.project-tasks .create-task-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%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 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;cursor:pointer}.project-tasks .create-task-form .form-group textarea{resize:vertical;min-height:80px}.project-tasks .create-task-form .form-actions{display:flex;gap:12px;justify-content:flex-end}.project-tasks .tasks-list .no-tasks{text-align:center;padding:40px 20px;color:#6b7280;font-style:italic}.project-tasks .tasks-list .task-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;transition:all .2s ease}.project-tasks .tasks-list .task-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px rgba(0,0,0,.05)}.project-tasks .tasks-list .task-item:last-child{margin-bottom:0}.project-tasks .tasks-list .task-item .task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.project-tasks .tasks-list .task-item .task-header .task-title-section{display:flex;align-items:center;gap:8px;flex:1 1;margin-right:12px}.project-tasks .tasks-list .task-item .task-header .task-title-section .task-title{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.project-tasks .tasks-list .task-item .task-header .task-title-section .task-priority-badge,.project-tasks .tasks-list .task-item .task-header .task-title-section .task-status-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500;white-space:nowrap}.project-tasks .tasks-list .task-item .task-header .task-actions{display:flex;align-items:center;gap:8px}.project-tasks .tasks-list .task-item .task-header .task-actions .task-priority-select,.project-tasks .tasks-list .task-item .task-header .task-actions .task-status-select{max-width:100px}.project-tasks .tasks-list .task-item .task-header .task-actions .priority-select,.project-tasks .tasks-list .task-item .task-header .task-actions .status-select{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;background:#fff;color:#374151;cursor:pointer}.project-tasks .tasks-list .task-item .task-header .task-actions .priority-select:focus,.project-tasks .tasks-list .task-item .task-header .task-actions .status-select:focus{outline:none;border-color:#3b82f6}.project-tasks .tasks-list .task-item .task-header .task-actions .btn-delete-task{padding:8px;border:none;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;font-size:1.25rem;min-width:32px;min-height:32px}.project-tasks .tasks-list .task-item .task-header .task-actions .btn-delete-task:hover{color:#ef4444;background:#fee2e2}.project-tasks .tasks-list .task-item .task-header .task-actions .btn-delete-task:active{transform:scale(.95)}.project-tasks .tasks-list .task-item .task-header .task-actions .btn-delete-task svg{width:1.25rem;height:1.25rem}.project-tasks .tasks-list .task-item .task-description{margin:0 0 12px;color:#4b5563;font-size:.875rem;line-height:1.5}.project-tasks .tasks-list .task-item .task-time-tracking{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;margin-bottom:12px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info{display:flex;flex-direction:column;gap:8px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-label{font-weight:500;color:#374151}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value{display:flex;align-items:center;gap:8px;color:#1f2937;font-weight:600}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value .live-timer{color:#059669;font-size:.75rem;font-weight:500}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value .btn-edit-time{padding:4px;border:none;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;font-size:.875rem;margin-left:4px;opacity:.7}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value .btn-edit-time:hover{color:#3b82f6;background:#eff6ff;opacity:1}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value .btn-edit-time:active{transform:scale(.95)}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-value .btn-edit-time svg{width:.875rem;height:.875rem}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-edit{display:flex;align-items:center;gap:8px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-edit .time-input{width:80px;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;text-align:center}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-edit .time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item{flex-direction:column;align-items:flex-start;gap:6px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item .progress-container{width:100%;display:flex;flex-direction:column;gap:4px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item .progress-container .progress-bar{width:100%;height:8px;background-color:#f1f5f9;border-radius:4px;overflow:hidden;border:1px solid #e2e8f0}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item .progress-container .progress-bar .progress-fill{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item .progress-container .progress-text{font-size:.75rem;color:#64748b;font-weight:500;text-align:right}.project-tasks .tasks-list .task-item .task-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.75rem;color:#6b7280}.project-tasks .tasks-list .task-item .task-meta .task-assigned,.project-tasks .tasks-list .task-item .task-meta .task-created,.project-tasks .tasks-list .task-item .task-meta .task-due{display:flex;align-items:center;gap:4px}.project-tasks .tasks-list .task-item .task-meta .task-assigned:before,.project-tasks .tasks-list .task-item .task-meta .task-created:before,.project-tasks .tasks-list .task-item .task-meta .task-due:before{content:"";width:4px;height:4px;background:#d1d5db;border-radius:50%}.project-tasks .tasks-list .task-item .task-meta .task-assigned:first-child:before,.project-tasks .tasks-list .task-item .task-meta .task-created:first-child:before,.project-tasks .tasks-list .task-item .task-meta .task-due:first-child:before{display:none}.project-tasks .error-container,.project-tasks .loading-container{text-align:center;padding:40px 20px;color:#6b7280}.project-tasks .error-container p,.project-tasks .loading-container p{margin:0 0 16px}.project-tasks .error-container{color:#ef4444}.project-tasks .error-container .btn{padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;border:1px solid #d1d5db;background:#f3f4f6;color:#374151;cursor:pointer;transition:all .2s ease}.project-tasks .error-container .btn:hover{background:#e5e7eb}.project-tasks .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,195,222,.3),rgba(225,255,103,.2));display:flex;align-items:center;justify-content:center;z-index:1000}.project-tasks .modal-overlay .modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.project-tasks .modal-overlay .modal .modal-header{padding:20px 20px 0;border-bottom:1px solid #e5e7eb}.project-tasks .modal-overlay .modal .modal-header h3{margin:0 0 16px;color:#1f2937;font-size:1.25rem;font-weight:600}.project-tasks .modal-overlay .modal .modal-body{padding:20px}.project-tasks .modal-overlay .modal .modal-body p{margin:0 0 16px;color:#6b7280;font-size:.875rem;line-height:1.5}.project-tasks .modal-overlay .modal .modal-body .form-group{margin-bottom:0}.project-tasks .modal-overlay .modal .modal-body .form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.project-tasks .modal-overlay .modal .modal-body .form-group .comment-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease;resize:vertical;min-height:100px}.project-tasks .modal-overlay .modal .modal-body .form-group .comment-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-tasks .modal-overlay .modal .modal-body .form-group .comment-textarea::placeholder{color:#9ca3af}.project-tasks .modal-overlay .modal .modal-footer{padding:0 20px 20px;display:flex;gap:12px;justify-content:flex-end}.project-tasks .modal-overlay .modal .modal-footer .btn{padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.project-tasks .modal-overlay .modal .modal-footer .btn--primary{background:#3b82f6;color:#fff}.project-tasks .modal-overlay .modal .modal-footer .btn--primary:hover:not(:disabled){background:#2563eb}.project-tasks .modal-overlay .modal .modal-footer .btn--primary:disabled{background:#9ca3af;cursor:not-allowed}.project-tasks .modal-overlay .modal .modal-footer .btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.project-tasks .modal-overlay .modal .modal-footer .btn--secondary:hover{background:#e5e7eb}@media(max-width:768px){.project-tasks{padding:16px}.project-tasks .tasks-header{flex-direction:column;align-items:flex-start;gap:12px}.project-tasks .tasks-header .btn{align-self:stretch}.project-tasks .create-task-form .form-actions{flex-direction:column}.project-tasks .create-task-form .form-actions .btn{width:100%}.project-tasks .tasks-list .task-item .task-header{flex-direction:column;align-items:flex-start;gap:12px}.project-tasks .tasks-list .task-item .task-header .task-actions,.project-tasks .tasks-list .task-item .task-header .task-title-section{width:100%;flex-wrap:wrap;gap:8px}.project-tasks .tasks-list .task-item .task-header .task-actions select{flex:1 1;min-width:120px}.project-tasks .tasks-list .task-item .task-meta{flex-direction:column;gap:8px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item{flex-direction:column;align-items:flex-start;gap:4px}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item .time-edit{width:100%;justify-content:flex-start}.project-tasks .tasks-list .task-item .task-time-tracking .time-info .time-item.progress-item .progress-container .progress-text{text-align:left}}:root{--color-bg-primary:rgb(255,255,248);--color-bg-secondary:rgb(235,235,225);--color-blue-primary:rgb(22,68,213);--color-blue-dark:rgb(19,38,68);--color-blue-light:rgba(139,195,222,0.54);--color-blue-light-solid:rgb(139,195,222);--color-accent-primary:rgb(225,255,103);--color-accent-dark:rgb(23,28,34);--gradient-primary:linear-gradient(135deg,rgb(225,255,103),rgb(139,195,222));--gradient-primary-reverse:linear-gradient(135deg,rgb(139,195,222),rgb(225,255,103));--gradient-blue:linear-gradient(135deg,rgb(22,68,213),rgb(139,195,222));--gradient-warm:linear-gradient(135deg,rgb(255,255,248),rgb(235,235,225));--font-primary:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-secondary:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-body:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-ui:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--blur-none:blur(0px);--blur-sm:blur(4px);--blur-md:blur(8px);--blur-lg:blur(16px);--blur-xl:blur(24px);--blur-2xl:blur(40px);--blur-3xl:blur(64px);--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:8px;--radius-2xl:12px;--radius-3xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);--shadow-blue:0 4px 14px 0 rgba(22,68,213,0.15);--shadow-accent:0 4px 14px 0 rgba(225,255,103,0.15);--transition-fast:150ms ease-in-out;--transition-normal:250ms ease-in-out;--transition-slow:350ms ease-in-out;--container-max-width:1340px}.kanban-board{padding:24px;height:calc(100vh - 200px);overflow:hidden}.kanban-board.error,.kanban-board.loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;height:100%;color:rgba(23,28,34,.7)}.kanban-board.error{color:#ef4444}.kanban-board .kanban-columns{display:flex;gap:24px;height:100%;overflow-x:auto;padding-bottom:16px}.kanban-board .kanban-columns .kanban-column{flex:1 1;min-width:300px;background:#f3f4f6;border-radius:12px;display:flex;flex-direction:column;max-height:100%}.kanban-board .kanban-columns .kanban-column .column-header{padding:16px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;color:#fff}.kanban-board .kanban-columns .kanban-column .column-header h3{margin:0;font-size:1rem;font-weight:600}.kanban-board .kanban-columns .kanban-column .column-header .project-count{background:hsla(0,0%,100%,.2);padding:2px 8px;border-radius:12px;font-size:.875rem}.kanban-board .kanban-columns .kanban-column .column-content{padding:16px;overflow-y:auto;flex:1 1;display:flex;flex-direction:column;gap:12px}.kanban-board .kanban-columns .kanban-column .column-content::-webkit-scrollbar{width:8px}.kanban-board .kanban-columns .kanban-column .column-content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.kanban-board .kanban-columns .kanban-column .column-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.kanban-board .kanban-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px rgba(0,0,0,.05);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease}.kanban-board .kanban-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.kanban-board .kanban-card:active{cursor:pointer}.kanban-board .kanban-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.kanban-board .kanban-card .card-header h4{margin:0;font-size:1rem;font-weight:600;color:#171c22}.kanban-board .kanban-card .card-header .project-id{font-size:.75rem;color:rgba(23,28,34,.7);font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kanban-board .kanban-card .project-description{margin:0 0 12px;font-size:.875rem;color:rgba(23,28,34,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kanban-board .kanban-card .project-meta{display:flex;justify-content:space-between;font-size:.75rem;color:rgba(23,28,34,.7);margin-bottom:12px}.kanban-board .kanban-card .project-meta .budget,.kanban-board .kanban-card .project-meta .delivery-date{display:flex;align-items:center;gap:4px}.kanban-board .kanban-card .project-members{display:flex;gap:8px}.kanban-board .kanban-card .project-members .member{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:#fff}.kanban-board .kanban-card .project-members .member.business{background:#3b82f6}.kanban-board .kanban-card .project-members .member.specialist{background:#10b981}@media(max-width:768px){.kanban-board{padding:16px;height:auto}.kanban-board .kanban-columns{flex-direction:column;gap:16px}.kanban-board .kanban-columns .kanban-column{min-width:100%;max-height:none}.kanban-board .kanban-columns .kanban-column .column-content{max-height:400px}}.project-management-with-chat{padding:0 2rem;max-width:1400px;margin:0 auto}.project-management-with-chat .unassigned-project-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.45fr);grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-bottom:1.5rem}.project-management-with-chat .unassigned-project-applications,.project-management-with-chat .unassigned-project-summary,.project-management-with-chat .unassigned-tasks-card{background:#fff;border-radius:12px;border:1px solid rgba(139,195,222,.2);box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04)}.project-management-with-chat .unassigned-project-summary{padding:1.5rem;position:-webkit-sticky;position:sticky;top:5rem}.project-management-with-chat .unassigned-project-summary .project-info{margin-bottom:1rem}.project-management-with-chat .unassigned-project-summary .project-title-section{margin-bottom:.75rem}.project-management-with-chat .unassigned-project-summary .project-title-content h2{margin:0 0 .25rem;color:#1f2937;font-size:1.25rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .unassigned-project-summary .project-title-content p{margin:0;color:#6b7280;line-height:1.5;font-size:.875rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .unassigned-project-summary .project-status{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.project-management-with-chat .unassigned-project-summary .project-status .status-label{flex-basis:100%;color:#6b7280;font-size:.8125rem;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .unassigned-project-summary .project-status .status-control{flex:1 1;min-width:16rem}.project-management-with-chat .unassigned-project-summary .no-chat-available{margin-top:1.25rem;padding:1.5rem;min-height:140px;display:flex;align-items:center;justify-content:center}.project-management-with-chat .unassigned-project-applications{padding:1.5rem;min-width:0}.project-management-with-chat .unassigned-tasks-card{padding:1.5rem}.project-management-with-chat .btn-delete-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid rgba(239,68,68,.18);border-radius:999px;background:rgba(254,242,242,.9);color:rgba(220,38,38,.82);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;flex-shrink:0}.project-management-with-chat .btn-delete-icon svg{width:1rem;height:1rem;stroke-width:2}.project-management-with-chat .btn-delete-icon:focus-visible,.project-management-with-chat .btn-delete-icon:hover{background:#fee2e2;border-color:rgba(239,68,68,.35);color:#b91c1c;box-shadow:0 4px 12px rgba(239,68,68,.14);outline:none;transform:translateY(-1px)}.project-management-with-chat .btn-delete-icon:active{transform:translateY(0);box-shadow:0 2px 6px rgba(239,68,68,.12)}.project-management-with-chat .project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(139,195,222,.2)}.project-management-with-chat .project-header .project-info{flex:1 1}.project-management-with-chat .project-header .project-info .project-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.project-management-with-chat .project-header .project-info .project-title-section .project-title-content{flex:1 1}.project-management-with-chat .project-header .project-info .project-title-section .project-title-content h2{margin:0 0 .75rem;color:#1f2937;font-size:2rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,rgb(31,41,55),rgb(75,85,99));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.project-management-with-chat .project-header .project-info .project-title-section .project-title-content p{margin:0;color:#6b7280;line-height:1.6;font-size:1rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-header .project-info .project-title-section .project-actions{margin-left:20px;flex-shrink:0}.project-management-with-chat .project-header .project-info .project-status{display:flex;align-items:center;gap:1rem;color:#6b7280;font-size:.875rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-header .project-info .project-status .status-label{font-weight:600;color:#6b7280}.project-management-with-chat .project-header .project-info .project-status .status-control{display:flex;align-items:center;gap:.5rem;position:relative}.project-management-with-chat .project-header .project-info .project-status .status-control .status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(0,0,0,0)}.project-management-with-chat .project-header .project-info .project-status .status-control .custom-select-wrapper{position:relative;z-index:2;min-width:12rem;max-width:min(100%,20rem)}.project-management-with-chat .project-header .project-info .project-status .status-control .custom-select-wrapper:has(.status-dropdown--pill){min-width:auto;width:auto;max-width:min(100%,20rem)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown.custom-select{position:relative;opacity:1;width:100%;height:auto;min-height:2.25rem;cursor:pointer;color:rgba(31,41,55,.95);background:#fff;border:1px solid rgba(139,195,222,.55);border-radius:8px;font-size:.8125rem;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.45rem .75rem;box-shadow:0 1px 2px rgba(0,0,0,.04)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown.custom-select:focus,.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown.custom-select:hover{opacity:1;border-color:rgba(59,130,246,.5);outline:none}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select{width:auto;min-width:10.5rem;min-height:auto;border-radius:999px;padding:.375rem .75rem .375rem .875rem;font-size:.75rem;box-shadow:none;text-transform:uppercase;letter-spacing:.5px}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select .custom-select-value{text-transform:uppercase}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select .custom-select-icon{color:currentColor;opacity:.85}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--open_for_bids,.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--pending{background:#fef3c7;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--in_progress{background:#dbeafe;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--completed{background:#d1fae5;color:#10b981;border:1px solid rgba(16,185,129,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--cancelled{background:#fee2e2;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--paused{background:#fef3c7;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--on_hold{background:#f3f4f6;color:#6b7280;border:1px solid rgba(107,114,128,.2)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.status-dropdown--naujas{background:#fef08a;color:#eab308;border:1px solid rgba(234,179,8,.25)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select:focus,.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select:hover{filter:brightness(.98);box-shadow:0 0 0 2px rgba(59,130,246,.15)}.project-management-with-chat .project-header .project-info .project-status .status-control button.status-dropdown--pill.custom-select.custom-select--open{box-shadow:0 0 0 2px rgba(59,130,246,.25)}.project-management-with-chat .project-header .project-info .project-status .status-control .updating-indicator{font-size:.6875rem;color:#6b7280;font-style:italic;margin-left:.5rem;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-header .project-info .project-status .status-control .budget-exceeded-notice{margin:.5rem 0 0;font-size:.8125rem;color:#dc2626;line-height:1.4;max-width:28rem}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-item{padding:.75rem 0;border-bottom:1px solid #eee}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-item:last-child{border-bottom:none}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-comment{margin:.35rem 0;color:#374151;font-size:.875rem;line-height:1.4}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-time{margin:0;font-size:.75rem;color:#6b7280}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-actions{display:flex;gap:.5rem;margin-top:.5rem}.project-management-with-chat .project-header .project-info .project-status .hours-requests-card .hours-request-pending-label{margin:.35rem 0 0;font-size:.8125rem;color:#d97706}.project-management-with-chat .project-header .project-info .project-status .btn-delete-icon{margin-left:.75rem}.project-management-with-chat .project-header .user-info{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(139,195,222,.05),rgba(225,255,103,.05));border-radius:8px;border:1px solid rgba(139,195,222,.2)}.project-management-with-chat .project-header .user-info .user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,rgba(225,255,103,.9),rgba(139,195,222,.9));display:flex;align-items:center;justify-content:center;color:#1f2937;font-weight:700;font-size:1rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:2px solid rgba(139,195,222,.5);box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;position:relative;flex-shrink:0}.project-management-with-chat .project-header .user-info .user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.project-management-with-chat .project-header .user-info .user-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.project-management-with-chat .project-header .user-info .user-avatar:has(img){background:rgba(0,0,0,0);border-color:rgba(139,195,222,.3)}.project-management-with-chat .project-header .user-info .user-details h4{margin:0 0 .25rem;color:#1f2937;font-size:1rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-header .user-info .user-details .user-name-link{text-decoration:none;display:block;transition:all .2s ease}.project-management-with-chat .project-header .user-info .user-details .user-name-link:hover{opacity:.8}.project-management-with-chat .project-header .user-info .user-details .user-name-link:hover h4{color:#8bc3de;text-decoration:underline}.project-management-with-chat .project-header .user-info .user-details .user-name-link h4{margin:0 0 .25rem;color:#1f2937;font-size:1rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease}.project-management-with-chat .project-header .user-info .user-details .user-role{color:#8bc3de;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-header .user-info .user-details .user-company{display:block;color:#1f2937;font-size:.875rem;font-weight:600;margin-top:.25rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-management-with-chat .project-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;align-items:start}.project-management-with-chat .project-content.project-content--admin{grid-template-columns:1fr}.project-management-with-chat .project-content .project-details-section{display:flex;flex-direction:column;gap:20px}.project-management-with-chat .project-content .project-details-section .detail-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(139,195,222,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.project-management-with-chat .project-content .project-details-section .detail-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.05)}.project-management-with-chat .project-content .project-details-section .detail-card h3{margin:0 0 1.5rem;color:#1f2937;font-size:.875rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:1.2px;border-bottom:3px solid rgba(139,195,222,.9);padding-bottom:.875rem;position:relative}.project-management-with-chat .project-content .project-details-section .detail-card h3:after{content:"";position:absolute;bottom:-3px;left:0;width:40px;height:3px;background:rgba(225,255,103,.8)}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item .label{color:#6b7280;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item .value{color:#8bc3de;font-weight:600;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item.progress-item{flex-direction:column;align-items:flex-start;gap:8px}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item.progress-item .progress-container{width:100%;display:flex;flex-direction:column;gap:6px}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item.progress-item .progress-container .progress-bar{width:100%;height:12px;background-color:#f1f5f9;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item.progress-item .progress-container .progress-bar .progress-fill{height:100%;border-radius:6px;transition:width .3s ease;min-width:2px}.project-management-with-chat .project-content .project-details-section .detail-card .detail-item.progress-item .progress-container .progress-text{font-size:.875rem;color:#64748b;font-weight:500;text-align:right}.project-management-with-chat .project-content .project-details-section .detail-card .requirements-list{list-style:none;padding:0;margin:0}.project-management-with-chat .project-content .project-details-section .detail-card .requirements-list li{padding:8px 0;border-bottom:1px solid #e2e8f0;color:#1e293b}.project-management-with-chat .project-content .project-details-section .detail-card .requirements-list li:last-child{border-bottom:none}.project-management-with-chat .project-content .project-details-section .detail-card .no-requirements{color:#64748b;font-style:italic;margin:0}.project-management-with-chat .project-content .project-details-section .detail-card .time-tracking-display .time-spent{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:8px}.project-management-with-chat .project-content .project-details-section .detail-card .time-tracking-display .budget-info{color:#64748b;margin-bottom:8px}.project-management-with-chat .project-content .project-details-section .detail-card .time-tracking-display .time-progress{color:#28a745;font-weight:500}.project-management-with-chat .project-content .chat-section{display:flex;flex-direction:column;gap:20px}.project-management-with-chat .project-content .project-chat{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(139,195,222,.2);height:600px;overflow:hidden}.project-management-with-chat .no-chat-available{text-align:center;padding:3rem 2rem;color:#6b7280;background:#fff;border-radius:8px;margin-top:2rem;border:1px solid rgba(139,195,222,.2);box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media(max-width:1024px){.project-management-with-chat .unassigned-project-layout{grid-template-columns:1fr}.project-management-with-chat .unassigned-project-summary{position:static}.project-management-with-chat .project-content{grid-template-columns:1fr;gap:20px}.project-management-with-chat .project-content .chat-section{height:500px}}@media(max-width:768px){.project-management-with-chat{padding:15px}.project-management-with-chat .project-header{flex-direction:column;gap:20px;align-items:flex-start}.project-management-with-chat .project-content .chat-section{height:400px}.project-management-with-chat .project-content .chat-section .timeline-container{margin-top:20px}}.project-management-with-chat .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,195,222,.3),rgba(225,255,103,.2));display:flex;align-items:center;justify-content:center;z-index:1000}.project-management-with-chat .modal-overlay .modal-content{background:#fff;border-radius:3px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;padding:20px}.project-management-with-chat .modal-overlay .modal-content h3{margin:0 0 16px;color:#1f2937;font-size:18px;font-weight:600}.project-management-with-chat .modal-overlay .modal-content p{margin:0 0 20px;color:#6b7280;line-height:1.5}.project-management-with-chat .modal-overlay .modal-content .modal-actions{display:flex;gap:12px;justify-content:flex-end}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn{padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:all .2s}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn:disabled{opacity:.6;cursor:not-allowed}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn--danger{background-color:#dc2626;color:#fff;border-color:#dc2626}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn--danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn--secondary{background-color:#f3f4f6;color:#374151;border-color:#d1d5db}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn--secondary:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.project-management-with-chat .modal-overlay .modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.project-management-with-chat .modal-overlay .modal .modal-header{padding:20px 20px 0;border-bottom:1px solid #e5e7eb}.project-management-with-chat .modal-overlay .modal .modal-header h3{margin:0 0 16px;color:#1f2937;font-size:1.25rem;font-weight:600}.project-management-with-chat .modal-overlay .modal .modal-body{padding:20px}.project-management-with-chat .modal-overlay .modal .modal-body p{margin:0 0 16px;color:#6b7280;font-size:.875rem;line-height:1.5}.project-management-with-chat .modal-overlay .modal .modal-body .form-group{margin-bottom:0}.project-management-with-chat .modal-overlay .modal .modal-body .form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.project-management-with-chat .modal-overlay .modal .modal-body .form-group .comment-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease;resize:vertical;min-height:100px}.project-management-with-chat .modal-overlay .modal .modal-body .form-group .comment-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.project-management-with-chat .modal-overlay .modal .modal-body .form-group .comment-textarea::placeholder{color:#9ca3af}.project-management-with-chat .modal-overlay .modal .modal-footer{padding:0 20px 20px;display:flex;gap:12px;justify-content:flex-end}.project-management-with-chat .modal-overlay .modal .modal-footer .btn{padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--primary{background:#3b82f6;color:#fff}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--primary:hover:not(:disabled){background:#2563eb}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--primary:disabled{background:#9ca3af;cursor:not-allowed}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--secondary:hover:not(:disabled){background:#e5e7eb}.project-management-with-chat .modal-overlay .modal .modal-footer .btn--secondary:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}@media(max-width:768px){.project-management-with-chat .project-header .project-info .project-title-section{flex-direction:column;align-items:stretch}.project-management-with-chat .project-header .project-info .project-title-section .project-actions{margin-left:0;margin-top:15px;align-self:flex-end}.project-management-with-chat .project-header .project-info .project-title-section .project-actions .btn--delete{padding:10px 18px;font-size:15px}.project-management-with-chat .modal-overlay .modal-content{margin:20px;width:calc(100% - 40px)}.project-management-with-chat .modal-overlay .modal-content .modal-actions{flex-direction:column}.project-management-with-chat .modal-overlay .modal-content .modal-actions .btn{width:100%}}