*{box-sizing:border-box}:root{--app-bg:#f0f2f5;--app-content-bg:#f9f8f4;--app-surface:#fff;--app-text:#101012;--app-muted-text:#8c8c8c;--app-border-strong:#27272a;--app-border-subtle:#f0f0f0;--app-border-inverse:#101012;--app-table-head-bg:#fafafa;--app-menu-item-color:rgba(0,0,0,.88);--app-menu-selected-bg:#693dd3;--app-menu-selected-hover-bg:#5530b5;--app-menu-unselected-border:#fff;--app-btn-text:#101012;--app-btn-border:#101012;--app-editor-text:#1a1a1a;--app-auth-divider:#e8e8e8;--app-placeholder:#8f96a8;--app-card-bg:#fff;--todo-kanban-lane-bg:#f7f9fc;--todo-kanban-lane-border:#d5deea;--todo-kanban-card-bg:#fff;--todo-kanban-card-border:#c4d0e0;--todo-kanban-title:#1f2a3d;--todo-kanban-meta:#4f5d75;--todo-kanban-empty:#5f6d85;--todo-kanban-sub-accent:#2f6df6;--todo-kanban-over-bg:#eaf2ff;--todo-kanban-over-border:#2f6df6;--todo-calendar-bg:#fff;--todo-calendar-border:#e5e9f0;--todo-calendar-cell-bg:#fff;--todo-calendar-cell-hover:#f5f7fa;--todo-calendar-today-bg:rgba(105,61,211,.06);--todo-calendar-today-ring:#693dd3;--todo-calendar-header-bg:#f7f9fc;--todo-calendar-day-text:#1f2a3d;--todo-calendar-outside-day:#bfc8d6;--todo-calendar-weekday-text:#6b7a90}html[data-theme=dark]{--app-bg:#0f1117;--app-content-bg:#12151d;--app-surface:#181d29;--app-text:#edf1fb;--app-muted-text:#acb5c8;--app-border-strong:#3b4355;--app-border-subtle:#2b3140;--app-border-inverse:#d7dced;--app-table-head-bg:#202532;--app-menu-item-color:rgba(237,241,251,.92);--app-menu-selected-bg:#7a57db;--app-menu-selected-hover-bg:#6648bc;--app-menu-unselected-border:#2b3243;--app-btn-text:#edf1fb;--app-btn-border:#3b4355;--app-editor-text:#edf1fb;--app-auth-divider:#2b3240;--app-placeholder:#7f8aa2;--app-card-bg:#181d29;--todo-kanban-lane-bg:#0f1422;--todo-kanban-lane-border:#2d3850;--todo-kanban-card-bg:#0f1628;--todo-kanban-card-border:#2a3650;--todo-kanban-title:#dfe6f5;--todo-kanban-meta:#aeb9d0;--todo-kanban-empty:#95a2bc;--todo-kanban-sub-accent:#3a7bff;--todo-kanban-over-bg:#16253f;--todo-kanban-over-border:#3a7bff;--todo-calendar-bg:#0f1628;--todo-calendar-border:#2a3650;--todo-calendar-cell-bg:#0f1628;--todo-calendar-cell-hover:#162040;--todo-calendar-today-bg:rgba(122,87,219,.12);--todo-calendar-today-ring:#7a57db;--todo-calendar-header-bg:#0f1422;--todo-calendar-day-text:#dfe6f5;--todo-calendar-outside-day:#4a5568;--todo-calendar-weekday-text:#8a99b4}body,html{margin:0;padding:0;height:100%}body{background:var(--app-bg);color:var(--app-text)}*{scrollbar-width:none}::-webkit-scrollbar{display:none}body:has(.ant-layout-sider){overflow:hidden}.ant-layout{min-height:100vh}.ant-layout-content{height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden}.ant-layout-sider{height:100vh;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto}.ant-table-wrapper{border-radius:1rem!important;border:solid var(--app-border-strong)!important;border-width:2px 2px 4px!important;overflow:hidden}.ant-table{font-size:14px}.ant-table-tbody>tr>td{font-weight:500}.ant-table-thead>tr>th{background:var(--app-table-head-bg)!important;font-weight:600}.ant-tag{border-radius:4px;padding:2px 8px;font-size:12px}.ant-card{border-radius:1rem!important;border:solid var(--app-border-strong)!important;border-width:2px 2px 4px!important;box-shadow:none!important;background:var(--app-surface)!important}.ant-card-head{border-bottom:2px solid var(--app-border-strong)!important;padding:16px 24px;font-weight:700;font-family:var(--font-chivo-mono),monospace}.ant-btn{font-family:var(--font-chivo-mono),monospace!important;font-weight:600!important;border-radius:12px!important;border:2px solid var(--app-btn-border)!important;padding:8px 16px!important;height:auto!important;box-shadow:0 2px 0 0 var(--app-btn-border)!important;line-height:1.5!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:var(--app-btn-text)!important;width:unset;min-width:40px}.ant-btn-primary{background-color:#693dd3!important}.ant-btn-dangerous,.ant-btn-primary,.ant-btn[danger]{color:#fff!important;border-color:var(--app-btn-border)!important}.ant-btn-dangerous,.ant-btn[danger]{background-color:#e04d4d!important}.ant-btn:has(.anticon-edit){color:#fff!important;background-color:#fccb30!important;border-color:var(--app-btn-border)!important}.ant-btn:not(:disabled):hover{opacity:.9!important;transform:translateY(-1px)!important;box-shadow:0 3px 0 0 var(--app-btn-border)!important;border-color:var(--app-btn-border)!important}.ant-btn.ant-btn-primary:not(:disabled):hover{background-color:#693dd3!important}.ant-btn-dangerous:not(:disabled):hover,.ant-btn[danger]:not(:disabled):hover{background-color:#e04d4d!important}.ant-btn:has(.anticon-edit):not(:disabled):hover{background-color:#e5b62b!important}.ant-btn:not(:disabled):active{transform:translateY(1px)!important;box-shadow:0 1px 0 0 var(--app-btn-border)!important}.ant-form-item-label>label{font-weight:500}.ant-modal-content{border-radius:8px}.ant-modal-root .ant-modal-confirm{--ant-modal-content-bg:var(--app-surface)!important;--ant-modal-header-bg:var(--app-surface)!important;--ant-modal-title-color:var(--app-text)!important;--ant-modal-content-color:var(--app-text)!important}.ant-modal-root .ant-modal-confirm .ant-modal-body,.ant-modal-root .ant-modal-confirm .ant-modal-confirm-body,.ant-modal-root .ant-modal-confirm .ant-modal-confirm-body-wrapper,.ant-modal-root .ant-modal-confirm .ant-modal-container,.ant-modal-root .ant-modal-confirm .ant-modal-content{background:var(--app-surface)!important;color:var(--app-text)!important}.ant-modal-root .ant-modal-confirm .ant-modal-content{border:1px solid var(--app-border-subtle)!important}.ant-modal-root .ant-modal-confirm .ant-modal-close,.ant-modal-root .ant-modal-confirm .ant-modal-close-x,.ant-modal-root .ant-modal-confirm .ant-modal-confirm-content,.ant-modal-root .ant-modal-confirm .ant-modal-confirm-title{color:var(--app-text)!important}.ant-modal-root .ant-modal-confirm .ant-btn-default:not(.ant-btn-dangerous):not([danger]),.ant-modal-root .ant-modal-confirm .ant-btn-default:not(.ant-btn-dangerous):not([danger]):not(:disabled):hover{background:var(--app-content-bg)!important;color:var(--app-text)!important;border-color:var(--app-btn-border)!important}.ant-modal-root .ant-modal-confirm .ant-modal-confirm-btns{display:flex!important;justify-content:flex-end!important;gap:12px!important;float:none!important;margin-top:24px!important;flex-wrap:wrap!important}.ant-modal-root .ant-modal-confirm .ant-modal-confirm-btns .ant-btn{margin:0!important}@media (max-width:576px){.ant-modal-root .ant-modal-confirm .ant-modal-confirm-btns{flex-direction:column-reverse!important;align-items:stretch!important;gap:8px!important}.ant-modal-root .ant-modal-confirm .ant-modal-confirm-btns .ant-btn{width:100%!important;justify-content:center!important}}.conflict-modal .ant-modal-footer{display:flex!important;justify-content:flex-end!important;gap:12px!important;margin-top:24px!important;flex-wrap:nowrap!important}.conflict-modal .ant-modal-footer .ant-btn{margin:0!important}.conflict-modal .ant-modal-footer .ant-btn-icon-only{padding:8px!important;width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.rename-board-modal .ant-modal-confirm-btns>.ant-btn:not(.ant-btn-primary){display:none!important}.stat-card .ant-statistic-title{font-size:14px;color:var(--app-muted-text)}.stat-card .ant-statistic-content{font-size:28px}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--app-border-subtle)}.page-header-title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.page-header-title,.page-header-title .ant-typography,.page-header-title h1,.page-header-title h2,.page-header-title h3,.page-header-title h4,.page-header-title h5{font-family:var(--font-chivo-mono),monospace!important}.page-header-meta{display:flex;gap:24px;margin-top:12px}.page-header-meta-item{display:flex;align-items:center;gap:6px;color:var(--app-muted-text);font-size:13px}.filter-bar{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.filter-bar .ant-input-search{max-width:300px}.options-preview{display:flex;flex-wrap:wrap;gap:4px;overflow:hidden}.action-buttons{display:flex;gap:4px;align-items:center}.status-toggle{min-width:80px}.product-todo-table .ant-table-row-expand-icon-spaced{display:none!important}.todo-view-switcher{gap:2px;padding:3px;border-radius:10px;background:var(--app-content-bg);border:1px solid var(--app-border-subtle)}.todo-view-switcher,.todo-view-tab{display:inline-flex;align-items:center}.todo-view-tab{gap:6px;padding:6px 14px;border:none;background:transparent;border-radius:8px;cursor:-webkit-grab;cursor:grab;font-size:13px;font-weight:500;color:var(--app-muted-text);transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:inherit}.todo-view-tab:active{cursor:-webkit-grabbing;cursor:grabbing}.todo-view-tab:hover{color:var(--app-text);background:var(--app-surface)}.todo-view-tab.active{background:var(--app-menu-selected-bg);color:#fff;font-weight:600;box-shadow:0 1px 3px rgba(105,61,211,.3)}.todo-view-tab-icon{font-size:14px;display:inline-flex;align-items:center;width:14px;height:14px;justify-content:center;cursor:inherit}.todo-view-tab-label{transition:opacity .15s ease}.todo-view-tab-drag{font-size:12px;opacity:0;letter-spacing:-1px;font-weight:400;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;left:10px;transform:translateY(-50%);pointer-events:none;color:currentColor}.todo-view-tab{position:relative}.todo-view-tab:hover .todo-view-tab-drag{opacity:.5}.todo-view-tab:hover .todo-view-tab-icon{opacity:0}.todo-view-tab-icon{transition:opacity .1s ease}.todo-view-tab.active .todo-view-tab-drag,.todo-view-tab.active:hover .todo-view-tab-icon{opacity:0}.todo-view-tab.active:hover .todo-view-tab-drag{opacity:1;color:#fff}.todo-kanban-wrap{width:100%;animation:todoFadeIn .15s ease}.todo-kanban-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px}.todo-kanban-lane{border:1px solid var(--todo-kanban-lane-border);border-radius:12px;background:var(--todo-kanban-lane-bg);min-height:420px;padding:10px}.todo-kanban-lane-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:700;margin-bottom:8px;color:var(--todo-kanban-title)}.todo-kanban-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:600;background:var(--app-border-subtle);color:var(--app-muted-text)}.todo-kanban-column{min-height:360px;border-radius:10px;padding:6px;border:1px dashed transparent}.todo-kanban-column.is-over{border-color:var(--todo-kanban-over-border);background:var(--todo-kanban-over-bg)}.todo-kanban-empty{color:var(--todo-kanban-empty);font-size:13px;text-align:center;padding:20px 0}.todo-kanban-card{border:1px solid var(--todo-kanban-card-border);border-radius:10px;background:var(--todo-kanban-card-bg);padding:10px;margin-bottom:8px;cursor:-webkit-grab;cursor:grab;box-shadow:0 1px 0 rgba(16,24,40,.04);overflow:visible}.todo-kanban-card.todo-kanban-drag-origin{background:transparent!important;border:1px dashed rgba(124,58,237,.25)!important;box-shadow:none}.todo-kanban-card.todo-kanban-drag-origin>*{opacity:0}.todo-kanban-drag-overlay{width:260px;max-width:min(260px,calc(100vw - 32px));border-color:#7c3aed!important;box-shadow:none;opacity:.9;cursor:-webkit-grabbing!important;cursor:grabbing!important}.todo-kanban-drag-overlay *{opacity:.74}.todo-kanban-card.is-sub-item{border-left:3px solid var(--todo-kanban-sub-accent)}.todo-kanban-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.todo-level-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.todo-level-badge.parent{background:#fff7e6;color:#ad6800;border:1px solid #ffd591}.todo-level-badge.sub{background:#e6f4ff;color:#0958d9;border:1px solid #91caff}.todo-kanban-card-title{font-weight:600;font-size:14px;line-height:1.4;margin-bottom:6px;color:var(--todo-kanban-title)}.todo-kanban-parent-name{font-size:12px;color:var(--todo-kanban-meta);margin-bottom:8px}.todo-kanban-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--todo-kanban-meta);gap:8px}.todo-kanban-card-footer{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;grid-gap:8px;gap:8px;margin-top:4px}.todo-kanban-card-meta-left{display:flex;align-items:center;gap:4px;min-width:0;font-size:11px}.todo-kanban-card-meta-right{width:44px;min-width:44px;display:flex;align-items:center;justify-content:flex-end;gap:4px}.todo-kanban-priority-slot{width:16px;line-height:1}.todo-kanban-avatar-slot,.todo-kanban-priority-slot{height:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.todo-kanban-avatar-slot{width:24px;min-width:24px}.todo-create-fullscreen{position:fixed;inset:0;z-index:1100;background:var(--app-surface);display:flex;flex-direction:column;animation:todoFadeIn .15s ease}.todo-create-fullscreen-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:1px solid var(--app-border-subtle)}.todo-create-fullscreen-body{flex:1 1;overflow-y:auto;padding:32px;max-width:720px;margin:0 auto;width:100%}.todo-create-fullscreen-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 32px;border-top:1px solid var(--app-border-subtle)}.todo-minimized-bar{position:fixed;bottom:16px;right:16px;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);cursor:pointer;max-width:320px;min-width:200px;transition:box-shadow .2s ease}.todo-minimized-bar:hover{box-shadow:0 6px 20px rgba(105,61,211,.15);border-color:#693dd3}.todo-calendar-wrap{width:100%;font-family:inherit;animation:todoFadeIn .15s ease}.todo-calendar-wrap *{font-family:inherit}.todo-calendar-sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:transparent;padding-top:0}.todo-calendar-header{display:flex!important;align-items:center;justify-content:center;padding:8px 12px;background:var(--todo-calendar-header-bg);border:1px solid var(--todo-calendar-border);border-radius:12px 12px 0 0;gap:8px;font-family:inherit;position:relative}.todo-calendar-header-weekend-toggles{position:absolute;right:12px;display:inline-flex;align-items:center;gap:6px}.todo-calendar-weekend-toggle{border:1px solid var(--todo-calendar-border);background:var(--todo-calendar-cell-bg);color:var(--app-text);border-radius:999px;height:24px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit}.todo-calendar-weekend-toggle.is-hidden{color:var(--app-muted-text);background:var(--app-hover-bg)}.todo-calendar-header-nav{display:flex;align-items:center;gap:6px}.todo-calendar-header-nav .ant-btn{width:32px;min-width:32px;height:32px;padding:0}.todo-calendar-header-nav .ant-btn .anticon{font-size:12px}.todo-calendar-header-title{font-size:13px;font-weight:700;color:var(--todo-calendar-day-text);min-width:132px;text-align:center;font-family:inherit}.todo-calendar-body{border:1px solid var(--todo-calendar-border);border-top:none;border-radius:0 0 12px 12px;background:var(--todo-calendar-cell-bg)}.todo-calendar-weekday-row{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid var(--todo-calendar-border);border-right:1px solid var(--todo-calendar-border);background:var(--todo-calendar-header-bg)}.todo-calendar-day-header{padding:8px 4px;text-align:center;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--todo-calendar-weekday-text);background:var(--todo-calendar-header-bg);border-bottom:1px solid var(--todo-calendar-border)}.todo-calendar-day-cell.is-hidden,.todo-calendar-day-header.is-hidden{padding:0;border-right:none;overflow:hidden}.todo-calendar-week-block{display:flex;flex-direction:column;border-bottom:1px solid var(--todo-calendar-border);position:relative;min-height:120px}.todo-calendar-week-block:last-child{border-bottom:none}.todo-calendar-days-row{display:grid;grid-template-columns:repeat(7,1fr);height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.todo-calendar-day-cell{border-right:1px solid var(--todo-calendar-border);padding:4px 8px;display:flex;flex-direction:column;pointer-events:auto}.todo-calendar-day-cell:last-child{border-right:none}.todo-calendar-day-cell.outside{background:rgba(0,0,0,.02)}html[data-theme=dark] .todo-calendar-day-cell.outside{background:hsla(0,0%,100%,.02)}.todo-calendar-day-number{font-size:12px;font-weight:700;color:var(--todo-calendar-weekday-text);margin-bottom:4px;text-align:right;width:24px;height:24px;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.todo-calendar-day-cell.today .todo-calendar-day-number{color:#fff;background:var(--todo-calendar-today-ring);box-shadow:none}.todo-calendar-events-row{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:24px;grid-gap:4px 0;gap:4px 0;padding:36px 0 28px;position:relative;z-index:2;pointer-events:none}.todo-calendar-event-bar{margin:0 4px;padding:0;height:20px;font-size:11px;font-weight:600;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;display:flex;align-items:center;gap:6px;position:relative;transition:transform .1s ease,filter .1s ease;z-index:3;pointer-events:auto}.todo-calendar-event-content{width:100%;min-width:0;box-sizing:border-box;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:2px;padding-inline-end:2px}.todo-calendar-event-icons{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;color:var(--app-text)}.todo-calendar-event-icon-slot{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;line-height:1;flex-shrink:0}.todo-calendar-event-priority-slot{transform:scale(.78);transform-origin:center center}.todo-calendar-event-bar:hover{filter:brightness(.95);transform:translateY(-1px)}.todo-calendar-event-bar.is-dragging{outline:none;outline-offset:0;box-shadow:none;z-index:10;opacity:1}.todo-calendar-wrap.is-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.todo-calendar-wrap.is-dragging,.todo-calendar-wrap.is-dragging .todo-calendar-event-bar{cursor:-webkit-grabbing;cursor:grabbing}.todo-calendar-event-bar .event-dot{display:none}.todo-calendar-event-bar.single-day{border-radius:4px}.todo-calendar-event-bar.starts-here{border-radius:4px 0 0 4px;margin-right:0;border-right-color:transparent!important}.todo-calendar-event-bar.ends-here{border-radius:0 4px 4px 0;margin-left:0;border-left-color:transparent!important}.todo-calendar-event-bar.continues{border-radius:0;margin-left:0;margin-right:0;border-left-color:transparent!important;border-right-color:transparent!important}.todo-calendar-event-bar.continues .todo-calendar-event-content,.todo-calendar-event-bar.ends-here .todo-calendar-event-content{padding-left:12px}.todo-calendar-event-bar.both-ends{border-radius:4px}.todo-calendar-event-bar.is-placeholder{background:transparent!important;border:1px solid transparent!important;box-shadow:none;z-index:2}.todo-calendar-event-bar.is-placeholder:hover{filter:none;transform:none}.todo-calendar-event-bar.is-placeholder .todo-calendar-event-content{opacity:0}.todo-calendar-event-bar.is-preview{border-color:#7c3aed!important;outline:none!important;box-shadow:none;z-index:5}.todo-calendar-event-bar.is-preview .todo-calendar-event-content{opacity:.72}.todo-calendar-insert-indicator{position:absolute;left:4px;right:4px;height:2px;border-radius:999px;background:#7c3aed;box-shadow:0 0 0 1px rgba(124,58,237,.08);z-index:6;pointer-events:none}.todo-calendar-more{margin-top:auto;font-size:11px;font-weight:700;color:var(--app-primary);cursor:pointer;padding:4px 0;z-index:3;width:-moz-fit-content;width:fit-content}.todo-calendar-more:hover{text-decoration:underline}.todo-calendar-more-popover .ant-popover-inner{padding:10px 12px 12px!important}.todo-calendar-more-popover .ant-popover-title{padding-bottom:10px!important}.todo-calendar-unscheduled{margin-top:16px;border:1px solid var(--todo-calendar-border);border-radius:12px;overflow:hidden;background:var(--todo-calendar-bg)}.todo-calendar-unscheduled-header{padding:10px 16px;font-size:14px;font-weight:700;color:var(--todo-calendar-day-text);background:var(--todo-calendar-header-bg);border-bottom:1px solid var(--todo-calendar-border)}.todo-calendar-unscheduled-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:6px;width:100%;min-width:0;padding:12px 16px;overflow:visible}.todo-calendar-unscheduled-item{display:flex;align-items:center;gap:6px;padding:4px 2px 4px 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s ease;width:calc((100% - 18px) / 4);min-width:calc((100% - 18px) / 4);max-width:calc((100% - 18px) / 4);flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 18px) / 4);box-sizing:border-box;min-height:28px;overflow:hidden}.todo-calendar-unscheduled-item:hover{opacity:.8}.todo-calendar-unscheduled-item.is-preview{border-color:#7c3aed!important;box-shadow:none!important}.todo-calendar-unscheduled-item.is-preview>*{opacity:.74}.todo-calendar-unscheduled-insert-indicator{width:2px;min-width:2px;align-self:stretch;height:28px;background:#7c3aed;margin:3px 2px;box-shadow:none;border-radius:999px}.todo-section-container{height:calc(100vh - 100px);overflow-y:auto;position:relative}.todo-header-section{margin-bottom:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--app-content-bg);padding:12px;border-radius:12px}.todo-header-top{justify-content:space-between;flex-wrap:wrap}.todo-header-left,.todo-header-top{display:flex;align-items:center;gap:12px}.todo-header-right{display:flex;align-items:center;gap:8px}.todo-search-input{height:36px;padding:0 12px;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface);color:var(--app-text);font-size:13px;width:200px;outline:none;transition:border-color .2s ease}.todo-search-input:focus{border-color:var(--app-menu-selected-bg)}.todo-search-input::placeholder{color:var(--app-placeholder)}.todo-list-view{border:1px solid var(--app-border-subtle);border-radius:12px;background:var(--app-surface);max-height:calc(100vh - 180px);overflow-y:auto;overflow-x:hidden;animation:todoFadeIn .15s ease;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.todo-list-view .ant-picker,.todo-list-view .ant-picker-input input,.todo-list-view .ant-select,.todo-list-view .ant-select-selection-item,.todo-list-view .ant-select-selection-placeholder,.todo-list-view .todo-list-assignee,.todo-list-view .todo-list-assignee-name,.todo-list-view .todo-list-col,.todo-list-view .todo-list-due,.todo-list-view .todo-list-name-wrap,.todo-list-view .todo-list-row,.todo-list-view .todo-list-task-name{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif!important;font-size:12px}.todo-calendar-body,.todo-calendar-body *,.todo-kanban-lane,.todo-kanban-lane *{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}@keyframes todoFadeIn{0%{opacity:.7}to{opacity:1}}.todo-list-header{display:grid;grid-template-columns:80px 1fr 96px 140px 180px 130px;align-items:center;padding:10px 20px;background:var(--app-table-head-bg);border-bottom:1px solid var(--app-border-subtle);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--app-muted-text);position:-webkit-sticky;position:sticky;top:0;z-index:5}.todo-list-col{display:flex;align-items:center}.todo-list-col-id{justify-content:flex-start}.todo-list-col-name{flex-direction:column;align-items:flex-start;padding-right:16px;min-width:0;overflow:hidden}.todo-list-col-assignee,.todo-list-col-due,.todo-list-col-priority,.todo-list-col-status{justify-content:flex-start}.todo-col-sort{font-size:10px;opacity:.3;margin-left:2px;transition:opacity .15s ease}.todo-col-sort.active{opacity:1;color:var(--app-menu-selected-bg)}.todo-list-col-sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.todo-list-col-sortable:hover{color:var(--app-text)}.todo-list-col-sortable:hover .todo-col-sort{opacity:.7}.todo-list-item-group{border-bottom:1px solid var(--app-border-subtle)}.todo-list-item-group:last-child{border-bottom:none}.todo-list-row{display:grid;grid-template-columns:80px 1fr 96px 140px 180px 130px;align-items:center;padding:10px 20px;cursor:pointer;transition:background .15s ease}.todo-list-row:hover{background:transparent}.todo-list-row-child{background:rgba(0,0,0,.015)}html[data-theme=dark] .todo-list-row-child{background:hsla(0,0%,100%,.02)}.todo-list-row-child:hover,html[data-theme=dark] .todo-list-row-child:hover{background:transparent}.todo-list-id-text{font-size:11px;font-weight:600;color:var(--app-muted-text);font-family:var(--font-chivo-mono),monospace;white-space:nowrap}.todo-list-id-text.sub{font-size:11px;color:var(--app-placeholder)}.todo-list-name-wrap{display:flex;align-items:center;gap:8px;width:100%;min-width:0;overflow:hidden}.todo-list-name-wrap.child{padding-left:48px}.todo-list-expand-btn{background:transparent!important;border:none;cursor:pointer;color:var(--app-muted-text);padding:0;line-height:1;transition:background .15s ease,color .15s ease;display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;outline:none}.todo-list-expand-btn:active,.todo-list-expand-btn:focus,.todo-list-expand-btn:focus-visible,.todo-list-expand-btn:hover{background:transparent!important;box-shadow:none!important;outline:none!important;color:#111}.todo-list-name-wrap:hover .todo-list-task-name{color:#693dd3}.todo-list-expand-triangle{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;transform:rotate(0deg);transition:transform .15s ease}.todo-list-expand-triangle svg{width:14px;height:14px;display:block}.todo-list-expand-triangle.is-open{transform:rotate(90deg)}.todo-list-task-name{font-size:13px;font-weight:600;color:var(--app-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block;min-width:0}.todo-list-child-indicator{width:12px;height:12px;border-left:2px solid var(--app-border-subtle);border-bottom:2px solid var(--app-border-subtle);border-radius:0 0 0 4px;flex-shrink:0}.todo-list-progress-bar{display:flex;width:100%;max-width:320px;height:4px;border-radius:4px;overflow:hidden;margin-top:6px;margin-left:38px;background:var(--app-border-subtle)}.todo-list-progress-segment{height:100%;transition:width .3s ease}.todo-list-assignee{display:flex;align-items:center;gap:8px}.todo-list-row .ant-picker,.todo-list-row .ant-select{min-width:0}.todo-list-row .ant-picker,.todo-list-row .ant-select-selector{padding-right:18px!important}.todo-list-row .ant-picker-clear,.todo-list-row .ant-select-clear{display:none!important}.todo-list-row .ant-picker-input input,.todo-list-row .ant-select-selection-item,.todo-list-row .ant-select-selection-placeholder{padding-right:1px}.todo-list-col-assignee .ant-select,.todo-list-col-assignee .ant-select-selection-item,.todo-list-col-assignee .ant-select-selection-item-content,.todo-list-col-assignee .ant-select-selection-overflow,.todo-list-col-assignee .ant-select-selection-overflow-item,.todo-list-col-assignee .ant-select-selection-search,.todo-list-col-assignee .ant-select-selection-search-input,.todo-list-col-assignee .ant-select-selection-wrap,.todo-list-col-assignee .ant-select-selector{cursor:pointer!important;caret-color:transparent!important}.todo-list-col-assignee .ant-select-selector{min-height:28px!important;height:auto!important;align-items:center!important;overflow:visible!important;padding-top:2px!important;padding-bottom:2px!important}.todo-list-col-assignee .ant-select-selection-item,.todo-list-col-assignee .ant-select-selection-item-content,.todo-list-col-assignee .ant-select-selection-overflow,.todo-list-col-assignee .ant-select-selection-overflow-item,.todo-list-col-assignee .ant-select-selection-wrap{min-height:24px;overflow:visible!important}.todo-list-col-assignee .ant-select-content,.todo-list-col-assignee .ant-select-content-item,.todo-list-col-assignee .ant-select-content-item-prefix,.todo-list-col-assignee .ant-select-content-item-suffix,.todo-list-col-assignee .ant-select-placeholder,.todo-list-col-assignee .ant-select-selection-item,.todo-list-col-assignee .ant-select-selection-item-content,.todo-list-col-assignee .ant-select-selection-overflow,.todo-list-col-assignee .ant-select-selection-overflow-item,.todo-list-col-assignee .ant-select-selection-placeholder{display:flex!important;align-items:center!important;padding:0!important;margin:0!important}.todo-list-col-assignee .ant-select-content{gap:0!important}.todo-list-col-assignee .ant-select-content-item-prefix{flex:1 1 auto;min-width:0}.todo-list-col-assignee .ant-select-content-item,.todo-list-col-assignee .ant-select-content-item-prefix,.todo-list-col-assignee .ant-select-content-item-prefix>.ant-select-placeholder,.todo-list-col-assignee .ant-select-content-item>span{width:100%!important;min-width:0!important;justify-content:flex-start!important}.todo-list-col-assignee .ant-select-content-item-prefix>.ant-select-placeholder{position:static!important;inset:auto!important;transform:none!important}.todo-list-col-assignee .ant-select-content-item-suffix{flex:0 0 auto;width:0!important;min-width:0!important;overflow:hidden!important}.todo-list-col-assignee .ant-select-placeholder>span,.todo-list-col-assignee .ant-select-selection-item-content>span,.todo-list-col-assignee .ant-select-selection-item>span,.todo-list-col-assignee .ant-select-selection-placeholder>span{display:inline-flex!important;align-items:center!important;min-height:24px;max-width:100%}.todo-list-col-assignee .todo-assignee-value{display:inline-flex;align-items:center;max-width:100%;min-height:24px}.todo-list-col-assignee .ant-select-content-item-prefix .todo-assignee-value>span:last-child,.todo-list-col-assignee .ant-select-placeholder .todo-assignee-value>span:last-child,.todo-list-col-assignee .ant-select-selection-placeholder .todo-assignee-value>span:last-child{color:var(--app-text)!important;font-weight:600!important}.todo-list-col-assignee .ant-select-selection-search-input{pointer-events:none!important;caret-color:transparent!important}.todo-assignee-option,.todo-assignee-value{position:relative}.todo-assignee-remove{opacity:0;pointer-events:none;transition:opacity .14s ease;flex-shrink:0}.todo-assignee-option:hover .todo-assignee-remove,.todo-assignee-remove:focus-visible,.todo-assignee-remove:hover,.todo-assignee-value:hover .todo-assignee-remove{opacity:1;pointer-events:auto}.todo-list-avatar{width:26px;height:26px;border-radius:50%;background:var(--app-menu-selected-bg);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.todo-list-assignee-name{font-size:12px;color:var(--app-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.todo-list-due{font-size:12px;color:var(--app-muted-text)}.todo-list-col-due .ant-picker,.todo-list-col-due .ant-picker-input,.todo-list-col-due .ant-picker-input input{font-size:12px!important}.todo-detail-date-field .ant-picker-input input,.todo-list-col-due .ant-picker-input input{color:inherit!important}.todo-list-due.overdue{color:#e04d4d;font-weight:600}.todo-asset-field-input-wrap{padding-left:14px}.todo-list-children{border-top:1px solid var(--app-border-subtle)}.todo-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,260px);align-items:start;grid-gap:0;gap:0;min-height:100%;overflow:visible;padding:8px 0 20px 10px}.todo-detail-section .novel-editor-container.is-themed{background:var(--app-content-bg);border:none;border-bottom:0}.todo-create-description-editor-shell .novel-editor-content .ProseMirror,.todo-create-description-editor-shell .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before,.todo-description-editor-shell .novel-editor-content .ProseMirror,.todo-description-editor-shell .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before,.todo-detail-section .novel-editor-content .ProseMirror,.todo-detail-section .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before{font-size:13px!important}html[data-theme=dark] .todo-detail-section .novel-editor-container.is-themed{background:var(--app-surface)}.todo-detail-main{display:flex;flex-direction:column;gap:20px;padding-right:15px;min-width:0}.todo-detail-section{padding-bottom:20px}.todo-detail-section:last-child{border-bottom:none}.todo-detail-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.todo-detail-section-title{font-size:13px;font-weight:700;color:var(--app-text)}.todo-comments-panel{display:flex;flex-direction:column;gap:12px;padding-left:12px}.todo-comments-loading{display:flex;align-items:center;justify-content:center;min-height:48px}.todo-comments-list{display:flex;flex-direction:column;gap:14px}.todo-comment-row{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:10px;gap:10px}.todo-comment-avatar{width:28px;height:28px;border-radius:999px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.todo-comment-content{min-width:0}.todo-comment-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.todo-comment-author{color:var(--app-text);font-size:13px;font-weight:700}.todo-comment-time{color:var(--app-muted-text);font-size:11px}.todo-comment-body{color:var(--app-text);font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.todo-comment-mention{color:var(--app-menu-selected-bg);font-weight:700}.todo-comments-empty{color:var(--app-muted-text);font-size:12px}.todo-comment-composer{display:flex;flex-direction:column;gap:0;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.todo-comment-composer .ant-mentions{border-radius:10px;transition:border-color .16s ease,box-shadow .16s ease,min-height .16s ease}.todo-comment-composer.is-expanded .ant-mentions{border-color:var(--app-menu-selected-bg);box-shadow:0 0 0 2px rgba(124,58,237,.12)}.todo-comment-composer .ant-mentions textarea{font-size:13px;line-height:1.5}.todo-comment-composer-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.todo-comment-rich-text .novel-editor-content .ProseMirror{font-size:13px!important;line-height:1.6!important}.todo-comment-composer .novel-editor-container.is-themed{background:var(--app-content-bg);border:solid var(--app-border-strong)!important;border-width:1px 1px 2px!important;border-radius:8px!important;padding:12px 14px!important;transition:all .2s ease}.todo-comment-composer .novel-editor-container.is-themed:hover{border-color:rgba(122,87,219,.6)!important}.todo-comment-composer .novel-editor-container.is-themed:focus-within{border-color:var(--app-menu-selected-bg)!important;background:var(--app-card-bg)!important;box-shadow:0 0 0 2px rgba(122,87,219,.15)!important}.todo-comment-mention-option{display:flex;align-items:center;gap:8px;min-width:0}.todo-comment-mention-avatar{width:22px;height:22px;border-radius:999px;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.todo-comment-mention-copy{display:flex;flex-direction:column;min-width:0}.todo-comment-mention-name{color:var(--app-text);font-size:12px;font-weight:700;line-height:1.1}.todo-comment-mention-email{color:var(--app-muted-text);font-size:11px;line-height:1.1}.todo-detail-section-toggle,.todo-detail-sidebar-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.todo-collapse-chevron{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:var(--app-muted-text);font-size:10px;line-height:1;transform:rotate(90deg);transition:transform .16s ease,color .16s ease;flex-shrink:0}.todo-collapse-chevron.is-collapsed{transform:rotate(0deg)}.todo-detail-section-toggle:hover .todo-collapse-chevron,.todo-detail-sidebar-toggle:hover .todo-collapse-chevron{color:var(--app-text)}.todo-detail-custom-fields-section{padding-bottom:24px}.todo-detail-custom-field-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:22px 18px;gap:22px 18px;padding-left:4px}.todo-detail-custom-field-card{min-width:0;padding:0;border:none;border-radius:0;background:transparent}.todo-detail-custom-field-card.is-wide{grid-column:1/-1}.todo-detail-custom-field-label{display:block;margin-bottom:8px;font-size:12px;font-weight:700;color:var(--app-text)}.todo-detail-custom-field-control,.todo-detail-custom-field-control>*{min-width:0;max-width:100%}.todo-detail-custom-field-control .ant-input,.todo-detail-custom-field-control .ant-input-number,.todo-detail-custom-field-control .ant-picker,.todo-detail-custom-field-control .ant-select,.todo-detail-custom-field-control .ant-select-selector{width:100%!important;max-width:100%!important}.todo-create-form .ant-picker,.todo-create-form .ant-picker-input,.todo-create-form .ant-picker-input input,.todo-create-form .ant-select-selection-item,.todo-create-form .ant-select-selection-placeholder,.todo-create-form .ant-select-selection-search-input,.todo-create-form .ant-select-selector,.todo-detail-custom-field-control .ant-picker,.todo-detail-custom-field-control .ant-picker-input,.todo-detail-custom-field-control .ant-picker-input input,.todo-detail-custom-field-control .ant-select-selection-item,.todo-detail-custom-field-control .ant-select-selection-placeholder,.todo-detail-custom-field-control .ant-select-selection-search-input,.todo-detail-custom-field-control .ant-select-selector,.todo-list-view .ant-picker,.todo-list-view .ant-picker-input,.todo-list-view .ant-picker-input input,.todo-list-view .ant-select-selection-item,.todo-list-view .ant-select-selection-placeholder,.todo-list-view .ant-select-selection-search-input,.todo-list-view .ant-select-selector,.todo-modal-body .ant-picker,.todo-modal-body .ant-picker-input,.todo-modal-body .ant-picker-input input,.todo-modal-body .ant-select-selection-item,.todo-modal-body .ant-select-selection-placeholder,.todo-modal-body .ant-select-selection-search-input,.todo-modal-body .ant-select-selector{cursor:pointer!important;caret-color:transparent!important}.todo-detail-custom-field-control .ant-checkbox-group,.todo-detail-custom-field-control .ant-radio-group{display:flex;flex-wrap:wrap;gap:8px 14px}@media (max-width:920px){.todo-detail-custom-field-grid{grid-template-columns:1fr}}.todo-detail-subtask-header{padding:8px 6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--app-muted-text)}.todo-detail-subtask-header,.todo-detail-subtask-row{display:grid;grid-template-columns:68px minmax(0,2fr) 68px 126px 88px 106px;align-items:center;grid-column-gap:14px;column-gap:14px;border-bottom:1px solid var(--app-border-subtle);position:relative;z-index:1}.todo-detail-subtask-row{padding:10px 6px;cursor:default;transition:background .15s ease}.todo-detail-subtask-row:last-child{border-bottom:none}.todo-detail-subtask-row:hover{background:transparent}.todo-detail-subtask-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:rgba(16,16,18,.22) transparent}.todo-detail-subtask-table{display:inline-block;min-width:max-content;width:max-content;position:relative;isolation:isolate}.todo-detail-subtask-resize-guide{position:absolute;top:0;bottom:0;width:1px;margin-left:-.5px;background:rgba(105,61,211,.7);box-shadow:0 0 0 1px rgba(105,61,211,.12);pointer-events:none;z-index:3}.todo-detail-subtask-resize-rails{position:absolute;inset:0;z-index:2;pointer-events:none}.todo-detail-subtask-resize-rail{position:absolute;width:14px;margin-left:-7px;height:28px;cursor:col-resize;pointer-events:auto;touch-action:none}.todo-detail-subtask-resize-rail-top{top:0}.todo-detail-subtask-resize-rail-bottom{bottom:0}.todo-detail-subtask-scroll::-webkit-scrollbar{display:block;height:8px}.todo-detail-subtask-scroll::-webkit-scrollbar-track{background:transparent}.todo-detail-subtask-scroll::-webkit-scrollbar-thumb{background:rgba(16,16,18,.22);border-radius:999px}.todo-detail-subtask-row .todo-list-task-name{transition:color .15s ease;display:block;white-space:nowrap;font-size:12px;overflow:hidden;text-overflow:ellipsis}.todo-detail-subtask-row:hover .todo-list-task-name{color:var(--app-menu-selected-bg)}.todo-detail-subtask-col{display:flex;align-items:center;justify-content:flex-start;min-width:0;font-size:12px;position:relative;white-space:nowrap;overflow:hidden;text-align:left}.todo-detail-subtask-col .ant-picker-input,.todo-detail-subtask-col .ant-picker-input input,.todo-detail-subtask-col .ant-select-selection-item,.todo-detail-subtask-col .ant-select-selection-item-content,.todo-detail-subtask-col .todo-child-priority-chip,.todo-detail-subtask-col .todo-child-priority-trigger,.todo-detail-subtask-col .todo-list-assignee,.todo-detail-subtask-col .todo-list-id-cell,.todo-detail-subtask-col .todo-status-option-badge,.todo-detail-subtask-col>*,.todo-detail-subtask-col>button,.todo-detail-subtask-col>div,.todo-detail-subtask-col>span{min-width:0;max-width:100%}.todo-detail-subtask-header .todo-detail-subtask-col:not(:last-child),.todo-detail-subtask-row .todo-detail-subtask-col:not(:last-child){padding-right:14px}.todo-detail-subtask-header .todo-detail-subtask-col.subtask-col-assignee,.todo-detail-subtask-header .todo-detail-subtask-col.subtask-col-priority,.todo-detail-subtask-header .todo-detail-subtask-col.subtask-col-status,.todo-detail-subtask-row .todo-detail-subtask-col.subtask-col-assignee,.todo-detail-subtask-row .todo-detail-subtask-col.subtask-col-priority,.todo-detail-subtask-row .todo-detail-subtask-col.subtask-col-status{padding-right:0}.todo-detail-subtask-col.subtask-col-assignee,.todo-detail-subtask-col.subtask-col-due,.todo-detail-subtask-col.subtask-col-id,.todo-detail-subtask-col.subtask-col-name{text-overflow:ellipsis}.todo-detail-subtask-col.subtask-col-id{padding-right:6px}.subtask-col-name{padding-right:6px;overflow:hidden}.subtask-col-assignee,.subtask-col-due,.subtask-col-priority,.subtask-col-status{justify-content:flex-start}.todo-child-priority-popover{display:flex;flex-direction:column;gap:0;width:max-content;min-width:max-content;font:inherit}.todo-child-priority-option{border:none;background:transparent;width:100%;min-width:max-content;padding:5px 10px;border-radius:8px;text-align:left;cursor:pointer;font:inherit;font-size:12px;font-weight:400;color:inherit;transition:background-color .12s ease,font-weight .12s ease}.todo-child-priority-option:hover{background:#f3f4f6}.todo-child-priority-option[data-selected=true]{background:#f3edff;color:var(--app-text);font-weight:600}.todo-child-priority-option[data-selected=true]:hover{background:#f3edff}html[data-theme=dark] .todo-child-priority-option:hover{background:hsla(0,0%,100%,.06)}html[data-theme=dark] .todo-child-priority-option[data-selected=true],html[data-theme=dark] .todo-child-priority-option[data-selected=true]:hover{background:rgba(122,87,219,.18)}.todo-child-priority-option[data-selected=true] .todo-priority-chip,.todo-child-priority-option[data-selected=true] .todo-priority-chip-text{color:var(--app-text);font-weight:600}.todo-child-priority-trigger[data-selected=true],.todo-child-priority-trigger[data-selected=true] .todo-priority-chip,.todo-child-priority-trigger[data-selected=true] .todo-priority-chip-text{font-weight:600}.todo-child-priority-trigger{font:inherit;color:inherit}.todo-detail-subtask-add{padding:12px;border-bottom:1px solid var(--app-border-subtle)}.todo-detail-subtask-add-row{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;font-size:13px;color:var(--app-muted-text);transition:all .15s ease;border-radius:6px;margin-top:4px;background:transparent}.todo-detail-subtask-add-row:hover{color:var(--app-menu-selected-bg)}.todo-detail-inline-subtask-row,.todo-detail-inline-subtask-row .ant-input,.todo-detail-inline-subtask-row .ant-input::placeholder,.todo-detail-inline-subtask-row .ant-select,.todo-detail-inline-subtask-row .ant-select-selection-item,.todo-detail-inline-subtask-row .ant-select-selection-placeholder,.todo-detail-inline-subtask-row .todo-detail-inline-subtask-worktype .ant-select-selector,.todo-detail-inline-subtask-row span{font-size:12px!important}.todo-detail-inline-subtask-row .ant-input,.todo-detail-inline-subtask-row .ant-select-selector{line-height:1.4}.todo-detail-inline-subtask-worktype-left .ant-select-selector{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.todo-detail-subtask-add-btn{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--app-border-subtle);border-radius:4px;cursor:pointer;color:var(--app-text);background:transparent;transition:all .2s ease}.todo-detail-subtask-add-btn:hover{border-color:#7c3aed;background:rgba(124,58,237,.08);color:#7c3aed}html[data-theme=dark] .todo-detail-subtask-add-btn:hover{border-color:#8b5cf6;background:rgba(139,92,246,.12);color:#8b5cf6}.todo-detail-inline-subtask-worktype-dropdown{min-width:110px!important}.todo-detail-inline-subtask-worktype-dropdown .ant-select-item,.todo-detail-inline-subtask-worktype-dropdown .ant-select-item-option-content,.todo-detail-inline-subtask-worktype-dropdown .ant-select-item-option-content span{font-size:12px!important;line-height:1.4!important}.todo-detail-inline-subtask-worktype-dropdown .ant-select-item{min-height:28px!important;padding:4px 8px!important}.todo-detail-inline-subtask-row .ant-input{min-height:32px!important;padding-top:4px!important;padding-bottom:4px!important}.todo-detail-inline-subtask-cancel{transition:color .15s ease}.todo-detail-inline-subtask-cancel:hover{color:var(--app-menu-selected-bg)!important}.todo-detail-sidebar{border-left:1px solid var(--app-border-subtle);padding-left:12px;padding-right:2px;font-size:12px;position:-webkit-sticky;position:sticky;top:12px;align-self:start;height:calc(80vh - 88px);max-height:calc(80vh - 88px);overflow:hidden;display:flex;flex-direction:column;min-height:0}.todo-detail-sidebar-header{margin-bottom:16px;display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;flex-shrink:0}.todo-detail-sidebar-content{flex:1 1;min-height:0;overflow-y:auto;padding-right:8px}.todo-detail-sidebar-footer{margin-top:auto;padding-top:8px;padding-right:8px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-top:1px solid var(--app-border-subtle);flex-shrink:0;color:var(--app-muted-text)}.todo-detail-sidebar-section{margin-bottom:12px;padding-bottom:8px}.todo-detail-sidebar-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--app-muted-text)}.todo-detail-sidebar-grid{display:grid;grid-template-columns:78px minmax(0,1fr);grid-row-gap:8px;row-gap:8px;grid-column-gap:12px;column-gap:12px;align-items:start;overflow:visible;margin-bottom:8px}.todo-detail-sidebar-key{font-size:12px;font-weight:600;color:var(--app-muted-text);white-space:nowrap;min-height:24px;display:flex;align-items:center}.todo-detail-sidebar-grid .ant-picker,.todo-detail-sidebar-grid .ant-select,.todo-detail-sidebar-grid .ant-tag,.todo-detail-sidebar-grid .todo-list-assignee,.todo-detail-sidebar-grid>span{font-size:12px!important;min-width:0;overflow:visible!important;max-width:none!important}.todo-detail-sidebar-grid .ant-picker-input input,.todo-detail-sidebar-grid .ant-select-selection-item,.todo-detail-sidebar-grid .ant-tag,.todo-detail-sidebar-grid .todo-list-assignee,.todo-detail-sidebar-grid a,.todo-detail-sidebar-grid>span{overflow:visible!important;text-overflow:clip!important;min-width:0}.todo-detail-sidebar-grid .ant-picker,.todo-detail-sidebar-grid .ant-picker-input,.todo-detail-sidebar-grid .ant-picker-input input,.todo-detail-sidebar-grid .ant-select-selection-item,.todo-detail-sidebar-grid .ant-select-selection-item-content,.todo-detail-sidebar-grid .ant-select-selection-overflow,.todo-detail-sidebar-grid .ant-select-selection-overflow-item,.todo-detail-sidebar-grid .ant-select-selection-wrap,.todo-detail-sidebar-grid .ant-select-selector{overflow:visible!important;text-overflow:clip!important;max-width:none!important}.todo-detail-sidebar-grid .ant-select-selector{min-height:28px!important;height:auto!important;padding-top:2px!important;padding-bottom:2px!important}.todo-detail-sidebar-grid .ant-select-selection-item,.todo-detail-sidebar-grid .ant-select-selection-item-content,.todo-detail-sidebar-grid .ant-select-selection-overflow,.todo-detail-sidebar-grid .ant-select-selection-overflow-item,.todo-detail-sidebar-grid .ant-select-selection-wrap{display:flex!important;align-items:center!important;min-height:24px}.todo-detail-sidebar-grid .ant-select-selection-item-content>span,.todo-detail-sidebar-grid .ant-select-selection-item>span,.todo-detail-sidebar-grid .ant-select-selection-overflow-item>span{display:inline-flex!important;align-items:center!important;min-height:24px;max-width:100%}.todo-detail-sidebar-grid .ant-picker,.todo-detail-sidebar-grid .ant-select,.todo-detail-sidebar-grid .todo-list-assignee{width:100%!important;justify-self:stretch;align-self:center}.todo-detail-sidebar-grid .ant-select.ant-select-multiple{padding:0!important;margin:0!important}.todo-detail-sidebar-grid .ant-select.ant-select-multiple .ant-select-selector{align-items:flex-start!important}.todo-detail-sidebar-value{min-height:24px;width:100%;min-width:0;display:flex;align-items:center;padding:0;align-self:stretch}.todo-detail-sidebar-value.is-multiline{align-items:flex-start}.todo-detail-sidebar-grid>.todo-detail-sidebar-key{justify-self:start;min-width:0}.todo-detail-sidebar-grid>.todo-detail-sidebar-value{justify-self:stretch;min-width:0}.todo-detail-value-inline{display:inline-flex;align-items:center;gap:6px;min-height:24px;min-width:0;width:100%}.todo-detail-value-prefix{display:inline-flex;align-items:center;justify-content:flex-start;flex-shrink:0;width:20px;min-width:20px;min-height:20px}.todo-detail-value-content{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap}.todo-detail-sidebar-value>.ant-input,.todo-detail-sidebar-value>.ant-input-affix-wrapper,.todo-detail-sidebar-value>.ant-input-textarea,.todo-detail-sidebar-value>.ant-picker,.todo-detail-sidebar-value>.ant-select,.todo-detail-sidebar-value>.todo-detail-date-field,.todo-detail-sidebar-value>.todo-detail-hover-clear,.todo-detail-sidebar-value>.todo-detail-value-inline,.todo-detail-sidebar-value>a,.todo-detail-sidebar-value>div,.todo-detail-sidebar-value>span{width:100%;min-width:0}.todo-detail-sidebar-value .ant-picker-input input,.todo-detail-sidebar-value .ant-select-selection-item,.todo-detail-sidebar-value .todo-list-assignee-name,.todo-detail-sidebar-value a,.todo-detail-sidebar-value>span{min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;font-size:12px!important}.todo-detail-sidebar-grid .ant-select-selection-search-input{pointer-events:none!important;cursor:pointer!important;caret-color:transparent!important}.todo-detail-sidebar-grid .ant-picker-input input,.todo-detail-subtask-row .ant-picker-input input,.todo-detail-subtask-row .ant-select-selection-item,.todo-detail-subtask-row .ant-select-selection-placeholder,.todo-detail-subtask-row .todo-child-priority-chip,.todo-detail-subtask-row .todo-child-priority-chip span,.todo-detail-subtask-row .todo-list-assignee,.todo-detail-subtask-row .todo-list-assignee span,.todo-detail-subtask-row .todo-list-id-text,.todo-detail-subtask-row .todo-status-option-badge{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.todo-detail-subtask-row .ant-picker,.todo-detail-subtask-row .ant-picker-input,.todo-detail-subtask-row .ant-select,.todo-detail-subtask-row .ant-select-selection-item,.todo-detail-subtask-row .ant-select-selection-item-content,.todo-detail-subtask-row .ant-select-selection-overflow,.todo-detail-subtask-row .ant-select-selection-overflow-item,.todo-detail-subtask-row .ant-select-selection-wrap,.todo-detail-subtask-row .ant-select-selector,.todo-detail-subtask-row .todo-list-assignee-name{min-width:0;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.todo-detail-subtask-row .ant-picker-clear,.todo-detail-subtask-row .ant-select-clear{display:none!important}.todo-detail-subtask-row .ant-picker,.todo-detail-subtask-row .ant-picker-input,.todo-detail-subtask-row .ant-picker-input input,.todo-detail-subtask-row .ant-select-selection-item,.todo-detail-subtask-row .ant-select-selection-search-input,.todo-detail-subtask-row .ant-select-selector{cursor:pointer!important;caret-color:transparent}.todo-detail-subtask-row .ant-select-selector{min-height:28px!important;height:auto!important;align-items:center!important;padding-top:2px!important;padding-bottom:2px!important}.todo-detail-subtask-row .ant-select-selection-item,.todo-detail-subtask-row .ant-select-selection-item-content,.todo-detail-subtask-row .ant-select-selection-overflow,.todo-detail-subtask-row .ant-select-selection-overflow-item,.todo-detail-subtask-row .ant-select-selection-wrap{display:flex!important;align-items:center!important;min-height:24px}.todo-detail-subtask-row .ant-select-content,.todo-detail-subtask-row .ant-select-content-item,.todo-detail-subtask-row .ant-select-content-item-prefix,.todo-detail-subtask-row .ant-select-content-item-suffix,.todo-detail-subtask-row .ant-select-placeholder,.todo-detail-subtask-row .ant-select-selection-placeholder{display:flex!important;align-items:center!important;padding:0!important;margin:0!important}.todo-detail-subtask-row .ant-select-content{gap:0!important}.todo-detail-subtask-row .ant-select-content-item,.todo-detail-subtask-row .ant-select-content-item-prefix,.todo-detail-subtask-row .ant-select-content-item-prefix>.ant-select-placeholder,.todo-detail-subtask-row .ant-select-content-item>span{width:100%!important;min-width:0!important;justify-content:flex-start!important}.todo-detail-subtask-row .ant-select-content-item-prefix>.ant-select-placeholder{position:static!important;inset:auto!important;transform:none!important}.todo-detail-subtask-row .ant-select-content-item-suffix{flex:0 0 auto;width:0!important;min-width:0!important;overflow:hidden!important}.todo-detail-subtask-row .ant-select-placeholder>span,.todo-detail-subtask-row .ant-select-selection-item-content>span,.todo-detail-subtask-row .ant-select-selection-item>span,.todo-detail-subtask-row .ant-select-selection-overflow-item>span,.todo-detail-subtask-row .ant-select-selection-placeholder>span{display:inline-flex!important;align-items:center!important;min-height:24px;max-width:100%}.todo-detail-subtask-row .todo-assignee-value{max-width:100%;min-height:24px}.todo-detail-subtask-col.subtask-col-priority .ant-select-selector,.todo-detail-subtask-col.subtask-col-status .ant-select-selector{padding-inline:0!important;-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-padding-end:0!important;padding-inline-end:0!important;padding-right:0!important;padding-left:0!important}.todo-detail-subtask-col.subtask-col-priority .ant-select-selection-item,.todo-detail-subtask-col.subtask-col-status .ant-select-selection-item{-webkit-padding-end:0!important;padding-inline-end:0!important;padding-right:0!important;margin-right:0!important;display:inline-flex!important;align-items:center;min-width:0;width:100%}.todo-detail-subtask-col.subtask-col-priority .ant-select-selection-wrap,.todo-detail-subtask-col.subtask-col-status .ant-select-selection-wrap{padding-right:0!important;min-width:0}.todo-detail-subtask-col.subtask-col-priority .ant-select,.todo-detail-subtask-col.subtask-col-status .ant-select{width:100%!important}.todo-detail-subtask-col.subtask-col-assignee *,.todo-detail-subtask-col.subtask-col-due *{cursor:pointer!important;caret-color:transparent!important}.todo-detail-url-select .ant-select-selection-item,.todo-detail-url-select .ant-select-selection-placeholder,.todo-detail-url-select .ant-select-selection-search-input,.todo-detail-url-select .ant-select-selector{font-size:12px!important;line-height:1.4!important}.todo-detail-url-field{width:100%;min-height:28px;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-content-bg);padding:0 8px;display:flex;align-items:center;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.todo-detail-url-prefix{display:inline-flex;align-items:center;justify-content:center;width:12px;min-width:12px;margin-right:6px;flex-shrink:0;color:var(--app-muted-text)}.todo-detail-url-field:has(.ant-input:not(:placeholder-shown))>.todo-detail-url-prefix,.todo-detail-url-field:has(.ant-select-content.ant-select-content-has-value)>.todo-detail-url-prefix{display:none!important}.todo-detail-url-field:has(.ant-input-affix-wrapper input:not(:placeholder-shown)) .ant-input-prefix{display:none!important}.todo-detail-url-field:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.08);background:var(--app-content-bg)}.todo-detail-url-field .ant-input,.todo-detail-url-field .ant-input-affix-wrapper,.todo-detail-url-field .ant-select,.todo-detail-url-field .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important}.todo-detail-url-field .ant-input,.todo-detail-url-field .ant-input-affix-wrapper input,.todo-detail-url-field .ant-select-selection-item,.todo-detail-url-field .ant-select-selection-placeholder,.todo-detail-url-field .ant-select-selection-search-input{font-size:12px!important;line-height:1.4!important}.todo-detail-url-field .ant-input-affix-wrapper input::placeholder,.todo-detail-url-field .ant-input::placeholder,.todo-detail-url-field .ant-select-input:not(:focus),.todo-detail-url-field .ant-select-input:not(:focus)::placeholder,.todo-detail-url-field .ant-select-placeholder,.todo-detail-url-field .ant-select-placeholder *,.todo-detail-url-field .ant-select-selection-placeholder,.todo-detail-url-field .ant-select-selection-placeholder *{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-detail-url-field .ant-input-affix-wrapper input::placeholder,.todo-detail-url-field .ant-input::placeholder,.todo-detail-url-field .ant-select-selection-placeholder{color:var(--app-muted-text)!important;opacity:1!important}.todo-detail-url-field .ant-input-affix-wrapper,.todo-detail-url-field .ant-select,.todo-detail-url-field .ant-select-selector,.todo-detail-url-field .ant-select-single{padding:0!important;margin:0!important}.todo-detail-url-field .ant-select-arrow{display:none!important}.todo-detail-url-field .ant-select-selection-item,.todo-detail-url-field .ant-select-selection-placeholder,.todo-detail-url-field .ant-select-selection-search,.todo-detail-url-field .ant-select-selection-wrap{padding:0!important;margin:0!important}.todo-detail-sidebar-grid .ant-picker,.todo-detail-sidebar-grid .ant-picker-input,.todo-detail-sidebar-grid .ant-picker-input input,.todo-detail-sidebar-grid .ant-select-selection-item,.todo-detail-sidebar-grid .ant-select-selection-wrap,.todo-detail-sidebar-grid .ant-select-selector,.todo-detail-sidebar-grid .todo-list-assignee-name{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.todo-detail-sidebar-grid .todo-list-assignee-name{max-width:none!important}.todo-detail-sidebar-value .ant-input,.todo-detail-sidebar-value .ant-input-affix-wrapper,.todo-detail-sidebar-value .ant-picker,.todo-detail-sidebar-value .ant-select-selector{min-height:24px!important;padding-top:0!important;padding-bottom:0!important}.todo-detail-status-popover{display:flex;flex-direction:column;gap:6px;min-width:148px}.todo-detail-status-option{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:6px 8px;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:transform .16s ease;text-align:left;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.todo-detail-status-option:active,.todo-detail-status-option:focus,.todo-detail-status-option:hover{background:#f3f4f6;border:none;outline:none;box-shadow:none}html[data-theme=dark] .todo-detail-status-option:active,html[data-theme=dark] .todo-detail-status-option:focus,html[data-theme=dark] .todo-detail-status-option:hover{background:hsla(0,0%,100%,.06)}.todo-detail-status-option[data-selected=true]{background:transparent;border:none;outline:none;box-shadow:none}.todo-status-option-badge{display:inline-flex;align-items:center;box-sizing:border-box;overflow:visible!important;transform-origin:left center;transition:transform .16s ease,font-weight .16s ease}.ant-select-item-option .todo-status-option-badge,.todo-create-status-option .todo-status-option-badge,.todo-detail-status-option .todo-status-option-badge{font-weight:400!important}.todo-detail-status-option:hover .todo-status-option-badge,.todo-detail-status-option[data-selected=true]:hover .todo-status-option-badge{transform:none}.todo-detail-status-option[data-selected=true] .todo-status-option-badge{font-weight:600!important}.ant-select-item-option-active:has(.todo-status-option-badge),.ant-select-item-option-selected:has(.todo-status-option-badge){background:transparent!important}.ant-select-item-option-content:has(.todo-status-option-badge),.ant-select-item-option:has(.todo-status-option-badge){overflow:visible!important}.ant-select-item-option-active .todo-status-option-badge{transform:scale(1.04)}.ant-select-item-option-selected .todo-status-option-badge,.ant-select-item-option-selected.ant-select-item-option-active .todo-status-option-badge{transform:none}.ant-select-item-option-selected .todo-status-option-badge,.ant-select-selection-item .todo-status-option-badge,.todo-create-status-trigger .todo-status-option-badge,.todo-detail-sidebar-header .todo-status-option-badge,.todo-detail-subtask-row .ant-select-selection-item .todo-status-option-badge,.todo-detail-subtask-row .ant-select-selection-item span.todo-status-option-badge,.todo-detail-subtask-row .ant-select-selection-item-content .todo-status-option-badge,.todo-detail-subtask-row .ant-select-selection-item>.todo-status-option-badge,.todo-detail-subtask-row .ant-select-selection-search+.ant-select-selection-item .todo-status-option-badge,.todo-detail-subtask-row .ant-select-selector .todo-status-option-badge,.todo-list-col-status .todo-status-option-badge{font-weight:600!important}.todo-list-col-status .todo-status-option-badge{font-weight:700!important}.todo-detail-hover-clear{display:flex;align-items:center;width:100%;min-width:0;min-height:24px}.todo-detail-hover-clear .ant-picker,.todo-detail-hover-clear .ant-select{width:100%!important;min-width:0}.todo-detail-hover-clear .ant-picker,.todo-detail-hover-clear .ant-select-selector{padding-right:18px!important}.todo-detail-sidebar-grid .ant-select-selector{padding-left:0!important;-webkit-padding-start:0!important;padding-inline-start:0!important;display:flex!important;align-items:center!important}.todo-detail-sidebar-grid .ant-select-selection-item,.todo-detail-sidebar-grid .ant-select-selection-placeholder,.todo-detail-sidebar-grid .ant-select-selection-wrap{margin-left:0!important;padding-left:0!important;-webkit-padding-start:0!important;padding-inline-start:0!important;display:flex!important;align-items:center!important;min-width:0!important}.todo-detail-sidebar-grid .ant-select-selection-overflow{padding:0!important;margin:0!important;gap:0!important}.todo-detail-sidebar-grid .ant-select.ant-select-multiple .ant-select-selection-overflow{flex-wrap:wrap!important;row-gap:10px!important;column-gap:0!important;align-items:flex-start!important}.todo-detail-sidebar-grid .ant-select-selection-overflow-item{padding:0!important;margin:0!important}.todo-detail-sidebar-grid .ant-select.ant-select-multiple .ant-select-selection-overflow-item{min-height:28px!important}.todo-detail-sidebar-grid .ant-select-selection-item{padding:0!important;margin:0!important;line-height:1!important}.todo-detail-sidebar-grid .ant-select-selection-item>.todo-detail-value-inline,.todo-detail-sidebar-grid .ant-select-selection-placeholder>.todo-detail-value-inline{width:100%}.todo-detail-assignee-trigger{cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.todo-detail-assignee-trigger,.todo-detail-member-display{width:100%;min-height:24px;padding:0!important;margin:0;border:none!important;box-shadow:none!important;outline:none!important;background:transparent;display:flex;align-items:center;justify-content:flex-start;text-align:left;font:inherit;line-height:1;box-sizing:border-box}.todo-detail-assignee-trigger .todo-detail-value-inline,.todo-detail-member-display .todo-detail-value-inline,.todo-detail-sidebar-value>.todo-detail-value-inline{width:100%;min-width:0;padding:0!important;margin:0;border:none!important;box-shadow:none!important;outline:none!important;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.todo-detail-inline-trigger{width:100%;min-height:24px;padding:0;margin:0;border:none;background:transparent;display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer;font:inherit}.todo-detail-assignee-trigger .todo-detail-value-content,.todo-detail-inline-trigger .ant-tag,.todo-detail-inline-trigger .todo-detail-value-content,.todo-detail-member-display .todo-detail-value-content{font-weight:600}.todo-detail-assignee-trigger .todo-detail-value-content,.todo-detail-assignee-trigger .todo-detail-value-content>span,.todo-detail-member-display .todo-detail-value-content,.todo-detail-member-display .todo-detail-value-content>span{padding:0!important;margin:0!important;border:none!important;box-shadow:none!important;outline:none!important;line-height:24px!important;min-height:24px!important}.todo-detail-choice-menu{display:inline-flex;flex-direction:column;gap:0;width:max-content;min-width:max-content;max-width:min(100%,calc(100vw - 32px));font-size:12px}.todo-detail-choice-popover .ant-popover-inner{width:max-content;min-width:160px;max-width:min(280px,calc(100vw - 32px));padding:5px!important}.todo-detail-choice-popover .ant-popover-inner-content{width:max-content;min-width:max-content;max-width:100%}html[data-theme=dark] .todo-detail-assignee-popover .ant-popover-inner,html[data-theme=dark] .todo-detail-choice-popover .ant-popover-inner,html[data-theme=dark] .todo-kanban-assignee-popover .ant-popover-inner{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;box-shadow:0 6px 24px rgba(0,0,0,.5)!important;color:var(--app-text)!important}html[data-theme=dark] .todo-detail-assignee-popover .ant-popover-arrow:before,html[data-theme=dark] .todo-detail-choice-popover .ant-popover-arrow:before,html[data-theme=dark] .todo-kanban-assignee-popover .ant-popover-arrow:before{background:var(--app-surface)!important}.todo-detail-assignee-menu{display:flex;flex-direction:column;gap:6px;width:240px;min-width:0;max-width:min(240px,calc(100vw - 32px));font-size:12px}.todo-kanban-assignee-menu{width:100%;max-width:100%}.todo-detail-assignee-popover .ant-popover-inner{padding:8px 10px 10px!important}.todo-detail-assignee-popover .ant-popover-inner,.todo-kanban-assignee-popover .ant-popover-inner{width:240px;max-width:min(240px,calc(100vw - 32px))}.todo-detail-assignee-popover .ant-popover-inner-content{width:100%;max-width:100%}.todo-detail-assignee-menu .ant-input-affix-wrapper{width:100%;min-width:0;max-width:100%}.todo-detail-assignee-menu .ant-input,.todo-detail-assignee-menu .ant-input-affix-wrapper input{min-width:0;overflow:hidden;text-overflow:ellipsis}.todo-assignee-dropdown-search .ant-input,.todo-assignee-dropdown-search .ant-input-affix-wrapper input{font-size:12px!important}.todo-assignee-dropdown-search .ant-input-affix-wrapper input::placeholder,.todo-assignee-dropdown-search .ant-input::placeholder{font-size:11px!important}.todo-create-assignee-dropdown-search .ant-input,.todo-create-assignee-dropdown-search .ant-input-affix-wrapper input{font-size:12px!important}.todo-create-assignee-dropdown-search .ant-input-affix-wrapper input::placeholder,.todo-create-assignee-dropdown-search .ant-input::placeholder{font-size:11px!important;color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-detail-assignee-list{display:flex;flex-direction:column;gap:0;width:100%;min-width:0;max-width:100%;max-height:240px;overflow-y:auto}.todo-detail-assignee-option{min-height:32px;padding:0 10px;box-sizing:border-box}.todo-detail-assignee-option,.todo-detail-choice-option{width:100%;margin:0;border:none;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer;font:inherit}.todo-detail-choice-option{min-width:max-content;min-height:34px;padding:5px 10px}.todo-detail-assignee-option:hover,.todo-detail-choice-option:hover{background:#f3f4f6}.todo-detail-assignee-option.is-selected,.todo-detail-choice-option.is-selected{background:#f3edff}.todo-detail-assignee-option.is-selected .todo-detail-value-content,.todo-detail-choice-option.is-selected .ant-tag,.todo-detail-choice-option.is-selected .todo-detail-value-content{font-weight:600}html[data-theme=dark] .todo-detail-assignee-option:hover,html[data-theme=dark] .todo-detail-choice-option:hover{background:hsla(0,0%,100%,.06)}html[data-theme=dark] .todo-detail-assignee-option.is-selected,html[data-theme=dark] .todo-detail-choice-option.is-selected{background:rgba(122,87,219,.18)}.todo-assignee-option-row{display:flex;align-items:center;gap:6px;width:100%;min-width:0;min-height:32px}.todo-assignee-option-avatar{width:20px;min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1}.todo-assignee-option-avatar.is-empty{background:transparent!important;color:transparent!important}.todo-assignee-option-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:18px;color:inherit}.todo-assignee-option-text.is-empty{color:var(--app-muted-text)}.todo-assignee-dropdown .ant-select-item-option{min-height:40px;border-radius:10px;transition:background-color .12s ease;padding:0 12px!important}.todo-assignee-dropdown .ant-select-item-option-active{background:#f3f4f6!important}.todo-assignee-dropdown .ant-select-item-option-selected,.todo-assignee-dropdown .ant-select-item-option-selected.ant-select-item-option-active{background:#f3edff!important}html[data-theme=dark] .todo-assignee-dropdown .ant-select-item-option-active{background:hsla(0,0%,100%,.06)!important}html[data-theme=dark] .todo-assignee-dropdown .ant-select-item-option-selected,html[data-theme=dark] .todo-assignee-dropdown .ant-select-item-option-selected.ant-select-item-option-active{background:rgba(122,87,219,.18)!important}.todo-assignee-dropdown .ant-select-item-option-state{display:none!important}.todo-assignee-dropdown .ant-select-item-option-selected .ant-select-item-option-content,.todo-assignee-dropdown .ant-select-item-option-selected .todo-assignee-option-text{font-weight:600}.todo-assignee-dropdown .ant-select-item-option-content{display:flex;align-items:stretch;width:100%;min-width:0;font-size:12px!important;line-height:18px!important}.todo-assignee-dropdown .ant-select-item{padding-inline:0!important}.ant-select-dropdown .ant-select-item,.ant-select-dropdown .ant-select-item-group,.ant-select-dropdown .ant-select-item-option-content,.ant-select-dropdown .ant-select-item-option-content *{font-size:12px!important;line-height:18px!important}.todo-assignee-dropdown-menu{display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px}.todo-assignee-dropdown-search{padding:0;border-bottom:none}.todo-detail-hover-clear .ant-picker-input input,.todo-detail-hover-clear .ant-select-selection-item,.todo-detail-hover-clear .ant-select-selection-placeholder{padding-right:1px}.todo-detail-date-field,.todo-detail-date-field .ant-picker,.todo-detail-date-field .ant-picker-input,.todo-detail-date-field .ant-picker-input input{font-size:12px!important;cursor:pointer!important;caret-color:transparent!important}.todo-detail-date-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.todo-detail-date-icon .anticon,.todo-detail-date-icon svg{display:block}.todo-detail-subtask-row .ant-select-selection-item,.todo-detail-subtask-row .ant-select-selection-placeholder,.todo-detail-subtask-row .todo-list-assignee,.todo-detail-subtask-row .todo-list-assignee span{font-size:11px!important}.todo-detail-subtask-row .ant-picker-input input{font-size:12px!important}@media (max-width:900px){.todo-detail-layout{grid-template-columns:1fr}.todo-detail-sidebar{border-left:none;border-top:1px solid var(--app-border-subtle);padding-left:0;padding-top:20px}}.todo-detail-modal .ant-modal-content{padding:0;border-radius:12px;overflow:visible;background:var(--app-surface)!important;color:var(--app-text)!important}html[data-theme=dark] .todo-detail-modal .ant-modal-content{border:1px solid var(--app-border-subtle);box-shadow:0 8px 48px rgba(0,0,0,.6)}.todo-detail-modal .ant-modal-header{display:none}.todo-detail-modal .ant-modal-body{padding:0;overflow:hidden}.todo-detail-modal .ant-modal-close{display:none}.todo-detail-modal.todo-detail-fullscreen .ant-modal-content{border-radius:0;height:100vh}.todo-detail-modal.todo-detail-fullscreen{max-width:100vw!important;margin:0!important;padding:0!important;top:0!important}.todo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--app-border-subtle);gap:12px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.todo-modal-header-left{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.todo-modal-id{font-size:12px;font-weight:600;color:var(--app-muted-text);font-family:var(--font-chivo-mono),monospace;cursor:pointer;padding:2px 6px;border:none!important;border-radius:4px;background:transparent;box-shadow:none!important;outline:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .15s ease}.todo-modal-id:hover{background:transparent;color:var(--app-text)}.todo-modal-id-group{font-size:10px;font-weight:600;color:var(--app-muted-text);font-family:var(--font-chivo-mono),monospace}.todo-modal-id-link{display:inline-flex;align-items:center;gap:4px;border:none!important;background:transparent;color:inherit;cursor:pointer;padding:2px 6px;border-radius:4px;font:inherit;box-shadow:none!important;outline:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.todo-modal-id-link:hover{background:transparent;color:var(--app-text)}.todo-modal-title{font-size:16px;font-weight:700;color:var(--app-text);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.todo-modal-title:hover{color:var(--app-menu-selected-bg)}.todo-modal-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.todo-modal-body{padding:6px 0 0;height:calc(100% - 57px);max-height:none;min-height:0;overflow-y:auto}.todo-detail-fullscreen .todo-detail-sidebar{max-height:calc(100vh - 88px)}.todo-ai-solution-card{width:100%;max-width:100%;background:var(--app-content-bg);border:1px solid var(--app-border-subtle);border-radius:8px;padding:16px;overflow:visible;overflow-wrap:anywhere;font-size:13px}.todo-ai-solution-card>:first-child{margin-top:0}.todo-ai-solution-card>:last-child{margin-bottom:0}.todo-ai-solution-card p{margin:0 0 12px;font-size:13px;line-height:1.55}.todo-ai-solution-card h1,.todo-ai-solution-card h2,.todo-ai-solution-card h3,.todo-ai-solution-card h4,.todo-ai-solution-card h5,.todo-ai-solution-card h6{margin:18px 0 10px;font-size:15px;line-height:1.35;font-weight:800;color:var(--app-text)}.todo-ai-solution-card ol,.todo-ai-solution-card ul{margin:0 0 12px 20px;padding:0;font-size:13px}.todo-ai-solution-card li{margin-bottom:6px;font-size:13px;line-height:1.5}.todo-modal-more-menu{display:flex;flex-direction:column;min-width:160px}.todo-modal-more-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border:none;background:none;cursor:pointer;font-size:13px;font-family:inherit;color:var(--app-text);width:100%;text-align:left;border-radius:6px;transition:background .15s ease}.todo-modal-more-item:hover{background:var(--app-content-bg)}.todo-modal-more-item.danger{color:#e04d4d}.todo-modal-more-item.danger:hover{background:rgba(224,77,77,.08)}html[data-theme=dark] .todo-modal-more-popover .ant-popover-inner{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;box-shadow:0 6px 24px rgba(0,0,0,.5)!important;color:var(--app-text)!important}html[data-theme=dark] .todo-modal-more-popover .ant-popover-arrow:before{background:var(--app-surface)!important}.todo-filter-panel{max-height:400px;overflow-y:auto}.todo-filter-section{padding:12px 0;border-bottom:1px solid var(--app-border-subtle)}.todo-filter-section:last-child{border-bottom:none}.todo-filter-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--app-muted-text);margin-bottom:10px;font-family:inherit}.todo-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.todo-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid var(--app-border-subtle);border-radius:999px;background:var(--app-surface);cursor:pointer;font-size:13px;font-weight:500;color:var(--app-text);transition:all .15s ease;font-family:inherit;position:relative;outline:none}.todo-filter-chip:hover{border-color:var(--app-menu-selected-bg)}.todo-filter-chip.active{border-color:#693dd3;background:#fff;color:var(--app-text);font-weight:700;box-shadow:inset 0 0 0 1px #693dd3;z-index:1}html[data-theme=dark] .todo-filter-chip.active{background:rgba(105,61,211,.15);border-color:#7a57db;box-shadow:inset 0 0 0 1px #7a57db}.todo-filter-status-chip,.todo-filter-status-chip.active,.todo-filter-status-chip:hover{border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.todo-filter-multi-chip.active{font-weight:700;border-color:color-mix(in srgb,var(--app-menu-selected-bg) 56%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--app-menu-selected-bg) 56%,#fff)}.todo-filter-status-badge{position:relative;overflow:visible!important}.todo-filter-status-badge.active{font-weight:700!important}.todo-filter-chip-check{right:-5px;border-radius:999px;background:var(--app-surface);color:var(--app-text);border:1px solid rgba(16,16,18,.14)}.todo-filter-chip-check,.todo-filter-status-check{position:absolute;top:-5px;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;line-height:1;font-weight:700;pointer-events:none}.todo-filter-status-check{right:-3px;border-radius:999px;background:#16a34a;color:#fff;box-shadow:0 0 0 2px var(--app-surface)}.todo-filter-chip:focus-visible{outline:none}.todo-filter-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:var(--app-menu-selected-bg);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.todo-create-form .ant-form-item-label>label{font-size:12px!important;font-weight:600!important;color:var(--app-text)!important}.todo-create-form,.todo-create-form *{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.todo-create-form .ant-form-item-label>label:after{-webkit-margin-start:0!important;margin-inline-start:0!important}.todo-create-form .ant-select-selection-item{font-weight:600}.todo-create-form .ant-btn,.todo-create-form .ant-btn span,.todo-create-form .ant-input,.todo-create-form .ant-input::placeholder,.todo-create-form .ant-picker-input input,.todo-create-form .ant-picker-input input::placeholder,.todo-create-form .ant-select-selection-item,.todo-create-form .ant-select-selection-placeholder{font-size:12px!important}.todo-assignee-dropdown-search .ant-input-affix-wrapper input::placeholder,.todo-assignee-dropdown-search .ant-input::placeholder,.todo-create-description-editor-shell .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before,.todo-create-form .ant-input-affix-wrapper input::placeholder,.todo-create-form .ant-input-textarea textarea::placeholder,.todo-create-form .ant-input::placeholder,.todo-create-form .ant-picker-input input::placeholder,.todo-create-form .ant-select-selection-placeholder,.todo-create-form .ant-select-selection-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-form .ant-input-affix-wrapper input,.todo-create-form .ant-input-textarea textarea,.todo-create-form .ant-picker-input input,.todo-create-form .ant-select-selection-item,.todo-create-form .ant-select-selection-search-input{color:var(--app-text)!important}.todo-create-form .ant-input:not(.ant-select-input):not(textarea){min-height:40px!important;line-height:40px!important;padding-top:0!important;padding-bottom:0!important;border-color:var(--app-border-subtle)!important;background:var(--app-content-bg)!important}.todo-create-form .ant-input:not(.ant-select-input):not(textarea):hover{border-color:var(--app-border-subtle)!important}.todo-create-form .ant-input:not(.ant-select-input):not(textarea):focus,.todo-create-form .ant-input:not(.ant-select-input):not(textarea):focus-within{border-color:#8b5cf6!important;box-shadow:0 0 0 2px rgba(139,92,246,.08)!important}.todo-create-url-field .ant-input-affix-wrapper:focus,.todo-create-url-field .ant-input-affix-wrapper:focus-within,.todo-create-url-field .ant-input:not(.ant-select-input):not(textarea):focus,.todo-create-url-field .ant-input:not(.ant-select-input):not(textarea):focus-within,.todo-detail-url-field .ant-input-affix-wrapper:focus,.todo-detail-url-field .ant-input-affix-wrapper:focus-within,.todo-detail-url-field .ant-input:not(.ant-select-input):not(textarea):focus,.todo-detail-url-field .ant-input:not(.ant-select-input):not(textarea):focus-within{border-color:transparent!important;box-shadow:none!important}.todo-create-form .ant-select.ant-select-single,.todo-create-url-field .ant-select.ant-select-single,.todo-detail-sidebar-grid .ant-select.ant-select-single,.todo-detail-url-field .ant-select.ant-select-single{padding:0!important;margin:0!important}.todo-create-url-field{min-height:40px;border-radius:8px}.todo-create-url-field .ant-input,.todo-create-url-field .ant-input-affix-wrapper,.todo-create-url-field .ant-select,.todo-create-url-field .ant-select-selection-item,.todo-create-url-field .ant-select-selection-placeholder,.todo-create-url-field .ant-select-selection-search,.todo-create-url-field .ant-select-selection-search-input,.todo-create-url-field .ant-select-selection-wrap,.todo-create-url-field .ant-select-selector{font-size:12px!important;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif!important}.todo-create-url-field .ant-input-affix-wrapper,.todo-detail-url-field .ant-input-affix-wrapper{width:100%!important;border-radius:0!important;outline:none!important}.todo-create-url-field .ant-input{padding:0!important}.todo-create-url-field .ant-input-affix-wrapper{padding:0!important;min-height:0!important}.todo-create-url-field .ant-input-affix-wrapper .ant-input-prefix{-webkit-margin-end:6px!important;margin-inline-end:6px!important}.todo-create-url-field .ant-input-affix-wrapper input{padding:0!important;line-height:1.4!important}.todo-create-url-field .ant-input,.todo-create-url-field .ant-input-affix-wrapper input,.todo-create-url-field .ant-select-selection-item,.todo-create-url-field .ant-select-selection-search-input{color:var(--app-text)!important}.todo-create-url-field .ant-input-affix-wrapper input::placeholder,.todo-create-url-field .ant-input::placeholder,.todo-create-url-field .ant-select-selection-placeholder,.todo-create-url-field .ant-select-selection-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-search-select .ant-select-selection-placeholder,.todo-create-search-select .ant-select-selection-placeholder *,.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input,.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input::placeholder,.todo-create-url-field .ant-input,.todo-create-url-field .ant-input-affix-wrapper input,.todo-create-url-field .ant-select-selection-placeholder,.todo-create-url-field .ant-select-selection-placeholder *,.todo-create-url-field .ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input,.todo-create-url-field .ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-url-field .ant-input-affix-wrapper input:focus,.todo-create-url-field .ant-input:focus,.todo-create-url-field .ant-select.ant-select-focused .ant-select-selection-search-input,.todo-create-url-field .ant-select.ant-select-open .ant-select-selection-search-input{color:var(--app-text)!important;-webkit-text-fill-color:var(--app-text)!important}.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select .ant-select-selection-placeholder,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select .ant-select-selection-placeholder *,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single .ant-select-selector,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single .ant-select-selector .ant-select-selection-placeholder,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single .ant-select-selector .ant-select-selection-placeholder *,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single .ant-select-selector .ant-select-selection-wrap,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select.ant-select-single:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select .ant-select-placeholder,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select .ant-select-placeholder *,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-input,.todo-create-form .todo-detail-url-select.todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-form .ant-input-affix-wrapper input::placeholder,.todo-create-form .ant-input-textarea textarea::placeholder,.todo-create-form .ant-input::placeholder,.todo-create-form .ant-picker input::placeholder,.todo-create-form .ant-picker-input input::placeholder,.todo-create-form .todo-create-search-select .ant-select-selection-placeholder,.todo-create-form .todo-create-search-select .ant-select-selection-placeholder *,.todo-create-form .todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input,.todo-create-form .todo-create-search-select.ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selection-search-input::placeholder,.todo-create-form .todo-create-url-field .ant-input-affix-wrapper input::placeholder,.todo-create-form .todo-create-url-field .ant-input-affix-wrapper input:not(:focus),.todo-create-form .todo-create-url-field .ant-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-url-field .ant-select-arrow{display:none!important}.todo-create-form .ant-select-selector{min-height:40px!important}.todo-create-form .ant-select-arrow{display:none!important}.todo-create-plain-select .ant-select-selector{-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-padding-end:0!important;padding-inline-end:0!important}.todo-create-plain-select .ant-select-selection-item,.todo-create-plain-select .ant-select-selection-placeholder{display:inline-flex!important;align-items:center!important;min-height:24px!important}.todo-create-plain-select .ant-select-content,.todo-create-plain-select .ant-select-selection-item{padding:0!important;margin:0!important}.todo-create-plain-select .ant-select-content>span,.todo-create-plain-select .ant-select-selection-item>span{display:inline-flex!important;align-items:center!important;gap:6px!important}.todo-create-plain-select .ant-select-content>span>span:first-child,.todo-create-plain-select .ant-select-selection-item>span>span:first-child{width:12px!important;min-width:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.todo-create-plain-select .ant-select-content>span>span:first-child svg,.todo-create-plain-select .ant-select-selection-item>span>span:first-child svg{width:12px!important;height:12px!important}.todo-create-plain-select.ant-select-multiple .ant-select-selection-item{background:rgba(124,58,237,.08)!important;border:1px solid rgba(124,58,237,.15)!important;border-radius:6px!important;padding:0 6px!important;margin:1px 4px 1px 0!important;display:inline-flex!important;align-items:center!important;height:20px!important;line-height:20px!important}.todo-create-plain-select.ant-select-multiple .ant-select-selection-item-content{padding:0!important;margin:0!important;font-size:12px!important}.todo-create-plain-select.ant-select-multiple .ant-select-selection-item-remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;-webkit-margin-start:4px!important;margin-inline-start:4px!important;color:var(--app-muted-text)!important}.todo-create-plain-select.ant-select-multiple .ant-select-selection-item-remove:hover{color:#dc2626!important}html[data-theme=dark] .todo-create-plain-select.ant-select-multiple .ant-select-selection-item{background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.12)!important}.todo-create-form .ant-picker,.todo-create-form .ant-select{min-width:0}.todo-create-form .ant-picker,.todo-create-form .ant-select-selector{padding-right:10px!important}.todo-create-form .ant-picker-clear,.todo-create-form .ant-select-clear{right:4px!important}.todo-create-form .ant-picker-input input,.todo-create-form .ant-select-selection-item,.todo-create-form .ant-select-selection-placeholder{padding-right:2px}.todo-create-date-field .ant-picker{padding:0!important;min-height:0!important}.todo-create-date-field .ant-picker,html[data-theme=dark] .todo-create-date-field .ant-picker,html[data-theme=dark] .todo-create-date-field .ant-picker .ant-picker-input>input,html[data-theme=dark] .todo-create-date-field .ant-picker-outlined{background:transparent!important;border:none!important;box-shadow:none!important}.todo-create-date-field .ant-picker-input,.todo-create-date-field .ant-picker-input input{padding:0!important;margin:0!important}.todo-create-form .todo-create-plain-select .ant-select-selection-item,.todo-create-form .todo-create-plain-select .ant-select-selection-placeholder{padding-left:0!important}.todo-create-form .ant-select-arrow,.todo-create-form .ant-select-suffix,.todo-detail-inline-subtask-row .ant-select-arrow,.todo-detail-inline-subtask-row .ant-select-suffix,.todo-detail-sidebar-grid .ant-select-arrow,.todo-detail-sidebar-grid .ant-select-suffix,.todo-detail-subtask-row .ant-select-arrow,.todo-detail-subtask-row .ant-select-suffix,.todo-field-modal-body .ant-select-arrow,.todo-field-modal-body .ant-select-suffix,.todo-fields-page .ant-select-arrow,.todo-fields-page .ant-select-suffix,.todo-list-view .ant-select-arrow,.todo-list-view .ant-select-suffix,.todo-modal-body .ant-select-arrow,.todo-modal-body .ant-select-suffix{display:none!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item-prefix,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item-suffix,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-placeholder,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-overflow,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-overflow-item,.todo-create-search-select.ant-select-multiple .ant-select-content,.todo-create-search-select.ant-select-multiple .ant-select-content-item,.todo-create-search-select.ant-select-multiple .ant-select-content-item-prefix,.todo-create-search-select.ant-select-multiple .ant-select-content-item-suffix,.todo-create-search-select.ant-select-multiple .ant-select-placeholder,.todo-create-search-select.ant-select-multiple .ant-select-selection-overflow,.todo-create-search-select.ant-select-multiple .ant-select-selection-overflow-item{padding:0!important;margin:0!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content,.todo-create-search-select.ant-select-multiple .ant-select-content{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;gap:5px!important;column-gap:0!important;width:100%!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-overflow{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;width:100%!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-item,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-item-content,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-selection-overflow-item{width:auto!important;min-width:0!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item,.todo-create-search-select.ant-select-multiple .ant-select-content-item{display:flex!important;align-items:center!important;width:auto!important;max-width:100%!important;min-width:0!important;flex:0 0 auto!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item>span,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item>span>.todo-assignee-value,.todo-create-search-select.ant-select-multiple .ant-select-content-item>span,.todo-create-search-select.ant-select-multiple .ant-select-content-item>span>.todo-assignee-value{width:auto!important;max-width:100%!important;min-width:0!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item-suffix,.todo-create-search-select.ant-select-multiple .ant-select-content-item-suffix{display:inline-flex!important;align-items:center!important;width:auto!important;min-width:0!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-input,.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-placeholder{padding:0!important;margin:0!important;color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important}.todo-create-form .todo-create-search-select.ant-select-multiple .ant-select-content-item-prefix .ant-select-placeholder{inset-inline-start:0!important;left:0!important}.todo-asset-document-input.ant-input-affix-wrapper .ant-input::placeholder,.todo-assignee-dropdown-search .ant-input-affix-wrapper input::placeholder,.todo-assignee-dropdown-search .ant-input::placeholder,.todo-create-form .ant-input-affix-wrapper input::placeholder,.todo-create-form .ant-input-textarea textarea::placeholder,.todo-create-form .ant-input::placeholder,.todo-create-form .ant-picker-input input::placeholder,.todo-create-form .ant-select-selection-placeholder,.todo-create-form .ant-select-selection-search-input::placeholder,.todo-create-plain-select .ant-select-selection-placeholder,.todo-create-url-field .ant-input-affix-wrapper input::placeholder,.todo-create-url-field .ant-input::placeholder,.todo-create-url-field .ant-select-selection-placeholder,.todo-create-url-field .ant-select-selection-search-input::placeholder,.todo-detail-custom-field-control .ant-select-selection-placeholder,.todo-detail-hover-clear .ant-select-selection-placeholder,.todo-detail-inline-subtask-row .ant-input::placeholder,.todo-detail-inline-subtask-row .ant-select-selection-placeholder,.todo-detail-sidebar-grid .ant-select-selection-placeholder,.todo-detail-subtask-row .ant-select-selection-placeholder,.todo-detail-url-field .ant-input-affix-wrapper input::placeholder,.todo-detail-url-field .ant-input::placeholder,.todo-detail-url-field .ant-select-selection-placeholder,.todo-detail-url-select .ant-select-selection-placeholder,.todo-field-modal-body .ant-input-affix-wrapper input::placeholder,.todo-field-modal-body .ant-input-textarea textarea::placeholder,.todo-field-modal-body .ant-input::placeholder,.todo-fields-page .ant-input-affix-wrapper input::placeholder,.todo-fields-page .ant-input::placeholder,.todo-list-row .ant-select-selection-placeholder,.todo-list-view .ant-select-selection-placeholder,.todo-modal-body .ant-select-selection-placeholder,.todo-search-input::placeholder{color:#8f96a8!important;-webkit-text-fill-color:#8f96a8!important;opacity:1!important}.todo-create-status-select .ant-select-selector{border:none!important;box-shadow:none!important;background:transparent!important}.todo-create-status-select .ant-select-selector,.todo-create-status-select.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border:none!important;box-shadow:none!important;outline:none!important}.todo-create-status-trigger{display:inline-flex;align-items:center;justify-content:flex-start;padding:0;cursor:pointer;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.todo-create-status-trigger,.todo-create-status-trigger:active,.todo-create-status-trigger:focus,.todo-create-status-trigger:hover{border:none;outline:none;box-shadow:none;background:transparent}.todo-create-status-option,.todo-create-status-popover,.todo-create-status-popover *,.todo-create-status-select,.todo-create-status-select *,.todo-detail-modal,.todo-detail-modal *{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.todo-create-status-option{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:6px 8px;border:none;border-radius:8px;background:transparent;cursor:pointer;text-align:left;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.todo-create-status-option:active,.todo-create-status-option:focus,.todo-create-status-option:hover,.todo-create-status-option[data-selected=true]{border:none;outline:none;box-shadow:none;background:transparent}.todo-create-description-editor-shell{border-radius:12px;border:1px solid transparent;background:var(--app-content-bg);transition:all .2s ease}.todo-create-description-editor-shell:hover{border-color:transparent}.todo-create-description-editor-shell:focus-within{border-color:#693dd3;background:var(--app-content-bg)}.todo-create-description-editor-shell .novel-editor-container.is-themed{background:transparent;border:none;padding:0}.todo-create-description-editor-shell .novel-editor-container.is-themed:not(.is-read-only):focus-within,.todo-create-description-editor-shell .novel-editor-container.is-themed:not(.is-read-only):hover{border-color:transparent;background:transparent}.todo-create-description-editor-shell .novel-editor-content .ProseMirror{padding:14px 16px}.todo-create-description-editor-shell .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before{margin-left:0}.todo-field-template-editor-shell{border-radius:12px;border:1px solid transparent;background:var(--app-content-bg);transition:border-color .2s ease,box-shadow .2s ease}.todo-field-template-editor-shell:focus-within{border-color:#693dd3;box-shadow:0 0 0 1px rgba(105,61,211,.14)}.todo-field-template-editor-shell .novel-editor-container,.todo-field-template-editor-shell .novel-editor-container.is-themed,.todo-field-template-editor-shell .novel-editor-content,.todo-field-template-editor-shell .novel-editor-content .ProseMirror{background:var(--app-content-bg)!important}.todo-field-template-editor-shell .novel-editor-container.is-themed{border:none!important;border-bottom:0!important;padding:0!important;box-shadow:none!important}.todo-field-template-editor-shell .novel-editor-container.is-themed:not(.is-read-only):focus-within,.todo-field-template-editor-shell .novel-editor-container.is-themed:not(.is-read-only):hover{background:var(--app-content-bg)!important;border-color:transparent!important;box-shadow:none!important}.todo-field-template-editor-shell .novel-editor-content .ProseMirror{padding:14px 16px;font-size:12px;line-height:1.5}.todo-field-template-editor-shell .novel-editor-content .ProseMirror p.is-editor-empty:first-child:before{margin-left:0}.todo-layout-select-toggle{border:none;background:transparent;color:#7c3aed;font-size:12px;font-weight:600;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;line-height:1;padding:4px 6px;border-radius:6px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.todo-layout-select-toggle:hover{background:rgba(124,58,237,.08);color:#6d28d9}.todo-layout-add-field-trigger{color:var(--app-text);transition:color .16s ease}.todo-layout-add-field-trigger:hover{color:#7c3aed!important}.todo-layout-add-field-trigger.is-disabled:hover{color:var(--app-muted-text)!important}.todo-detail-settings-btn{border:transparent!important;box-shadow:none!important;background:transparent!important;color:var(--app-text)!important;border-radius:8px!important;outline:none!important;transition:background-color .16s ease,color .16s ease!important}.todo-detail-settings-btn.ant-btn,.todo-detail-settings-btn.ant-btn-default,.todo-detail-settings-btn.ant-btn-icon-only,.todo-detail-settings-btn.ant-btn-text{border:transparent!important;box-shadow:none!important;background:transparent!important}.todo-detail-settings-btn.ant-btn-default:not(:disabled):focus-visible,.todo-detail-settings-btn.ant-btn-default:not(:disabled):hover,.todo-detail-settings-btn.ant-btn-icon-only:not(:disabled):focus-visible,.todo-detail-settings-btn.ant-btn-icon-only:not(:disabled):hover,.todo-detail-settings-btn.ant-btn-text:not(:disabled):focus-visible,.todo-detail-settings-btn.ant-btn-text:not(:disabled):hover,.todo-detail-settings-btn.ant-btn:not(:disabled):focus-visible,.todo-detail-settings-btn.ant-btn:not(:disabled):hover{border:transparent!important;box-shadow:none!important;background:transparent!important;color:#7c3aed!important}.todo-detail-settings-btn:active,.todo-detail-settings-btn:focus,.todo-detail-settings-btn:hover{border:transparent!important;box-shadow:none!important;background:transparent!important;color:#7c3aed!important;outline:none!important}.todo-detail-settings-btn:active:after,.todo-detail-settings-btn:after,.todo-detail-settings-btn:focus:after,.todo-detail-settings-btn:hover:after{border:transparent!important;box-shadow:none!important;outline:none!important}.todo-asset-document-input.ant-input-affix-wrapper{padding:0!important;min-height:32px!important;border-radius:8px!important;align-items:center!important;font-family:inherit!important;font-size:13px!important}.todo-asset-document-input.ant-input-affix-wrapper .ant-input-prefix{-webkit-margin-end:8px!important;margin-inline-end:8px!important;padding-left:10px!important;display:inline-flex!important;align-items:center!important}.todo-asset-document-input.ant-input-affix-wrapper .ant-input{padding-right:10px!important;font-family:inherit!important;font-size:13px!important}.todo-asset-document-input.ant-input-affix-wrapper .ant-input::placeholder{font-family:inherit!important;font-size:13px!important}.todo-asset-document-dropdown,.todo-asset-document-dropdown *,.todo-asset-document-input input{font-family:Inter,sans-serif!important;font-size:12px!important;line-height:18px!important}.todo-sidebar-board-item{display:flex;align-items:center;justify-content:space-between;width:100%}.todo-sidebar-board-more{opacity:0;font-size:14px;padding:2px 6px;border-radius:4px;cursor:pointer;transition:opacity .15s ease}.ant-menu-item:hover .todo-sidebar-board-more,.todo-sidebar-board-item:hover .todo-sidebar-board-more{opacity:1}@media (max-width:768px){.page-header-meta{flex-wrap:wrap;gap:12px}.filter-bar{flex-direction:column}.filter-bar .ant-input-search{max-width:100%}.todo-kanban-grid{grid-template-columns:1fr}}.ant-radio-wrapper{display:flex!important;align-items:center!important}.ant-radio-wrapper .ant-radio{top:0!important}.todo-create-form .ant-radio,.todo-field-modal-radio-group .ant-radio,.todo-modal-body .ant-radio{top:0!important;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.todo-create-form .ant-radio .ant-radio-inner,.todo-field-modal-radio-group .ant-radio .ant-radio-inner,.todo-modal-body .ant-radio .ant-radio-inner{width:18px;height:18px}.todo-create-form .ant-radio .ant-radio-inner:after,.todo-field-modal-radio-group .ant-radio .ant-radio-inner:after,.todo-modal-body .ant-radio .ant-radio-inner:after{width:8px;height:8px;margin:0;inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(0);transform-origin:center}.todo-create-form .ant-radio-checked .ant-radio-inner:after,.todo-field-modal-radio-group .ant-radio-checked .ant-radio-inner:after,.todo-modal-body .ant-radio-checked .ant-radio-inner:after{transform:translate(-50%,-50%) scale(1)}.todo-detail-sidebar-grid .ant-radio{top:0!important;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.todo-detail-sidebar-grid .ant-radio .ant-radio-inner{width:18px;height:18px}.todo-detail-sidebar-grid .ant-radio .ant-radio-inner:after{width:8px;height:8px;margin:0;inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(0);transform-origin:center}.todo-detail-sidebar-grid .ant-radio-checked .ant-radio-inner:after{transform:translate(-50%,-50%) scale(1)}.todo-detail-sidebar-grid .ant-radio-wrapper,.todo-detail-sidebar-grid label:has(.ant-radio){line-height:18px!important}.ant-layout-sider .ant-menu-root>.ant-menu-item-selected{background-color:var(--app-menu-selected-bg)!important;border:2px solid var(--app-menu-unselected-border);border-color:var(--app-border-inverse)!important;border-bottom-width:4px!important;margin:4px 12px;width:calc(100% - 24px);font-family:var(--font-chivo-mono),monospace}.ant-layout-sider .ant-menu-root>.ant-menu-item-selected:hover{background-color:var(--app-menu-selected-hover-bg)!important}.ant-layout-sider .ant-menu-item:not(.ant-menu-item-selected) a,.ant-layout-sider .ant-menu-item:not(.ant-menu-item-selected) span{color:var(--app-menu-item-color)}.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{font-family:var(--font-chivo-mono),monospace;font-weight:600;border-radius:64px;border:solid var(--app-menu-unselected-border);border-width:2px 2px 4px}.ant-layout-sider .ant-menu-sub .ant-menu-item{font-weight:400}.ant-layout-sider .ant-menu-sub .ant-menu-item,.ant-layout-sider .ant-menu-sub .ant-menu-item span{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.ql-editor{min-height:500px;font-weight:400;font-size:16px;line-height:1.75;color:var(--app-editor-text)}.ql-editor,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4{font-weight:700;line-height:1.3;margin-top:1.5em;margin-bottom:.5em}.ql-editor ol,.ql-editor p,.ql-editor ul{margin-bottom:.75em}.ql-snow .ql-toolbar{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.rich-text-view ol,.rich-text-view ul{padding-left:1.5em;margin-bottom:.75em}.rich-text-view ul{list-style-type:disc}.rich-text-view ol{list-style-type:decimal}.rich-text-view li{margin-bottom:.25em}.rich-text-view p{margin-bottom:.5em}.product-detail-view .rich-text-view b,.product-detail-view .rich-text-view strong,.product-detail-view .rich-text-view strong *,.rich-text-view b,.rich-text-view strong{font-weight:700!important}.product-detail-view .rich-text-view em,.product-detail-view .rich-text-view em *,.product-detail-view .rich-text-view i,.rich-text-view em,.rich-text-view i{font-style:italic!important}.product-detail-view .rich-text-view u,.rich-text-view u{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;text-decoration-thickness:1.5px!important}.product-detail-view .rich-text-view del,.product-detail-view .rich-text-view s,.rich-text-view del,.rich-text-view s{-webkit-text-decoration-line:line-through!important;text-decoration-line:line-through!important;text-decoration-thickness:1.5px!important}.ant-tabs-tab-btn{font-weight:600!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-picker,html[data-theme=dark] .ant-picker .ant-picker-input>input,html[data-theme=dark] .ant-picker-outlined,html[data-theme=dark] .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector,html[data-theme=dark] .ant-select-selector{background:var(--app-content-bg)!important;color:var(--app-text)!important;border-color:var(--app-border-subtle)!important}html[data-theme=dark] .todo-detail-url-field .ant-input,html[data-theme=dark] .todo-detail-url-field .ant-input-affix-wrapper,html[data-theme=dark] .todo-detail-url-field .ant-picker,html[data-theme=dark] .todo-detail-url-field .ant-picker .ant-picker-input>input,html[data-theme=dark] .todo-detail-url-field .ant-picker-outlined,html[data-theme=dark] .todo-detail-url-field .ant-select-outlined .ant-select-selector,html[data-theme=dark] .todo-detail-url-field .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important}html[data-theme=dark] .ant-select{--ant-select-selector-bg:var(--app-content-bg)!important;--ant-select-background-color:var(--app-content-bg)!important;--ant-select-border-color:var(--app-border-subtle)!important;--ant-select-color-text:var(--app-text)!important;--ant-select-color-text-placeholder:var(--app-placeholder)!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-picker{--ant-color-text-placeholder:var(--app-placeholder)!important}html[data-theme=dark] .ant-input-textarea textarea::placeholder,html[data-theme=dark] .ant-input::placeholder,html[data-theme=dark] .ant-picker .ant-picker-input>input::placeholder,html[data-theme=dark] .ant-picker-input>input::placeholder{color:var(--app-placeholder)!important;opacity:1!important}.ant-input-textarea textarea::placeholder,.ant-input::placeholder,.ant-picker input::placeholder{color:var(--app-placeholder)!important;opacity:1!important}.ant-select .ant-select-selection-placeholder{color:var(--app-placeholder)!important;opacity:1!important}[data-radix-popper-content-wrapper]{max-width:calc(100vw - 32px)!important;overflow:visible!important}[data-radix-menu-content]{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;border-radius:8px!important;box-shadow:0 10px 28px rgba(0,0,0,.25)!important;max-height:calc(100vh - 32px)!important;overflow-y:auto!important;z-index:10050!important;padding:4px!important}[data-radix-menu-content] [role=menuitem]{cursor:pointer;color:var(--app-text)!important;padding:8px 12px!important;border-radius:4px!important;font-size:14px!important}[data-radix-menu-content] [role=menuitem]:hover{background:var(--app-content-bg)!important}[data-radix-menu-content] [role=separator]{background:var(--app-border-subtle)!important;margin:4px 0!important}[data-floating-ui-portal] .pointer-events-auto.z-50.flex.items-center.gap-1.rounded-lg.border{background:var(--app-surface)!important;border:2px solid var(--app-border-strong)!important;border-radius:12px!important;box-shadow:0 10px 28px rgba(0,0,0,.35)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:6px!important;gap:4px!important}[data-floating-ui-portal] .bg-background\/95{background:var(--app-surface)!important}[data-floating-ui-portal] .pointer-events-auto button{color:var(--app-text)!important;background:transparent!important;border:1px solid transparent!important;border-radius:8px!important;width:32px!important;height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .12s ease!important}[data-floating-ui-portal] .pointer-events-auto button:hover{background:var(--app-content-bg)!important;border-color:var(--app-border-subtle)!important;color:var(--app-text)!important}[data-floating-ui-portal] .pointer-events-auto button:active{transform:scale(.95)!important}[data-floating-ui-portal] button.hover\:bg-accent:hover{background:var(--app-content-bg)!important}[data-floating-ui-portal] .bg-border{background:var(--app-border-subtle)!important;height:20px!important;width:1px!important;margin:0 4px!important}[data-floating-ui-portal] svg{color:var(--app-text)!important;stroke:var(--app-text)!important}[data-floating-ui-portal] .pointer-events-auto.flex.items-center.gap-1.rounded-lg.border:not(.z-50){background:var(--app-surface)!important;border:2px solid var(--app-border-strong)!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:6px!important;gap:4px!important}[data-floating-ui-portal] .pointer-events-auto.z-50.flex.items-center.gap-1.rounded-lg.border{box-shadow:0 4px 12px rgba(0,0,0,.15)!important}[data-floating-ui-portal] [role=tooltip][data-side=top]:before{bottom:-4px!important;top:auto!important}[data-floating-ui-portal] [role=tooltip][data-side=bottom]:before{top:-4px!important;bottom:auto!important;transform:rotate(225deg)!important}[data-floating-ui-portal] [role=tooltip][data-side=left]:before{right:-4px!important;left:auto!important;transform:rotate(135deg)!important}[data-floating-ui-portal] [role=tooltip][data-side=right]:before{left:-4px!important;right:auto!important;transform:rotate(315deg)!important}html[data-theme=dark] [data-floating-ui-portal] .pointer-events-auto.z-50.flex.items-center.gap-1.rounded-lg.border{border-color:rgba(148,163,184,.35)!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important}html[data-theme=dark] [data-floating-ui-portal] .pointer-events-auto button:hover{background:color-mix(in srgb,var(--app-content-bg) 85%,#fff 15%)!important}html[data-theme=dark] [data-floating-ui-portal] [role=tooltip]{border-color:rgba(148,163,184,.35)!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}[data-radix-popper-content-wrapper] [role=dialog]{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;border-radius:8px!important;box-shadow:0 10px 28px rgba(0,0,0,.15)!important;color:var(--app-text)!important}[data-radix-popper-content-wrapper] h4{color:var(--app-text)!important;font-weight:600!important}[data-radix-popper-content-wrapper] p{color:var(--app-muted-text)!important}[data-radix-popper-content-wrapper] [role=none]{background:var(--app-border-subtle)!important}[data-radix-popper-content-wrapper] label{color:var(--app-text)!important;font-weight:500!important}[data-radix-popper-content-wrapper] [role=combobox]{background:var(--app-content-bg)!important;border:1px solid var(--app-border-subtle)!important;border-radius:6px!important;color:var(--app-text)!important}[data-radix-popper-content-wrapper] [role=combobox]:hover{background:color-mix(in srgb,var(--app-content-bg) 90%,#fff 10%)!important}[data-radix-popper-content-wrapper] [role=switch]{border-color:var(--app-border-subtle)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=dialog]{border-color:rgba(148,163,184,.35)!important;box-shadow:0 10px 28px rgba(0,0,0,.3)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=combobox]{background:color-mix(in srgb,var(--app-content-bg) 90%,#0b1220 10%)!important;border-color:rgba(148,163,184,.35)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=combobox]:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)!important}[data-radix-popper-content-wrapper] [role=listbox]{border-radius:6px!important}[data-radix-popper-content-wrapper] [role=option]{padding:8px 12px!important}[data-radix-popper-content-wrapper] [role=option]:hover,[data-radix-popper-content-wrapper] [role=option][data-highlighted]{background:var(--app-content-bg)!important}[data-radix-popper-content-wrapper] [role=switch]{background:var(--app-border-subtle)!important;border:2px solid transparent!important;border-radius:999px!important;width:36px!important;height:20px!important;padding:2px!important;position:relative!important;cursor:pointer!important;transition:all .2s ease!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important}[data-radix-popper-content-wrapper] [role=switch][data-state=checked]{background:#693dd3!important;border-color:#693dd3!important}[data-radix-popper-content-wrapper] [role=switch] span{background:var(--app-surface)!important;width:16px!important;height:16px!important;border-radius:999px!important;transition:all .2s ease!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;display:block!important}[data-radix-popper-content-wrapper] [role=switch][data-state=checked] span{transform:translateX(14px)!important}[data-radix-popper-content-wrapper] [role=listbox]{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;border-radius:8px!important;box-shadow:0 10px 28px rgba(0,0,0,.2)!important;max-height:300px!important;overflow-y:auto!important;padding:4px!important}[data-radix-popper-content-wrapper] [role=option]{color:var(--app-text)!important;background:transparent!important;padding:10px 12px!important;cursor:pointer!important;border-radius:6px!important;font-size:14px!important;transition:all .12s ease!important}[data-radix-popper-content-wrapper] [role=option]:hover,[data-radix-popper-content-wrapper] [role=option][data-highlighted]{background:var(--app-content-bg)!important}[data-radix-popper-content-wrapper] [role=option][data-state=checked]{background:color-mix(in srgb,var(--app-content-bg) 80%,#693dd3 20%)!important;color:#693dd3!important;font-weight:500!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=listbox]{border-color:rgba(148,163,184,.35)!important;box-shadow:0 10px 28px rgba(0,0,0,.4)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=option]:hover,html[data-theme=dark] [data-radix-popper-content-wrapper] [role=option][data-highlighted]{background:color-mix(in srgb,var(--app-content-bg) 85%,#fff 15%)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [role=option][data-state=checked]{background:color-mix(in srgb,var(--app-content-bg) 70%,#3b82f6 30%)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=listbox]{color:var(--app-text)!important}div[style*="position: fixed"][style*="flex-direction: column"] [data-radix-select-viewport]{background:var(--app-surface)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option]{color:var(--app-text)!important;transition:all .12s ease!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option][data-state=checked]{background:color-mix(in srgb,var(--app-content-bg) 80%,#693dd3 20%)!important;color:#693dd3!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option] .font-medium{color:var(--app-text)!important;font-weight:500!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option] .text-muted-foreground{color:var(--app-muted-text)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option] svg{color:#693dd3!important;stroke:#693dd3!important}html[data-theme=dark] div[style*="position: fixed"][style*="flex-direction: column"] [role=listbox]{box-shadow:0 10px 28px rgba(0,0,0,.4)!important}html[data-theme=dark] div[style*="position: fixed"][style*="flex-direction: column"] [role=option][data-state=checked]{background:color-mix(in srgb,var(--app-content-bg) 70%,#3b82f6 30%)!important}[data-radix-popper-content-wrapper] input[placeholder*=Describe],[data-radix-popper-content-wrapper] input[type=text]{background:var(--app-content-bg)!important;border:1px solid var(--app-border-subtle)!important;border-radius:6px!important;color:var(--app-text)!important;padding:8px 12px!important;font-size:14px!important;transition:all .12s ease!important}[data-radix-popper-content-wrapper] input[placeholder*=Describe]:focus,[data-radix-popper-content-wrapper] input[type=text]:focus{border-color:#693dd3!important;box-shadow:0 0 0 3px rgba(105,61,211,.1)!important;outline:none!important}[data-radix-popper-content-wrapper] input::placeholder{color:var(--app-muted-text)!important}[data-radix-popper-content-wrapper] [data-slot=slider-track]{background:var(--app-border-subtle)!important;border-radius:999px!important}[data-radix-popper-content-wrapper] [data-slot=slider-range]{background:#693dd3!important}[data-radix-popper-content-wrapper] [data-slot=slider-thumb]{background:var(--app-surface)!important;border:2px solid #693dd3!important;border-radius:999px!important;box-shadow:0 2px 8px rgba(105,61,211,.2)!important}[data-radix-popper-content-wrapper] [data-slot=slider-thumb]:hover{box-shadow:0 2px 12px rgba(105,61,211,.3)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=listbox]{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;border-radius:8px!important;box-shadow:0 10px 28px rgba(0,0,0,.2)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option]{background:transparent!important;border-radius:6px!important;margin:2px 4px!important;padding:10px 12px!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option]:hover{background:var(--app-content-bg)!important}div[style*="position: fixed"][style*="flex-direction: column"] [role=option][data-state=checked]{background:color-mix(in srgb,#693dd3 20%,var(--app-content-bg) 80%)!important;color:var(--app-text)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] input[placeholder*=Describe],html[data-theme=dark] [data-radix-popper-content-wrapper] input[type=text]{background:color-mix(in srgb,var(--app-content-bg) 90%,#0b1220 10%)!important;border-color:rgba(148,163,184,.35)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] input[placeholder*=Describe]:focus,html[data-theme=dark] [data-radix-popper-content-wrapper] input[type=text]:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}html[data-theme=dark] div[style*="position: fixed"][style*="flex-direction: column"] [role=listbox]{border-color:rgba(148,163,184,.35)!important}html[data-theme=dark] div[style*="position: fixed"][style*="flex-direction: column"] [role=option]:hover{background:color-mix(in srgb,var(--app-content-bg) 85%,#fff 15%)!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content],[data-radix-popper-content-wrapper] [data-state=open][data-slot=hover-card-content]{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)!important;border-radius:12px!important;box-shadow:0 10px 28px rgba(0,0,0,.2)!important;color:var(--app-text)!important;padding:0!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] .text-sm{color:var(--app-text)!important;font-size:13px!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] .bg-border{background:var(--app-border-subtle)!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] button{background:transparent!important;border:none!important;color:var(--app-text)!important;border-radius:8px!important;transition:all .12s ease!important;padding:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] button:hover{background:var(--app-content-bg)!important;color:var(--app-text)!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] button:active{transform:scale(.95)!important}[data-radix-popper-content-wrapper] [data-slot=hover-card-content] svg{color:var(--app-text)!important;stroke:var(--app-text)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [data-slot=hover-card-content],html[data-theme=dark] [data-radix-popper-content-wrapper] [data-state=open][data-slot=hover-card-content]{border-color:rgba(148,163,184,.35)!important;box-shadow:0 10px 28px rgba(0,0,0,.4)!important}html[data-theme=dark] [data-radix-popper-content-wrapper] [data-slot=hover-card-content] button:hover{background:color-mix(in srgb,var(--app-content-bg) 85%,#fff 15%)!important}.novel-editor-container{position:relative;cursor:text}.novel-editor-container.is-themed{background:var(--app-content-bg);border:solid var(--app-border-strong);border-width:2px 2px 4px;border-radius:12px;padding:16px;transition:all .2s ease}.novel-editor-container.is-themed:not(.is-read-only):hover{border-color:var(--app-border-inverse)}.novel-editor-container.is-themed:not(.is-read-only):focus-within{border-color:#693dd3;background:var(--app-content-bg)}.novel-editor-container.is-read-only{background:transparent;border:none;padding:0;min-height:unset}.novel-editor-content .ProseMirror{outline:none;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.75;color:var(--app-editor-text)}.novel-editor-content .ProseMirror h1,.novel-editor-content .ProseMirror h2,.novel-editor-content .ProseMirror h3{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;font-weight:700;line-height:1.3;color:var(--app-text)}.novel-editor-content .ProseMirror h1{font-size:2em}.novel-editor-content .ProseMirror h2{font-size:1.5em}.novel-editor-content .ProseMirror h3{font-size:1.25em}.novel-editor-content .ProseMirror p{margin:0}.novel-editor-content .ProseMirror ol,.novel-editor-content .ProseMirror ul{padding-left:1.5em}.novel-editor-content .ProseMirror ul{list-style-type:disc}.novel-editor-content .ProseMirror ol{list-style-type:decimal}.novel-editor-content .ProseMirror blockquote{border-left:3px solid var(--app-border-strong);padding-left:1em;color:var(--app-muted-text);font-style:italic}.novel-editor-content .ProseMirror code{background:var(--app-content-bg);border:1px solid var(--app-border-subtle);border-radius:4px;padding:.1em .4em;font-size:.875em;font-family:var(--font-chivo-mono),monospace;color:var(--app-text)}.novel-editor-content .ProseMirror pre{background:var(--app-content-bg);border:1px solid var(--app-border-subtle);border-radius:8px;padding:1em;overflow-x:auto}.novel-editor-content .ProseMirror pre code{background:none;border:none;padding:0;font-size:.875em;font-family:var(--font-chivo-mono),monospace}.novel-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--app-placeholder);pointer-events:none;float:left;height:0;font-size:.875em}.novel-editor-content .ProseMirror a,.novel-link{text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .12s ease}.novel-editor-content .ProseMirror a:hover,.novel-link:hover{color:#5530b5}.novel-editor-content .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:.25em}.novel-editor-content .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em;margin-bottom:.25em}.novel-editor-content .ProseMirror ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.2em}.novel-editor-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{width:16px;height:16px;accent-color:#693dd3;cursor:pointer}.novel-editor-content .ProseMirror ul[data-type=taskList] li>div{flex:1 1}.novel-editor-content .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through;color:var(--app-muted-text)}.novel-editor-content .ProseMirror img,.novel-image{max-width:100%;height:auto;border-radius:8px;margin:1em 0;cursor:pointer;transition:opacity .12s ease}.novel-editor-content .ProseMirror img:hover{opacity:.8}.novel-editor-content .ProseMirror .tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;margin:1em 0}.novel-editor-content .ProseMirror table{border-collapse:collapse;table-layout:auto;width:100%!important;min-width:0;margin:0}.novel-editor-content .ProseMirror table col{width:auto!important}.novel-editor-content .ProseMirror table td,.novel-editor-content .ProseMirror table th{border:1px solid var(--app-border-strong);padding:12px;text-align:left;min-width:60px;overflow-wrap:break-word;word-break:break-word;position:relative}.novel-editor-content .ProseMirror table th{background:var(--app-content-bg);font-weight:600;color:var(--app-text)}.novel-editor-content .ProseMirror table td{background:var(--app-surface)}.novel-editor-content .ProseMirror table tbody tr:hover td{background:color-mix(in srgb,var(--app-content-bg) 50%,var(--app-surface) 50%)}.novel-editor-content .ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:rgba(105,61,211,.1);pointer-events:none}.novel-editor-content .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#693dd3;pointer-events:all;z-index:20;cursor:col-resize}.novel-editor-content .ProseMirror .resize-cursor{cursor:ew-resize;cursor:col-resize}.novel-slash-command-menu{background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:8px;box-shadow:0 10px 28px rgba(0,0,0,.15);padding:4px;min-width:220px;max-height:320px;overflow-y:auto;z-index:9999}.novel-slash-command-empty{padding:8px 12px;font-size:14px;color:var(--app-muted-text)}.novel-slash-command-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;color:var(--app-text);background:transparent;transition:all .12s ease}.novel-slash-command-item.is-selected,.novel-slash-command-item:hover,.novel-slash-command-item[data-selected=true]{background:var(--app-content-bg)!important}.novel-slash-command-item-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:var(--app-content-bg);flex-shrink:0;font-size:16px;border:1px solid var(--app-border-subtle)}.novel-slash-command-item-title{font-weight:600;font-size:13px;color:var(--app-text);margin-top:0;margin-bottom:.25rem}.novel-slash-command-item-desc{font-size:12px;color:var(--app-muted-text);margin:0}.novel-bubble-menu{display:flex;align-items:center;gap:2px;background:var(--app-surface);border:2px solid var(--app-border-strong);border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:4px;z-index:9999;flex-wrap:wrap;max-width:400px}.novel-bubble-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:var(--app-text);cursor:pointer;font-size:14px;font-weight:600;transition:all .12s ease}.novel-bubble-menu-btn:hover{background:var(--app-content-bg);color:var(--app-text)}.novel-bubble-menu-btn.is-active{background:#693dd3;color:#fff}.novel-bubble-menu-divider{width:1px;height:24px;background:var(--app-border-subtle);margin:0 2px}.novel-bubble-menu-color-group{display:flex;gap:2px}.novel-bubble-menu-color-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid var(--app-border-subtle);background:transparent;color:var(--app-text);cursor:pointer;font-size:14px;font-weight:600;transition:all .12s ease}.novel-bubble-menu-color-btn:hover{background:var(--app-content-bg);border-color:var(--app-border-strong)}html[data-theme=dark] .novel-editor-content .ProseMirror code{background:hsla(0,0%,100%,.06);border-color:var(--app-border-subtle)}html[data-theme=dark] .novel-editor-content .ProseMirror pre{background:hsla(0,0%,100%,.04);border-color:var(--app-border-subtle)}html[data-theme=dark] .novel-slash-command-menu{background:var(--app-surface);border-color:var(--app-border-subtle);box-shadow:0 10px 28px rgba(0,0,0,.4)}html[data-theme=dark] .novel-slash-command-item{color:var(--app-text);transition:all .12s ease}html[data-theme=dark] .novel-slash-command-item.is-selected,html[data-theme=dark] .novel-slash-command-item:hover,html[data-theme=dark] .novel-slash-command-item[aria-selected=true],html[data-theme=dark] .novel-slash-command-item[data-selected=true]{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%);color:var(--app-text)}html[data-theme=dark] .novel-slash-command-item-icon{background:color-mix(in srgb,var(--app-content-bg) 70%,#fff 30%)}html[data-theme=dark] .novel-slash-command-item-title{color:var(--app-text)}html[data-theme=dark] .novel-slash-command-item-desc{color:var(--app-muted-text)}html[data-theme=dark] .novel-bubble-menu{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 4px 12px rgba(0,0,0,.35)}html[data-theme=dark] .novel-bubble-menu-btn{color:var(--app-text)}html[data-theme=dark] .novel-bubble-menu-btn:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%);color:var(--app-text)}html[data-theme=dark] .novel-bubble-menu-btn.is-active{background:#7a57db;color:#fff}.novel-color-picker-wrapper{position:relative;display:inline-flex}.novel-color-picker-popover{position:absolute;top:100%;left:0;margin-top:4px;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:8px;box-shadow:0 10px 28px rgba(0,0,0,.15);padding:8px;z-index:10000;min-width:200px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.novel-color-section{display:flex;flex-direction:column;gap:6px}.novel-color-section-title{font-size:12px;font-weight:600;color:var(--app-muted-text);padding:0 4px;text-transform:uppercase;letter-spacing:.5px}.novel-color-options{display:flex;flex-direction:column;gap:2px}.novel-color-option{display:flex;align-items:center;gap:8px;padding:6px 8px;border:none;background:transparent;color:var(--app-text);cursor:pointer;border-radius:6px;font-size:13px;font-weight:500;transition:all .12s ease;text-align:left}.novel-color-option:hover{background:var(--app-content-bg)}.novel-color-preview{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;border:1px solid var(--app-border-subtle);font-weight:600;font-size:12px;flex-shrink:0}.novel-color-preview--default{color:var(--app-text)}html[data-theme=dark] .novel-color-picker-popover{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 10px 28px rgba(0,0,0,.35)}html[data-theme=dark] .novel-color-option{color:var(--app-text)}html[data-theme=dark] .novel-color-option:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)}html[data-theme=dark] .novel-color-preview{border-color:var(--app-border-subtle)}.novel-floating-actions-wrapper{display:flex;align-items:center;gap:4px;z-index:9999}.novel-floating-actions-handle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid var(--app-border-subtle);background:var(--app-surface);color:var(--app-text);cursor:-webkit-grab;cursor:grab;transition:all .12s ease;padding:0;font-size:14px}.novel-floating-actions-handle:hover{background:var(--app-content-bg);border-color:var(--app-border-strong)}.novel-floating-actions-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.novel-floating-actions-menu-wrapper{position:relative}.novel-floating-actions-menu-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid var(--app-border-subtle);background:var(--app-surface);color:var(--app-text);cursor:pointer;transition:all .12s ease;padding:0;font-size:16px;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.12)}.novel-floating-actions-menu-btn:hover{background:var(--app-content-bg);border-color:var(--app-border-strong)}.novel-floating-actions-dropdown{top:100%;left:0;margin-top:6px;z-index:10000}.novel-floating-actions-dropdown,.novel-floating-actions-submenu{position:absolute;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:4px;min-width:160px;display:flex;flex-direction:column;gap:1px}.novel-floating-actions-submenu{top:-4px;left:100%;margin-left:6px;z-index:10001}.novel-floating-actions-submenu:before{content:"";position:absolute;top:0;left:-12px;width:12px;height:100%;background:transparent}.novel-floating-actions-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;color:var(--app-text);cursor:pointer;border-radius:6px;font-size:13px;font-weight:500;transition:background .12s ease;text-align:left}.novel-floating-actions-item-danger{color:#ef4444!important}.novel-floating-actions-item-danger:hover{background:rgba(239,68,68,.12)!important;color:#ef4444!important}html[data-theme=light] .novel-floating-actions-handle,html[data-theme=light] .novel-floating-actions-menu-btn{background:#fff;border-color:#e2e8f0;color:#374151;box-shadow:0 1px 4px rgba(0,0,0,.1)}html[data-theme=light] .novel-floating-actions-handle:hover,html[data-theme=light] .novel-floating-actions-menu-btn:hover{background:#f1f5f9;border-color:#cbd5e1}html[data-theme=light] .novel-floating-actions-dropdown,html[data-theme=light] .novel-floating-actions-submenu{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px rgba(0,0,0,.1)}html[data-theme=light] .novel-floating-actions-item{color:#374151}html[data-theme=light] .novel-floating-actions-item:hover{background:#f1f5f9}html[data-theme=light] .novel-floating-actions-item-danger{color:#dc2626!important}html[data-theme=light] .novel-floating-actions-item-danger:hover{background:rgba(220,38,38,.1)!important;color:#dc2626!important}html[data-theme=dark] .novel-floating-actions-handle,html[data-theme=dark] .novel-floating-actions-menu-btn{background:var(--app-surface);border-color:var(--app-border-strong);color:var(--app-text)}html[data-theme=dark] .novel-floating-actions-handle:hover,html[data-theme=dark] .novel-floating-actions-menu-btn:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%);border-color:var(--app-border-strong)}html[data-theme=dark] .novel-floating-actions-dropdown,html[data-theme=dark] .novel-floating-actions-submenu{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 4px 16px rgba(0,0,0,.45)}html[data-theme=dark] .novel-floating-actions-item:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)}.novel-link-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10001}.novel-link-popup{background:var(--app-surface);border:2px solid var(--app-border-strong);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);padding:0;width:90%;max-width:500px;z-index:10002}.novel-link-popup-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--app-border-subtle)}.novel-link-popup-title{font-size:16px;font-weight:600;color:var(--app-text)}.novel-link-popup-close{background:transparent;border:none;color:var(--app-muted-text);cursor:pointer;font-size:20px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .12s ease}.novel-link-popup-close:hover{color:var(--app-text)}.novel-link-popup-content{padding:16px 20px}.novel-link-popup-input{width:100%;padding:10px 12px;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-content-bg);color:var(--app-text);font-size:14px;font-family:monospace;transition:border-color .12s ease}.novel-link-popup-input:focus{outline:none;border-color:#693dd3;box-shadow:0 0 0 3px rgba(105,61,211,.1)}.novel-link-popup-input::placeholder{color:var(--app-placeholder)}.novel-link-popup-actions{display:flex;gap:8px;padding:16px 20px;border-top:1px solid var(--app-border-subtle);justify-content:flex-end}.novel-link-popup-btn{padding:8px 16px;border-radius:8px;border:1px solid var(--app-border-subtle);background:transparent;color:var(--app-text);cursor:pointer;font-size:14px;font-weight:500;transition:all .12s ease}.novel-link-popup-btn:hover{background:var(--app-content-bg);border-color:var(--app-border-strong)}.novel-link-popup-btn-submit{background:#693dd3;color:#fff;border-color:#693dd3}.novel-link-popup-btn-submit:hover{background:#5530b5;border-color:#5530b5}html[data-theme=light] .novel-link-popup{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px rgba(0,0,0,.15)}html[data-theme=light] .novel-link-popup-header{border-bottom-color:#e2e8f0}html[data-theme=light] .novel-link-popup-title{color:#1f2937}html[data-theme=light] .novel-link-popup-input{background:#f9fafb;border-color:#e5e7eb;color:#1f2937}html[data-theme=light] .novel-link-popup-input:focus{border-color:#693dd3;box-shadow:0 0 0 3px rgba(105,61,211,.1)}html[data-theme=light] .novel-link-popup-actions{border-top-color:#e2e8f0}html[data-theme=light] .novel-link-popup-btn{background:transparent;border-color:#e5e7eb;color:#374151}html[data-theme=light] .novel-link-popup-btn:hover{background:#f3f4f6;border-color:#d1d5db}html[data-theme=dark] .novel-link-popup{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 10px 40px rgba(0,0,0,.5)}html[data-theme=dark] .novel-link-popup-header{border-bottom-color:var(--app-border-subtle)}html[data-theme=dark] .novel-link-popup-input{background:var(--app-content-bg);border-color:var(--app-border-subtle);color:var(--app-text)}html[data-theme=dark] .novel-link-popup-input:focus{border-color:#7a57db;box-shadow:0 0 0 3px rgba(122,87,219,.2)}html[data-theme=dark] .novel-link-popup-actions{border-top-color:var(--app-border-subtle)}html[data-theme=dark] .novel-link-popup-btn{background:transparent;border-color:var(--app-border-subtle);color:var(--app-text)}html[data-theme=dark] .novel-link-popup-btn:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%);border-color:var(--app-border-strong)}html[data-theme=dark] .novel-link-popup-btn-submit{background:#7a57db;border-color:#7a57db}html[data-theme=dark] .novel-link-popup-btn-submit:hover{background:#6648bc;border-color:#6648bc}.novel-file-attachment{margin:.75rem 0;display:block}.novel-file-link{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;background:var(--app-content-bg);border:1px solid var(--app-border-subtle);border-radius:10px;color:var(--app-text)!important;text-decoration:none!important;transition:all .15s ease;width:-moz-fit-content;width:fit-content;max-width:100%}.novel-file-link:hover{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.novel-file-icon{font-size:20px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--app-surface);border-radius:8px;border:1px solid var(--app-border-subtle)}.novel-file-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.novel-file-download-text{font-size:11px;font-weight:700;color:#693dd3;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;background:rgba(105,61,211,.1);border-radius:6px;flex-shrink:0}html[data-theme=dark] .novel-file-download-text{color:#7a57db;background:rgba(122,87,219,.15)}.novel-editor-content .ProseMirror video{max-width:100%;border-radius:12px;border:1px solid var(--app-border-subtle);margin:1rem 0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.novel-drop-zone-overlay{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:rgba(105,61,211,.06);border:2px dashed #693dd3;border-radius:12px;pointer-events:none;animation:novel-drop-zone-fade-in .15s ease-out}@keyframes novel-drop-zone-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.novel-drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px}.novel-drop-zone-icon{color:#693dd3;opacity:.8}.novel-drop-zone-text{font-size:16px;font-weight:600;color:#693dd3;margin:0}.novel-drop-zone-hint{font-size:12px;color:var(--app-text-secondary,#888);margin:0}html[data-theme=dark] .novel-drop-zone-overlay{background:rgba(122,87,219,.1);border-color:#7a57db}html[data-theme=dark] .novel-drop-zone-icon,html[data-theme=dark] .novel-drop-zone-text{color:#7a57db}.ant-input-search .ant-input,.ant-input-search .ant-input-group-addon,.ant-input-search .ant-input-search-button{border-radius:1px!important}.ant-menu-submenu-title,.ant-menu-submenu-title .ant-menu-submenu-arrow{display:flex!important;align-items:center!important}.ant-menu-submenu-title .ant-menu-submenu-arrow{top:50%!important;transform:translateY(-50%)!important;margin-top:0!important;right:12px!important}.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-submenu-title .anticon{display:inline-flex!important;align-items:center!important;vertical-align:middle!important}.ant-menu-submenu-title .ant-menu-title-content{padding-right:36px!important}.todo-sidebar-add-btn{opacity:0;transition:opacity .15s ease;position:absolute!important;right:32px!important;top:50%!important;transform:translateY(-50%)!important}.ant-menu-submenu-title:hover .todo-sidebar-add-btn{opacity:1}.ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:var(--app-menu-selected-bg)!important;border-radius:8px}.ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .anticon,.ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title span{color:#fff!important}.ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:var(--app-menu-selected-bg)!important;border-radius:8px}.ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .anticon,.ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title span{color:#fff!important}.ant-menu-submenu .ant-menu-item-selected{background-color:rgba(105,61,211,.12)!important;border-radius:8px!important;border:none!important;border-bottom:0!important}.ant-menu-submenu .ant-menu-item-selected,.ant-menu-submenu .ant-menu-item-selected a,.ant-menu-submenu .ant-menu-item-selected span{color:var(--app-menu-selected-bg)!important;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif!important}html[data-theme=dark] .ant-menu-submenu .ant-menu-item-selected{background-color:rgba(122,87,219,.18)!important}html[data-theme=dark] .ant-menu-submenu .ant-menu-item-selected,html[data-theme=dark] .ant-menu-submenu .ant-menu-item-selected a,html[data-theme=dark] .ant-menu-submenu .ant-menu-item-selected span{color:#c4b5fd!important;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif!important}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{padding-left:16px!important;margin-inline:4px!important}.ant-menu-inline .ant-menu-item .ant-menu-item-icon,.ant-menu-inline .ant-menu-submenu-title .ant-menu-item-icon{width:20px!important;min-width:20px!important;text-align:center}.ant-menu-inline .ant-menu-submenu-arrow{right:12px!important;inset-inline-end:12px!important}.ant-menu-inline .ant-menu-sub>.ant-menu-item,.ant-menu-inline .ant-menu-sub>.ant-menu-submenu>.ant-menu-submenu-title{padding-left:32px!important}.ant-menu-inline .ant-menu-sub .ant-menu-sub>.ant-menu-item,.ant-menu-inline .ant-menu-sub .ant-menu-sub>.ant-menu-submenu>.ant-menu-submenu-title{padding-left:48px!important}.todo-list-expand-btn{width:18px;height:18px}.todo-settings-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--app-border-subtle);border-radius:10px;cursor:pointer;transition:all .15s ease;background:var(--app-surface);max-width:520px;gap:16px}.todo-settings-card>div:first-child{flex:1 1;min-width:0}.todo-settings-card>div:last-child{flex-shrink:0}.todo-settings-card:hover,.todo-settings-card:hover div:first-child div:first-child{color:var(--app-menu-selected-bg)}.todo-list-id-cell{display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background .15s ease}.todo-list-id-cell:hover{background:var(--app-border-subtle)}.todo-list-id-copy{opacity:0;font-size:11px;color:var(--app-muted-text);transition:opacity .15s ease}.todo-list-id-cell:hover .todo-list-id-copy{opacity:1}.todo-field-option-delete{display:inline-flex;align-items:center;justify-content:center;width:22px;min-width:22px;height:22px;flex:0 0 22px;padding:0;box-sizing:border-box;opacity:0;color:var(--app-muted-text);cursor:pointer;font-size:13px;transition:opacity .15s ease,color .15s ease}.todo-field-option-row:hover .todo-field-option-delete{opacity:1}.todo-field-option-delete-spacer{visibility:hidden;pointer-events:none}.todo-field-option-delete:hover{color:#e04d4d!important}.todo-field-add-others{transition:color .15s ease}.todo-field-add-others:hover{color:var(--app-menu-selected-bg)!important}.todo-field-action-icon{font-size:12px;color:var(--app-muted-text);cursor:pointer;padding:4px;border-radius:4px;transition:all .15s ease}.todo-field-action-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.todo-field-action-icon-wrapper.disabled{cursor:not-allowed}.todo-field-action-icon.disabled{color:rgba(0,0,0,.28);cursor:not-allowed}.todo-field-action-icon:hover{color:var(--app-menu-selected-bg);background:rgba(105,61,211,.08)}.todo-field-action-icon.disabled:hover{color:rgba(0,0,0,.28);background:transparent}.todo-field-action-icon.danger:hover{color:#e04d4d;background:rgba(224,77,77,.08)}.todo-field-modal-body .ant-input,.todo-field-modal-body .ant-input-affix-wrapper input,.todo-field-modal-body .ant-input-affix-wrapper input::placeholder,.todo-field-modal-body .ant-input-textarea textarea,.todo-field-modal-body .ant-input-textarea textarea::placeholder,.todo-field-modal-body .ant-input::placeholder,.todo-fields-page .ant-input,.todo-fields-page .ant-input-affix-wrapper input,.todo-fields-page .ant-input-affix-wrapper input::placeholder,.todo-fields-page .ant-input::placeholder{font-size:12px!important}.todo-field-modal-radio-group,.todo-field-modal-radio-group .ant-radio-wrapper,.todo-field-modal-radio-group .ant-radio-wrapper span:not(.ant-radio){font-size:12px!important}.todo-field-modal-radio-group .ant-radio-wrapper{display:grid!important;grid-template-columns:20px minmax(0,1fr);grid-column-gap:10px;column-gap:10px;align-items:center!important;width:100%;-webkit-margin-start:0!important;margin-inline-start:0!important;min-height:24px!important;height:24px!important;line-height:24px!important;overflow:visible!important}.todo-field-modal-radio-group .ant-radio-label{font-size:12px!important;line-height:24px!important;font-weight:400!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start;min-width:0;-webkit-padding-start:0!important;padding-inline-start:0!important}.todo-field-modal-body .todo-field-modal-radio-group .ant-radio-label,.todo-field-modal-body label.ant-radio-wrapper .ant-radio-label{font-size:12px!important;line-height:18px!important;font-weight:400!important}.todo-field-modal-radio-group .ant-radio-wrapper span:not(.ant-radio),.todo-field-modal-radio-group .ant-radio-wrapper>span:last-child{font-size:12px!important;line-height:24px!important;font-weight:400!important}.todo-field-modal-radio-group .ant-radio{margin-top:0!important;overflow:visible!important}.todo-field-modal-radio-group .ant-space{width:100%}.todo-field-modal-radio-group .ant-space-item{width:100%;overflow:visible!important}.todo-detail-choice-radio-group{display:flex;flex-direction:column;gap:10px;width:100%}.todo-detail-choice-radio-group .ant-space-item{margin:0!important}.todo-detail-choice-radio-group .ant-radio-wrapper{display:inline-flex!important;align-items:center!important;column-gap:10px!important;min-height:24px!important;height:24px!important;line-height:24px!important;margin:0!important}.todo-detail-choice-radio-group .todo-field-modal-radio-option.ant-radio-wrapper{margin:0!important;column-gap:10px;line-height:24px!important;min-height:24px;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important}.todo-detail-choice-radio-group .todo-field-modal-radio-option-content{display:flex;align-items:center;min-width:0;min-height:24px;line-height:24px}.todo-detail-choice-radio-group .ant-radio-label{flex-direction:row!important;-webkit-padding-start:0!important;padding-inline-start:0!important}.todo-detail-choice-radio-group .ant-radio-label,.todo-detail-choice-radio-group .ant-radio-wrapper>span:last-child{display:inline-flex!important;align-items:center!important;min-height:24px!important;line-height:24px!important}.todo-field-modal-radio-option.ant-radio-wrapper{display:grid!important;grid-template-columns:18px minmax(0,1fr);grid-column-gap:10px;column-gap:10px;align-items:start!important;width:100%;-webkit-margin-start:0!important;margin-inline-start:0!important}.todo-field-modal-radio-option.ant-radio-wrapper .ant-radio{margin-top:1px}.todo-field-modal-radio-option-content{display:flex;flex-direction:column;gap:2px;min-width:0;width:100%;align-items:flex-start}.todo-field-modal-radio-option-title{font-size:12px;font-weight:500;line-height:18px;color:var(--app-text);text-align:left;align-self:flex-start}.todo-field-modal-radio-option-desc{font-size:11px;line-height:16px;color:var(--app-muted-text);text-align:left;align-self:flex-start}.todo-field-modal-footer{display:flex;justify-content:flex-end;align-items:center}.layout-field-card .layout-field-remove{opacity:0;transition:opacity .1s ease}.layout-field-card:hover .layout-field-remove{opacity:1}.ant-layout-sider .ant-menu-root>.ant-menu-item-selected,.ant-layout-sider .ant-menu-root>.ant-menu-item-selected .anticon,.ant-layout-sider .ant-menu-root>.ant-menu-item-selected a,.ant-layout-sider .ant-menu-root>.ant-menu-item-selected a:hover,.ant-layout-sider .ant-menu-root>.ant-menu-item-selected span{color:#fff!important}.ant-layout-sider .ant-menu-root>.ant-menu-item-selected{background-color:#693dd3!important;border-radius:64px}.ant-layout-sider .ant-menu-root>.ant-menu-item-selected:hover{background-color:#5530b5!important}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected .anticon,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected a,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected a:hover,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected span{color:#fff!important}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-item-selected{background-color:#7a57db!important;border-radius:64px}html[data-theme=dark] .ant-menu-root>.ant-menu-item-selected:hover{background-color:#6648bc!important}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:#7a57db!important;border-radius:64px}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .ant-menu-submenu-arrow,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .anticon,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title span{color:#fff!important}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:#7a57db!important;border-radius:64px}html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .anticon,html[data-theme=dark] .ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title span{color:#fff!important}.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:#693dd3!important;border-radius:64px}.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title .anticon,.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected:not(.ant-menu-submenu-open)>.ant-menu-submenu-title span{color:#fff!important}.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title{color:#fff!important;font-weight:600;background-color:#693dd3!important;border-radius:64px}.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title .anticon,.ant-layout-sider .ant-menu-root>.ant-menu-submenu-selected.ant-menu-submenu-open>.ant-menu-submenu-title span{color:#fff!important}.ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--app-menu-selected-bg)!important;background-color:transparent!important}.ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon,.ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title span{color:var(--app-menu-selected-bg)!important}html[data-theme=dark] .ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#c4b5fd!important;background-color:transparent!important}html[data-theme=dark] .ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow,html[data-theme=dark] .ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon,html[data-theme=dark] .ant-menu-submenu .ant-menu-submenu-selected>.ant-menu-submenu-title span{color:#c4b5fd!important}.leave-request-time-picker-popup .ant-picker-panel-container{border-radius:10px;box-shadow:0 10px 28px rgba(18,24,40,.14)}.leave-request-time-picker-popup .ant-picker-time-panel-column{width:54px;max-height:220px}.leave-request-time-picker-popup .ant-picker-time-panel-column>li .ant-picker-time-panel-cell-inner{width:38px;height:28px;line-height:28px;margin-inline:8px;border-radius:6px;font-size:13px}.leave-request-time-picker-popup .ant-picker-footer{display:none}html[data-theme=dark] .leave-request-time-picker-popup .ant-picker-panel-container{background:var(--app-surface)!important;border:1px solid var(--app-border-subtle)}.leave-segmented.ant-segmented{border-radius:999px!important;overflow:hidden}.leave-segmented .ant-segmented-group{border-radius:999px;gap:2px}.leave-segmented .ant-segmented-item,.leave-segmented .ant-segmented-item-label,.leave-segmented .ant-segmented-thumb{border-radius:999px!important}.leave-segmented .ant-segmented-item{overflow:hidden}.leave-segmented .ant-segmented-item-selected{box-shadow:none}.public-document-header{position:fixed;top:0;left:0;right:0;height:64px;background:hsla(0,0%,100%,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--app-border-subtle);z-index:100;display:flex;align-items:center}html[data-theme=dark] .public-document-header{background:rgba(15,17,23,.75)}.public-document-header .header-container{max-width:860px;width:100%;margin:0 auto;padding:0 48px;display:flex;justify-content:space-between;align-items:center;gap:24px;transition:max-width .2s ease}.public-document-header .header-container.is-document-full-width{max-width:none;padding-right:96px}.public-document-header .header-logo{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;font-size:1.25rem;letter-spacing:-.025em;color:var(--app-text);display:flex;align-items:center;min-width:0}.public-document-header .logo-link{font-weight:800;color:var(--app-text);text-decoration:none;transition:opacity .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-document-header .logo-link:hover{opacity:.8}.public-document-header .header-logo-separator{margin:0 8px;color:var(--app-muted-text);font-weight:400}.public-document-header .header-logo-project{font-weight:500;color:var(--app-muted-text)}.public-document-header .header-logo-document{font-weight:600;color:var(--app-text)}.public-document-header .header-action-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-chivo-mono),monospace!important;font-weight:600!important;font-size:13px!important;border-radius:10px!important;border:2px solid var(--app-btn-border)!important;padding:0 16px!important;height:40px!important;box-shadow:0 2px 0 0 var(--app-btn-border)!important;text-decoration:none!important;background-color:var(--app-surface)!important;color:var(--app-text)!important;transition:all .15s ease}.public-document-header .header-action-btn:hover{opacity:.9!important;transform:translateY(-1px)!important;box-shadow:0 3px 0 0 var(--app-btn-border)!important}.public-document-header .header-action-btn:active{transform:translateY(1px)!important;box-shadow:0 1px 0 0 var(--app-btn-border)!important}.public-document-header .header-actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.public-document-header .document-width-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:2px solid var(--app-btn-border);box-shadow:0 2px 0 0 var(--app-btn-border);background:var(--app-surface);color:var(--app-text);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.public-document-header .document-width-toggle:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 3px 0 0 var(--app-btn-border)}.public-document-header .document-width-toggle:active{transform:translateY(1px);box-shadow:0 1px 0 0 var(--app-btn-border)}.public-document-page{max-width:860px;margin:0 auto;padding:120px 48px 80px;width:100%;min-height:100vh;box-sizing:border-box;transition:max-width .2s ease}.public-document-page.is-document-full-width{max-width:none}.public-document-page h1{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;font-size:2.75rem;font-weight:800;line-height:1.2;letter-spacing:-.03em;color:var(--app-text);margin-top:0;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--app-border-subtle)}.public-document-page .novel-editor-container{font-size:1.125rem;line-height:1.8;color:var(--app-editor-text)}.public-document-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:480px;margin:0 auto;padding:24px;box-sizing:border-box}.public-document-not-found h1{font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:12px;color:var(--app-text)}.public-document-not-found p{color:var(--app-muted-text);margin-bottom:24px;font-size:1rem;line-height:1.6}.public-document-not-found .sign-in-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-chivo-mono),monospace!important;font-weight:600!important;border-radius:12px!important;border:2px solid var(--app-btn-border)!important;padding:10px 24px!important;height:auto!important;box-shadow:0 2px 0 0 var(--app-btn-border)!important;text-decoration:none!important;background-color:var(--app-menu-selected-bg)!important;color:#fff!important;transition:all .15s ease}.public-document-not-found .sign-in-cta:hover{opacity:.9!important;transform:translateY(-1px)!important;box-shadow:0 3px 0 0 var(--app-btn-border)!important}.public-document-not-found .sign-in-cta:active{transform:translateY(1px)!important;box-shadow:0 1px 0 0 var(--app-btn-border)!important}@media (max-width:640px){.public-document-header .header-container{padding:0 16px;gap:12px}.public-document-header .header-container.is-document-full-width{padding-right:64px}.public-document-header .header-logo{font-size:1rem}.public-document-header .header-action-btn{padding:0 10px!important;font-size:11px!important}.public-document-header .document-width-toggle{width:36px;height:36px}.public-document-page{padding:100px 16px 40px}.public-document-page h1{font-size:2rem;margin-bottom:1.5rem;padding-bottom:1rem}.public-document-not-found h1{font-size:1.75rem}}.ant-menu-inline-collapsed{width:100%!important}.ant-menu-inline-collapsed .ant-menu-item,.ant-menu-inline-collapsed .ant-menu-submenu-title{padding-left:0!important;padding-inline:0!important;margin-inline:auto!important;margin-top:8px!important;margin-bottom:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;line-height:44px!important;border-radius:12px!important}.ant-menu-inline-collapsed .ant-menu-item .ant-menu-item-icon,.ant-menu-inline-collapsed .ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-inline-collapsed .ant-menu-submenu-title .anticon{margin:0!important;font-size:16px!important;line-height:1!important}.ant-menu-inline-collapsed .ant-menu-item-selected{background-color:var(--app-menu-selected-bg)!important;color:#fff!important}.ant-menu-inline-collapsed .ant-menu-item-selected .anticon{color:#fff!important}.ant-menu-inline-collapsed .ant-menu-submenu-arrow,.ant-menu-inline-collapsed .ant-menu-title-content{display:none!important}.company-report-page{padding:0}.company-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px;flex-wrap:wrap}.company-report-title-row{display:flex;align-items:center;gap:10px}.company-report-table-wrapper{overflow-x:auto;border-radius:12px;border:solid var(--app-border-strong);border-width:2px 2px 4px;background:var(--app-surface)}.company-report-table{width:100%;border-collapse:collapse;min-width:720px;font-size:13px}.company-report-member-col{position:-webkit-sticky;position:sticky;left:0;z-index:2;min-width:220px;max-width:260px;text-align:left;padding:10px 16px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--app-muted-text);white-space:nowrap}.company-report-row:hover .company-report-member-cell{filter:brightness(1.04)}.company-report-member-cell{padding:10px 16px!important;vertical-align:middle}.company-report-member-info{display:flex;align-items:center;gap:10px;min-width:0}.company-report-member-details{display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden}.company-report-member-name{font-weight:600;font-size:13px;color:var(--app-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-report-member-email,.company-report-member-position{font-size:11px;color:var(--app-muted-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-report-member-email{opacity:.75}.company-report-alloc-cell{text-align:center;padding:10px 8px;vertical-align:middle;transition:background .12s ease;min-width:110px}.company-report-cell-content{display:flex;flex-direction:column;align-items:center;gap:3px}.company-report-percent{font-size:15px;font-weight:700;font-family:var(--font-chivo-mono),monospace;letter-spacing:-.02em;line-height:1}.company-report-cell-badges{display:flex;align-items:center;gap:4px;justify-content:center}.company-report-badge{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;font-size:9px;font-weight:800;line-height:1}.company-report-badge--over{background:rgba(220,38,38,.2);color:#dc2626}.company-report-empty-cell{color:var(--app-border-strong);font-size:16px;font-weight:300;opacity:.5}.company-report-modal .ant-modal-body{padding:0}.company-report-modal-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.company-report-modal-week{font-weight:400;color:var(--app-muted-text);font-size:13px}.company-report-modal-body{display:flex;flex-direction:column;gap:16px}.company-report-modal-summary{display:flex;align-items:center;padding:12px 0 8px;border-bottom:1px solid var(--app-border-subtle)}.company-report-modal-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--app-border-subtle)}.company-report-modal-table{width:100%;border-collapse:collapse;font-size:13px}.company-report-modal-table thead th{background:var(--app-table-head-bg);padding:8px 14px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--app-muted-text);border-bottom:1px solid var(--app-border-subtle);white-space:nowrap}.company-report-modal-table tbody tr{border-bottom:1px solid var(--app-border-subtle);transition:background .1s ease}.company-report-modal-table tbody tr:last-child{border-bottom:none}.company-report-modal-table tbody tr:hover{background:var(--app-content-bg)}.company-report-modal-table tbody td{padding:10px 14px;vertical-align:middle}.company-report-modal-project-name{font-weight:600;color:var(--app-text)}.company-report-modal-percent{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:20px;font-weight:700;font-size:13px;font-family:var(--font-chivo-mono),monospace;letter-spacing:-.02em;min-width:56px}.company-report-note-icon{transition:opacity .15s ease}.company-report-note-icon:hover{opacity:.7}.company-report-notes-section{display:flex;flex-direction:column;gap:10px;padding-top:4px;border-top:1px solid var(--app-border-subtle);margin-top:4px}.company-report-note-card{border:1px solid var(--app-border-subtle);border-radius:8px;overflow:hidden;background:var(--app-content-bg)}.company-report-note-card-header{display:flex;align-items:center;gap:7px;padding:8px 12px;background:var(--app-surface);border-bottom:1px solid var(--app-border-subtle)}.company-report-note-card-title{font-weight:600;font-size:13px;color:var(--app-text);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-report-note-content{padding:10px 12px;font-size:13px;color:var(--app-text);line-height:1.65}.company-report-note-content p{margin:0 0 6px}.company-report-note-content p:last-child{margin-bottom:0}.company-report-note-content ol,.company-report-note-content ul{margin:4px 0 6px 18px;padding:0}.company-report-note-content li{margin-bottom:3px}.company-report-note-preview{font-size:12px;line-height:1.6;max-height:200px;overflow:hidden}.company-report-note-preview p{margin:0 0 4px}@media (max-width:768px){.company-report-header{flex-direction:column;align-items:flex-start}.company-report-member-col{min-width:160px;max-width:200px}.company-report-alloc-cell{min-width:90px}}.ant-menu-submenu-popup{z-index:100000!important}.novel-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:6px 8px;background:var(--app-surface);border:2px solid var(--app-border-strong);border-bottom:1px solid var(--app-border-subtle);border-radius:10px 10px 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.novel-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:none;background:transparent;color:var(--app-text);cursor:pointer;font-size:13px;font-weight:600;transition:all .1s ease;flex-shrink:0}.novel-toolbar-btn:hover:not(:disabled){background:var(--app-content-bg);color:var(--app-text)}.novel-toolbar-btn.is-active{background:#693dd3;color:#fff}.novel-toolbar-btn:disabled{opacity:.35;cursor:default}.novel-toolbar-divider{display:inline-block;width:1px;height:22px;background:var(--app-border-subtle);margin:0 4px;flex-shrink:0}.novel-toolbar-code-block-icon{font-size:11px;font-family:var(--font-chivo-mono),monospace;letter-spacing:-.5px;font-weight:700}.novel-toolbar-color-btn{display:inline-flex;align-items:center;gap:3px;padding:0 6px;height:30px;border-radius:6px;border:none;background:transparent;color:var(--app-text);cursor:pointer;font-size:13px;transition:all .1s ease;flex-shrink:0}.novel-toolbar-color-btn.is-open,.novel-toolbar-color-btn:hover{background:var(--app-content-bg)}.novel-toolbar-color-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--app-border-strong);border:1px solid var(--app-border-subtle);flex-shrink:0}.novel-toolbar-color-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:10001;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.14);padding:10px;min-width:180px}.novel-toolbar-color-section-title{font-size:11px;font-weight:600;color:var(--app-muted-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.novel-toolbar-color-grid{display:flex;flex-wrap:wrap;gap:6px}.novel-toolbar-color-swatch{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1.5px solid var(--app-border-subtle);background:transparent;cursor:pointer;transition:all .1s ease}.novel-toolbar-color-swatch.is-selected,.novel-toolbar-color-swatch:hover{border-color:#693dd3;background:rgba(105,61,211,.08)}.novel-toolbar-color-swatch-preview{font-size:14px;font-weight:700;line-height:1}.novel-toolbar-link-popup{position:absolute;top:calc(100% + 6px);left:0;z-index:10001;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.14);padding:12px;min-width:260px;display:flex;flex-direction:column;gap:10px}.novel-toolbar-link-popup-header{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:var(--app-text)}.novel-toolbar-link-close{background:none;border:none;cursor:pointer;font-size:13px;color:var(--app-muted-text);padding:2px 4px;border-radius:4px;line-height:1;transition:color .1s}.novel-toolbar-link-close:hover{color:var(--app-text)}.novel-toolbar-link-input{width:100%;padding:7px 10px;border:1.5px solid var(--app-border-subtle);border-radius:8px;background:var(--app-content-bg);color:var(--app-text);font-size:13px;outline:none;transition:border-color .12s ease;box-sizing:border-box}.novel-toolbar-link-input:focus{border-color:#693dd3}.novel-toolbar-link-input::placeholder{color:var(--app-placeholder)}.novel-toolbar-link-actions{display:flex;justify-content:flex-end;gap:8px}.novel-toolbar-link-btn-apply,.novel-toolbar-link-btn-cancel{padding:5px 14px;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .1s ease}.novel-toolbar-link-btn-cancel{background:var(--app-content-bg);color:var(--app-text);border:1px solid var(--app-border-subtle)}.novel-toolbar-link-btn-apply{background:#693dd3;color:#fff}.novel-toolbar-link-btn-apply:hover,.novel-toolbar-link-btn-cancel:hover{opacity:.85}.novel-toolbar-heading-btn{display:inline-flex;align-items:center;gap:4px;padding:0 8px;height:30px;min-width:110px;border-radius:6px;border:none;background:transparent;color:var(--app-text);cursor:pointer;font-size:13px;font-weight:500;transition:all .1s ease;flex-shrink:0;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif}.novel-toolbar-heading-btn.is-open,.novel-toolbar-heading-btn:hover{background:var(--app-content-bg)}.novel-toolbar-heading-label{flex:1 1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.novel-toolbar-heading-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:10001;background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.14);padding:4px;min-width:140px;display:flex;flex-direction:column;gap:1px}.novel-toolbar-heading-option{display:block;width:100%;padding:7px 10px;border:none;background:transparent;color:var(--app-text);cursor:pointer;font-size:13px;font-weight:500;text-align:left;border-radius:7px;transition:background 80ms ease;font-family:var(--font-plus-jakarta-sans),"Plus Jakarta Sans",sans-serif;white-space:nowrap}.novel-toolbar-heading-option:hover{background:var(--app-content-bg)}.novel-toolbar-heading-option.is-active{background:rgba(105,61,211,.1);color:#693dd3;font-weight:600}html[data-theme=dark] .novel-toolbar-heading-btn.is-open,html[data-theme=dark] .novel-toolbar-heading-btn:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)}html[data-theme=dark] .novel-toolbar-heading-dropdown{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 8px 24px rgba(0,0,0,.4)}html[data-theme=dark] .novel-toolbar-heading-option:hover{background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)}html[data-theme=dark] .novel-toolbar-heading-option.is-active{background:rgba(122,87,219,.15);color:#a78bfa}.novel-editor-container.has-toolbar .ProseMirror{border-top-left-radius:0;border-top-right-radius:0}html[data-theme=dark] .novel-toolbar{background:var(--app-surface);border-color:var(--app-border-strong)}html[data-theme=dark] .novel-toolbar-btn:hover:not(:disabled){background:color-mix(in srgb,var(--app-content-bg) 80%,#fff 20%)}html[data-theme=dark] .novel-toolbar-color-popover,html[data-theme=dark] .novel-toolbar-link-popup{background:var(--app-surface);border-color:var(--app-border-strong);box-shadow:0 8px 24px rgba(0,0,0,.4)}html[data-theme=dark] .novel-toolbar-link-btn-cancel,html[data-theme=dark] .novel-toolbar-link-input{background:var(--app-content-bg);border-color:var(--app-border-subtle)}html[data-theme=dark] .novel-toolbar-link-btn-cancel{color:var(--app-text)}html[data-theme=dark] .novel-toolbar-btn.is-active{background:#7a57db}html[data-theme=dark] .novel-toolbar-color-swatch.is-selected,html[data-theme=dark] .novel-toolbar-color-swatch:hover{background:rgba(122,87,219,.15);border-color:#7a57db}