.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;vertical-align:middle}#modal.open{display:flex!important}.glass-panel{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.modal-panel-editorial{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 40px #2f33310f}.editorial-gradient{background:var(--accent-9)}.input-editorial{background:var(--gray-2);border:1px solid var(--gray-6);transition:background .15s,box-shadow .15s}.input-editorial:focus{background:var(--gray-3);outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-9) 22%,transparent)}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.todo-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}#todo-table{width:100%;border-collapse:collapse;font-size:14px;min-width:1040px}#todo-table thead th{position:sticky;top:0;z-index:10;padding:10px 8px;text-align:left;font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#5c605d;background:#e6e9e6f2;backdrop-filter:blur(8px);white-space:nowrap}#todo-table tbody tr{transition:background .15s ease}#todo-table tbody tr:hover{background:#f3f4f1a6!important}#todo-table tbody td{padding:0;vertical-align:middle;border-bottom:none}#todo-table .worklog-cell{padding:8px;min-height:38px;display:flex;align-items:center}#todo-table .worklog-cell input,#todo-table .worklog-cell select{width:100%;border:none;background:transparent;font-size:14px;outline:none;padding:4px 6px;border-radius:6px;color:inherit}#todo-table .worklog-cell input:focus,#todo-table .worklog-cell select:not(.todo-status-select):focus{background:#e0e3e08c;box-shadow:0 0 0 1px #4e635a1f}#todo-table .worklog-cell select.todo-status-select:focus{outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-11) 22%,transparent)}#todo-table .worklog-cell input[type=date]{width:120px;flex-shrink:0}#todo-table .todo-actions-cell{flex-wrap:nowrap!important;justify-content:flex-end;gap:2px;max-width:7.5rem}#todo-table .todo-action-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 4px;border:none;border-radius:6px;background:transparent;color:#787774;cursor:pointer;font-size:12px;font-weight:600;transition:background .15s ease,color .15s ease}#todo-table .todo-action-icon:hover:not(:disabled){background:#e0e3e08c;color:#42574e}#todo-table .todo-action-icon:disabled{opacity:.35;cursor:not-allowed}#todo-table .todo-action-icon-danger:hover:not(:disabled){color:#9f403d;background:#fe89831f}#todo-table[data-show-order="1"] thead th:first-child,#todo-table[data-show-order="1"] tbody td:first-child{width:5rem}#todo-table .todo-order-cell{display:flex;align-items:center;gap:.25rem}#todo-table .todo-order-input{width:2.5rem;padding:.125rem .25rem;border:1px solid rgba(224,227,224,.9);border-radius:.25rem;background:#fbfbfa;color:#5c605d;font-size:12px;font-weight:600;text-align:center;font-variant-numeric:tabular-nums;outline:none}#todo-table .todo-order-input:focus{border-color:var(--green-8, #8fae9f);background:#fff;color:#2f3331}#todo-table .todo-order-input::-webkit-outer-spin-button,#todo-table .todo-order-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#todo-table .todo-order-input{-moz-appearance:textfield;appearance:textfield}#todo-table .todo-title-input{font-weight:500}#todo-table tr.todo-row-done .todo-title-input{color:var(--gray-11, #5c605d)}#todo-table tr[data-overdue="1"]:not(.todo-row-done) .todo-title-input,#todo-table tr[data-overdue="1"]:not(.todo-row-done) input[type=date],#todo-table tr.todo-row-overdue:not(.todo-row-done) .todo-title-input,#todo-table tr.todo-row-overdue:not(.todo-row-done) input.todo-due-overdue{color:var(--red-11, #c92a2a)!important;font-weight:600}#todo-table tr[data-overdue="1"]:not(.todo-row-done) td:nth-child(5) .worklog-cell,#todo-table tr.todo-row-overdue:not(.todo-row-done) td:nth-child(5) .worklog-cell{color:var(--red-11, #c92a2a)}#todo-table tr[data-overdue="0"]:not(.todo-row-done) .todo-title-input,#todo-table tr[data-overdue="0"] input[type=date],#todo-table tr.todo-table-row:not([data-overdue="1"]):not(.todo-row-overdue):not(.todo-row-done) .todo-title-input,#todo-table tr.todo-table-row:not([data-overdue="1"]):not(.todo-row-overdue) input[type=date]{color:var(--gray-12, #2f3331)}.todo-status-select{-webkit-appearance:none;appearance:none}#todo-table .todo-status-select{background-color:var(--gray-3);color:var(--gray-12)}#todo-table .todo-status-select[data-todo-status=in-progress]{background-color:var(--green-9);color:#fff}#todo-table .todo-status-select[data-todo-status=urgent]{background-color:var(--red-9);color:#fff}#todo-table .todo-status-select[data-todo-status=next]{background-color:var(--violet-9);color:#fff}#todo-table .todo-status-select[data-todo-status=waiting]{background-color:var(--amber-9);color:#fff}#todo-table .todo-status-select[data-todo-status=on-hold]{background-color:var(--blue-9);color:#fff}#todo-table .todo-status-select[data-todo-status=done]{background-color:var(--gray-11);color:#fff}#todo-table .todo-status-select[data-todo-status=in-progress],#todo-table .todo-status-select[data-todo-status=urgent],#todo-table .todo-status-select[data-todo-status=next],#todo-table .todo-status-select[data-todo-status=waiting],#todo-table .todo-status-select[data-todo-status=on-hold],#todo-table .todo-status-select[data-todo-status=done]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath d='M1 1 L3.5 3.5 L6 1' fill='none' stroke='%23ffffff' stroke-opacity='0.9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:7px 5px;background-position:right 6px center}.todo-subpanel{border-radius:14px;background:#f3f4f1;box-shadow:0 0 0 1px #afb3b01a}.todo-empty-inner{text-align:center;padding:3rem 1rem;font-size:15px;color:#5c605d;border-radius:12px;background:#ffffffa6}.chevron-select-sm{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath d='M1 1 L3.5 3.5 L6 1' fill='none' stroke='%23777c79' stroke-opacity='0.55' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:7px 5px;background-position:right 6px center}#todo-table .todo-expand-btn{display:none}@media(max-width:767.98px){#todo-table thead th:nth-child(4),#todo-table thead th:nth-child(6),#todo-table thead th:nth-child(7),#todo-table thead th:nth-child(8),#todo-table tbody tr.todo-table-row>td:nth-child(4),#todo-table tbody tr.todo-table-row>td:nth-child(6),#todo-table tbody tr.todo-table-row>td:nth-child(7),#todo-table tbody tr.todo-table-row>td:nth-child(8){display:none}#todo-table .todo-drag-handle{display:none}#todo-table .todo-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;background:transparent;cursor:pointer;color:var(--gray-10, #777c79)}#todo-table thead th:first-child,#todo-table tbody tr.todo-table-row>td:first-child{width:2rem}#todo-table[data-show-order="1"] thead th:first-child,#todo-table[data-show-order="1"] tbody td:first-child{width:4.5rem}#todo-table{min-width:0;table-layout:fixed}#todo-table thead th:nth-child(2){min-width:0!important}#todo-table thead th:nth-child(3){width:5.25rem!important}#todo-table thead th:nth-child(5){width:6.9rem!important}#todo-table .todo-title-input,#todo-table .worklog-cell input[type=date]{width:100%;min-width:0}#todo-table .worklog-cell input,#todo-table .worklog-cell select{min-width:0}#todo-table tbody td,#todo-table thead th{padding-left:.375rem;padding-right:.375rem}}@media(min-width:768px){#todo-table tr.todo-detail-row{display:none}}#todo-table tr.todo-detail-row>td{padding:.5rem .75rem .875rem;background:var(--gray-2, #f9f9f9);border-bottom:1px solid var(--gray-4, #f0f0f0)}.todo-detail{display:flex;flex-direction:column;gap:.5rem}.todo-detail-field{display:flex;align-items:center;gap:.5rem}.todo-detail-label{flex:0 0 5.5rem;font-size:11px;font-weight:600;color:var(--gray-10, #777c79)}.todo-detail-value{font-size:13px;color:var(--gray-11, #5c605d)}.todo-detail-field select,.todo-detail-field input{flex:1 1 auto;min-width:0;background:#fff;border:1px solid var(--gray-6, #dcdcdc);border-radius:6px;padding:.375rem .5rem;font-size:13px}.todo-detail-actions{display:flex;gap:.375rem;padding-top:.125rem}
