*{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-card:#1e293b;--bg-hover:#334155;--bg-input:#0f172a;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#334155;--accent:#6366f1;--accent-hover:#818cf8;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--shadow:0 4px 6px -1px #0000004d;--radius:12px;--radius-sm:8px;--modal-overlay:#0009}[data-theme=light]{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--bg-hover:#f1f5f9;--bg-input:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--accent:#6366f1;--accent-hover:#4f46e5;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow:0 4px 6px -1px #00000014;--modal-overlay:#0000004d}body{background:#0f172a;background:var(--bg-primary);color:#f1f5f9;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#64748b;background:var(--text-muted);border-radius:3px}.app-layout{display:flex;min-height:100vh}.sidebar{background:#1e293b;background:var(--bg-secondary);border-right:1px solid #334155;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;padding:20px 0;position:fixed;top:0;width:260px;z-index:10}.sidebar-logo{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);margin-bottom:16px;padding:0 20px 24px}.sidebar-logo h1{color:#6366f1;color:var(--accent);font-size:22px;font-weight:700;letter-spacing:-.5px}.sidebar-logo span{color:#64748b;color:var(--text-muted);font-size:12px}.sidebar-nav{flex:1 1;padding:0 12px}.nav-item{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--text-secondary);display:flex;font-size:14px;font-weight:500;gap:10px;min-width:0;overflow:hidden;padding:10px 12px;text-align:left;text-decoration:none;transition:all .15s;width:100%}.nav-item.active,.nav-item:hover{background:#334155;background:var(--bg-hover);color:#f1f5f9;color:var(--text-primary)}.drag-handle{align-items:center;color:#64748b;color:var(--text-muted);cursor:grab;display:flex;flex-shrink:0;margin-right:-4px;opacity:0;transition:opacity .15s}.nav-item:hover .drag-handle{opacity:1}.drag-handle:active{cursor:grabbing}.nav-item.active{color:#6366f1;color:var(--accent)}.nav-section-title{color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;padding:16px 12px 8px;text-transform:uppercase}.project-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.sidebar-user{border-top:1px solid #334155;border-top:1px solid var(--border);gap:10px;padding:16px 20px}.avatar,.sidebar-user{align-items:center;display:flex}.avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:13px;font-weight:600;height:32px;justify-content:center;width:32px}.avatar-sm{font-size:11px;height:24px;width:24px}.main-content{flex:1 1;margin-left:260px;padding:24px 32px}.top-bar{gap:12px;margin-bottom:20px}.page-header,.top-bar{align-items:center;display:flex}.page-header{justify-content:space-between;margin-bottom:24px}.page-header h2{font-size:24px;font-weight:700;letter-spacing:-.5px}.header-actions{align-items:center;display:flex;gap:10px}.btn{align-items:center;background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#f1f5f9;color:var(--text-primary);display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .15s}.btn:hover{background:#334155;background:var(--bg-hover)}.btn-primary{background:#6366f1;background:var(--accent);border-color:#6366f1;border-color:var(--accent);color:#fff}.btn-primary:hover{background:#818cf8;background:var(--accent-hover)}.btn-danger{color:#ef4444;color:var(--danger)}.btn-danger:hover{background:#ef44441a}.btn-sm{font-size:12px;padding:4px 10px}.btn-icon{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);padding:6px}.btn-icon:hover{background:#334155;background:var(--bg-hover);color:#f1f5f9;color:var(--text-primary)}.kanban-board{display:flex;gap:16px;min-height:calc(100vh - 140px);overflow-x:auto;padding-bottom:16px}.kanban-column{background:#1e293b;background:var(--bg-secondary);border-radius:12px;border-radius:var(--radius);display:flex;flex-direction:column;flex-shrink:0;max-height:calc(100vh - 140px);min-width:300px;width:300px}.kanban-column-header{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px}.kanban-column-title{align-items:center;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.03em;text-transform:uppercase}.column-count{background:#334155;background:var(--bg-hover);border-radius:10px;color:#64748b;color:var(--text-muted);font-size:11px;padding:2px 8px}.kanban-column-body{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:12px}.status-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.status-da_completare{background:#64748b;background:var(--text-muted)}.status-in_progress{background:#3b82f6}.status-standby{background:#f59e0b;background:var(--warning)}.status-ready_for_testing{background:#8b5cf6}.status-completato{background:#22c55e;background:var(--success)}.task-card{background:#0f172a;background:var(--bg-primary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;padding:14px;position:relative;transition:all .15s}.task-card:hover{border-color:#6366f1;border-color:var(--accent);box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow)}.task-card.highlighted{border-left:3px solid #f59e0b;border-left:3px solid var(--warning)}.task-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.task-card-title{flex:1 1;font-size:14px;font-weight:600;line-height:1.4}.task-card-labels{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.label-badge{border-radius:10px;color:#fff;font-size:11px;font-weight:500;padding:2px 8px}.task-card-meta{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.task-meta-left{color:#64748b;color:var(--text-muted);font-size:12px;gap:10px}.task-due,.task-meta-left{align-items:center;display:flex}.task-due{gap:4px}.task-due.overdue{color:#ef4444;color:var(--danger)}.task-checklist-progress{align-items:center;display:flex;gap:4px}.priority-badge{border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 6px;text-transform:uppercase}.priority-urgente{background:#ef444426;color:#ef4444}.priority-alta{background:#f9731626;color:#f97316}.priority-media{background:#3b82f626;color:#3b82f6}.priority-bassa{background:#22c55e26;color:#22c55e}.task-topic{background:#334155;background:var(--bg-hover);border-radius:4px;color:#64748b;color:var(--text-muted);font-size:11px;padding:2px 6px}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;background:var(--modal-overlay);display:flex;inset:0;justify-content:center;position:fixed;z-index:100}.modal{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 20px 60px #00000080;max-height:85vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:20px 24px}.modal-header h3{font-size:18px;font-weight:600}.modal-body{padding:24px}.modal-footer{border-top:1px solid #334155;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:16px 24px}.form-group{margin-bottom:16px}.form-group label{color:#94a3b8;color:var(--text-secondary);display:block;font-size:13px;font-weight:500;margin-bottom:6px}.form-input{background:#0f172a;background:var(--bg-input);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#f1f5f9;color:var(--text-primary);font-size:14px;padding:10px 12px;transition:border-color .15s;width:100%}.form-input:focus{border-color:#6366f1;border-color:var(--accent);outline:none}textarea.form-input{min-height:80px;resize:vertical}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}select.form-input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.checklist{margin-top:8px}.checklist-item{align-items:center;display:flex;gap:8px;padding:6px 0}.checklist-item input[type=checkbox]{accent-color:#6366f1;accent-color:var(--accent);height:16px;width:16px}.checklist-item span{flex:1 1;font-size:13px}.checklist-item span.completed{color:#64748b;color:var(--text-muted);text-decoration:line-through}.checklist-add{display:flex;gap:8px;margin-top:8px}.checklist-add input{flex:1 1}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;position:relative}.filter-bar select{appearance:none;background:#1e293b;background:var(--bg-secondary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#f1f5f9;color:var(--text-primary);font-size:13px;padding:6px 28px 6px 10px}.filter-bar select:focus{border-color:#6366f1;border-color:var(--accent);outline:none}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:20px}.stat-card h4{color:#64748b;color:var(--text-muted);font-size:12px;font-weight:500;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.stat-card .stat-value{font-size:28px;font-weight:700}.stat-card-clickable{cursor:pointer;transition:all .15s}.stat-card-clickable:hover{box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow)}.stat-card-active,.stat-card-clickable:hover{border-color:#6366f1;border-color:var(--accent)}.stat-card-active{background:#6366f10f;box-shadow:0 0 0 1px #6366f1;box-shadow:0 0 0 1px var(--accent)}.quick-filter-banner{align-items:center;background:#6366f114;border:1px solid #6366f1;border:1px solid var(--accent);border-radius:8px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--text-secondary);display:flex;font-size:13px;justify-content:space-between;margin-bottom:16px;padding:10px 16px}.login-page{align-items:center;background:#0f172a;background:var(--bg-primary);display:flex;justify-content:center;min-height:100vh}.login-card{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 20px 60px #0000004d;max-width:400px;padding:40px;width:100%}.login-card h1{color:#6366f1;color:var(--accent);font-size:28px;font-weight:700;margin-bottom:4px}.login-card p{color:#64748b;color:var(--text-muted);font-size:14px;margin-bottom:28px}.login-card .btn-primary{font-size:14px;margin-top:8px;padding:12px;width:100%}.login-error{background:#ef44441a;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--danger);font-size:13px;margin-bottom:16px;padding:10px 14px}.login-toggle{color:#64748b;color:var(--text-muted);font-size:13px;margin-top:16px;text-align:center}.login-toggle button{background:none;border:none;color:#6366f1;color:var(--accent);font-size:13px;font-weight:500}.login-toggle button:hover{color:#818cf8;color:var(--accent-hover)}.highlight-star{color:#f59e0b;color:var(--warning);cursor:pointer}.empty-state{align-items:center;color:#64748b;color:var(--text-muted);display:flex;flex-direction:column;font-size:14px;justify-content:center;padding:40px;text-align:center}.empty-state svg{margin-bottom:12px;opacity:.5}.users-table-wrapper{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table th{background:#1e293b;background:var(--bg-secondary);color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;text-align:left;text-transform:uppercase}.users-table td,.users-table th{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);padding:14px 20px}.users-table td{vertical-align:middle}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background:#334155;background:var(--bg-hover)}@media (max-width:768px){.users-table td:nth-child(4),.users-table th:nth-child(4){display:none}.users-table td,.users-table th{padding:10px 12px}}@media (max-width:480px){.users-table td:nth-child(2),.users-table th:nth-child(2){display:none}}.search-bar-wrapper{flex:1 1;max-width:480px;position:relative}.search-bar{align-items:center;background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:8px;padding:0 12px;transition:border-color .15s}.search-bar:focus-within{border-color:#6366f1;border-color:var(--accent)}.search-bar-icon{color:#64748b;color:var(--text-muted);flex-shrink:0}.search-bar-input{background:none;border:none;color:#f1f5f9;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:13px;outline:none;padding:8px 0}.search-bar-input::placeholder{color:#64748b;color:var(--text-muted)}.search-results{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 12px 40px #0000004d;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 6px);z-index:50}.search-section-title{color:#64748b;color:var(--text-muted);font-size:10px;font-weight:600;letter-spacing:.06em;padding:10px 14px 4px;text-transform:uppercase}.search-result-item{align-items:center;background:none;border:none;color:#f1f5f9;color:var(--text-primary);cursor:pointer;display:flex;font-size:13px;gap:10px;padding:8px 14px;text-align:left;transition:background .1s;width:100%}.search-result-item.selected,.search-result-item:hover{background:#334155;background:var(--bg-hover)}.search-result-title{flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-meta{color:#64748b;color:var(--text-muted);flex-shrink:0;font-size:11px}@media (max-width:768px){.search-bar-wrapper{max-width:100%}}.view-toggle{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;overflow:hidden}.view-toggle-btn{align-items:center;background:none;border:none;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:6px 10px;transition:all .15s}.view-toggle-btn:hover{background:#334155;background:var(--bg-hover);color:#f1f5f9;color:var(--text-primary)}.view-toggle-btn.active{background:#334155;background:var(--bg-hover);color:#6366f1;color:var(--accent)}.view-toggle-btn+.view-toggle-btn{border-left:1px solid #334155;border-left:1px solid var(--border)}.list-view-wrapper{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow:hidden}.list-view-table{border-collapse:collapse;width:100%}.list-view-table th{background:#1e293b;background:var(--bg-secondary);color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap}.list-view-table td,.list-view-table th{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);padding:12px 16px}.list-view-table td{vertical-align:middle}.list-view-row{cursor:pointer;transition:background .1s}.list-view-row:hover td{background:#334155;background:var(--bg-hover)}.list-view-row.highlighted td:first-child{box-shadow:inset 3px 0 0 #f59e0b;box-shadow:inset 3px 0 0 var(--warning)}.list-view-row:last-child td{border-bottom:none}.list-view-title{align-items:center;display:flex;gap:8px}.list-view-title-text{font-size:14px;font-weight:500}.list-view-labels{display:flex;gap:4px}.list-view-status{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:6px;padding:3px 10px;white-space:nowrap}@media (max-width:1024px){.list-view-table td:nth-child(n+6),.list-view-table th:nth-child(n+6){display:none}}@media (max-width:768px){.list-view-table td:nth-child(n+4),.list-view-table th:nth-child(n+4){display:none}.list-view-table td,.list-view-table th{padding:10px 12px}}.project-icon-mini{border-radius:5px;height:22px;width:22px}.project-icon-header,.project-icon-mini{align-items:center;display:flex;flex-shrink:0;justify-content:center}.project-icon-header{border-radius:8px;border-radius:var(--radius-sm);height:36px;width:36px}.project-details{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);margin-bottom:20px;padding:16px 20px}.modal-tabs{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;gap:4px;padding:0 24px}.modal-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 14px;transition:all .15s}.modal-tab:hover{color:#f1f5f9;color:var(--text-primary)}.modal-tab.active{border-bottom-color:#6366f1;border-bottom-color:var(--accent);color:#6366f1;color:var(--accent)}.comments-list{margin-bottom:16px;max-height:350px;overflow-y:auto}.comment-item{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;gap:10px;padding:12px 0}.comment-item:last-child{border-bottom:none}.comment-input-wrapper{align-items:flex-end;display:flex;gap:8px}.comment-input-wrapper textarea{min-height:60px;resize:none}.mention-dropdown{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);bottom:100%;box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow);left:0;max-height:160px;overflow-y:auto;position:absolute;right:0;z-index:10}.mention-item{align-items:center;background:none;border:none;color:#f1f5f9;color:var(--text-primary);cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px;text-align:left;width:100%}.mention-item:hover{background:#334155;background:var(--bg-hover)}.attachments-list{display:flex;flex-direction:column;gap:8px}.attachment-item{align-items:center;background:#0f172a;background:var(--bg-primary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:12px;padding:10px 14px}.activity-list{max-height:400px;overflow-y:auto}.activity-item{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;gap:10px;padding:10px 0}.activity-item:last-child{border-bottom:none}.teams-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.team-card{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:20px;transition:all .15s}.team-card:hover{border-color:#6366f1;border-color:var(--accent);box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow)}.team-card-header{align-items:flex-start;display:flex;gap:14px;margin-bottom:16px}.team-icon{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.team-card-name{font-size:16px;font-weight:600;margin-bottom:2px}.team-card-desc{color:#64748b;color:var(--text-muted);font-size:13px;line-height:1.4}.team-card-members{align-items:center;border-top:1px solid #334155;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding-top:14px}.team-avatars{display:flex;gap:-4px}.team-avatars .avatar{border:2px solid #1e293b;border:2px solid var(--bg-secondary);margin-left:-6px}.team-avatars .avatar:first-child{margin-left:0}@media (max-width:480px){.teams-grid{grid-template-columns:1fr}}.progress-bar-track{background:#334155;background:var(--bg-hover);border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-bar-fill{background:#6366f1;background:var(--accent);border-radius:4px;height:100%;transition:width .3s ease}.status-breakdown{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.status-breakdown-item{align-items:center;display:flex;gap:6px}.mini-bar-chart{align-items:flex-end;display:flex;gap:8px;height:100px}.mini-bar-col{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px}.mini-bar-value{color:#94a3b8;color:var(--text-secondary);font-size:10px;font-weight:600;height:14px}.mini-bar-track{align-items:flex-end;background:#334155;background:var(--bg-hover);border-radius:4px;display:flex;height:60px;overflow:hidden;width:100%}.mini-bar-fill{background:#6366f1;background:var(--accent);border-radius:4px;transition:height .3s ease;width:100%}.mini-bar-label{color:#64748b;color:var(--text-muted);font-size:10px;font-weight:500}.burndown-chart{display:flex;gap:8px}.burndown-y-axis{color:#64748b;color:var(--text-muted);display:flex;flex-direction:column;font-size:10px;justify-content:space-between;padding:0 4px 20px 0;text-align:right;width:30px}.burndown-area{flex:1 1;overflow:hidden}.burndown-x-axis{color:#64748b;color:var(--text-muted);display:flex;font-size:10px;justify-content:space-between;margin-top:4px}@media (max-width:768px){.mini-bar-chart{height:80px}.burndown-y-axis{display:none}}.profile-layout{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:300px 1fr}.profile-card{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:24px}.profile-avatar-section{grid-row:1/3;text-align:center}.profile-avatar-section,.profile-avatar-wrapper{align-items:center;display:flex;flex-direction:column}.profile-avatar-wrapper{gap:12px;margin-bottom:16px}.profile-avatar-wrapper .avatar{border:3px solid #334155;border:3px solid var(--border)}.profile-avatar-actions{display:flex;gap:6px}.profile-avatar-info h3{font-size:18px;font-weight:700;margin-bottom:2px}.profile-role-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;margin-top:6px;padding:3px 12px}.success-msg{background:#22c55e1a!important;color:#22c55e!important;color:var(--success)!important}@media (max-width:768px){.profile-layout{grid-template-columns:1fr}.profile-avatar-section{grid-row:auto}}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.calendar-month-title{font-size:18px;font-weight:700;min-width:180px;text-align:center}.calendar-grid{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:grid;grid-template-columns:repeat(7,1fr);overflow:hidden}.calendar-day-name{color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.05em;padding:10px;text-align:center;text-transform:uppercase}.calendar-cell,.calendar-day-name{background:#1e293b;background:var(--bg-secondary);border-bottom:1px solid #334155;border-bottom:1px solid var(--border)}.calendar-cell{border-right:1px solid #334155;border-right:1px solid var(--border);min-height:100px;padding:4px;position:relative}.calendar-cell:nth-child(7n){border-right:none}.calendar-cell.other-month{opacity:.35}.calendar-cell.weekend{background:#334155;background:var(--bg-hover)}.calendar-cell.today{background:#6366f1;background:var(--accent);background:#6366f10f}.calendar-cell.today .calendar-cell-date{align-items:center;background:#6366f1;background:var(--accent);border-radius:50%;color:#fff;display:flex;height:24px;justify-content:center;width:24px}.calendar-cell-date{color:#94a3b8;color:var(--text-secondary);font-size:12px;font-weight:600;margin-bottom:2px;padding:2px 4px}.calendar-cell-tasks{display:flex;flex-direction:column;gap:2px}.calendar-task{align-items:center;background:#0f172a;background:var(--bg-primary);border:none;border-left:3px solid #64748b;border-left:3px solid var(--text-muted);border-radius:4px;cursor:pointer;display:flex;font-family:inherit;gap:4px;padding:2px 6px;text-align:left;transition:background .1s;width:100%}.calendar-task:hover{background:#334155;background:var(--bg-hover)}.calendar-task-title{color:#f1f5f9;color:var(--text-primary);flex:1 1;font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-more{color:#64748b;color:var(--text-muted);cursor:default;font-size:10px;padding:1px 6px}.calendar-unscheduled{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);margin-top:20px;padding:16px}.calendar-unscheduled-list{display:flex;flex-wrap:wrap;gap:6px}.calendar-unscheduled-list .calendar-task{max-width:250px;width:auto}@media (max-width:768px){.calendar-cell{min-height:60px;padding:2px}.calendar-task-title{font-size:9px}.calendar-cell-date{font-size:10px}.calendar-month-title{font-size:15px;min-width:140px}}.gantt-container{border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:flex;overflow:hidden}.gantt-container,.gantt-labels{background:#1e293b;background:var(--bg-secondary)}.gantt-labels{border-right:1px solid #334155;border-right:1px solid var(--border);flex-shrink:0;z-index:2}.gantt-labels-header{background:#1e293b;background:var(--bg-secondary)}.gantt-label-row,.gantt-labels-header{border-bottom:1px solid #334155;border-bottom:1px solid var(--border)}.gantt-label-row{align-items:center;color:#f1f5f9;color:var(--text-primary);display:flex;font-size:12px;padding:0 14px}.gantt-label-row.gantt-label-header,.gantt-label-row.gantt-label-project,.gantt-label-row.gantt-label-user{background:#334155;background:var(--bg-hover)}.gantt-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-chart-scroll{flex:1 1;overflow-x:auto;overflow-y:hidden}.gantt-chart{min-height:100%;position:relative}.gantt-chart-header{background:#1e293b;background:var(--bg-secondary);border-bottom:1px solid #334155;border-bottom:1px solid var(--border);position:relative}.gantt-day-header{border-right:1px solid #334155;border-right:1px solid var(--border);bottom:0;position:absolute;top:0}.gantt-day-header.weekend{background:#334155;background:var(--bg-hover)}.gantt-week-label{color:#64748b;color:var(--text-muted);font-size:10px;font-weight:600;left:4px;position:absolute;top:4px;white-space:nowrap}.gantt-chart-body{position:relative}.gantt-grid-col{border-right:1px solid #334155;border-right:1px solid var(--border);opacity:.3;position:absolute;top:0}.gantt-grid-col.weekend{background:#334155;background:var(--bg-hover);opacity:1}.gantt-today-line{background:#ef4444;background:var(--danger);opacity:.7;position:absolute;top:0;width:2px;z-index:3}.gantt-bar{align-items:center;border-radius:4px;cursor:default;display:flex;height:16px;overflow:hidden;position:absolute;transition:opacity .1s;z-index:2}.gantt-bar:hover{opacity:.85;z-index:4}.gantt-bar-project{border-radius:3px;height:20px;opacity:.6}.gantt-bar-task.completed{opacity:.5}.gantt-bar-label{color:#fff;font-size:10px;font-weight:500;overflow:hidden;padding:0 6px;text-overflow:ellipsis;text-shadow:0 1px 2px #0000004d;white-space:nowrap}@media (max-width:768px){.gantt-container{flex-direction:column}.gantt-labels{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);border-right:none;max-height:200px;overflow-y:auto;width:100%!important}}.report-list{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow:hidden}.report-item{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 16px}.report-item:last-child{border-bottom:none}@media (max-width:768px){.report-list+.report-list{margin-top:20px}}.task-card-project{color:#64748b;color:var(--text-muted);font-size:11px;gap:6px;margin-bottom:6px}.task-card-project,.theme-toggle{align-items:center;display:flex;font-weight:500}.theme-toggle{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--text-secondary);cursor:pointer;font-size:14px;gap:10px;padding:10px 12px;text-align:left;transition:all .15s;width:100%}.theme-toggle:hover{background:#334155;background:var(--bg-hover)}.mobile-menu-btn,.theme-toggle:hover{color:#f1f5f9;color:var(--text-primary)}.mobile-menu-btn{background:#1e293b;background:var(--bg-secondary);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:none;left:16px;padding:8px;position:fixed;top:16px;z-index:20}.sidebar-overlay{display:none}.notification-bell-wrapper{flex-shrink:0;position:relative}.notification-bell{color:#94a3b8;color:var(--text-secondary);padding:6px;position:relative}.notification-bell:hover{color:#f1f5f9;color:var(--text-primary)}.notification-badge{align-items:center;background:#ef4444;background:var(--danger);border-radius:8px;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;line-height:1;min-width:16px;padding:0 4px;position:absolute;right:0;top:0}.notification-dropdown{background:#0f172a;background:var(--bg-primary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 8px 30px #00000026;display:flex;flex-direction:column;margin-top:8px;max-height:480px;position:absolute;right:0;top:100%;width:360px;z-index:50}.notification-dropdown-header{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:14px 16px}.notification-dropdown-header h4{font-size:15px;font-weight:600;margin:0}.notification-list{max-height:400px;overflow-y:auto}.notification-item{align-items:flex-start;background:none;border:none;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:background .1s;width:100%}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#334155;background:var(--bg-hover)}.notification-item.unread{background:#6366f10a}.notification-icon{flex-shrink:0;margin-top:2px}.notification-content{flex:1 1;min-width:0}.notification-message{color:#f1f5f9;color:var(--text-primary);font-size:13px;line-height:1.4;margin:0}.notification-time{color:#64748b;color:var(--text-muted);display:block;font-size:11px;margin-top:2px}.notification-dot{background:#6366f1;background:var(--accent);border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}@media (max-width:768px){.notification-dropdown{right:-60px;width:calc(100vw - 32px)}}.filter-toggle-btn{position:relative}.filter-count{align-items:center;background:#fff;border-radius:9px;color:#6366f1;color:var(--accent);display:inline-flex;font-size:11px;font-weight:700;height:18px;justify-content:center;margin-left:2px;min-width:18px;padding:0 4px}.filter-panel{background:#0f172a;background:var(--bg-primary);border:1px solid #334155;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 8px 30px #0000001f;left:0;margin-top:6px;max-height:70vh;overflow-y:auto;position:absolute;top:100%;width:300px;z-index:20}.filter-panel-header{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 16px}.filter-panel-header h4{font-size:14px;font-weight:600;margin:0}.filter-panel-body{padding:8px 0}.filter-section{border-bottom:1px solid #334155;border-bottom:1px solid var(--border)}.filter-section:last-child{border-bottom:none}.filter-section-header{align-items:center;background:none;border:none;color:#94a3b8;color:var(--text-secondary);cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;padding:10px 16px;text-transform:uppercase;width:100%}.filter-section-header:hover{color:#f1f5f9;color:var(--text-primary)}.filter-section-body{padding:0 16px 12px}.filter-chip-label{align-items:center;color:#94a3b8;color:var(--text-secondary);cursor:pointer;display:flex;font-size:13px;gap:8px;padding:5px 0}.filter-chip-label:hover{color:#f1f5f9;color:var(--text-primary)}.filter-chip-label input[type=checkbox]{accent-color:#6366f1;accent-color:var(--accent);height:14px;width:14px}.filter-chips{display:flex;flex-wrap:wrap;gap:6px}.filter-chip{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;opacity:.55;padding:0;transition:opacity .15s}.filter-chip:hover{opacity:.85}.filter-chip.active{opacity:1}@media (max-width:1024px){.kanban-column{min-width:260px;width:260px}.stats-grid{grid-template-columns:repeat(2,1fr)}.main-content{padding:20px}}@media (max-width:768px){.mobile-menu-btn{display:block}.sidebar{transform:translateX(-100%);transition:transform .25s ease;z-index:30}.sidebar.open{transform:translateX(0)}.sidebar-overlay{background:#00000080;display:none;inset:0;position:fixed;z-index:25}.sidebar-overlay.open{display:block}.main-content{margin-left:0;padding:60px 16px 16px}.page-header{align-items:flex-start;flex-direction:column;gap:12px}.page-header h2{font-size:20px}.header-actions{width:100%}.header-actions .btn{flex:1 1;justify-content:center}.filter-bar{align-items:stretch;flex-direction:column}.filter-bar select{width:100%}.stats-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.stat-card{padding:14px}.stat-card .stat-value{font-size:22px}.kanban-board{min-height:auto}.kanban-column{max-height:60vh;min-width:280px;width:280px}.modal{margin:16px;max-height:90vh;width:95%}.modal-body,.modal-header{padding:16px}.modal-footer{padding:12px 16px}.form-row{grid-template-columns:1fr}.login-card{margin:16px;padding:24px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}.kanban-column{min-width:260px;width:260px}.page-header h2{font-size:18px}}
/*# sourceMappingURL=main.f80395e4.css.map*/