:root{--accent: #08a88a;--accent-dark: #068570;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e4e7ec;--text: #1a2233;--text-muted: #667085;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .16);--radius: 10px;--sidebar-w: 256px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}.app-shell{display:flex;height:100vh;overflow:hidden}.main{flex:1;display:flex;flex-direction:column;min-width:0}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:#10151f;color:#cfd6e4;display:flex;flex-direction:column;padding:16px 14px;gap:20px}.brand{display:flex;align-items:center;gap:10px;padding:4px 6px}.brand-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.02em}.brand-mark{display:flex}.side-nav{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;background:none;border:none;color:#cfd6e4;padding:9px 10px;border-radius:8px;text-align:left;width:100%;font-weight:600}.nav-item:hover{background:#ffffff0f}.nav-item--active{background:#08a88a2e;color:#fff}.nav-item span:nth-child(2){flex:1}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--accent);color:#fff;font-size:12px;flex-shrink:0}.side-section{display:flex;flex-direction:column;gap:6px}.side-section-head{display:flex;align-items:center;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7b8494;padding:0 6px;font-weight:600}.project-list{display:flex;flex-direction:column;gap:2px}.project-item{display:flex;align-items:center;gap:10px;background:none;border:none;color:#cfd6e4;padding:8px 10px;border-radius:8px;text-align:left;width:100%;transition:background .12s}.project-item:hover{background:#ffffff0f}.project-item--active{background:#08a88a2e;color:#fff}.project-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.project-dot--lg{width:14px;height:14px;border-radius:4px}.project-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-del{color:#7b8494;opacity:.55;flex-shrink:0}.project-del:hover{color:#ef4444;opacity:1;background:#ffffff0f}.side-head-actions{display:flex;gap:2px}.side-drop--over{outline:2px dashed var(--accent);outline-offset:-2px;border-radius:8px;background:#08a88a1a}.project-item{cursor:pointer}.project-item--drag{opacity:.5}.folder{display:flex;flex-direction:column}.folder-head{display:flex;align-items:center;border-radius:8px}.folder-head:hover .folder-del{opacity:1}.folder-head .folder-del{opacity:.55}.folder-toggle{flex:1;display:flex;align-items:center;gap:8px;background:none;border:none;color:#9aa3b2;padding:7px 8px;border-radius:8px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.folder-toggle:hover{color:#cfd6e4}.folder-caret{font-size:10px;width:10px}.folder-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-del{opacity:0;color:#7b8494}.folder-del:hover{color:#ef4444;background:#ffffff0f}.folder-body{display:flex;flex-direction:column;gap:2px;padding-left:10px;margin-left:6px;border-left:1px solid #2a3140}.auto-label{display:inline-flex;align-items:center;font-size:12px;color:var(--text-muted);font-weight:600}.new-project{display:flex;gap:6px;padding:4px 6px}.new-project input{flex:1;padding:7px 9px;border-radius:7px;border:1px solid #2a3140;background:#1a212e;color:#fff}.team-mini{display:flex;flex-direction:column;gap:2px}.team-mini-item{display:flex;align-items:center;gap:10px;padding:6px;border-radius:8px;color:#cfd6e4}.team-mini-item:hover{background:#ffffff0f}.sidebar-foot{margin-top:auto;display:flex;align-items:center;gap:10px;padding:10px 6px 0;border-top:1px solid #222a38}.side-user{display:flex;flex-direction:column;gap:2px;min-width:0}.side-user select{background:none;border:none;color:#fff;font-weight:600;padding:0}.side-user select option{color:#000}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-title{display:flex;align-items:center;gap:12px;min-width:0}.topbar-title h1{font-size:20px;font-weight:700;letter-spacing:-.02em}.topbar-right{display:flex;align-items:center;gap:10px}.search,.filter{padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.search{width:200px}.search:focus,.filter:focus{outline:none;border-color:var(--accent)}.topbar-avatars{display:flex;gap:4px}.view-tabs{display:flex;align-items:center;gap:4px;padding:8px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.view-tab{display:flex;align-items:center;gap:6px;background:none;border:none;padding:8px 14px;border-radius:8px;color:var(--text-muted);font-weight:600;font-size:13px}.view-tab:hover{background:var(--surface-2);color:var(--text)}.view-tab--active{background:#08a88a1f;color:var(--accent-dark)}.view-tab-icon{font-size:13px}.view-tabs-spacer{flex:1}.view-content{flex:1;overflow:auto;padding:24px}.btn{border:1px solid transparent;border-radius:8px;padding:9px 16px;font-weight:600;font-size:13px;transition:all .12s}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-dark)}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn--ghost:hover{background:var(--surface-2)}.btn--sm{padding:5px 10px;font-size:12px}.icon-btn{background:none;border:none;color:var(--text-muted);font-size:16px;width:28px;height:28px;border-radius:6px}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.icon-btn--sm{font-size:13px;width:22px;height:22px}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.count-pill{background:var(--surface-2);color:var(--text-muted);font-size:11px;font-weight:600;padding:1px 8px;border-radius:20px}.count-pill--sm{padding:0 6px}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700;border:2px solid var(--surface);flex-shrink:0}.avatar--empty{background:var(--surface-2);color:var(--text-muted)}.avatar-stack{display:inline-flex;align-items:center}.muted-sm{color:var(--text-muted);font-size:12px}.tag-chips{display:inline-flex;flex-wrap:wrap;gap:5px;vertical-align:middle}.tag-chip{font-size:10px;font-weight:700;padding:2px 7px;border-radius:5px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.tag-add-form{display:flex;gap:6px;margin-top:6px}.tag-add-form input{flex:1;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.tag-add-form input:focus{outline:none;border-color:var(--accent)}.side-data{margin-top:4px}.data-actions{display:flex;flex-wrap:wrap;gap:6px;padding:0 2px}.data-btn{flex:1;min-width:72px;background:#ffffff0d;border:1px solid #2a3140;color:#cfd6e4;padding:7px 8px;border-radius:8px;font-size:12px;font-weight:600}.data-btn:hover{background:#ffffff1a;color:#fff}.list-view{display:flex;flex-direction:column;gap:24px;max-width:1100px}.list-group-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.list-group-head h3{font-size:14px}.task-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.task-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:10px 14px;border-bottom:1px solid var(--border);font-weight:600}.task-table td{padding:11px 14px;border-bottom:1px solid var(--border)}.task-table tbody tr{cursor:pointer;transition:background .1s}.task-table tbody tr:hover{background:var(--surface-2)}.task-table tr:last-child td{border-bottom:none}.col-title{width:42%}.task-title{font-weight:500}.subtask-count{margin-left:8px;font-size:11px;color:var(--text-muted)}.col-title .tag-chips{margin-left:8px}.card .tag-chips{margin-bottom:8px}.inline-status{border:1px solid var(--border);border-radius:6px;padding:4px 6px;background:var(--surface)}.empty-row td{text-align:center;color:var(--text-muted);font-size:13px;padding:18px}.overdue-text{color:#ef4444;font-weight:600}.board{display:flex;gap:16px;align-items:flex-start;min-height:100%}.board-col{background:var(--surface-2);border-radius:var(--radius);width:300px;flex-shrink:0;display:flex;flex-direction:column;max-height:100%;transition:background .12s,outline .12s}.board-col--over{outline:2px dashed var(--accent);outline-offset:-2px;background:#08a88a0f}.board-col-head{display:flex;align-items:center;gap:8px;padding:14px 14px 8px}.board-col-head h3{font-size:13px}.board-col-head--edit{gap:6px}.board-col-color{position:relative;width:14px;height:14px;border-radius:4px;flex-shrink:0;cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.board-col-color input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;border:none;padding:0}.board-col-title{flex:1;min-width:0;font-size:13px;font-weight:700;color:var(--text);background:transparent;border:1px solid transparent;border-radius:6px;padding:3px 6px}.board-col-title:hover{border-color:var(--border);background:var(--surface)}.board-col-title:focus{outline:none;border-color:var(--accent);background:var(--surface)}.board-col-menu{display:flex;align-items:center;gap:1px;opacity:0;transition:opacity .12s}.board-col:hover .board-col-menu{opacity:1}.board-col-menu button{background:none;border:none;color:var(--text-muted);width:20px;height:20px;border-radius:5px;font-size:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.board-col-menu button:hover:not(:disabled){background:var(--surface);color:var(--text)}.board-col-menu button:disabled{opacity:.25;cursor:default}.board-col-done.is-on{background:var(--accent);color:#fff}.board-col-done.is-on:hover{background:var(--accent-dark);color:#fff}.board-add-col{flex-shrink:0;width:220px}.board-add-col-btn{width:100%;background:none;border:1px dashed var(--border);color:var(--text-muted);padding:12px;border-radius:var(--radius);font-weight:600;font-size:13px}.board-add-col-btn:hover{border-color:var(--accent);color:var(--accent-dark);background:#08a88a0d}.board-add-col-form{background:var(--surface-2);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;gap:8px}.board-add-col-form input{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.board-add-col-form input:focus{outline:none;border-color:var(--accent)}.board-add-col-actions{display:flex;gap:6px}.board-col-body{display:flex;flex-direction:column;gap:8px;padding:4px 10px 12px;overflow-y:auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px;box-shadow:var(--shadow);cursor:pointer;transition:box-shadow .12s,transform .06s}.card:hover{box-shadow:var(--shadow-lg)}.card--dragging{opacity:.4}.card-top{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:8px}.card-dup{margin-left:auto;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:14px;padding:2px 4px;border-radius:5px;line-height:1;opacity:.6}.card-dup:hover{opacity:1;background:#08a88a1f;color:var(--accent)}.card-date{font-size:11px;color:var(--text-muted);font-weight:600}.card-title{margin:0 0 8px;font-weight:500;line-height:1.35}.card-stage{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--text-muted);margin-bottom:8px}.card-stage-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.card-progress{display:flex;align-items:center;gap:8px;margin-bottom:10px}.progress-bar{flex:1;height:6px;background:var(--surface-2);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:4px}.card-foot{display:flex;align-items:center;justify-content:space-between}.add-card{background:none;border:1px dashed var(--border);color:var(--text-muted);padding:9px;border-radius:8px;font-weight:600;font-size:13px;width:100%}.add-card:hover{border-color:var(--accent);color:var(--accent-dark);background:#08a88a0d}.gantt{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.gantt-scroll{overflow-x:auto}.gantt-grid{position:relative}.gantt-header{display:flex;position:sticky;top:0;z-index:5;background:var(--surface);border-bottom:1px solid var(--border)}.gantt-label-col{width:260px;flex-shrink:0;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-right:1px solid var(--border)}.gantt-corner{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.gantt-days{display:flex}.gantt-day{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--border);font-size:11px;color:var(--text-muted);position:relative}.gantt-day--weekend{background:var(--surface-2)}.gantt-month{position:absolute;top:3px;font-size:9px;text-transform:uppercase;color:var(--accent-dark);font-weight:700}.gantt-daynum{font-weight:600}.gantt-row{display:flex;border-bottom:1px solid var(--border)}.gantt-row:hover{background:var(--surface-2)}.gantt-task-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.gantt-track{position:relative;flex:1}.gantt-bar{position:absolute;top:8px;height:24px;border-radius:6px;display:flex;align-items:center;padding:0 8px;color:#fff;font-size:11px;font-weight:600;cursor:pointer;overflow:hidden;box-shadow:var(--shadow)}.gantt-bar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-today-line{position:absolute;top:0;width:2px;background:#ef4444;z-index:4}.gantt-day--holiday{background:#ef44441a}.gantt-day--holiday .gantt-daynum{color:#ef4444}.gantt-seg{position:absolute;top:12px;height:16px;border-radius:5px;cursor:pointer;opacity:.9;box-shadow:var(--shadow)}.gantt-seg:hover{opacity:1}.gantt-bar-caption{position:absolute;top:10px;font-size:11px;font-weight:600;color:var(--text);pointer-events:none;text-shadow:0 1px 2px var(--surface);white-space:nowrap}.gantt-resources{padding:16px 14px 6px;border-top:2px solid var(--border)}.gantt-res-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.gantt-res-head h3{margin:0;display:flex;align-items:center;gap:10px}.gantt-res-legend{display:flex;gap:14px;font-size:12px;color:var(--text-muted)}.gantt-res-legend span{display:inline-flex;align-items:center;gap:5px}.swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.swatch--ok{background:var(--accent)}.swatch--over{background:#ef4444}.gantt-res-label{justify-content:flex-start!important;gap:8px}.gantt-load{position:absolute;top:12px;height:16px;border-radius:3px;background:var(--accent);opacity:.85}.gantt-load--over{background:#ef4444;opacity:1}.status-editor{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.status-row{display:flex;align-items:center;gap:8px}.status-color{width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:8px;background:none;cursor:pointer}.status-name{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.status-done{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted);white-space:nowrap}.status-done input{accent-color:var(--accent)}.holiday-load{display:flex;gap:8px;margin-bottom:12px}.holiday-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.holiday-chip{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;padding:4px 6px 4px 12px;font-size:12px;font-weight:600}.holiday-chip button{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:11px}.holiday-chip button:hover{color:#ef4444}.tpl-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--accent);color:#fff;padding:1px 6px;border-radius:5px;margin-left:8px;vertical-align:middle}.tpl-del{position:absolute;top:12px;right:34px;color:var(--text-muted);font-size:12px}.tpl-del:hover{color:#ef4444}.table-view{max-width:100%}.bulk-bar{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--accent);border-radius:10px;padding:8px 14px;margin-bottom:12px;box-shadow:var(--shadow);position:sticky;top:0;z-index:6}.bulk-count{font-weight:700;color:var(--accent-dark)}.grid-wrap{overflow-x:auto;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.grid-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.grid-table--fixed{table-layout:fixed;min-width:100%}.grid-table--fixed td{overflow:hidden;text-overflow:ellipsis}.grid-table--fixed th{overflow:visible}.grid-table th{position:relative}.col-resize{position:absolute;top:0;right:-6px;width:12px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:3;touch-action:none}.col-resize:after{content:"";position:absolute;right:5px;top:7px;bottom:7px;width:2px;border-radius:2px;background:#cbd2dc;transition:background .12s}.col-resize:hover:after{background:var(--accent)}.col-resize:active:after{background:var(--accent-dark)}.grid-table--fixed.is-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.grid-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:10px;border-bottom:1px solid var(--border);font-weight:600;white-space:nowrap;background:var(--surface-2);position:sticky;top:0}.grid-table td{padding:4px 8px;border-bottom:1px solid var(--border);vertical-align:middle}.grid-table tr:last-child td{border-bottom:none}.row-selected{background:#08a88a0f}.grid-check{width:36px;text-align:center}.grid-check input{width:15px;height:15px;accent-color:var(--accent)}.grid-title{min-width:240px;white-space:nowrap}.grid-title .grid-open{opacity:0}.grid-title:hover .grid-open{opacity:1}.grid-input{width:100%;border:1px solid transparent;border-radius:6px;padding:6px 8px;background:transparent;color:var(--text);font-size:13px}.grid-input:hover{border-color:var(--border)}.grid-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.grid-input--title{font-weight:500}.grid-title-inner{display:flex;align-items:center;gap:4px}.grid-title-inner .grid-input{flex:1;min-width:0}.grid-open{background:none;border:none;color:var(--text-muted);font-size:14px;width:22px;border-radius:6px}.grid-open:hover{background:var(--surface-2);color:var(--accent-dark)}.grid-empty{text-align:center;color:var(--text-muted);padding:20px}.grid-expand{background:none;border:none;color:var(--text-muted);font-size:18px;line-height:1;width:30px;height:30px;border-radius:7px;cursor:pointer;transition:transform .12s,background .12s;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.grid-expand:hover{background:var(--surface-2);color:var(--accent-dark)}.grid-expand.is-open{transform:rotate(90deg);color:var(--accent-dark)}.stage-subrow td{border-bottom:none;background:var(--surface-2);padding-top:3px;padding-bottom:3px}.stage-subrow--last td{border-bottom:1px solid var(--border);padding-bottom:8px}.stage-title-cell{padding-left:34px!important}.stage-cell-inner{position:relative;display:flex;align-items:center;gap:10px}.stage-line{position:absolute;left:8px;top:12px;height:40px;width:0;border-left:2px solid}.stage-cell-marker{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:700;flex-shrink:0;background:var(--surface);z-index:1}.stage-cell-name{font-size:13px;font-weight:500}.stage-cell-name.is-done{color:var(--text-muted)}.stage-dur{font-size:10px;font-weight:700;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);padding:1px 6px;border-radius:5px;margin-left:8px;white-space:nowrap}.stage-end{font-size:13px;color:var(--text-muted);font-weight:600}.stage-state-cell{white-space:nowrap}.rollup-prazo{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap}.rollup-resp{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.stage-prazo-cell{white-space:nowrap}.stage-dur-input{width:46px;display:inline-block;text-align:center}.stage-dur-unit{color:var(--text-muted);font-size:12px;margin:0 8px 0 2px}.stage-num{font-size:10px;font-weight:700;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:0 5px;min-width:18px;text-align:center}.stage-start-input.is-manual{color:var(--accent-dark);font-weight:600}.stage-pred-input{text-align:center}.stage-succ{font-size:13px;color:var(--text-muted);font-weight:600}.task-emails{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.delays{max-width:1100px}.delays-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.delays-head h2{margin:0 0 4px}.delays-section{margin-bottom:28px}.delays-sub{font-size:14px;margin:0 0 10px;color:var(--text)}.delays-table th{text-align:left}.delays-table .ta-right{text-align:right}.delays-row{cursor:pointer}.delays-row:hover{background:var(--surface-hover, rgba(8,168,138,.06))}.delays-task{font-weight:600}.delays-resp{display:flex;align-items:center;gap:8px;white-space:nowrap}.late-pill{display:inline-block;background:#fdecec;color:#d33;border:1px solid #f4c4c4;border-radius:999px;padding:1px 9px;font-size:12px;font-weight:700}.count-pill--alert{background:#ef4444;color:#fff}.delays-people{display:flex;flex-direction:column;gap:12px}.delay-person{border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.delay-person-head{display:flex;align-items:center;gap:12px;padding:12px 14px}.delay-person-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.delay-person-info strong{font-size:14px}.delay-person-actions{display:flex;gap:8px;flex-shrink:0}.delay-email{border-top:1px solid var(--border);padding:12px 14px;background:var(--bg)}.delay-email-subject{font-size:13px;margin-bottom:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.delay-email-body{display:block;width:100%;box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.55;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 14px;margin:0 0 10px;height:300px;resize:vertical}.delay-email-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.linkish{background:none;border:none;color:var(--accent);font-size:12px;cursor:pointer;padding:0;text-decoration:underline}.delays-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);white-space:nowrap}.client-items{border-top:1px solid var(--border);padding:6px 14px 12px;display:flex;flex-direction:column}.client-item{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px dashed var(--border);cursor:pointer}.client-item:last-child{border-bottom:none}.client-item:hover{background:var(--surface-hover, rgba(8,168,138,.05))}.client-item-title{font-weight:600;font-size:13px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-item-stage{font-size:11px;color:var(--text-muted);border:1px solid var(--border);border-left-width:3px;border-radius:4px;padding:1px 7px;white-space:nowrap}.client-item-meta{font-size:12px;color:var(--text-muted);white-space:nowrap}.ontime-pill{display:inline-block;background:#e9f7f2;color:#0a8;border:1px solid #bfe6da;border-radius:999px;padding:1px 9px;font-size:12px;font-weight:700;white-space:nowrap}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 26px;display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 40px #00000014}.auth-brand{display:flex;align-items:center;gap:10px;font-size:18px}.auth-card h2{margin:6px 0 0}.auth-card>.muted-sm{margin:0 0 6px}.auth-field{display:flex;flex-direction:column;gap:4px;font-size:13px}.auth-field span{color:var(--text-muted);font-weight:600}.auth-field input{padding:9px 11px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:var(--bg);color:var(--text)}.auth-card .btn--primary{margin-top:6px;justify-content:center;padding:10px}.auth-switch{background:none;border:none;color:var(--accent);cursor:pointer;font-size:13px;padding:2px}.auth-copy{margin:10px 0 0;font-size:11px;line-height:1.5;color:var(--text-muted);text-align:center}.auth-error{background:#fdecec;color:#c0392b;border:1px solid #f4c4c4;border-radius:8px;padding:8px 10px;font-size:13px}.auth-msg{background:#e9f7f2;color:#0a8;border:1px solid #bfe6da;border-radius:8px;padding:8px 10px;font-size:13px}.side-user-name{font-size:13px;display:block;line-height:1.2}.side-sync{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-muted)}.sync-dot{width:7px;height:7px;border-radius:50%;background:#08a88a;flex-shrink:0}.sync-dot.is-busy{background:#f59e0b;animation:sync-pulse .9s ease-in-out infinite}.side-sync .linkish{margin-left:auto;font-size:11px}@keyframes sync-pulse{0%,to{opacity:1}50%{opacity:.3}}.admin-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#fff;background:var(--accent);border-radius:4px;padding:1px 6px;vertical-align:middle;margin-left:4px}.member-admin-toggle{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted);margin-top:4px;cursor:pointer}.saved-filters-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.saved-chip{display:inline-flex;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;overflow:hidden}.saved-chip--active{border-color:var(--accent);background:#08a88a1a}.saved-chip-apply{background:none;border:none;color:var(--text);font-size:12px;font-weight:600;padding:4px 4px 4px 12px}.saved-chip-del{background:none;border:none;color:var(--text-muted);font-size:11px;padding:4px 10px 4px 6px}.saved-chip-del:hover{color:#ef4444}.saved-clear{background:none;border:none;color:var(--accent-dark);font-weight:600;font-size:12px}.saved-clear:hover{text-decoration:underline}.calendar{max-width:1100px}.cal-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-nav{display:flex;align-items:center;gap:10px}.cal-nav h2{font-size:18px;font-weight:700;min-width:180px;text-align:center}.cal-nav .icon-btn{font-size:22px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.cal-weekday{background:var(--surface-2);padding:8px;text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.cal-cell{background:var(--surface);min-height:108px;padding:6px;display:flex;flex-direction:column;gap:4px}.cal-cell--empty{background:var(--surface-2)}.cal-cell--today{background:#08a88a0f}.cal-cell--today .cal-daynum{background:var(--accent);color:#fff}.cal-daynum{align-self:flex-start;font-size:12px;font-weight:600;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-muted)}.cal-events{display:flex;flex-direction:column;gap:3px;overflow:hidden}.cal-event{text-align:left;background:var(--surface-2);border:none;border-left:3px solid var(--accent);border-radius:4px;padding:3px 6px;font-size:11px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-event:hover{background:var(--border)}.cal-more{font-size:10px;color:var(--text-muted);font-weight:600;padding-left:4px}.cal-legend{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px}.team-view{max-width:900px;display:flex;flex-direction:column;gap:24px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.member-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;display:flex;align-items:center;gap:14px;position:relative}.member-del{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:13px;line-height:1}.member-del:hover{background:#fdecec;color:#d33}.member-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.member-info strong{font-size:15px}.member-stats{display:flex;gap:14px;text-align:center}.member-stats div{display:flex;flex-direction:column}.member-stats b{font-size:18px;color:var(--accent-dark)}.add-member{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.add-member h3{font-size:14px;margin-bottom:12px}.add-member-row{display:flex;gap:10px;flex-wrap:wrap}.add-member-row input{flex:1;min-width:140px;padding:9px 12px;border:1px solid var(--border);border-radius:8px}.field-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field-list-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--surface-2);border-radius:8px;font-size:13px}.field-list-item strong{min-width:120px}.field-list-item .muted-sm{flex:1}.modal-backdrop,.panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182873;display:flex;z-index:100}.modal-backdrop{align-items:center;justify-content:center;padding:20px}.modal{background:var(--surface);border-radius:14px;box-shadow:var(--shadow-lg);width:100%;max-width:480px;padding:24px;display:flex;flex-direction:column;gap:14px;max-height:90vh;overflow-y:auto}.modal h2{font-size:18px}.field{display:flex;flex-direction:column;gap:6px}.field>span{font-size:12px;font-weight:600;color:var(--text-muted)}.field input,.field textarea,.field select{padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent)}.field textarea{resize:vertical}.field-row{display:flex;gap:12px}.field-row .field{flex:1}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.template-modal{max-width:620px}.tpl-picker{display:flex;flex-direction:column;gap:8px}.tpl-card{text-align:left;display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--surface);position:relative}.tpl-card:hover{border-color:var(--accent)}.tpl-card--active{border-color:var(--accent);background:#08a88a0f;box-shadow:0 0 0 1px var(--accent)}.tpl-card strong{font-size:14px}.tpl-card-dot{position:absolute;top:14px;right:14px;width:12px;height:12px;border-radius:4px}.tpl-stages{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.tpl-stage{font-size:10px;font-weight:700;padding:2px 7px;border-radius:5px;text-transform:uppercase;letter-spacing:.03em}.tpl-summary{background:var(--surface-2);border-radius:8px;padding:10px 12px;line-height:1.5}.assignee-picker{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;border:1px solid var(--border);border-radius:20px;background:var(--surface);font-size:12px;font-weight:500;color:var(--text)}.chip--active{border-color:var(--accent);background:#08a88a1a;color:var(--accent-dark)}.panel-backdrop{justify-content:flex-end}.detail-panel{background:var(--surface);width:100%;max-width:520px;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:slideIn .18s ease}@keyframes slideIn{0%{transform:translate(30px);opacity:.6}to{transform:translate(0);opacity:1}}.detail-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.detail-header-actions{display:flex;align-items:center;gap:8px}.detail-body{flex:1;overflow-y:auto;padding:20px 24px 32px;display:flex;flex-direction:column;gap:20px}.detail-title{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.25;cursor:text}.detail-title:hover{background:var(--surface-2);border-radius:6px}.detail-title-input{font-size:22px;font-weight:700;border:1px solid var(--accent);border-radius:8px;padding:4px 8px}.detail-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.meta-row{display:flex;flex-direction:column;gap:5px}.meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.meta-row select,.meta-row input{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.input--overdue{border-color:#ef4444!important;color:#ef4444}.detail-section{display:flex;flex-direction:column;gap:8px}.section-head{display:flex;align-items:center;justify-content:space-between}.detail-description{border:1px solid var(--border);border-radius:8px;padding:10px 12px;resize:vertical;color:var(--text);background:var(--surface)}.detail-description:focus{outline:none;border-color:var(--accent)}.stage-timeline{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column}.stage-step{display:flex;align-items:center;gap:12px;position:relative;padding:6px 0}.stage-step:not(:last-child):before{content:"";position:absolute;left:10px;top:26px;bottom:-6px;width:2px;background:var(--border)}.stage-step.is-done:not(:last-child):before{background:var(--accent)}.stage-marker{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;flex-shrink:0;background:var(--surface);z-index:1}.stage-step.is-current .stage-marker{box-shadow:0 0 0 3px #08a88a2e}.stage-info{display:flex;align-items:baseline;justify-content:space-between;flex:1;gap:10px}.stage-name{font-weight:500}.stage-step.is-done .stage-name{color:var(--text-muted)}.stage-now{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-dark);background:#08a88a1f;padding:1px 6px;border-radius:5px;margin-left:8px}.stage-date{font-size:12px;color:var(--text-muted);font-weight:600;white-space:nowrap}.stage-head-actions{display:flex;gap:6px}.stage-sched{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);font-weight:600;white-space:nowrap}.stage-sched .stage-dur-input{width:46px}.stage-date-input{border:1px solid transparent;border-radius:6px;padding:3px 6px;background:transparent;color:var(--text-muted);font-size:12px;font-weight:600}.stage-date-input:hover{border-color:var(--border);background:var(--surface)}.stage-date-input:focus{outline:none;border-color:var(--accent);background:var(--surface);color:var(--text)}.stage-prev{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--surface-2);padding:1px 6px;border-radius:5px;margin-left:8px}.dep-item{display:flex;align-items:center;gap:8px;padding:6px 8px;background:var(--surface-2);border-radius:8px;font-size:13px}.dep-item span{flex:1}.dep-add{padding:8px 10px;border:1px dashed var(--border);border-radius:8px;color:var(--text-muted);background:var(--surface)}.subtask-item{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:8px}.subtask-item:hover{background:var(--surface-2)}.subtask-item input{width:16px;height:16px;accent-color:var(--accent)}.subtask-done{text-decoration:line-through;color:var(--text-muted)}.comment-list{display:flex;flex-direction:column;gap:14px;margin-bottom:4px}.comment{display:flex;gap:10px}.comment-body{flex:1}.comment-head{display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.comment-body p{margin:0;line-height:1.4}.comment-form{display:flex;align-items:center;gap:10px}.comment-form input{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:20px;background:var(--surface);color:var(--text)}.comment-form input:focus{outline:none;border-color:var(--accent)}.detail-footer{border-top:1px solid var(--border);padding-top:12px}.attachment-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--surface-2);border-radius:8px;font-size:13px}.att-icon{font-size:15px}.att-name{flex:1;color:var(--accent-dark);font-weight:500;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.att-name:hover{text-decoration:underline}.mention{color:var(--accent-dark);background:#08a88a1f;font-weight:600;padding:0 3px;border-radius:4px}.mention-chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}.mention-chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;padding:2px 10px;font-size:12px;font-weight:600}.mention-chip:hover{border-color:var(--accent);color:var(--accent-dark)}.activity-list{display:flex;flex-direction:column;gap:4px}.activity-item{display:flex;align-items:center;gap:10px;padding:6px 8px;font-size:13px;border-radius:6px}.activity-item:hover{background:var(--surface-2)}.activity-icon{width:22px;height:22px;border-radius:50%;background:var(--surface-2);display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.activity-text{flex:1}.dashboard{max-width:1100px;display:flex;flex-direction:column;gap:18px}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-tile{position:relative;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px;display:flex;flex-direction:column;gap:2px;overflow:hidden}.stat-accent{position:absolute;left:0;top:0;bottom:0;width:4px}.stat-tile b{font-size:30px;font-weight:700;letter-spacing:-.02em}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dash-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.dash-card h3{font-size:14px;margin-bottom:16px}.dash-card--wide{grid-column:1 / -1}.dash-center{text-align:center;margin:12px 0 0}.donut{width:150px;height:150px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center}.donut-hole{width:108px;height:108px;background:var(--surface);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-hole b{font-size:28px;font-weight:700;color:var(--accent-dark)}.bar-chart{display:flex;flex-direction:column;gap:12px}.bar-item{display:flex;align-items:center;gap:10px}.bar-label{width:110px;font-size:12px;color:var(--text-muted);flex-shrink:0}.bar-track{flex:1;height:12px;background:var(--surface-2);border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:width .3s;min-width:2px}.bar-value{width:24px;text-align:right;font-weight:600;font-size:13px}.prio-bar{display:flex;height:26px;border-radius:6px;overflow:hidden;gap:2px}.prio-seg{transition:flex .3s}.legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px}.legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.workload-table{width:100%;border-collapse:separate;border-spacing:0}.workload-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:8px 10px;font-weight:600}.workload-table td{padding:10px;border-top:1px solid var(--border)}.wl-member{display:flex;align-items:center;gap:10px;font-weight:500}.wl-progress{display:flex;align-items:center;gap:8px;max-width:180px}.mytasks{max-width:960px;display:flex;flex-direction:column;gap:22px}.mytasks-head h2{font-size:22px;font-weight:700;letter-spacing:-.02em}.mytasks-head p{margin:4px 0 0}.mt-bucket{display:flex;flex-direction:column;gap:8px}.mt-bucket-head{display:flex;align-items:center;gap:8px}.mt-bucket-head h3{font-size:14px}.mt-list{display:flex;flex-direction:column;gap:6px}.mt-item{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 16px;cursor:pointer;box-shadow:var(--shadow);transition:box-shadow .12s,transform .06s}.mt-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.mt-item-main{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.mt-project{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.mt-title{font-weight:500}.mt-item-side{display:flex;align-items:center;gap:10px;flex-shrink:0}.mt-date{font-size:12px;color:var(--text-muted);font-weight:600;min-width:52px;text-align:right}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:14px;text-align:center;padding:40px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cbd2dc;border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#aeb6c2;background-clip:content-box}@media (max-width: 860px){.sidebar{display:none}.topbar{flex-direction:column;align-items:stretch;gap:10px}.search{width:100%}.detail-panel,.modal{max-width:100%}.stat-row{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}}
