:root{--bg: #f0f2f5;--surface: #ffffff;--surface-2: #f9fafb;--surface-3: #f3f4f6;--text: #111827;--text-2: #374151;--text-3: #6b7280;--text-4: #9ca3af;--border: #e5e7eb;--border-2: #f3f4f6;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.12)}html.dark{--bg: #0d1117;--surface: #161b27;--surface-2: #1c2235;--surface-3: #232c42;--text: #f0f4ff;--text-2: #cbd5e1;--text-3: #8892a4;--text-4: #525f76;--border: #2a3348;--border-2: #1e2840;--shadow-sm: 0 1px 4px rgba(0,0,0,.35);--shadow-md: 0 4px 12px rgba(0,0,0,.5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s,color .2s}.page{min-height:100vh;display:flex;flex-direction:column}.header{background:#1e1b4b;color:#fff;padding:0 20px;height:60px;display:flex;align-items:center;gap:0;box-shadow:0 2px 8px #0003;position:sticky;top:0;z-index:50}.header-left{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:1;overflow:hidden}.header-logo{font-size:20px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0;letter-spacing:-.3px}.header-page-title{font-size:16px;font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-nav{display:flex;align-items:center;gap:4px;margin:0 12px;flex-shrink:0}.header-right,.header-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.nav-link{background:transparent;border:none;color:#ffffffa6;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .15s;white-space:nowrap}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#ffffff26;color:#fff}.back-btn{background:#ffffff26;border:none;color:#fff;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:6px;transition:background .15s;white-space:nowrap;flex-shrink:0}.back-btn:hover{background:#ffffff40}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;background:#ffffff1f;border:none;border-radius:8px;cursor:pointer;padding:8px;flex-shrink:0;transition:background .15s}.hamburger:hover{background:#fff3}.hamburger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;animation:fadeIn .2s ease}.drawer{position:absolute;left:0;top:0;bottom:0;width:280px;max-width:85vw;background:#1e1b4b;display:flex;flex-direction:column;animation:slideInLeft .25s ease;overflow-y:auto;box-shadow:4px 0 20px #0000004d}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.drawer-logo{font-size:20px;font-weight:700;color:#fff}.drawer-close{background:#ffffff1a;border:none;color:#fff;width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.drawer-close:hover{background:#fff3}.drawer-link{background:transparent;border:none;color:#ffffffbf;padding:16px 24px;text-align:left;font-size:16px;font-weight:500;cursor:pointer;transition:all .15s;border-bottom:1px solid rgba(255,255,255,.05);width:100%;display:flex;align-items:center}.drawer-link:hover{background:#ffffff14;color:#fff}.drawer-link.active{background:#ffffff21;color:#fff;font-weight:700}.bottom-nav{display:none}@media (max-width: 768px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(60px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#1e1b4b;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -2px 12px #00000040;z-index:100}.bottom-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:8px 4px;transition:color .15s;-webkit-tap-highlight-color:transparent}.bottom-nav-btn.active{color:#fff}.bottom-nav-btn:active{opacity:.7}.bottom-nav-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.bottom-nav-badge{position:absolute;top:-5px;right:-8px;min-width:16px;height:16px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.bottom-nav-label{font-size:10px;font-weight:500;white-space:nowrap}}@media (max-width: 768px){.desktop-nav{display:none!important}.hamburger{display:none}body{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.header-page-title{max-width:140px}.content{padding:16px}.projects-grid{grid-template-columns:1fr}.employees-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.section-header{flex-wrap:wrap;gap:12px}.profile-card,.profile-stats{flex-wrap:wrap}.notes-grid{grid-template-columns:1fr}.cal-controls{flex-direction:column;align-items:flex-start;gap:10px}.cal-period{min-width:auto;font-size:14px}.sort-controls{gap:6px}.header-right .btn{font-size:12px;padding:6px 10px}}@media (max-width: 480px){.header{padding:0 12px;height:56px}.modal{padding:20px 16px}.gantt-label-col{width:140px;min-width:140px}.form-row{grid-template-columns:1fr!important}}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.team-card{background:var(--surface);border-radius:14px;padding:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px;transition:box-shadow .15s,transform .1s}.team-card:hover{box-shadow:0 4px 14px #0000001c;transform:translateY(-2px)}.team-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.team-name{font-size:17px;font-weight:700;color:var(--text);line-height:1.3}.team-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s;flex-shrink:0}.team-card:hover .team-card-actions{opacity:1}.team-metrics{display:flex;gap:8px;flex-wrap:wrap}.team-metric{flex:1;min-width:70px;background:var(--surface-2);border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;align-items:center;gap:3px;border:1px solid var(--border-2)}.team-metric-value{font-size:22px;font-weight:800;color:var(--text);line-height:1}.team-metric-label{font-size:11px;color:var(--text-4);font-weight:500;text-align:center;white-space:nowrap}.team-leads{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border-2);padding-top:14px}.team-lead-row{display:flex;align-items:center;gap:10px;min-height:32px}.team-lead-label{font-size:11px;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:.4px;min-width:90px;flex-shrink:0}.team-lead-person{display:flex;align-items:center;gap:8px;min-width:0}.team-lead-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-lead-empty{font-size:13px;color:#d1d5db;font-style:italic}@media (max-width: 768px){.teams-grid{grid-template-columns:1fr}}.team-detail-card{background:var(--surface);border-radius:12px;padding:20px 24px;box-shadow:var(--shadow-sm);margin-bottom:20px;display:flex;gap:24px;flex-wrap:wrap;align-items:flex-start}.team-detail-card .team-metrics{flex-shrink:0}.team-detail-card .team-leads{border-top:none;padding-top:0;flex:1;min-width:200px}.metrics-year-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:10px}.metrics-year-label{font-size:20px;font-weight:800;color:var(--text);min-width:60px;text-align:center}.metrics-year-btn{padding:6px 14px;font-size:18px;line-height:1}.metrics-hint{font-size:12px;color:#9ca3af}.metrics-table-wrap{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden;overflow-x:auto}.metrics-table{border-collapse:collapse;width:100%;min-width:860px}.metrics-table thead tr{border-bottom:2px solid #e5e7eb}.metrics-th-label{background:var(--surface-2);text-align:left;padding:10px 16px;font-size:12px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.4px;position:sticky;left:0;z-index:2;white-space:nowrap;width:150px;min-width:150px}.metrics-th-month{background:var(--surface-2);text-align:center;padding:10px 6px;font-size:12px;font-weight:600;color:var(--text-3);min-width:48px;white-space:nowrap}.metrics-th-total{background:#ede9fe;text-align:center;padding:10px 12px;font-size:12px;font-weight:700;color:#4f46e5;min-width:60px;white-space:nowrap}.metrics-group-row td{background:var(--surface-3);font-size:11px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.5px;padding:6px 16px;position:sticky;left:0;white-space:nowrap}.metrics-data-row:hover,.metrics-data-row:hover .metrics-row-label{background:var(--surface-2)}.metrics-row-label{font-size:13px;font-weight:500;color:var(--text-2);padding:9px 12px 9px 16px;white-space:nowrap;position:sticky;left:0;background:var(--surface);z-index:1;border-bottom:1px solid var(--border-2);display:flex;align-items:center;gap:7px}.metrics-row-label.indent{padding-left:28px;color:var(--text-3);font-size:12px}.metrics-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.metrics-cell-td{border-bottom:1px solid var(--border-2);padding:0}.metrics-cell{text-align:center;font-size:13px;font-weight:500;color:var(--text);padding:9px 4px;cursor:pointer;transition:background .1s;min-width:48px;-webkit-user-select:none;user-select:none}.metrics-cell:hover{background:#ede9fe;color:#4f46e5;border-radius:4px}.metrics-cell.zero{color:#d1d5db;font-weight:400}.metrics-cell-input{width:100%;min-width:44px;border:2px solid #4f46e5;border-radius:4px;padding:5px 4px;text-align:center;font-size:13px;font-weight:600;color:var(--text);outline:none;background:var(--surface-2)}.metrics-total-cell{text-align:center;font-size:13px;font-weight:700;color:#4f46e5;padding:9px 12px;background:#faf8ff;border-bottom:1px solid #f3f4f6;white-space:nowrap}.metrics-total-cell.zero{color:#c4b5fd;font-weight:400}.level-badge{display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;padding:2px 9px;border-radius:6px;letter-spacing:.5px;white-space:nowrap}.level-L0{background:#fee2e2;color:#b91c1c}.level-L1{background:#fed7aa;color:#c2410c}.level-L2{background:#d9f99d;color:#4d7c0f}.level-L3{background:#bbf7d0;color:#15803d}.level-pick-btn{border:2px solid var(--border);background:var(--surface);border-radius:8px;padding:5px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s;color:#6b7280}.level-pick-btn:hover{border-color:#9ca3af}.level-pick-btn.selected{border-color:currentColor}.level-pick-btn.level-L0{color:#b91c1c}.level-pick-btn.level-L0.selected{background:#fee2e2;border-color:#b91c1c}.level-pick-btn.level-L1{color:#c2410c}.level-pick-btn.level-L1.selected{background:#fed7aa;border-color:#c2410c}.level-pick-btn.level-L2{color:#4d7c0f}.level-pick-btn.level-L2.selected{background:#d9f99d;border-color:#4d7c0f}.level-pick-btn.level-L3{color:#15803d}.level-pick-btn.level-L3.selected{background:#bbf7d0;border-color:#15803d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.content{flex:1;padding:32px 24px;max-width:1100px;width:100%;margin:0 auto}.btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .15s;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background:#4338ca}.btn-secondary{background:var(--surface-3);color:var(--text-2)}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn-danger{background:#fee2e2;color:#b91c1c}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-icon{background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;font-size:16px;transition:background .15s;line-height:1}.btn-icon:hover{background:var(--surface-3)}.btn-icon.danger:hover{background:#fee2e2}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-title{font-size:22px;font-weight:700;color:var(--text)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.project-card{background:var(--surface);border-radius:12px;padding:20px;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .15s,box-shadow .15s;border:2px solid transparent;position:relative}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#e0e7ff}.project-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.project-card-name{font-size:16px;font-weight:600;color:var(--text);line-height:1.3;flex:1;margin-right:8px}.project-card-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.project-card:hover .project-card-actions{opacity:1}.project-card-desc{font-size:13px;color:var(--text-3);margin-bottom:16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-footer{display:flex;align-items:center;gap:8px}.task-count-badge{background:#ede9fe;color:#6d28d9;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.project-date{font-size:12px;color:var(--text-4);margin-left:auto}.employees-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.employee-card{background:var(--surface);border-radius:12px;padding:24px 20px 20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;position:relative;transition:box-shadow .15s}.employee-card:hover{box-shadow:0 4px 12px #0000001f}.employee-card-actions{position:absolute;top:10px;right:10px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.employee-card:hover .employee-card-actions{opacity:1}.employee-card-name{font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.employee-card-role{font-size:12px;color:var(--text-3);background:var(--surface-3);padding:3px 10px;border-radius:20px}.sort-controls{display:flex;align-items:center;gap:8px;margin-bottom:20px;flex-wrap:wrap}.sort-label{font-size:13px;color:var(--text-3);font-weight:500}.sort-btn{padding:5px 12px;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-2);font-size:13px;cursor:pointer;transition:all .15s}.sort-btn:hover{border-color:#4f46e5;color:#4f46e5}.sort-btn.active{border-color:#4f46e5;background:#ede9fe;color:#4f46e5;font-weight:600}.task-list{display:flex;flex-direction:column;gap:10px}.task-card{background:var(--surface);border-radius:10px;padding:16px 20px;box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:14px;border-left:4px solid transparent;transition:box-shadow .15s}.task-card:hover{box-shadow:0 2px 8px #0000001a}.task-card.priority-LOW{border-left-color:#10b981}.task-card.priority-MEDIUM{border-left-color:#3b82f6}.task-card.priority-HIGH{border-left-color:#f59e0b}.task-card.priority-CRITICAL{border-left-color:#ef4444}.task-body{flex:1;min-width:0}.task-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:4px}.task-desc{font-size:13px;color:var(--text-3);line-height:1.5;margin-bottom:8px}.task-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@keyframes assignee-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.task-assignee{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-2);background:var(--surface-3);padding:2px 8px 2px 4px;border-radius:20px}.task-date{font-size:12px;color:var(--text-4)}.task-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.task-card:hover .task-actions{opacity:1}.badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap}.badge-LOW{background:#d1fae5;color:#065f46}.badge-MEDIUM{background:#dbeafe;color:#1e40af}.badge-HIGH{background:#fef3c7;color:#92400e}.badge-CRITICAL{background:#fee2e2;color:#991b1b}.project-info-bar{background:var(--surface);border-radius:10px;padding:16px 20px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.project-info-desc{font-size:14px;color:var(--text-3)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal{background:var(--surface);border-radius:14px;padding:28px;width:100%;max-width:480px;box-shadow:0 20px 60px #00000059;max-height:90vh;overflow-y:auto}.modal-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:9px 12px;font-size:14px;color:var(--text);background:var(--surface);transition:border-color .15s;outline:none;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical;min-height:80px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-4)}.empty-state-icon{font-size:48px;margin-bottom:12px}.empty-state-text{font-size:15px}.confirm-text{font-size:14px;color:var(--text-3);line-height:1.6}.profile-card{background:var(--surface);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}.profile-info{flex:1;min-width:200px}.profile-name{font-size:22px;font-weight:700;color:var(--text);margin-bottom:4px}.profile-role{font-size:14px;color:var(--text-3);margin-bottom:14px}.profile-stats{display:flex;gap:12px}.profile-manager{display:flex;align-items:center;gap:7px;margin-bottom:14px;flex-wrap:wrap}.profile-manager-label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px}.profile-manager-name{font-size:13px;font-weight:600;color:#374151}.profile-stat{display:flex;flex-direction:column;align-items:center;background:var(--surface-2);border-radius:10px;padding:8px 18px;min-width:80px}.profile-stat-value{font-size:22px;font-weight:700;line-height:1.2;color:var(--text)}.profile-stat-label{font-size:11px;color:var(--text-4);text-transform:uppercase;letter-spacing:.3px;margin-top:2px}.notes-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 680px){.notes-grid{grid-template-columns:1fr}}.notes-col{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden}.notes-col-header{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-2)}.notes-col-title{font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px}.notes-count{background:var(--surface-3);color:var(--text-3);font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.note-add-form{padding:14px 20px;border-top:1px solid var(--border-2)}.note-add-form textarea,.note-edit-textarea{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:9px 12px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;outline:none;margin-bottom:10px;line-height:1.5;color:var(--text);background:var(--surface)}.note-add-form textarea:focus,.note-edit-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.note-card{padding:14px 20px;border-top:1px solid var(--border-2)}.note-card:hover{background:var(--surface-2)}.note-text{font-size:14px;color:var(--text);line-height:1.6;margin-bottom:8px;white-space:pre-wrap;word-break:break-word}.note-footer{display:flex;align-items:center;justify-content:space-between}.note-date{font-size:12px;color:var(--text-4)}.note-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.note-card:hover .note-actions{opacity:1}.meetings-section{margin-top:24px}.meetings-list{display:flex;flex-direction:column;gap:8px}.meeting-card{background:var(--surface);border-radius:10px;padding:14px 18px;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:16px;cursor:pointer;transition:box-shadow .15s,transform .1s}.meeting-card:hover{box-shadow:0 3px 10px #0000001f;transform:translateY(-1px)}.meeting-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ede9fe;border-radius:10px;width:52px;min-width:52px;padding:8px 4px;gap:1px}.meeting-day{font-size:20px;font-weight:800;color:#4f46e5;line-height:1}.meeting-mon{font-size:12px;font-weight:600;color:#7c3aed;text-transform:lowercase}.meeting-yr{font-size:10px;color:#a78bfa}.meeting-body{flex:1;min-width:0}.meeting-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meeting-preview{font-size:12px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meeting-arrow{font-size:20px;color:var(--text-4);transition:color .15s}.meeting-card:hover .meeting-arrow{color:#4f46e5}.meeting-modal-date{font-size:14px;color:var(--text-3);margin-bottom:16px;text-transform:capitalize}.meeting-modal-summary{background:var(--surface-2);border-radius:10px;padding:16px;margin-bottom:20px;border:1px solid var(--border-2)}.meeting-modal-summary p{font-size:14px;color:var(--text);line-height:1.7;white-space:pre-wrap;word-break:break-word}.meeting-modal-empty{font-size:14px;color:var(--text-4);font-style:italic;margin-bottom:20px}.meeting-confirm-del{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:12px 16px;background:#fef2f2;border-radius:8px;font-size:14px;color:#b91c1c;gap:12px;flex-wrap:wrap}html.dark .meeting-confirm-del{background:#3b1515;color:#fca5a5}.cal-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.cal-nav{display:flex;align-items:center;gap:10px}.cal-nav-btn{padding:6px 12px;font-size:18px;line-height:1}.cal-period{font-size:16px;font-weight:700;color:var(--text);min-width:220px;text-align:center}.gantt-wrap{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden;overflow-x:auto}.gantt-head-row{display:flex;background:var(--surface-2);border-bottom:2px solid var(--border);position:sticky;top:0;z-index:10}.gantt-label-head{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center}.gantt-timeline-head{display:flex}.gantt-day-hdr{flex-shrink:0;text-align:center;padding:6px 2px;font-size:12px;font-weight:500;color:var(--text-3);border-left:1px solid var(--border);line-height:1.3}.gantt-day-today{background:#ede9fe;color:#4f46e5;font-weight:700}.gantt-day-weekend{background:var(--surface-2);color:var(--text-4)}.gantt-label-col{width:220px;min-width:220px;padding:8px 14px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;gap:2px}.gantt-timeline-col{flex:1;position:relative;min-height:44px}.gantt-task-row{display:flex;border-bottom:1px solid var(--border-2);min-height:46px}.gantt-task-row:last-child{border-bottom:none}.gantt-task-row:hover,.gantt-task-row:hover .gantt-label-col{background:var(--surface-2)}.gantt-task-title{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-task-project{font-size:11px;color:var(--text-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-weekend-shade{position:absolute;top:0;bottom:0;background:#00000006;pointer-events:none}.gantt-today-line{position:absolute;top:0;bottom:0;width:2px;background:#4f46e5;opacity:.5;z-index:4;pointer-events:none}.gantt-bar{position:absolute;top:8px;height:30px;border-radius:6px;display:flex;align-items:center;gap:5px;padding:0 8px;overflow:hidden;z-index:3;cursor:default;transition:filter .15s;min-width:4px}.gantt-bar:hover{filter:brightness(1.08)}.gantt-bar-text{font-size:11px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px 28px;margin-bottom:20px}.profile-section-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:18px}.profile-section-meta{font-size:13px;color:var(--text-3);margin-bottom:16px}.theme-toggle{display:flex;align-items:center;justify-content:space-between}.theme-toggle-track{width:44px;height:24px;border-radius:12px;background:var(--border);position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.theme-toggle-track.on{background:#4f46e5}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.theme-toggle-track.on .theme-toggle-thumb{transform:translate(20px)}html.dark .btn-icon.danger:hover{background:#ef444426;color:#f87171}html.dark .profile-manager-label{color:var(--text-4)}html.dark .profile-manager-name{color:var(--text-2)}html.dark .notes-col-title{color:var(--text)}html.dark .metrics-hint,html.dark .gantt-label-head{color:var(--text-4)}html.dark .task-count-badge{background:#312e81;color:#a5b4fc}html.dark .meeting-date-badge{background:#312e81}html.dark .meeting-day{color:#818cf8}html.dark .meeting-mon{color:#a5b4fc}html.dark .meeting-yr{color:#6d6bbd}html.dark .metrics-table thead tr{border-color:var(--border)}html.dark .gantt-weekend-shade{background:#ffffff05}html.dark .modal-overlay{background:#000000a6}.user-menu-trigger{display:flex;align-items:center;gap:5px;background:#ffffff1a;border:none;border-radius:8px;color:#ffffffe6;padding:5px 10px;cursor:pointer;font-size:13px;font-weight:500;transition:background .15s;white-space:nowrap}.user-menu-trigger:hover{background:#ffffff2e}.user-menu-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000024;z-index:200;overflow:hidden;animation:dropdownIn .15s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.user-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:10px 14px;background:none;border:none;color:var(--text-2);font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s}.user-menu-item:hover{background:var(--surface-2);color:var(--text)}.user-menu-item.danger{color:#ef4444}.user-menu-item.danger:hover{background:#fee2e2;color:#b91c1c}html.dark .user-menu-item.danger:hover{background:#ef44441f;color:#f87171}.user-menu-divider{height:1px;background:var(--border-2);margin:3px 0}.has-sidebar{min-height:100vh}.sidebar{position:fixed;top:60px;left:0;width:220px;height:calc(100vh - 60px);background:var(--surface);border-right:1px solid var(--border);z-index:40;overflow-y:auto;padding:16px 0 24px;display:flex;flex-direction:column;gap:4px}.sidebar-section-label{font-size:11px;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:.6px;padding:0 16px 6px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 8px}.sidebar-link{display:flex;align-items:center;gap:9px;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:8px;color:var(--text-2);font-size:14px;font-weight:500;width:100%;text-align:left;transition:background .12s,color .12s}.sidebar-link:hover{background:var(--surface-2)}.sidebar-link.active{background:#ede9fe;color:#4f46e5;font-weight:600}html.dark .sidebar-link.active{background:#312e81;color:#a5b4fc}.sidebar-link-icon{flex-shrink:0;display:flex;align-items:center;opacity:.8}.sidebar-link-label{flex:1}.sidebar-badge{margin-left:auto;min-width:20px;height:18px;border-radius:9px;background:#4f46e5;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}html.dark .sidebar-badge{background:#6366f1}.has-sidebar .content{margin-left:220px}@media (max-width: 768px){.sidebar{display:none}.has-sidebar .content{margin-left:0}}.assignee-stack-item{position:relative}.assignee-stack-item img{border:2px solid var(--surface);display:block}.assignee-tooltip{position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);background:#111827;color:#f9fafb;font-size:11px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;z-index:100}.assignee-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#111827}.assignee-stack-item:hover .assignee-tooltip{opacity:1}.avatar-it-lead{border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 4px #4f46e5}html.dark .avatar-it-lead{box-shadow:0 0 0 2px #161b27,0 0 0 4px #818cf8}
