@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#08080c;color:#e4e4f0}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#08080c;background-image:radial-gradient(ellipse 90% 55% at 50% -5%,rgba(129,140,248,.14) 0%,transparent 65%),radial-gradient(ellipse 40% 30% at 80% 90%,rgba(99,102,241,.07) 0%,transparent 60%)}.login-card{background:#111118;color:#e4e4f0;border-radius:20px;padding:3rem 2.5rem;width:100%;max-width:400px;box-shadow:0 0 0 1px #818cf81a,0 24px 64px #0009,0 1px #ffffff0a inset}.login-header{text-align:center;margin-bottom:2.25rem}.login-header h1{font-size:1.55rem;font-weight:700;margin:0;letter-spacing:-.04em;background:linear-gradient(135deg,#e4e4f0 30%,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{margin:.45rem 0 0;font-size:.84rem;color:#3f3f52;font-weight:400}.login-form{display:flex;flex-direction:column;gap:.35rem}.login-form label{font-size:.7rem;font-weight:600;color:#3f3f52;margin-top:.75rem;letter-spacing:.06em;text-transform:uppercase}.login-form input{padding:.72rem .9rem;border:1px solid #1e1e2a;border-radius:10px;font-size:.93rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;background:#0c0c14;color:#e4e4f0}.login-form input::placeholder{color:#2a2a38}.login-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.login-error{margin:.5rem 0 0;padding:.6rem .8rem;font-size:.82rem;color:#fca5a5;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:8px}.login-form button{margin-top:1.75rem;padding:.82rem;border:none;border-radius:10px;background:#6366f1;color:#fff;font-size:.93rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 4px 20px #6366f14d;letter-spacing:.01em}.login-form button:hover{background:#818cf8;box-shadow:0 4px 28px #818cf866}.login-form button:active{transform:scale(.98)}.login-footer{text-align:center;margin-top:1.5rem;font-size:.78rem;color:#2a2a38}.login-hint{margin:.25rem 0 0;font-size:.75rem;color:#f87171}.login-switch{text-align:center;margin-top:1.25rem;font-size:.82rem;color:#3f3f52}.login-switch button{background:none;border:none;color:#818cf8;font-size:inherit;font-family:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.login-switch button:hover{color:#a5b4fc}.dashboard{min-height:100vh;background:#08080c;color:#e4e4f0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#111118;border-bottom:1px solid #1e1e2a}.dashboard-header h1{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#e4e4f0 30%,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logout-btn{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;font-family:inherit;transition:all .15s}.logout-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.dashboard-main{padding:2.5rem 3rem;max-width:1280px;margin:0 auto}.dashboard-body{display:flex;align-items:flex-start;gap:2.5rem}.projects-col{flex:1;min-width:0}.projects-col h2{margin:0 0 1.25rem;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0}.dashboard-main h2{margin:0 0 1.5rem;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.project-card{background:#111118;border-radius:12px;padding:1.5rem;border:1px solid #1e1e2a;cursor:pointer;transition:border-color .15s,box-shadow .15s}.project-card:hover{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1,0 4px 24px #6366f11f}.pc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.project-card h3{margin:0;font-size:.95rem;font-weight:600;color:#e4e4f0;line-height:1.35}.pc-description{margin:0 0 .75rem;font-size:.78rem;color:#5a5a72;line-height:1.5}.pc-details{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:.75rem}.pc-detail{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;color:#3f3f52;font-weight:500}.pc-detail-icon{font-size:.68rem;line-height:1}.pc-tasks{display:flex;gap:.5rem;margin-bottom:.75rem}.pc-task-count{font-size:.68rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;letter-spacing:.02em}.pc-task-done{color:#4ade80;background:#4ade801a}.pc-task-in-progress{color:#facc15;background:#facc151a}.pc-task-todo{color:#94a3b8;background:#94a3b814}.progress-bar{margin-top:1rem;height:3px;background:#1e1e2a;border-radius:2px;overflow:hidden}.completion-text{margin:.5rem 0 0;font-size:.78rem;color:#3f3f52;font-weight:500}.header-right{display:flex;align-items:center;gap:.75rem}.header-user{font-size:.82rem;font-weight:500;color:#3f3f52}.upcoming-section{width:300px;flex-shrink:0;border-right:1px solid #1e1e2a;padding-right:2.5rem}.upcoming-section h2{margin:0 0 1rem;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0}.upcoming-heading{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.upcoming-heading h2{margin:0}.upcoming-user{font-size:.8rem;font-weight:500;color:#3f3f52}.upcoming-empty{font-size:.85rem;color:#3f3f52}.upcoming-timeline{display:flex;flex-direction:column;gap:0;border-left:2px solid #1e1e2a;margin-left:6px}.upcoming-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem .75rem 0;margin-left:-7px;cursor:pointer;border-radius:8px;transition:background .12s}.upcoming-item:hover{background:#6366f10f}.upcoming-marker{width:12px;height:12px;border-radius:50%;border:2px solid #2a2a3a;background:#08080c;flex-shrink:0;margin-top:3px;transition:border-color .15s}.upcoming-item:first-child .upcoming-marker{background:#6366f1;border-color:#6366f1;box-shadow:0 0 8px #6366f180}.upcoming-body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.upcoming-title{font-size:.88rem;font-weight:600;color:#e4e4f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-meta{font-size:.75rem;color:#3f3f52;font-weight:400}.upcoming-status{font-size:.68rem;font-weight:600;padding:.15rem .55rem;border-radius:4px;letter-spacing:.02em;white-space:nowrap;flex-shrink:0;margin-top:2px}.status-to-do{background:#ffffff0f;color:#3f3f52}.projects-col-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.projects-col-header h2{margin:0}.new-project-btn{background:#6366f1;color:#fff;border:none;padding:.45rem 1rem;border-radius:8px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 2px 12px #6366f140}.new-project-btn:hover{background:#818cf8;box-shadow:0 2px 16px #818cf859}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:#111118;border:1px solid #1e1e2a;border-radius:16px;padding:2rem;width:100%;max-width:440px;box-shadow:0 24px 64px #00000080}.modal-card h3{margin:0 0 1.5rem;font-size:1.15rem;font-weight:700;color:#e4e4f0}.modal-form{display:flex;flex-direction:column;gap:.35rem}.modal-form label{font-size:.7rem;font-weight:600;color:#3f3f52;margin-top:.65rem;letter-spacing:.06em;text-transform:uppercase}.modal-form input,.modal-form textarea{padding:.65rem .8rem;border:1px solid #1e1e2a;border-radius:8px;font-size:.88rem;font-family:inherit;outline:none;background:#0c0c14;color:#e4e4f0;transition:border-color .15s,box-shadow .15s;resize:vertical}.np-collab-wrap{position:relative;display:flex;flex-direction:column;gap:.55rem}.np-collab-selected{display:flex;flex-wrap:wrap;gap:.4rem}.np-collab-chip{display:inline-flex;align-items:center;gap:.4rem;background:#6366f124;color:#a5b4fc;border:1px solid rgba(129,140,248,.3);border-radius:999px;padding:.22rem .55rem;font-size:.74rem}.np-collab-chip button{border:none;background:transparent;color:#c7d2fe;font-weight:700;cursor:pointer;padding:0;line-height:1}.np-collab-input-row{display:flex;gap:.45rem}.np-collab-input-row input{flex:1}.np-collab-add{border:1px solid #1e1e2a;border-radius:8px;background:#161627;color:#c7d2fe;padding:.55rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer}.np-collab-add:disabled{opacity:.45;cursor:not-allowed}.np-collab-suggestions{display:flex;flex-direction:column;gap:.3rem;border:1px solid #1e1e2a;border-radius:10px;background:#0f0f18;padding:.35rem;max-height:170px;overflow-y:auto}.np-collab-suggestion{border:none;background:transparent;color:#e4e4f0;text-align:left;padding:.45rem .5rem;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.1rem}.np-collab-suggestion:hover{background:#6366f11f}.np-collab-suggestion small{color:#81819b;font-size:.72rem}.np-collab-error{margin:.35rem 0 0;color:#fca5a5;font-size:.78rem}.modal-form input::placeholder,.modal-form textarea::placeholder{color:#2a2a38}.modal-form input:focus,.modal-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.modal-cancel{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.55rem 1.1rem;border-radius:8px;font-size:.85rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s}.modal-cancel:hover{border-color:#6366f1;color:#818cf8}.modal-submit{background:#6366f1;color:#fff;border:none;padding:.55rem 1.3rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 2px 12px #6366f140}.modal-submit:hover{background:#818cf8}.modal-submit:disabled{opacity:.5;cursor:not-allowed}.fp-wrapper{display:flex;align-items:center;gap:.35rem}.fp-select{flex:1;min-width:0;padding:.55rem .7rem;border:1px solid #1e1e2a;border-radius:8px;font-size:.85rem;font-family:inherit;background:#0c0c14;color:#e4e4f0;outline:none;transition:border-color .15s,box-shadow .15s;appearance:none}.fp-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.fp-upload-btn{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #1e1e2a;border-radius:8px;background:#0c0c14;color:#818cf8;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.fp-upload-btn:hover{border-color:#6366f1;background:#6366f11a;color:#a5b4fc}.fp-upload-btn:disabled{opacity:.5;cursor:not-allowed}.fp-hidden-input{display:none}.gantt{border:1px solid #1e1e2a;border-radius:10px;background:#111118;overflow:hidden}.gantt-scroll-area{overflow-x:auto;overflow-y:visible}.gantt-empty{text-align:center;color:#2a2a38;padding:2rem;font-size:.85rem}.gantt-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid #1e1e2a;background:#0e0e16}.gantt-view-modes{display:flex;gap:2px;background:#1a1a24;border-radius:6px;padding:2px}.gantt-view-btn{background:none;border:none;cursor:pointer;padding:.3rem .7rem;font-size:.7rem;font-weight:600;color:#3f3f52;border-radius:4px;transition:background .12s,color .12s;text-transform:uppercase;letter-spacing:.04em}.gantt-view-btn:hover{color:#e4e4f0;background:#6366f114}.gantt-view-btn-active{background:#6366f1;color:#fff}.gantt-view-btn-active:hover{background:#818cf8;color:#fff}.gantt-nav{display:flex;align-items:center;gap:2px}.gantt-nav-btn{background:none;border:1px solid #1e1e2a;cursor:pointer;padding:.25rem .5rem;font-size:.78rem;font-weight:600;color:#3f3f52;border-radius:4px;transition:background .12s,color .12s;line-height:1}.gantt-nav-btn:hover{color:#e4e4f0;background:#6366f114}.gantt-nav-today{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .6rem}.gantt-timeline-header{display:flex;border-bottom:1px solid #1e1e2a;background:#0e0e16;min-width:max-content}.gantt-label-spacer{flex:0 0 200px;border-right:1px solid #1e1e2a;position:sticky;left:0;z-index:3;background:#0e0e16}.gantt-months{flex:1;position:relative;height:32px;overflow:hidden}.gantt-month{position:absolute;top:0;height:100%;display:flex;align-items:center;padding-left:8px;font-size:.68rem;font-weight:600;color:#3f3f52;text-transform:uppercase;letter-spacing:.03em;border-left:1px solid #1e1e2a;box-sizing:border-box;overflow:hidden;white-space:nowrap}.gantt-month-day{font-size:.58rem;padding-left:2px;justify-content:center;letter-spacing:0}.gantt-body{display:flex;flex-direction:column}.gantt-row{display:flex;border-bottom:1px solid #1a1a24;cursor:pointer;transition:background .1s;min-width:max-content}.gantt-row:hover{background:#6366f10d}.gantt-row:last-child{border-bottom:none}.gantt-row-label{flex:0 0 200px;display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem .5rem .5rem .4rem;border-right:1px solid #1e1e2a;overflow:hidden;position:sticky;left:0;z-index:3;background:#111118}.gantt-row-label-text{display:flex;flex-direction:column;min-width:0;flex:1}.gantt-task-name{font-size:.8rem;font-weight:500;color:#e4e4f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-task-assignee{font-size:.68rem;color:#3f3f52;margin-top:.15rem}.gantt-row-track{flex:1;position:relative;height:52px;overflow:hidden}.gantt-grid-line{position:absolute;top:0;bottom:0;width:1px;background:#1a1a24}.gantt-today{position:absolute;top:0;bottom:0;width:1.5px;background:#f87171;opacity:.6;z-index:2}.gantt-bar{position:absolute;top:14px;height:24px;border-radius:4px;display:flex;align-items:center;padding:0 6px;min-width:4px;z-index:1;transition:opacity .15s}.gantt-bar:hover{opacity:.85}.gantt-bar-label{font-size:.62rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-todo{background:#1e1e2a;color:#5a5a72}.bar-progress{background:#6366f1;color:#fff}.bar-done{background:#2a2a3a;color:#5a5a72}.gantt-expand-btn{background:none;border:none;cursor:pointer;padding:0;font-size:1.05rem;line-height:1;color:#2a2a38;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;transition:color .12s,transform .15s;transform-origin:center}.gantt-expand-btn:hover{color:#818cf8}.gantt-expand-btn-open{transform:rotate(90deg);color:#818cf8}.gantt-expand-placeholder{display:inline-block;width:16px;flex-shrink:0}.gantt-row-sub{background:#0e0e16}.gantt-row-sub:hover{background:#6366f10a}.gantt-row-sub .gantt-row-track{height:44px}.gantt-row-label-sub{gap:0;padding-left:.6rem;background:#0e0e16!important}.gantt-row-sub .gantt-task-name{font-size:.73rem;color:#5a5a72}.gantt-row-sub .gantt-task-assignee{font-size:.63rem;color:#2a2a38}.gantt-sub-tree-line{display:inline-block;width:14px;height:16px;margin-right:.3rem;border-left:1.5px solid #2a2a3a;border-bottom:1.5px solid #2a2a3a;flex-shrink:0;align-self:flex-start;margin-top:6px}.gantt-bar-sub{top:13px;height:18px;opacity:.75}@media(max-width:640px){.gantt-label-spacer,.gantt-row-label{flex:0 0 120px}.gantt-task-name{font-size:.72rem}}.scheduler{margin-top:2.5rem}.scheduler-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.scheduler-header h3{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0}.scheduler-actions{display:flex;align-items:center;gap:.5rem}.view-toggle{display:flex;border:1px solid #1e1e2a;border-radius:6px;overflow:hidden}.toggle-btn{background:#111118;border:none;padding:.35rem .75rem;font-size:.75rem;font-weight:500;font-family:inherit;color:#3f3f52;cursor:pointer;transition:all .15s}.toggle-btn:not(:last-child){border-right:1px solid #1e1e2a}.toggle-btn.active{background:#6366f1;color:#fff}.toggle-btn:not(.active):hover{background:#6366f114;color:#818cf8}.assignee-filter{display:flex;align-items:center;gap:0;position:relative}.assignee-filter-select{appearance:none;-webkit-appearance:none;background:#111118;border:1px solid #1e1e2a;color:#e4e4f0;padding:.35rem 1.8rem .35rem .7rem;border-radius:6px;font-size:.75rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%233f3f52'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.assignee-filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.assignee-filter-select option{background:#111118;color:#e4e4f0}.assignee-filter-clear{position:absolute;right:1.4rem;background:none;border:none;color:#818cf8;font-size:.85rem;line-height:1;cursor:pointer;padding:0 .2rem}.add-task-btn{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.35rem .85rem;border-radius:6px;cursor:pointer;font-size:.78rem;font-weight:500;font-family:inherit;transition:all .15s}.add-task-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.task-form{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.task-form input,.task-form select{flex:1;min-width:120px;padding:.55rem .7rem;border:1px solid #1e1e2a;border-radius:6px;font-size:.85rem;font-family:inherit;outline:none;background:#0c0c14;color:#e4e4f0;transition:border-color .15s,box-shadow .15s}.task-form input::placeholder{color:#2a2a38}.task-form input:focus,.task-form select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.task-form select option{background:#111118;color:#e4e4f0}.task-form button{padding:.55rem 1rem;border:none;border-radius:6px;background:#6366f1;color:#fff;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.task-form button:hover{background:#818cf8}.scheduler-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:640px){.scheduler-columns{grid-template-columns:1fr}}.scheduler-col{background:#111118;border:1px solid #1e1e2a;border-radius:10px;padding:1rem;display:flex;flex-direction:column}.col-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.col-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#3f3f52}.col-count{font-size:.7rem;font-weight:600;background:#ffffff0a;color:#3f3f52;padding:.1rem .45rem;border-radius:4px}.col-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.col-empty{margin:0;font-size:.8rem;color:#2a2a38;text-align:center;padding:1rem 0}.task-group{display:flex;flex-direction:column}.task-group.has-children>.task-card{border-bottom-left-radius:0;border-bottom-right-radius:0}.subtask-list{display:flex;flex-direction:column;border-left:2px solid #6366f1;margin-left:.6rem;padding-left:0}.subtask-list .subtask-card{border-radius:0;border-left:none;margin-left:0;background:#121220;border-color:#1a1a2c}.subtask-list .subtask-card:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.subtask-indicator{color:#6366f1;margin-right:.35rem;font-weight:600;font-size:.9rem}.task-subtask-badge{display:inline-block;margin-top:.35rem;font-size:.65rem;font-weight:600;color:#818cf8;background:#6366f11a;padding:.1rem .5rem;border-radius:4px;width:fit-content}.task-card{border:1px solid #1e1e2a;border-radius:8px;padding:.75rem;background:#16161e;cursor:pointer;transition:border-color .15s,box-shadow .15s}.task-card:hover{border-color:#6366f1;box-shadow:0 0 0 1px #6366f133}.task-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.task-title{font-size:.85rem;font-weight:500;color:#e4e4f0;line-height:1.3}.task-remove{background:none;border:none;color:#2a2a38;font-size:1rem;cursor:pointer;padding:0;line-height:1;transition:color .15s}.task-remove:hover{color:#818cf8}.task-meta{display:flex;justify-content:space-between;font-size:.72rem;color:#3f3f52;margin-top:.4rem}.task-status-btn{margin-top:.5rem;width:100%;padding:.3rem;border:1px solid #1e1e2a;border-radius:5px;background:transparent;color:#3f3f52;font-size:.72rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s}.task-status-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.subtask-status-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.subtask-status-row .task-status-btn{margin-top:0;flex:1}.subtask-status-badge{font-size:.65rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;white-space:nowrap;letter-spacing:.02em}.subtask-status-to-do{color:#94a3b8;background:#94a3b81f}.subtask-status-in-progress{color:#facc15;background:#facc151f}.subtask-status-done{color:#4ade80;background:#4ade801f}.file-manager{margin-top:2.5rem}.fm-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.fm-header h3{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;flex:1;color:#e4e4f0}.fm-upload-btn{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.35rem .85rem;border-radius:6px;cursor:pointer;font-size:.78rem;font-weight:500;font-family:inherit;transition:all .15s}.fm-upload-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.fm-upload-group{display:flex;align-items:center;gap:.4rem}.fm-cat-select{background:#111118;border:1px solid #1e1e2a;border-radius:6px;color:#e4e4f0;font-size:.78rem;font-family:inherit;font-weight:500;padding:.35rem .6rem;outline:none;cursor:pointer;transition:border-color .15s}.fm-cat-select:focus{border-color:#6366f1}.fm-cat-tabs{display:flex;gap:0;border-bottom:1px solid #1e1e2a;margin-bottom:.75rem}.fm-cat-tab{padding:.45rem .9rem;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.78rem;font-weight:600;font-family:inherit;color:#3f3f52;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.35rem}.fm-cat-tab:hover{color:#818cf8}.fm-cat-tab.active{color:#818cf8;border-bottom-color:#6366f1}.fm-cat-count{font-size:.65rem;font-weight:600;color:#80809a;background:#1a1a28;border-radius:999px;padding:.05rem .4rem;line-height:1.4}.fm-hidden-input{display:none}.fm-empty{font-size:.85rem;color:#2a2a38;text-align:center;padding:1.5rem 0}.fm-list{display:flex;flex-direction:column;gap:.4rem}.fm-file{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;background:#111118;border:1px solid #1e1e2a;border-radius:8px;transition:border-color .15s}.fm-file:hover{border-color:#6366f1}.fm-icon{font-size:1.1rem;flex-shrink:0}.fm-file-info{flex:1;display:flex;flex-direction:column;min-width:0}.fm-file-name{font-size:.85rem;font-weight:500;color:#e4e4f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-file-meta{font-size:.7rem;color:#3f3f52;margin-top:.1rem}.fm-file-remove{background:none;border:none;color:#2a2a38;font-size:1rem;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .15s}.fm-file-remove:hover{color:#818cf8}.bt-root{padding-top:1.5rem}.bt-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.bt-card{background:#111118;border:1px solid #1e1e2a;border-radius:10px;padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.2rem}.bt-card-spent{border-left:3px solid #6366f1}.bt-card-over{border-left:3px solid #f87171}.bt-card-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#3f3f52}.bt-card-value{font-size:1.35rem;font-weight:700;color:#e4e4f0;letter-spacing:-.02em;line-height:1.2}.bt-card-pct{font-size:.78rem;color:#3f3f52;font-weight:500}.bt-card-over-badge{font-size:.72rem;font-weight:700;color:#f87171;margin-top:.1rem}.bt-charts{display:grid;grid-template-columns:1fr 360px;gap:1.5rem;margin-bottom:2rem;align-items:start}.bt-chart-box{background:#111118;border:1px solid #1e1e2a;border-radius:10px;padding:1.25rem 1.5rem}.bt-chart-box h4{margin:0 0 1rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3f3f52}.bt-legend{display:flex;gap:1.25rem;margin-top:.75rem;justify-content:center}.bt-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#3f3f52;font-weight:500}.bt-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bt-tooltip{background:#16161e;border:1px solid #1e1e2a;border-radius:6px;padding:.45rem .75rem;display:flex;flex-direction:column;gap:.1rem;box-shadow:0 4px 16px #0006}.bt-tooltip-status{font-size:.72rem;color:#3f3f52;font-weight:500}.bt-tooltip-cost{font-size:.9rem;font-weight:700;color:#e4e4f0}.bt-table-wrap{background:#111118;border:1px solid #1e1e2a;border-radius:10px;padding:1.25rem 1.5rem;overflow-x:auto}.bt-table-wrap h4{margin:0 0 1rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3f3f52}.bt-table{width:100%;border-collapse:collapse;font-size:.85rem}.bt-table th{text-align:left;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2a2a38;padding:0 .75rem .75rem;border-bottom:1px solid #1e1e2a}.bt-table td{padding:.7rem .75rem;color:#5a5a72;border-bottom:1px solid #1a1a24;vertical-align:middle}.bt-table tbody tr:last-child td{border-bottom:none}.bt-table tbody tr:hover td{background:#6366f10d}.bt-tr-clickable{cursor:pointer}.bt-th-cost,.bt-td-cost{text-align:right}.bt-td-title{font-weight:500;color:#e4e4f0;max-width:320px}.bt-td-date{color:#3f3f52;white-space:nowrap}.bt-status{display:inline-block;font-size:.68rem;font-weight:600;padding:.18rem .55rem;border-radius:4px;letter-spacing:.02em;white-space:nowrap}.status-done{background:#ffffff0d;color:#5a5a72}.status-to-do{background:#ffffff08;color:#3f3f52}.bt-tfoot-row td{border-top:1px solid #1e1e2a;border-bottom:none!important;font-weight:700;color:#e4e4f0;padding-top:.85rem}@media(max-width:900px){.bt-cards{grid-template-columns:repeat(2,1fr)}.bt-charts{grid-template-columns:1fr}}.bt-expand-btn{background:none;border:none;cursor:pointer;padding:0;margin-right:.3rem;font-size:1.05rem;line-height:1;color:#2a2a38;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;vertical-align:middle;flex-shrink:0;transition:color .12s,transform .15s;transform-origin:center}.bt-expand-btn:hover{color:#818cf8}.bt-expand-btn-open{transform:rotate(90deg);color:#818cf8}.bt-expand-placeholder{display:inline-block;width:22px;flex-shrink:0;vertical-align:middle}.bt-sub-count{margin-left:.5rem;font-size:.63rem;font-weight:600;color:#2a2a38;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}.bt-tr-sub td{background:#0e0e16;font-size:.82rem;color:#3f3f52;border-bottom-color:#18181f}.bt-tr-sub:hover td{background:#6366f10a}.bt-td-sub-title{padding-left:.75rem!important;color:#5a5a72!important}.bt-sub-tree-line{display:inline-block;width:14px;height:10px;margin-right:.4rem;border-left:1.5px solid #2a2a3a;border-bottom:1.5px solid #2a2a3a;vertical-align:middle;margin-bottom:2px;flex-shrink:0}.collab-panel{margin-top:1.6rem;padding:1rem 1.1rem;border:1px solid #1e1e2a;border-radius:12px;background:#101018}.collab-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.collab-panel-head h3{margin:0;font-size:.95rem;color:#e4e4f0}.collab-muted{font-size:.78rem;color:#6f6f86}.collab-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.9rem}.collab-empty{margin:0;font-size:.82rem;color:#6f6f86}.collab-item{border:1px solid #1d1d2b;background:#0d0d15;border-radius:10px;padding:.55rem .7rem}.collab-main{display:flex;align-items:center;gap:.45rem}.collab-name{font-size:.84rem;font-weight:600;color:#e4e4f0}.collab-email{font-size:.74rem;color:#8a8aa2}.collab-badge{font-size:.66rem;border-radius:999px;border:1px solid rgba(129,140,248,.35);color:#a5b4fc;background:#6366f12e;padding:.1rem .45rem}.collab-add-wrap label{display:block;margin-bottom:.35rem;font-size:.72rem;color:#8a8aa2;text-transform:uppercase;letter-spacing:.04em}.collab-add-row{display:flex;gap:.45rem}.collab-add-row input{flex:1;padding:.55rem .65rem;border:1px solid #1d1d2b;border-radius:8px;background:#0c0c14;color:#e4e4f0;font-size:.82rem}.collab-add-row button{border:none;background:#6366f1;color:#fff;border-radius:8px;padding:.55rem .85rem;font-size:.8rem;font-weight:600;cursor:pointer}.collab-add-row button:disabled{opacity:.5;cursor:not-allowed}.collab-suggestions{margin-top:.45rem;border:1px solid #1d1d2b;border-radius:10px;background:#0f0f18;overflow:hidden}.collab-suggestion{width:100%;border:none;border-bottom:1px solid #1d1d2b;background:transparent;color:#e4e4f0;text-align:left;padding:.45rem .6rem;cursor:pointer;display:flex;flex-direction:column;gap:.05rem}.collab-suggestion:last-child{border-bottom:none}.collab-suggestion:hover{background:#6366f11f}.collab-suggestion small{color:#8a8aa2;font-size:.72rem}.collab-error{margin:.45rem 0 0;font-size:.78rem;color:#fca5a5}.pa-panel{border:1px solid #1e1e2a;border-radius:12px;background:#101018;padding:1rem 1rem 1rem .75rem;max-height:calc(100vh - 8rem);overflow-y:auto}.pa-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-left:.25rem}.pa-head h3{margin:0;font-size:.95rem;color:#e4e4f0}.pa-count{font-size:.65rem;font-weight:600;color:#80809a;background:#1a1a28;border-radius:999px;padding:.1rem .5rem;line-height:1.4}.pa-empty{margin:0;font-size:.82rem;color:#6f6f86;padding-left:.25rem}.pa-timeline{display:flex;flex-direction:column;gap:.25rem}.pa-group{display:flex;flex-direction:column}.pa-date-toggle{all:unset;display:flex;align-items:center;gap:.4rem;width:100%;padding:.45rem .5rem .35rem .35rem;border-radius:6px;cursor:pointer;transition:background .12s}.pa-date-toggle:hover{background:#6366f10f}.pa-date-chevron{font-size:.6rem;color:#3f3f52;width:.8rem;text-align:center;flex-shrink:0;transition:color .12s}.pa-date-toggle:hover .pa-date-chevron{color:#818cf8}.pa-date-label-text{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3f3f52}.pa-date-toggle-open .pa-date-label-text{color:#5a5a72}.pa-date-badge{font-size:.58rem;font-weight:600;color:#555568;background:#ffffff0a;border-radius:999px;padding:.05rem .4rem;margin-left:auto;line-height:1.4}.pa-entry{display:flex;gap:.65rem;min-height:2.6rem}.pa-connector{display:flex;flex-direction:column;align-items:center;width:1.6rem;flex-shrink:0;padding-top:.15rem}.pa-dot{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #818cf8;background:#101018;display:flex;align-items:center;justify-content:center;font-size:.65rem;line-height:1;color:#e4e4f0;flex-shrink:0;z-index:1}.pa-line{flex:1;width:2px;background:#1e1e2e;margin-top:.15rem;border-radius:1px}.pa-content{flex:1;min-width:0;padding-bottom:.5rem}.pa-content-top{display:flex;align-items:baseline;gap:.45rem}.pa-actor{font-size:.78rem;font-weight:600;color:#c7d2fe;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pa-time{font-size:.65rem;color:#555568;white-space:nowrap;margin-left:auto;flex-shrink:0;cursor:default}.pa-action{margin:.15rem 0 0;font-size:.78rem;color:#a0a0b8;line-height:1.35}.pa-task-link{all:unset;color:#7b93db;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s}.pa-task-link:hover{text-decoration-color:#7b93db}.detail-page{min-height:100vh;background:#08080c;color:#e4e4f0}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#111118;border-bottom:1px solid #1e1e2a}.header-logo{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.03em;cursor:pointer;background:linear-gradient(135deg,#e4e4f0 30%,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.back-btn{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;font-family:inherit;transition:all .15s}.back-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.detail-main{max-width:1720px;margin:0 auto;padding:2rem}.detail-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:1rem;align-items:start}.detail-primary{min-width:0}.detail-sidebar{position:sticky;top:1rem}.detail-sidebar-left{order:0}.detail-sidebar-right{order:2}.detail-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.detail-title-row h2{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0}.detail-description{margin:0 0 1.5rem;font-size:.9rem;color:#3f3f52;line-height:1.6}.status{display:inline-block;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;letter-spacing:.02em}.status-in-progress{background:#6366f126;color:#818cf8}.status-planning{background:#ffffff0f;color:#5a5a72}.status-on-hold{background:#ffffff0a;color:#3f3f52}.detail-progress{margin-bottom:2rem}.detail-progress-label{display:flex;justify-content:space-between;font-size:.8rem;font-weight:500;color:#3f3f52;margin-bottom:.4rem}.progress-bar{height:3px;background:#1e1e2a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#6366f1;border-radius:2px;transition:width .5s ease}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.detail-field{display:flex;flex-direction:column;gap:.2rem}.detail-label{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#3f3f52}.detail-value{font-size:.95rem;font-weight:500;color:#e4e4f0}.detail-tabs{display:flex;gap:0;margin-top:1rem;border-bottom:1px solid #1e1e2a}.detail-tab{padding:.6rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.85rem;font-weight:600;font-family:inherit;color:#3f3f52;cursor:pointer;transition:all .15s}.detail-tab:hover{color:#818cf8}.detail-tab.active{color:#818cf8;border-bottom-color:#6366f1}.detail-tab-content{margin-top:.25rem}.overview-tab{padding-top:1rem}.de-editable{cursor:pointer;border-radius:4px;padding:.15rem .35rem;margin:-.15rem -.35rem;transition:background .15s,box-shadow .15s}.de-editable:hover{background:#6366f114;box-shadow:0 0 0 1px #6366f12e}.de-input{width:100%;background:#111118;border:1px solid #6366f1;border-radius:6px;color:#e4e4f0;font-size:.9rem;font-family:inherit;padding:.4rem .6rem;outline:none;transition:border-color .15s;box-sizing:border-box}.de-input:focus{border-color:#818cf8;box-shadow:0 0 0 2px #6366f126}.de-input-title{font-size:1.3rem;font-weight:700;letter-spacing:-.02em;flex:1}.de-select{background:#111118;border:1px solid #6366f1;border-radius:6px;color:#e4e4f0;font-size:.78rem;font-family:inherit;font-weight:600;padding:.25rem .6rem;outline:none;cursor:pointer}.de-select:focus{border-color:#818cf8;box-shadow:0 0 0 2px #6366f126}.de-textarea{resize:vertical;min-height:3.6rem;line-height:1.5;margin-bottom:1.5rem}.de-completion-row{display:flex;align-items:center;gap:.5rem}.de-range{width:120px;accent-color:#6366f1;cursor:pointer}.de-completion-val{font-size:.8rem;font-weight:600;color:#e4e4f0;min-width:2.6rem;text-align:right}@media(max-width:1100px){.detail-layout{grid-template-columns:1fr}.detail-main{padding:1.25rem 1rem}.detail-sidebar{position:static}.detail-sidebar-left,.detail-sidebar-right{order:0}}.task-detail-page{min-height:100vh;background:#08080c;color:#e4e4f0}.task-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#111118;border-bottom:1px solid #1e1e2a}.td-logo{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.03em;cursor:pointer;background:linear-gradient(135deg,#e4e4f0 30%,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.td-back-btn{background:transparent;border:1px solid #1e1e2a;color:#3f3f52;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;font-family:inherit;transition:all .15s}.td-back-btn:hover{border-color:#6366f1;color:#818cf8;background:#6366f114}.task-detail-main{max-width:1100px;margin:0 auto;padding:2.5rem 3rem}.td-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.td-title-block{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.td-project-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#3f3f52;cursor:pointer;transition:color .12s}.td-project-label:hover{color:#818cf8}.td-title-input{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#e4e4f0;background:transparent;border:none;border-bottom:1.5px solid transparent;outline:none;padding:.15rem 0;font-family:inherit;width:100%;transition:border-color .15s}.td-title-input:hover{border-bottom-color:#1e1e2a}.td-title-input:focus{border-bottom-color:#6366f1}.td-status-select{display:inline-block;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;letter-spacing:.02em;border:none;cursor:pointer;font-family:inherit;outline:none;appearance:auto}.td-status-select.td-status-to-do{background:#ffffff0f;color:#5a5a72}.td-status-select.td-status-in-progress{background:#6366f12e;color:#818cf8}.td-status-select.td-status-done{background:#ffffff0d;color:#3f3f52}.td-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;margin-bottom:2rem}.td-field{display:flex;flex-direction:column;gap:.2rem}.td-field-full{grid-column:1 / -1}.td-file-badge{display:inline-flex;align-items:center;gap:.3rem;margin-top:.3rem;padding:.3rem .65rem;background:#ffffff0a;border:1px solid #1e1e2a;border-radius:6px;font-size:.8rem;color:#3f3f52;width:fit-content}.td-label{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#3f3f52}.td-value{font-size:.95rem;font-weight:500;color:#e4e4f0}.td-input{font-size:.95rem;font-weight:500;color:#e4e4f0;font-family:inherit;padding:.4rem .55rem;border:1px solid #1e1e2a;border-radius:6px;background:#0c0c14;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.td-input::placeholder{color:#2a2a38}.td-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#0e0e18}.td-input-cost{font-variant-numeric:tabular-nums}.td-save-row{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.td-save-btn{padding:.5rem 1.25rem;border:none;border-radius:6px;background:#6366f1;color:#fff;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.td-save-btn:hover{background:#818cf8}.td-saved-msg{font-size:.8rem;color:#3f3f52;font-weight:500}.td-timeline{margin-bottom:2rem}.td-timeline h3{margin:0 0 .6rem;font-size:1rem;font-weight:700;color:#e4e4f0}.td-progress-labels{display:flex;justify-content:space-between;font-size:.72rem;color:#3f3f52;margin-bottom:.35rem}.td-progress-bar{height:4px;background:#1e1e2a;border-radius:2px;overflow:hidden}.td-progress-fill{height:100%;background:#6366f1;border-radius:2px;transition:width .4s ease}.td-tabs{display:flex;gap:0;border-bottom:1px solid #1e1e2a;margin-top:2.5rem}.td-tab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;color:#3f3f52;cursor:pointer;transition:color .15s,border-color .15s}.td-tab:hover{color:#818cf8}.td-tab.active{color:#818cf8;border-bottom-color:#6366f1}.td-tab-content{margin-top:1.5rem}.td-notes{display:flex;flex-direction:column;gap:1rem}.td-notes h3{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:#e4e4f0}.td-note-form{display:flex;gap:.5rem;margin-bottom:1rem}.td-note-input{flex:1;padding:.5rem .7rem;border:1px solid #1e1e2a;border-radius:6px;font-size:.85rem;font-family:inherit;outline:none;background:#0c0c14;color:#e4e4f0;transition:border-color .15s,box-shadow .15s}.td-note-input::placeholder{color:#2a2a38}.td-note-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.td-note-add-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:#6366f1;color:#fff;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.td-note-add-btn:hover{background:#818cf8}.td-notes-empty{font-size:.85rem;color:#2a2a38}.td-notes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.td-notes-list li{font-size:.85rem;color:#b0b0c8;padding:.65rem .85rem;background:#111118;border:1px solid #1e1e2a;border-radius:8px;line-height:1.45;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.td-note-remove{background:none;border:none;color:#2a2a38;font-size:1rem;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .15s}.td-note-remove:hover{color:#818cf8}.td-budget{display:flex;flex-direction:column;gap:1.5rem}.td-budget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.5rem}@media(max-width:700px){.td-budget-grid{grid-template-columns:1fr}}.td-files{display:flex;flex-direction:column;gap:1.5rem}.td-files-select{margin-top:.35rem;display:block;width:100%}.td-save-row-tab{margin-top:0}.td-parent-task-label{font-size:.72rem;font-weight:500;color:#3f3f52;cursor:pointer;transition:color .12s;display:flex;align-items:center;gap:.25rem}.td-parent-task-label:hover{color:#818cf8}.td-subtasks{display:flex;flex-direction:column;gap:1.5rem}.td-subtasks-empty{font-size:.85rem;color:#2a2a38;margin:0}.td-subtask-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.td-subtask-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;background:#111118;border:1px solid #1e1e2a;border-radius:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.td-subtask-item:hover{border-color:#6366f1;box-shadow:0 0 0 1px #6366f133}.td-subtask-item-left{display:flex;align-items:center;gap:.65rem;min-width:0}.td-subtask-item-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.td-subtask-status{font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:.2rem .45rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.td-subtask-status-to-do{background:#ffffff0f;color:#5a5a72}.td-subtask-status-in-progress{background:#6366f12e;color:#818cf8}.td-subtask-status-done{background:#ffffff0d;color:#3f3f52}.td-subtask-title{font-size:.9rem;font-weight:500;color:#e4e4f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-subtask-assignee{font-size:.78rem;color:#3f3f52}.td-subtask-due{font-size:.78rem;color:#2a2a38;font-variant-numeric:tabular-nums}.td-subtask-chevron{font-size:1.1rem;color:#2a2a38;line-height:1}.td-subtask-add{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#111118;border:1px solid #1e1e2a;border-radius:10px}.td-subtask-add-heading{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#3f3f52}.td-subtask-form{display:flex;flex-direction:column;gap:1rem}.td-subtask-form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:700px){.td-subtask-form-row{grid-template-columns:1fr}}.tdsb-root{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1e1e2a}.tdsb-heading{margin:0;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3f3f52}
