:root{color-scheme:light;font-family:Inter,Segoe UI,sans-serif;line-height:1.4;font-weight:400;background-color:#d5deeb}.lane.lane-archived{background:#d7e2f8;border-color:#9aaed8}*{box-sizing:border-box}body{margin:0}.layout{display:grid;grid-template-columns:210px 1fr;min-height:100vh;transition:grid-template-columns .22s cubic-bezier(.2,.7,.2,1)}.layout.sidebar-collapsed{grid-template-columns:76px 1fr}.sidebar{background:#161b2b;color:#f2f4ff;padding:1rem;display:flex;flex-direction:column;height:100vh;position:sticky;top:0;align-self:start;overflow-y:auto;width:100%;transition:width .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s ease}.sidebar-header{height:88px;display:flex;flex-direction:column;justify-content:flex-start;padding:0 .78rem .9rem}.sidebar-top-row{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;min-height:38px;margin-bottom:.2rem}.sidebar-nav-main{display:grid;gap:.2rem;grid-auto-rows:2.35rem;align-content:start}.sidebar-nav-bottom{margin-top:auto;padding-top:.8rem;display:grid;gap:.2rem;grid-auto-rows:2.35rem;align-content:start}.sidebar-footer{margin-top:.55rem;padding-top:.8rem;border-top:1px solid rgba(174,184,225,.24)}.menu-item-logout{color:#ffd4d4}.menu-item-logout:hover{background:#4a2632;color:#fff}.logo{margin:0;display:inline-flex;align-items:center;line-height:1;font-size:1.5rem}.logo-text-compact,.logo-text-tail{display:none}.sidebar-version{margin:0;color:#aeb8e1;font-size:.78rem;line-height:1.15}.sidebar-version-hidden{visibility:hidden}.sidebar-toggle-btn{border:none;border-radius:10px;background:#2a3354;color:#dbe4ff;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.sidebar-toggle-btn:hover{background:#3a4671;color:#fff}.sidebar-toggle-icon{line-height:0}.sidebar-toggle-target,.sidebar-toggle-btn:hover .sidebar-toggle-current{display:none}.sidebar-toggle-btn:hover .sidebar-toggle-target{display:inline}.menu-item{display:flex;align-items:center;gap:.45rem;width:100%;text-align:left;border:none;background:transparent;color:#d1d8ff;text-decoration:none;font-size:1rem;padding:.58rem .78rem;height:100%;min-height:0;line-height:1.2;border-radius:10px;cursor:pointer}.menu-icon{display:inline-flex;width:1.2rem;align-items:center;justify-content:center;line-height:1;flex:0 0 1.2rem}.menu-icon svg{display:block;width:18px;height:18px}.menu-label{line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;opacity:1;transition:opacity .14s ease,max-width .22s ease}.menu-item:hover,.menu-item.active{background:#2a3354;color:#fff}.layout.sidebar-collapsed .sidebar{--compact-icon-cell: 1.2rem;--compact-item-pad-x: .62rem;width:76px;padding:1rem;overflow-x:hidden}.layout.sidebar-collapsed .sidebar-header{padding:0 0 .9rem}.layout.sidebar-collapsed .sidebar-top-row{padding:0 var(--compact-item-pad-x);justify-content:flex-start}.layout.sidebar-collapsed .sidebar-version{margin-left:calc(var(--compact-item-pad-x) + 1px)}.layout.sidebar-collapsed .sidebar-nav-main,.layout.sidebar-collapsed .sidebar-nav-bottom,.layout.sidebar-collapsed .sidebar-footer{width:100%}.layout.sidebar-collapsed .logo{width:var(--compact-icon-cell);min-width:var(--compact-icon-cell);margin-left:1px;text-align:center;font-size:1.75rem;justify-content:center;position:relative}.layout.sidebar-collapsed .logo-text-full{display:none}.layout.sidebar-collapsed .logo-text-tail{display:inline;position:absolute;left:calc(100% + .25rem);top:50%;transform:translateY(-50%);width:140px;text-align:left;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:opacity .14s ease,max-width .22s ease}.layout.sidebar-collapsed .logo-text-compact{display:inline;transform:none}.layout.sidebar-collapsed .menu-item{position:relative;justify-content:flex-start;text-align:left;padding:.58rem .62rem;gap:0}.layout.sidebar-collapsed .sidebar:not(.sidebar-hover-expanded) .menu-item{width:calc(var(--compact-icon-cell) + (var(--compact-item-pad-x) * 2));align-self:flex-start}.layout.sidebar-collapsed .menu-label{display:block;position:absolute;left:2.27rem;top:50%;transform:translateY(-50%);width:150px;text-align:left;max-width:0;opacity:0;overflow:hidden;pointer-events:none}.layout.sidebar-collapsed .sidebar.sidebar-hover-expanded{width:210px;box-shadow:6px 0 18px #0c142742;z-index:5;overflow-x:visible}.layout.sidebar-collapsed .sidebar.sidebar-hover-expanded .menu-item{justify-content:flex-start;text-align:left;padding:.58rem .62rem;gap:0}.layout.sidebar-collapsed .sidebar.sidebar-hover-expanded .menu-label{max-width:150px;opacity:1}.layout.sidebar-collapsed .sidebar.sidebar-hover-expanded .logo{width:var(--compact-icon-cell);min-width:var(--compact-icon-cell);margin-left:1px;text-align:center}.layout.sidebar-collapsed .sidebar.sidebar-hover-expanded .logo-text-tail{max-width:140px;opacity:1}.sidebar-toggle-btn-inline{justify-content:flex-start}.sidebar-toggle-btn-inline .menu-icon{margin-right:0}.main-panel{padding:1.4rem;display:grid;gap:1.2rem}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(180deg,#eef3ff,#e3ecff)}.auth-overlay{position:fixed;inset:0;background:#131e3773;display:grid;place-items:center;padding:1rem;z-index:40}.auth-panel{width:min(420px,100%);background:#fff;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 14px 36px #111e3a42;display:grid;gap:.65rem}.auth-panel h2{margin:0;color:#223a72}.auth-panel>p{margin:0;color:#4f6293}.auth-form{display:grid;gap:.6rem}.auth-form label{display:grid;gap:.25rem;color:#2b3f73;font-weight:600}.auth-actions{display:flex;justify-content:flex-end}.todo-form,.settings-panel{background:#fff;border-radius:14px;padding:1rem 1.2rem;box-shadow:0 10px 30px #18223e29}.work-items-page{display:flex;flex-direction:column;gap:.9rem}.work-items-add-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:32px}.work-items-add-head h2{margin:0;line-height:1.2}.work-items-panel>h2,.settings-panel>h2{margin:0 0 .6rem}.statistics-panel>h2{margin:0 0 .75rem}.statistics-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;margin-bottom:.9rem}.stats-metric-card{background:linear-gradient(160deg,#f7faff,#edf3ff);border:1px solid #d4e0fa;border-radius:12px;padding:.55rem .65rem;display:grid;gap:.22rem}.stats-metric-card p{margin:0;font-size:.76rem;color:#5870a8}.stats-metric-card strong{font-size:1.2rem;line-height:1.15;color:#1f3568}.stats-value-alert{color:#c52020!important}.stats-metric-card-action{appearance:none;text-align:left;cursor:pointer}.stats-metric-card-action:hover{border-color:#b9cbf4}.statistics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.stats-card{background:#f6f9ff;border:1px solid #d7e2f8;border-radius:12px;padding:.75rem .8rem;display:grid;gap:.7rem}.stats-card h4{margin:0;font-size:.87rem;color:#36558d}.stats-card-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.stats-card-head h3{margin:0;font-size:1rem;color:#243f76}.stats-card-head span{color:#516ca6;font-size:.82rem;white-space:nowrap}.stats-card-subtitle{margin:-.2rem 0 0;color:#5d75aa;font-size:.8rem}.stats-mode-switch{display:inline-flex;gap:.4rem}.stats-mode-switch .secondary{padding:.25rem .55rem;border:1px solid #b9c9ef;background:#eef3ff;color:#2e4a88}.stats-mode-switch .secondary.active{border-color:#365ea9;background:#c9dcff;color:#143a80;box-shadow:inset 0 0 0 1px #1c469238;font-weight:700}.stats-series-toggle-row{display:flex;flex-wrap:wrap;gap:.55rem .75rem;margin-top:-.15rem}.stats-series-toggle{display:inline-flex;align-items:center;gap:.3rem;color:#3f5e97;font-size:.78rem;font-weight:600}.stats-trend-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(12px,1fr));align-items:end;gap:.25rem;min-height:130px;border:1px solid #d6e2fa;border-radius:10px;background:linear-gradient(180deg,#f9fbff,#edf3ff);padding:.5rem .45rem .35rem}.stats-trend-col{display:grid;grid-template-rows:1fr auto;align-items:end;justify-items:center;min-height:92px;gap:.2rem}.stats-trend-bar{display:block;width:100%;min-height:0;border-radius:6px;background:linear-gradient(180deg,#6f9cf1,#5b85da);box-shadow:0 1px 4px #314d8433}.stats-trend-label{font-size:.62rem;line-height:1;color:#5d75aa;min-height:.65rem;text-align:center}.stats-line-chart-wrap{display:grid;gap:.35rem}.stats-line-legend{display:inline-flex;flex-wrap:wrap;gap:.75rem;align-items:center}.stats-line-legend-item{display:inline-flex;align-items:center;gap:.28rem;color:#3f5e97;font-size:.78rem;font-weight:600}.stats-line-swatch{width:.85rem;height:.2rem;border-radius:999px;display:inline-block}.stats-line-swatch.added{background:#3b82f6}.stats-line-swatch.completed{background:#10b981}.stats-line-swatch.waiting{background:#f59e0b}.stats-line-swatch.in-progress{background:#8b5cf6}.stats-line-swatch.waiting-current{background:#f59e0b}.stats-line-swatch.in-progress-current{background:#8b5cf6}.stats-line-swatch.done-current{background:#10b981}.stats-line-swatch.archived-current{background:#64748b}.stats-line-chart{border:1px solid #d6e2fa;border-radius:10px;background:linear-gradient(180deg,#f9fbff,#edf3ff);padding:.4rem .4rem .45rem}.stats-line-svg{width:100%;height:auto;display:block}.stats-line-grid{stroke:#d8e4fb;stroke-width:1}.stats-line-axis-label{fill:#6b83b7;font-size:10px;text-anchor:end}.stats-line-path{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.stats-line-path.added{stroke:#3b82f6}.stats-line-path.completed{stroke:#10b981}.stats-line-path.waiting{stroke:#f59e0b}.stats-line-path.in-progress{stroke:#8b5cf6}.stats-line-path.waiting-current{stroke:#f59e0b}.stats-line-path.in-progress-current{stroke:#8b5cf6}.stats-line-path.done-current{stroke:#10b981}.stats-line-path.archived-current{stroke:#64748b}.stats-line-point{stroke:#f8fbff;stroke-width:1.2}.stats-line-point.added{fill:#3b82f6}.stats-line-point.completed{fill:#10b981}.stats-line-point.waiting{fill:#f59e0b}.stats-line-point.in-progress{fill:#8b5cf6}.stats-line-point.waiting-current{fill:#f59e0b}.stats-line-point.in-progress-current{fill:#8b5cf6}.stats-line-point.done-current{fill:#10b981}.stats-line-point.archived-current{fill:#64748b}.stats-line-xlabels{margin-top:-.15rem;display:grid;grid-template-columns:repeat(30,minmax(0,1fr));gap:0;padding:0 .08rem}.stats-line-xlabels span{text-align:center;font-size:.62rem;line-height:1;color:#5d75aa;min-height:.7rem}.stats-lane-bars{display:grid;gap:.45rem}.stats-lane-row{display:grid;grid-template-columns:auto minmax(90px,1fr) auto;align-items:center;gap:.45rem}.stats-lane-track{width:100%;height:.5rem;border-radius:999px;background:#dce6f8;overflow:hidden}.stats-lane-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#749ded,#4f77c8)}.stats-top-tags{display:flex;flex-wrap:wrap;gap:.4rem}.stats-tag-chip{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid #c9d7f5;background:#e8f0ff;color:#294983;font-size:.8rem;padding:.18rem .45rem}.stats-tag-chip strong{font-size:.78rem}.work-items-head-row{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:.8rem;margin-bottom:.6rem}.work-items-head-row>h2{margin:0;text-align:center}.work-items-head-controls{width:100%;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:.7rem}.work-items-filter-field{position:relative;display:inline-flex;align-items:center}.work-items-filter-input{width:min(360px,92vw);padding-right:2rem;border:1px solid #7f95c9;background:#edf3ff;box-shadow:inset 0 0 0 1px #ffffff8c,0 2px 8px #17274933}.work-items-filter-clear{position:absolute;right:.45rem;width:1.3rem;height:1.3rem;border:0;border-radius:999px;background:#32477724;color:#324777;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;cursor:pointer}.work-items-filter-clear:hover{background:#3247773d}.work-items-filter-input:focus{border-color:#5f79b5;box-shadow:0 0 0 3px #7497db38}.work-items-head-select,.work-items-archived-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.84rem;font-weight:500;color:#324777;white-space:nowrap}.work-items-add-panel{transition:none}.notes-page{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:.9rem;align-items:start}.notes-sidebar,.notes-editor-panel,.images-panel,.links-panel,.tags-panel{margin:0}.notes-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.6rem}.notes-sidebar-head h2,.images-panel h2,.links-panel h2,.tags-panel h2{margin:0}.notes-calendar{display:grid;gap:.32rem;margin-bottom:.62rem}.notes-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.notes-calendar-head strong{color:#324a84;font-size:.84rem}.notes-calendar-head .secondary{padding:.18rem .44rem}.notes-calendar-nav-btn{width:1.9rem;height:1.9rem;padding:0;display:inline-grid;place-items:center}.notes-calendar-nav-btn svg{display:block}.notes-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.22rem}.notes-calendar-weekdays span{text-align:center;font-size:.68rem;color:#7384b2;font-weight:600}.notes-calendar-empty{min-height:1.75rem}.notes-calendar-day{border:1px solid #d4ddf3;border-radius:8px;background:#fff;color:#2a3f73;padding:.18rem 0;min-height:1.75rem;font-size:.78rem;line-height:1.1;cursor:pointer}.notes-calendar-day:hover{background:#f5f8ff}.notes-calendar-day.has-daily-note{background:#c0ddc5;border-color:#6ea37a;color:#1d4a28}.notes-calendar-day.has-daily-note:hover{background:#b6d5bc}.notes-calendar-day.is-today{box-shadow:inset 0 0 0 2px #6f8fd4;font-weight:700}.notes-calendar-day.is-active{box-shadow:inset 0 0 0 2px #4f6fbc}.notes-list{display:grid;gap:.45rem;max-height:70vh;overflow:auto;padding-right:.15rem}.note-list-item{display:grid;gap:.15rem;padding:.52rem .58rem;border:1px solid #bca2f4;border-radius:10px;background:#dcc9ff;color:#2f2156;text-decoration:none}.note-list-item strong{font-size:.93rem}.note-list-item span{color:#5a4d83;font-size:.78rem}.note-list-meta{display:inline-flex;align-items:center;gap:.45rem}.note-list-id{font-weight:600}.note-list-item.active{background:#d0b8ff;border-color:#ab8feb}.note-list-item.daily-note{background:#c0ddc5;border-color:#6ea37a;color:#1d4a28}.note-list-item.daily-note span{color:#2a5c35}.note-list-item.daily-note.active{background:#b2d2b9;border-color:#5a9167}.note-list-item.release-note{background:#ffd8dd;border-color:#e39aa6;color:#721927}.note-list-item.release-note span{color:#873344}.note-list-item.release-note.active{background:#ffc7cf;border-color:#cf7282}.note-list-item.release-note .trail-type{background:#f7a6b4;color:#651826}.notes-editor-head{display:grid;gap:.5rem;margin-bottom:.65rem}.notes-editor-panel.release-note-editor{border-color:#dc8a98;background:linear-gradient(180deg,#fff2f4,#fff8f9);box-shadow:0 0 0 2px #dc8a983d}.notes-editor-panel.release-note-editor .note-editor,.notes-editor-panel.release-note-editor .note-view{border-color:#e6a7b1;background:#fffafb}.notes-editor-panel.release-note-editor .note-editor:focus{border-color:#d8788a;box-shadow:0 0 0 2px #d8788a42}.release-note-admin-banner{margin:0;display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:.2rem .62rem;font-size:.76rem;font-weight:700;background:#f74f6a;color:#fff;box-shadow:0 2px 12px #c4264a59}.notes-edit-main-row{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.6rem;align-items:end}.notes-type-field select{min-width:9rem}.notes-title-field{min-width:0}.notes-title-field input{width:100%}.notes-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.notes-view-meta{display:grid;gap:.12rem}.notes-linked-work-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem}.notes-view-head h3{margin:0}.notes-note-id{margin:0;font-size:.82rem;color:#5a6fa5}.notes-editor-head>label{display:grid;gap:.2rem}.notes-editor-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.note-block-format select{min-width:6.4rem}.note-format-btn{width:2rem;min-width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.note-format-icon{display:inline-block;font-size:.95rem;line-height:1;font-weight:600}.note-format-icon-italic{font-style:italic}.note-format-icon-underline{text-decoration:underline}.note-format-icon-strike{text-decoration:line-through}.note-format-icon-list{font-size:.9rem;letter-spacing:-.04em}.notes-editor-actions.view-mode-actions{justify-content:flex-end}.note-editor{min-height:62vh;border:1px solid #d3def8;border-radius:10px;padding:.75rem 2.7rem .75rem .8rem;background:#fcfdff;overflow:auto;white-space:pre-wrap;-moz-tab-size:4;tab-size:4}.note-editor:focus{outline:none;border-color:#96b1ef;box-shadow:0 0 0 2px #648ee833}.note-editor:empty:before{content:attr(data-placeholder);color:#8093c5}.note-editor p{margin:0}.note-editor input.note-row-checkbox,.note-view input.note-row-checkbox,.description-rich-editor input.note-row-checkbox,.comment-rich-editor input.note-row-checkbox,.description-rich-preview input.note-row-checkbox{width:14px;min-width:14px;max-width:14px;height:14px;min-height:14px;max-height:14px;margin:0 .45rem 0 0;padding:0;box-sizing:border-box;display:inline-block;vertical-align:text-bottom;flex:0 0 14px;accent-color:#4f6fbc}.note-editor p,.note-editor li,.note-view p,.note-view li{-moz-tab-size:4;tab-size:4}.note-editor h3,.note-view h3{margin:0 0 .6rem;font-size:1.16rem;line-height:1.3;font-weight:700}.note-editor p.note-trailing-line{min-height:1.25em}.note-editor-wrap{position:relative}.note-copy-btn{position:absolute;top:.5rem;right:.5rem;width:1.9rem;height:1.9rem;padding:0;display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:transform 70ms ease,background .1s ease,border-color .1s ease,color .1s ease;color:#243871}.note-copy-icon{width:1.2rem;flex:0 0 1.2rem}.note-copy-icon svg{display:block;width:18px;height:18px;min-width:18px;min-height:18px}.note-copy-btn:active{transform:scale(.97)}.note-copy-btn.copied{background:#edf2ff;border-color:#c6d5fb;color:#243871}.note-view{min-height:62vh;border:1px solid #d3def8;border-radius:10px;padding:.75rem 2.7rem .75rem .8rem;background:#fcfdff;overflow:auto;white-space:pre-wrap;tab-size:4}.note-view p{margin:0}.note-editor ul,.note-editor ol,.note-view ul,.note-view ol{margin:0;padding-left:1.25rem}.note-editor pre,.note-view pre{margin:0 0 .6rem;padding:.48rem .58rem;border:1px solid #c7d5f2;border-radius:8px;background:#eef3ff;color:#1d315e;font-family:Consolas,Courier New,monospace;font-size:.86rem;line-height:1.35;white-space:pre-wrap}.note-editor .note-work-chip,.note-view .note-work-chip,.notes-linked-work-chips .note-work-chip,.comment-rich-editor .note-work-chip,.comment-rich-text .note-work-chip,.description-rich-editor .note-work-chip,.description-rich-preview .note-work-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.14rem .48rem;border-radius:999px;background:#e5edf9;border:1px solid #b7c8ea;color:#1f335e;font-size:.82rem;line-height:1.2;text-decoration:none;white-space:nowrap;vertical-align:middle}.note-editor .note-note-chip,.note-view .note-note-chip,.image-card-notes .note-note-chip,.comment-rich-editor .note-note-chip,.comment-rich-text .note-note-chip,.description-rich-editor .note-note-chip,.description-rich-preview .note-note-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.14rem .48rem;border-radius:999px;border:1px solid #bca2f4;background:#dcc9ff;color:#2f2156;font-size:.82rem;line-height:1.2;text-decoration:none;white-space:nowrap;vertical-align:middle}.note-editor .note-file-chip,.note-view .note-file-chip,.comment-rich-editor .note-file-chip,.comment-rich-text .note-file-chip,.description-rich-editor .note-file-chip,.description-rich-preview .note-file-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.14rem .48rem;border-radius:999px;border:1px solid #a6bddf;background:#d7e6ff;color:#1f427a;font-size:.82rem;line-height:1.2;text-decoration:none;white-space:nowrap;vertical-align:middle}.note-editor .note-work-chip:hover,.note-view .note-work-chip:hover,.notes-linked-work-chips .note-work-chip:hover,.comment-rich-editor .note-work-chip:hover,.comment-rich-text .note-work-chip:hover,.description-rich-editor .note-work-chip:hover,.description-rich-preview .note-work-chip:hover,.note-editor .note-note-chip:hover,.note-view .note-note-chip:hover,.image-card-notes .note-note-chip:hover,.comment-rich-editor .note-note-chip:hover,.comment-rich-text .note-note-chip:hover,.description-rich-editor .note-note-chip:hover,.description-rich-preview .note-note-chip:hover,.note-editor .note-file-chip:hover,.note-view .note-file-chip:hover,.comment-rich-editor .note-file-chip:hover,.comment-rich-text .note-file-chip:hover,.description-rich-editor .note-file-chip:hover,.description-rich-preview .note-file-chip:hover{text-decoration:none;filter:brightness(.97)}.note-editor .note-work-chip.note-work-chip-overdue,.note-view .note-work-chip.note-work-chip-overdue,.notes-linked-work-chips .note-work-chip.note-work-chip-overdue,.comment-rich-editor .note-work-chip.note-work-chip-overdue,.comment-rich-text .note-work-chip.note-work-chip-overdue,.description-rich-editor .note-work-chip.note-work-chip-overdue,.description-rich-preview .note-work-chip.note-work-chip-overdue{background:#f4c8c8;border-color:#dc8f8f;color:#6f1e1e}.note-editor .note-work-chip.note-work-chip-normal,.note-view .note-work-chip.note-work-chip-normal,.notes-linked-work-chips .note-work-chip.note-work-chip-normal,.comment-rich-editor .note-work-chip.note-work-chip-normal,.comment-rich-text .note-work-chip.note-work-chip-normal,.description-rich-editor .note-work-chip.note-work-chip-normal,.description-rich-preview .note-work-chip.note-work-chip-normal{background:#faf9ef;border-color:#e6dfb2;color:#5f5730}.note-editor .note-work-chip.note-work-chip-done,.note-view .note-work-chip.note-work-chip-done,.notes-linked-work-chips .note-work-chip.note-work-chip-done,.comment-rich-editor .note-work-chip.note-work-chip-done,.comment-rich-text .note-work-chip.note-work-chip-done,.description-rich-editor .note-work-chip.note-work-chip-done,.description-rich-preview .note-work-chip.note-work-chip-done{background:#d7f1dc;border-color:#9ecfac;color:#1f5a2f}.note-editor .note-note-chip.note-note-chip-daily,.note-view .note-note-chip.note-note-chip-daily,.image-card-notes .note-note-chip.note-note-chip-daily,.comment-rich-editor .note-note-chip.note-note-chip-daily,.comment-rich-text .note-note-chip.note-note-chip-daily,.description-rich-editor .note-note-chip.note-note-chip-daily,.description-rich-preview .note-note-chip.note-note-chip-daily{background:#c0ddc5;border-color:#6ea37a;color:#1d4a28}.note-editor .note-inline-tag,.note-view .note-inline-tag,.comment-rich-editor .note-inline-tag,.comment-rich-text .note-inline-tag,.description-rich-editor .note-inline-tag,.description-rich-preview .note-inline-tag{display:inline-flex;align-items:center;padding:.14rem .48rem;border-radius:999px;border:1px solid #9fcca7;background:#dbf4df;color:#1f6a2a;font-size:.82rem;line-height:1.2;white-space:nowrap;vertical-align:baseline;position:relative;top:-1px;cursor:pointer}.note-view .note-inline-tag:hover{filter:brightness(.96)}.note-editor .note-inline-tag.note-inline-tag-contact,.note-view .note-inline-tag.note-inline-tag-contact,.comment-rich-editor .note-inline-tag.note-inline-tag-contact,.comment-rich-text .note-inline-tag.note-inline-tag-contact,.description-rich-editor .note-inline-tag.note-inline-tag-contact,.description-rich-preview .note-inline-tag.note-inline-tag-contact{border-color:#3a8d4a;background:#8bcf98;color:#0f4f1c}.note-image{margin:.6rem 0;display:inline-block;gap:.35rem;width:min(100%,460px);height:auto;aspect-ratio:var(--embedded-image-ratio, 4 / 3);max-width:100%;min-width:96px;resize:horizontal;overflow:hidden}.note-image img{display:block;width:100%;max-width:100%;height:100%;max-height:100%;object-fit:contain;border-radius:8px;border:1px solid #c9d6f8;background:#fff;cursor:pointer}.note-image figcaption{display:none}.note-slash-menu{position:absolute;z-index:5;border:1px solid #d6e0f7;border-radius:10px;background:#f7faff;padding:.45rem .55rem;display:grid;gap:.35rem;width:min(300px,calc(100% - 24px));box-shadow:0 8px 24px #1b2b582e}.note-image-menu{position:absolute;z-index:8;border:1px solid #8ea7df;border-radius:12px;background:#fff;padding:.48rem .58rem;display:grid;gap:.36rem;min-width:180px;box-shadow:0 0 0 2px #6f8fd433,0 12px 28px #14224a47}.note-image-menu-title{margin:0;color:#1f3870;font-weight:600;font-size:.84rem}.note-image-menu-size{margin:0;color:#3f5f9b;font-size:.8rem;font-weight:600}.note-image-menu-actions{display:flex;gap:.32rem}.note-image-menu-actions .secondary{padding:.25rem .45rem;min-width:42px}.note-slash-title{margin:0;color:#324a84;font-weight:600;font-size:.83rem}.note-slash-hint{margin:0;color:#5a6fa5;font-size:.79rem}.note-slash-options{display:flex;flex-wrap:wrap;gap:.35rem}.note-slash-options .secondary{padding:.35rem .6rem}.note-slash-option-btn{border:1px solid #bca2f4;border-radius:999px;background:#dcc9ff;color:#2f2156;padding:.26rem .62rem;font-size:.81rem;line-height:1.2;cursor:pointer}.note-slash-option-btn:hover{filter:brightness(.97)}.note-slash-option-btn.work-tone-overdue{background:#f4c8c8;border-color:#dc8f8f;color:#6f1e1e}.note-slash-option-btn.work-tone-normal{background:#faf9ef;border-color:#e6dfb2;color:#5f5730}.note-slash-option-btn.work-tone-done{background:#d7f1dc;border-color:#9ecfac;color:#1f5a2f}.note-slash-option-btn.note-tone-note{background:#dcc9ff;border-color:#bca2f4;color:#2f2156}.note-slash-option-btn.note-tone-daily{background:#c0ddc5;border-color:#6ea37a;color:#1d4a28;font-size:.78rem}.notes-empty-state{min-height:40vh;display:grid;place-content:center;gap:.25rem}.notes-empty-state h3,.notes-empty-state p{margin:0}.images-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.image-card{border:1px solid #d5dff7;border-radius:12px;overflow:hidden;background:#f8faff;position:relative}.image-preview-btn{display:block;width:100%;border:none;padding:0;background:transparent;cursor:zoom-in}.image-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;background:#e4ebff}.image-delete-btn{position:absolute;top:.38rem;right:.38rem;width:1.55rem;height:1.55rem;border:1px solid #8f1f2f;border-radius:999px;background:#8a1727eb;color:#fff;display:grid;place-items:center;line-height:0;font-size:0;cursor:pointer;z-index:2;padding:0;overflow:hidden}.image-delete-btn:before,.image-delete-btn:after{content:"";position:absolute;left:50%;top:50%;width:.62rem;height:2px;background:#fff;border-radius:999px;transform-origin:50% 50%}.image-delete-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.image-delete-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.image-delete-btn:hover:not(:disabled){background:#7b1221}.image-delete-btn:disabled{opacity:.62;cursor:wait}.image-card-meta{padding:.55rem .6rem .65rem;display:grid;gap:.3rem}.image-delete-linked-items{display:flex;flex-wrap:wrap;gap:.35rem}.image-delete-linked-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.14rem .48rem;border-radius:999px;border:1px solid #b7c8ea;background:#e5edf9;color:#1f335e;font-size:.82rem;line-height:1.2;text-decoration:none;white-space:nowrap}.image-delete-linked-chip:hover{text-decoration:none;filter:brightness(.97)}.image-delete-blocked-modal{width:min(520px,calc(100vw - 1.4rem))}.image-delete-blocked-copy{margin:0;color:#2c3f73;font-size:.92rem;line-height:1.35}.image-card-meta p{margin:0;color:#2f4379;font-size:.82rem;overflow-wrap:anywhere}.image-card-links{display:grid;gap:.35rem}.image-card-usage,.image-card-link-group{display:grid;gap:.22rem}.image-card-link-title{margin:0;color:#40578f;font-size:.74rem;font-weight:700}.image-card-link-chips{display:flex;flex-wrap:wrap;gap:.35rem}.image-link-chip{display:inline-flex;align-items:center;padding:.14rem .48rem;border-radius:999px;font-size:.82rem;line-height:1.2;white-space:nowrap;text-decoration:none}.image-link-chip.image-link-chip-work{background:#e5edf9;border:1px solid #b7c8ea;color:#1f335e}.image-link-chip.image-link-chip-work.lane-green{background:#85d792;border-color:#6bc67a;color:#0f4d1a}.image-link-chip.image-link-chip-work.lane-red{background:#f09aa8;border-color:#de7b8b;color:#6d1020}.image-link-chip.image-link-chip-work.lane-orange{background:#f3c27f;border-color:#dfaa66;color:#6e3b03}.image-link-chip.image-link-chip-work.lane-blue{background:#b3ccff;border-color:#93b4f4;color:#2a5aa8}.image-link-chip.image-link-chip-work.lane-purple{background:#c4a3ff;border-color:#ab84ed;color:#4b1f87}.image-link-chip.image-link-chip-work.lane-gray{background:#8ea6d4;border-color:#7791c4;color:#fff}.image-link-chip.image-link-chip-note{border:1px solid #bca2f4;background:#dcc9ff;color:#2f2156}.image-link-chip.image-link-chip-note.note-daily{background:#c0ddc5;border-color:#6ea37a;color:#1d4a28}.image-link-chip.image-link-chip-empty{border:1px dashed #afbfdf;background:#eef3ff;color:#5b6e9d}.image-link-chip:hover{text-decoration:none;filter:brightness(.97)}.links-list{margin-top:.7rem;display:grid;gap:.55rem}.links-panel>.links-filter-input{margin-top:.6rem;width:min(360px,100%);background:#eef4ff;border:1px solid #8ba9e6}.links-panel>.links-filter-input:focus{outline:2px solid #6d8fda;outline-offset:1px}.links-item{border:1px solid #d6e1f8;border-radius:12px;background:#f8faff;padding:.55rem .62rem;display:grid;gap:.38rem}.links-item-label{margin:0;color:#334a7a;font-size:.83rem;font-weight:700}.links-item-header{display:flex;align-items:center;gap:.5rem}.links-item-edit-btn{margin-left:auto;width:auto;flex:0 0 auto}.links-item-url{color:#0c56c4;text-decoration:underline;word-break:break-all;font-size:.88rem}.links-item-url:hover{text-decoration:underline}.links-item-context{display:grid;gap:.15rem;color:#42598f;font-size:.8rem}.links-item-context-chips{display:flex;flex-wrap:wrap;gap:.35rem}.links-item-context-chip{display:inline-flex;align-items:center;border:1px solid #b9c9ee;border-radius:999px;background:#b3ccff;color:#2a5aa8;text-decoration:none;padding:.15rem .5rem;font-size:.78rem;line-height:1.2}.checkboxes-item-list{margin:0;padding-left:0;list-style:none;color:#253a66;font-size:.84rem;display:grid;gap:.18rem}.checkboxes-item-list label{display:inline-flex;align-items:flex-start;gap:.4rem}.links-item-context-chip.lane-green{background:#85d792;color:#0f4d1a}.links-item-context-chip.lane-red{background:#f09aa8;color:#6d1020}.links-item-context-chip.lane-orange{background:#f3c27f;color:#6e3b03}.links-item-context-chip.lane-blue{background:#b3ccff;color:#2a5aa8}.links-item-context-chip.lane-purple{background:#c4a3ff;color:#4b1f87}.links-item-context-chip.lane-gray{background:#8ea6d4;color:#fff}.links-item-context-chip:hover{text-decoration:none;filter:brightness(.97)}.work-items-add-collapsed{background:#b3ccff;border:1px solid #6f8fd4;border-radius:14px;min-height:0;margin:0;cursor:pointer;box-shadow:0 10px 30px #18223e29}.work-items-add-panel.open{background:#b3ccff;border:1px solid #6f8fd4}.work-items-add-collapsed,.work-items-add-panel.open,.work-items-panel,.edit-header{margin:0;padding:.75rem 1rem}.work-items-add-collapsed{padding-top:calc(.75rem + 1.5px);padding-bottom:calc(.75rem + 1.5px)}.work-items-add-toggle{cursor:pointer;padding:0;border-radius:8px}.work-items-add-toggle:focus-visible{outline:2px solid #809ce8;outline-offset:2px}.work-items-add-collapsed:focus-visible{outline:2px solid #809ce8;outline-offset:2px}.work-items-add-state{font-size:1rem;font-weight:700;color:#234f9b;letter-spacing:.01em;line-height:1;display:inline-block;transform-origin:50% 50%}.work-items-add-state.is-open{transform:rotate(180deg)}.work-items-add-panel.open .todo-create-form{margin-top:.45rem}.work-items-list{display:grid;gap:.5rem;font-size:.92rem}.work-item-head,.work-item-row.compact{display:grid;grid-template-columns:56px 24px minmax(220px,1fr) minmax(220px,260px) 118px 120px 120px;align-items:center;column-gap:.55rem}.work-item-head{padding:0 .65rem;color:#6072a5;font-size:.74rem;font-weight:700;letter-spacing:.03em}.work-item-sort-btn{border:none;background:transparent;color:inherit;font:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:0;text-align:left;cursor:pointer}.work-item-sort-btn:hover{color:#425b96}.work-item-sort-btn.is-active{color:#29478d;text-shadow:0 0 1px rgba(34,56,112,.2)}.work-item-sort-btn.is-active .sort-indicator{color:#1f3876;font-size:.74rem}.sort-indicator{margin-left:.22rem;font-size:.68rem;color:#7a8ab7}.work-item-row.compact{padding:.52rem .65rem;border-radius:10px;border:none;background:#fbfbf4;text-decoration:none;color:inherit;box-shadow:0 3px 10px #0e172d57;transition:background .14s ease,box-shadow .14s ease}.work-item-row.compact:hover{background:#f7f6ea;box-shadow:0 5px 14px #090f206b}.work-item-row.compact:focus-visible{outline:2px solid #809ce8;outline-offset:2px}.work-item-row.compact.overdue{background:#ffe6e6;box-shadow:0 3px 10px #4415155c}.work-item-row.compact.overdue:hover{background:#ffd8d8;box-shadow:0 5px 14px #3a0f0f70}.work-item-row.compact.waiting{background:#fff1db;box-shadow:0 3px 10px #59371247}.work-item-row.compact.waiting:hover{background:#ffe8c7;box-shadow:0 5px 14px #4a2c0d57}.work-item-row.compact.done{background:#ddf7cd;box-shadow:0 3px 10px #1c461552}.work-item-row.compact.done:hover{background:#d2f1be;box-shadow:0 5px 14px #183b1266}.work-item-id{font-weight:700;color:#2b3b72}.work-item-star-head,.work-item-star{display:inline-flex;align-items:center;justify-content:center}.work-item-star{color:#cf8800}.work-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-item-tags{display:flex;flex-wrap:wrap;gap:.25rem;overflow:visible;white-space:normal;line-height:1.25}.work-item-tag-chip{border-radius:999px;background:#d7efdc;color:#1f6a2a;padding:.08rem .4rem;font-size:.7rem;font-weight:600;flex:0 0 auto;box-shadow:0 2px 6px #144a2152}.work-item-tag-chip.contact-tag{background:#8bcf98;color:#0f4f1c;box-shadow:0 2px 6px #0a3f1557}.work-item-state{width:fit-content;border-radius:999px;padding:.12rem .48rem;font-size:.72rem;font-weight:600;text-transform:capitalize;box-shadow:0 2px 6px #1c336d47;border:none;cursor:pointer}.work-item-state:disabled{opacity:.7;cursor:progress}.work-item-state-cell{position:relative;display:inline-flex;align-items:center}.work-item-state-popover{position:absolute;top:calc(100% + .28rem);left:0;z-index:25;display:grid;gap:.2rem;min-width:120px;padding:.35rem;background:#fff;border:1px solid #d3dcf5;border-radius:8px;box-shadow:0 10px 24px #121d3838}.state-option{border:none;border-radius:6px;background:#edf3ff;color:#243e7a;text-transform:capitalize;text-align:left;padding:.22rem .45rem;cursor:pointer}.state-option:hover{background:#dde8ff}.state-option.active{background:#ccdfff;font-weight:700}.work-item-state.lane-green{background:#85d792;color:#0f4d1a}.work-item-state.lane-red{background:#f09aa8;color:#6d1020}.work-item-state.lane-orange{background:#f3c27f;color:#6e3b03}.work-item-state.lane-blue{background:#b3ccff;color:#2a5aa8}.work-item-state.lane-purple{background:#c4a3ff;color:#4b1f87}.work-item-state.lane-gray{background:#8ea6d4;color:#fff}.work-items-pagination{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.25rem}.work-items-pagination label{display:inline-flex;align-items:center;gap:.4rem}.work-items-pagination select{width:auto;min-width:78px}.work-items-page-actions{display:flex;gap:.4rem}.settings-panel>p{margin-top:.1rem;margin-bottom:.8rem;color:#5b6d9f}form{display:grid;gap:.9rem}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:.8rem}label{display:grid;gap:.35rem;color:#111;font-weight:600;font-size:.92rem}label input,label select,label textarea{color:#24345f;font-weight:400}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid #d9dff0;background:#fbfcff;border-radius:10px;padding:.55rem .65rem}select[multiple]{min-height:95px}.inline-group{display:flex;gap:.65rem}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.chip{border:none;border-radius:100px;background:#e8edff;color:#233160;padding:.3rem .65rem;cursor:pointer}.chip.static{cursor:default}.note-link-list{margin-bottom:.25rem}.note-link-label,.note-link-list .note-link-label:hover{text-decoration:none}.tag-chip{background:#dbf4df;color:#1f6a2a}.tag-chip.contact-tag{background:#8bcf98;color:#0f4f1c;border:1px solid #3a8d4a}.tag-chip.static{background:#d1efd6;color:#1a5b24}.tag-chip.static.contact-tag{background:#7fc88d;color:#0d4919;border:1px solid #347d44}.todo-card .tag-chip.static{display:inline-block;max-width:100%;border:1px solid #7fb889;font-size:.64rem;padding:.2rem .45rem;overflow-wrap:anywhere;word-break:break-word}.todo-card .tag-chip.static.contact-tag{border-color:#347d44}.tags-chip-grid{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.45rem}.tags-manage-chip{display:inline-flex;align-items:center;gap:.42rem;font-weight:600}.tags-use-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;padding:.04rem .36rem;border-radius:999px;background:#1f6a2a2e;color:inherit;font-size:.74rem;line-height:1.1}.tags-manage-chip.contact-tag .tags-use-count{background:#0f4f1c33}.duplicate-ack-modal.tags-meta-modal{width:min(933px,calc(100vw - .6rem))!important;max-width:min(933px,calc(100vw - .6rem))!important;max-height:min(92vh,980px);overflow:hidden;grid-template-rows:minmax(0,1fr) auto}.tags-meta-modal label{display:grid;gap:.28rem;color:#2e4375;font-size:.88rem;font-weight:600}.tags-contact-fields{display:grid;gap:.45rem}.tags-email-group,.tags-email-list{display:grid;gap:.3rem}.tags-add-email-btn{justify-self:start;padding:.26rem .55rem}.tags-meta-layout{display:grid;grid-template-columns:minmax(180px,.48fr) minmax(0,1.1fr);gap:.85rem;align-items:stretch;height:min(78vh,800px);min-height:0}.tags-meta-main{display:grid;gap:.55rem;align-content:start;overflow:hidden}.tags-usage-side{border-left:1px solid #d3dcf2;padding-left:.75rem;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.45rem;min-height:0;overflow:hidden}.tags-usage-side h4{margin:0;color:#2c3f70}.tags-usage-list{display:grid;align-content:start;grid-auto-rows:max-content;gap:.35rem;min-height:0;height:100%;overflow:auto;padding-right:.35rem}.tags-usage-item,.tags-usage-item:hover{text-decoration:none}.card-comment-indicator{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;border-radius:999px;line-height:0;cursor:pointer;padding:0}.card-comment-indicator.neutral{background:#ccc}.card-comment-indicator.overdue{background:#f59f98}.card-comment-indicator.soon{background:#f7ea86}.card-comment-indicator.completed{background:#9fdda7}.card-comment-indicator svg{display:block;width:.875rem;height:.875rem;fill:#fff}.card-comment-indicator:hover{filter:brightness(.96)}.primary{border:none;border-radius:10px;background:#3347b0;color:#fff;padding:.65rem .95rem;cursor:pointer;width:fit-content}.work-item-update-btn{background:#6d7280}.work-item-update-btn.is-active{background:#3347b0}.work-item-update-btn:disabled{background:#7f8595;cursor:not-allowed}.work-item-update-close-btn{background:#6d7280;color:#fff}.work-item-update-close-btn.is-active{background:#3347b0;color:#fff}.work-item-update-close-btn:disabled{background:#7f8595;color:#fff;cursor:not-allowed}.board-view{display:flex;flex-direction:column;gap:.85rem}.board-filters{padding:.7rem .9rem}.board-filter-row{display:grid;grid-template-columns:minmax(140px,1fr) 210px 105px fit-content(360px);gap:.7rem;align-items:end}.board-filter-field{min-width:0}.importance-filter-field,.lane-filter-field,.card-size-filter-field{width:100%}.importance-filter-field{max-width:210px;min-width:210px}.card-size-filter-field{max-width:105px;min-width:105px}.lane-filter-field{max-width:360px;min-width:220px}.board-filter-field input,.board-severity-dropdown{height:2.3rem;min-height:2.3rem}.board-filter-input{border:1px solid #7f95c9;background:#edf3ff;box-shadow:inset 0 0 0 1px #ffffff8c,0 2px 8px #17274933}.board-filter-input:focus{border-color:#5f79b5;box-shadow:0 0 0 3px #7497db38}.board-filter-field select{min-height:2.3rem;height:auto;padding-top:.35rem;padding-bottom:.35rem;line-height:1.2}.board-severity-filter{display:grid;gap:.35rem}.board-filter-label{color:#111;font-weight:600;font-size:.92rem}.board-severity-dropdown{position:relative;display:flex;align-items:center;border:1px solid #d9dff0;background:#fbfcff;border-radius:10px;padding:0 .65rem;overflow:visible}.board-severity-dropdown.filtered{border-color:#8ca7df;background:#edf3ff}.board-severity-dropdown.filtered>.board-dropdown-trigger{color:#244f9a;font-weight:600}.board-dropdown-trigger{border:none;background:transparent;color:#24345f;display:flex;align-items:center;width:100%;height:100%;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0}.board-dropdown-trigger.compact{font-size:.84rem}.board-severity-options{position:absolute;top:calc(100% + .35rem);left:-1px;right:-1px;z-index:20;display:grid;gap:.3rem;background:#fff;border:1px solid #cfdaf5;border-radius:10px;box-shadow:0 12px 26px #18223e2e;padding:.45rem .5rem}.board-severity-option{display:flex;align-items:center;gap:.45rem;color:#24345f;font-weight:500}.board{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.lane{background:#eef2ff;border-radius:14px;padding:.7rem;min-width:0;min-height:220px;border:1px solid transparent;box-shadow:0 7px 18px #22345f1f;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.lane.drop-target{border-color:#809ce8;background:#e4edff;box-shadow:0 10px 24px #3a58a333}.lane header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.lane header h3{margin:0;text-transform:capitalize}.lane-content{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;gap:.6rem}.lane-content.drop-target .todo-card{transform:translateY(12px)}.drop-placeholder{border:2px dashed #7f95d6;background:#7f95d624;color:#314a87;border-radius:10px;padding:.55rem .65rem;font-size:.84rem;font-weight:600}.todo-card{background:#fff;border-radius:11px;width:100%;max-width:100%;padding:.65rem;position:relative;min-width:0;box-shadow:0 8px 22px #18223e29;transition:transform .14s ease,opacity .14s ease;cursor:pointer}.todo-card.dragging{opacity:.62}.todo-card.overdue{background:#ffd9d5;box-shadow:0 3px 10px #4014146b}.todo-card.soon{background:#fffdd3;box-shadow:0 3px 10px #493f1557}.todo-card.completed{background:#ddf7cd;box-shadow:0 3px 10px #1c461552}.card-header{display:flex;gap:.5rem;justify-content:space-between;align-items:flex-start;min-width:0}.card-header h4{margin:0;flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.card-header button{border:none;background:#fce4e4;color:#7f2020;border-radius:8px;padding:.2rem .45rem;cursor:pointer}.todo-card p{margin:.25rem 0;font-size:.85rem;color:#4a5a86}.todo-card .link-button.icon-only{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex:0 0 1.5rem;border-radius:999px;padding:0;font-size:.95rem;line-height:1;font-weight:700;background:#1f3f8a;color:#fff}.todo-card-id-row{display:block}.todo-card-id-row .todo-id-label{margin:.2rem 0}.card-comment-indicator.floating{position:absolute;top:.65rem;right:.65rem}.todo-card-meta-row{display:block;margin-top:.28rem}.todo-card-dates{margin-top:0;min-width:0;flex:1 1 auto}.todo-card-meta{margin:.15rem 0;font-size:.72rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.todo-card p.todo-card-description{margin-top:.35rem;font-size:.78rem!important;line-height:1.25;color:#111;overflow-wrap:anywhere}.card-comments-popup{position:absolute;right:.55rem;top:calc(100% - .45rem);z-index:30;width:min(320px,calc(100% - 1.1rem));max-height:240px;overflow:auto;border-radius:12px;border:1px solid #d8e1f9;background:#f7faff;box-shadow:0 16px 34px #141e3a47;padding:.55rem .65rem;cursor:pointer}.card-comments-title{margin:0;font-size:.78rem!important;font-weight:700;color:#1d3368!important}.card-comments-list{margin-top:.4rem;display:grid;gap:.4rem}.card-comments-item{background:#ebf1ff;border:1px solid #d3defa;border-radius:8px;padding:.35rem .45rem}.card-comments-time{margin:0 0 .15rem!important;font-size:.68rem!important;color:#5a6ea3!important}.card-comments-text{margin:0!important;font-size:.76rem!important;line-height:1.3;color:#23325a!important;white-space:pre-wrap;overflow-wrap:anywhere}.card-comments-text .comment-rich-text{white-space:pre-wrap}.comment-rich-text .comment-inline-image,.comment-text .comment-inline-image,.card-comments-text .comment-inline-image,.description-rich-preview .comment-inline-image,.description-rich-editor .comment-inline-image{display:block;width:100%;max-width:100%;min-width:0;height:100%;max-height:100%;object-fit:contain;border-radius:9px;border:1px solid #c8d6f7;background:#eef2ff;vertical-align:middle;cursor:zoom-in}.comment-inline-image-wrap{display:inline-block;width:min(220px,100%);height:auto;aspect-ratio:var(--embedded-image-ratio, 4 / 3);max-width:100%;min-width:96px;resize:horizontal;overflow:hidden;vertical-align:middle;line-height:0;margin:.14rem .18rem .14rem 0;border-radius:9px}.description-rich-preview .comment-inline-image-wrap{width:50%;max-width:100%}.card-comments-text a{color:#1f4b97;text-decoration:none}.card-comments-text a:hover{color:#173a77}.card-comments-hint{margin:.42rem 0 0!important;font-size:.68rem!important;color:#6073a7!important;text-align:right}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.card-actions button{border:none;background:#e6ecff;color:#243871;border-radius:8px;padding:.25rem .55rem;cursor:pointer}.card-actions .link-button{background:#e6ecff;color:#243871;border-radius:8px;padding:.25rem .55rem;text-decoration:none}.link-button{background:#e6ecff;color:#243871;border-radius:8px;padding:.25rem .55rem;text-decoration:none;white-space:nowrap}.link-count{font-size:.8rem;color:#57689e}.todo-id-label{font-size:.78rem;color:#3b4d86;font-weight:600}.importance{text-transform:capitalize;font-weight:600}.importance.low{color:#246328}.importance.medium{color:#8b5f06}.importance.high{color:#91440d}.importance.critical{color:#aa1825}.links{font-size:.8rem}.drawer-backdrop{position:fixed;inset:0;border:none;background:#080c195c;z-index:15}.duplicate-ack-backdrop{z-index:24}.duplicate-ack-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,calc(100vw - 1.4rem));background:#fff;border-radius:12px;padding:1rem 1.05rem .9rem;box-shadow:0 18px 48px #0f162a66;z-index:25;display:grid;gap:.55rem}.duplicate-ack-modal h3{margin:0}.duplicate-ack-modal p{margin:0;color:#2c3f73}.duplicate-ack-actions{display:flex;gap:.45rem;justify-content:flex-end}.global-search-backdrop{position:fixed;inset:0;z-index:40;background:#080c1985;display:grid;place-items:center;padding:1.4rem}.global-search-panel{width:min(920px,calc(100vw - 2.2rem));max-height:min(82vh,860px);background:#fff;border:3px solid #243b72;border-radius:14px;box-shadow:0 22px 54px #080d1e85;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.55rem;padding:.95rem 1rem}.global-search-head{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:.55rem}.global-search-head select{min-height:2.35rem}.global-search-head input{min-height:2.35rem;font-size:1.02rem}.global-search-results{overflow:auto;display:grid;align-content:start;gap:.38rem;padding-right:.1rem}.global-search-result{width:100%;border:1px solid #d2dcf5;border-radius:10px;background:#f9fbff;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem;align-items:center;text-align:left;padding:.45rem .52rem;cursor:pointer}.global-search-result:hover{background:#f2f6ff;border-color:#b8c8f0}.global-search-type{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;border-radius:999px;padding:.13rem .42rem;font-size:.71rem;font-weight:700;letter-spacing:.02em}.global-search-type.type-work{background:#d8e5ff;color:#28457f}.global-search-type.type-note{background:#dcc9ff;color:#2f2156}.global-search-type.type-tag{background:#dbf4df;color:#1f6a2a}.global-search-type.type-link{background:#ffe2bf;color:#8c4d0d}.global-search-type.type-file{background:#d3f4f1;color:#0f6258}.global-search-type.type-desc{background:#d7ecff;color:#235c89}.global-search-type.type-comment{background:#f3dbff;color:#6a2d8a}.global-search-texts{min-width:0;display:grid}.global-search-texts strong{color:#1d305f;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-subtitle{color:#5d72aa;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-snippet{color:#3a4f85;font-size:.77rem;white-space:normal;line-height:1.3}.global-search-highlight{background:#ffe899;color:#3b2c00;border-radius:3px;padding:0 .1rem}.slide-in{position:fixed;right:0;top:0;height:100vh;width:min(460px,100vw);background:#fff;padding:1rem;transform:translate(100%);transition:transform .2s ease-in-out;z-index:20;display:grid;align-content:start;gap:.8rem;box-shadow:-8px 0 24px #1a223e2e}.slide-in.open{transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2,.drawer-head h3{margin:0}.drawer-head button{border:none;background:#edf1ff;border-radius:8px;padding:.35rem .65rem;cursor:pointer}.tree-section h3{margin:0 0 .3rem}.tree-section ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.tree-section li{background:#f4f7ff;border-radius:8px;padding:.45rem .55rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.tree-section li button{border:none;background:#dce5ff;border-radius:7px;padding:.2rem .45rem;cursor:pointer}.muted{margin:0;color:#6779ae;font-size:.9rem}.drawer-foot{display:flex;justify-content:flex-start}.edit-page{display:grid;gap:.9rem;align-content:start;grid-auto-rows:min-content;background:#c8d4eb;border-radius:14px;padding:.25rem}.edit-header{background:#fff;border-radius:14px;box-shadow:0 10px 30px #18223e29;display:flex;justify-content:space-between;align-items:flex-start;gap:.9rem}.edit-header.edit-header-normal{background:#fbfbf4}.edit-header.edit-header-overdue{background:#ffe6e6}.edit-header.edit-header-done{background:#ddf7cd}.edit-actions{display:flex;gap:.5rem;flex-wrap:wrap}.edit-header h2{margin:0;line-height:1.2}.edit-header p{margin:.08rem 0 0;color:#5f70a7;font-size:.87rem}.danger{border:none;border-radius:10px;background:#d13939;color:#fff;padding:.6rem .9rem;cursor:pointer}.secondary{border:none;border-radius:10px;background:#e6ecff;color:#243871;padding:.6rem .9rem;cursor:pointer}.edit-dark-action-btn{background:#4a4f5c;color:#fff}.edit-dark-action-btn:hover{background:#3f4451}.archive-action-btn{background:#8ea6d4;color:#fff}.duplicate-action-btn{flex:0 0 auto}.work-item-star-toggle{width:2.2rem;padding:.48rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#4a4f5c}.work-item-star-toggle.is-active{color:#cf8800;background:#4a4f5c}.work-item-star-toggle:hover,.work-item-star-toggle.is-active:hover{background:#3f4451}.tree-section a{color:#2f4688;text-decoration:none;font-weight:600}.edit-panels{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr);gap:.9rem;align-items:start}.edit-main{margin:0;min-width:0}.edit-main-column{display:grid;gap:.9rem;align-content:start;min-width:0}.edit-form-grid{grid-template-columns:minmax(320px,2.6fr) minmax(110px,1fr) minmax(110px,1fr) max-content;align-items:end}.edit-form-grid.edit-work-item-grid{grid-template-columns:repeat(3,minmax(140px,1fr));align-items:end}.edit-work-item-grid .title-field{grid-column:1 / -1;grid-row:1}.edit-work-item-grid .importance-field{grid-column:1;grid-row:2}.edit-work-item-grid .state-field{grid-column:2;grid-row:2}.edit-work-item-grid .description-field{grid-column:1 / -1;grid-row:3}.edit-work-item-grid .deadline-field{grid-column:3;grid-row:2;width:100%}.edit-work-item-grid .deadline-field input{width:100%}.title-field{min-width:0}.description-field{min-width:0;grid-column:1 / -1;display:grid;gap:.35rem}.description-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:#111;font-weight:600;font-size:.92rem}.description-toggle-btn{padding:.28rem .58rem;line-height:1.2}.description-textarea{width:100%;resize:none;overflow:hidden}.edit-description-textarea{min-height:8.5rem;max-height:20rem;resize:vertical;overflow:auto}.description-rich-editor{width:100%;min-height:8.5rem;max-height:20rem;overflow:auto;border:1px solid #d9dff0;background:#fbfcff;border-radius:10px;padding:.55rem .65rem;color:#24345f;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}.description-rich-editor:empty:before{content:attr(data-placeholder);color:#6f7ea8}.description-rich-editor:focus{outline:2px solid #6d8fda;outline-offset:1px}.description-rich-editor a{color:#2a4f9b;text-decoration:underline}.description-rich-editor a:hover{color:#1e3f82}.description-link-preview{margin:0;font-size:.82rem;color:#2c3d70;white-space:pre-wrap;overflow-wrap:anywhere}.description-rich-preview{min-height:1.8rem}.description-link-preview a{color:#2a4f9b;text-decoration:underline}.description-link-preview a:hover{color:#1e3f82}.inline-auto-link{overflow-wrap:normal;word-break:break-all}.deadline-field{width:max-content}.deadline-field input{width:150px}.edit-side{background:#fff;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 10px 30px #18223e29;min-width:0}.tag-editor .inline-group{align-items:center;gap:.5rem}.tag-editor h3{margin:0 0 .3rem}.tag-editor .inline-group input{flex:1;min-width:0}.create-tag-editor{display:grid;gap:.35rem;overflow:visible}.create-tag-editor label{gap:.35rem}.create-tag-editor .inline-group input{flex:0 1 280px;max-width:280px}.create-tag-editor .tag-input-wrap{position:relative;display:inline-block;max-width:100%}.create-tag-editor .tag-suggestions{position:absolute;top:calc(100% + .35rem);left:0;right:0;margin-top:0;z-index:20;box-shadow:0 12px 26px #18223e2e}.tag-add-btn{padding:.52rem .8rem;white-space:nowrap}.tag-editor-chips{margin-top:.6rem;gap:.45rem}.tag-chip-edit-item{display:inline-flex;align-items:center;gap:.3rem;padding:.16rem .28rem .16rem .5rem}.tag-chip-main-btn,.tag-chip-remove-btn{border:none;background:transparent;color:inherit;cursor:pointer;padding:0;font:inherit}.tag-chip-main-btn{font-size:.82rem}.tag-chip-main-btn:hover{text-decoration:underline}.tag-chip-remove-btn{width:1.05rem;height:1.05rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;line-height:1}.tag-chip-remove-btn:hover{background:#0000001f}.tree-section li .tag-chip-remove-btn{border:none;background:transparent;color:inherit;width:1.05rem;height:1.05rem;min-width:1.05rem;min-height:1.05rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.9rem;line-height:1}.tree-section li .tag-chip-remove-btn:hover{background:#0000001f}.todo-create-form .tag-editor-chips .tag-chip{border:1px solid #7fb889}.tag-suggestions{margin-top:.45rem;border:1px solid #d8e1fa;border-radius:10px;background:#f8faff;display:grid;gap:.15rem;padding:.3rem}.tag-suggestion-item{border:none;background:transparent;color:#2c3d70;border-radius:8px;padding:.3rem .45rem;text-align:left;cursor:pointer}.tag-suggestion-item:hover{background:#e5ecff}.edit-side-column{display:grid;gap:.9rem;min-width:0}.external-links-panel{display:grid;gap:.55rem}.external-links-panel h3{margin:0}.external-link-list{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.external-link-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem;background:bisque;border:1px solid #f4c995;border-radius:12px;padding:.32rem .45rem;font-size:.86rem;font-weight:400}.external-link-list a{color:#2f4688;text-decoration:none;word-break:break-all;align-self:center;line-height:1.2;font-weight:400}.external-link-list a:hover{text-decoration:none}.external-link-list.note-link-list li{background:#dcc9ff;border:1px solid #bca2f4}.external-link-list.file-link-list li{background:#d3f4f1;border:1px solid #8fd3cc;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"link remove" "meta remove";row-gap:.2rem}.external-link-list.image-link-list li{background:#efe3ff;border:1px solid #c9acec;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"link remove" "meta remove";row-gap:.2rem}.external-link-list.image-link-list a{grid-area:link;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:.45rem;color:#38235f;cursor:zoom-in}.external-link-list.image-link-list img{width:42px;height:42px;object-fit:cover;border-radius:8px;border:1px solid #bda3e0;background:#fff}.external-link-list.image-link-list .tag-chip-remove-btn{grid-area:remove;align-self:center}.external-link-list.file-link-list a{grid-area:link}.external-link-list.file-link-list .tag-chip-remove-btn{grid-area:remove;align-self:center}.file-link-meta{grid-area:meta;color:#2d5e61;font-size:.74rem;line-height:1.2;overflow-wrap:anywhere}.external-link-list.note-link-list li.daily-note{background:#c0ddc5;border-color:#6ea37a}.external-link-list.note-link-list .note-link-label{display:inline;color:#2f2156;word-break:break-all;align-self:center;line-height:1.2;font-size:.86rem;margin:0;padding:0;text-decoration:none;font-weight:400}.external-link-list.note-link-list li.daily-note .note-link-label{color:#1d4a28}.image-lightbox-backdrop{position:fixed;inset:0;border:none;background:#060a14e0;z-index:80}.image-lightbox{position:fixed;inset:0;z-index:81;display:grid;place-items:center;padding:1.2rem}.image-lightbox img{max-width:min(96vw,1800px);max-height:92vh;width:auto;height:auto;border-radius:10px;box-shadow:0 24px 64px #0000008c}.image-lightbox-close{position:fixed;top:.8rem;right:.9rem;width:2.1rem;height:2.1rem;padding:0;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#0000008c;color:#fff;display:grid;place-items:center;font-size:1.3rem;line-height:1;font-weight:600;cursor:pointer}.edit-save-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.comments-section{margin-top:.35rem;display:grid;gap:.55rem}.comments-panel .comments-section{margin-top:0}.comments-section h3{margin:0;font-size:1rem}.comments-list{display:grid;gap:.45rem;max-height:none;overflow:visible;padding-right:0}.comment-item{background:#f4f7ff;border:1px solid #dce4fb;border-radius:10px;padding:.45rem .55rem}.comment-item.system-comment-item{background:#f1f1f3;border-color:#d0d3d8}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.comment-time{margin:0 0 .2rem;color:#5e71a8;font-size:.78rem}.comment-time.system-message-time{color:#b42318}.comment-system-label{color:#b42318;font-weight:700}.comment-text{margin:0;color:#2c3d70;white-space:pre-wrap;overflow-wrap:anywhere}.system-comment-item .comment-text{color:#434a57}.comment-text a{color:#2a4f9b;text-decoration:none}.comment-text a:hover{color:#1e3f82}.comment-actions{display:flex;gap:.25rem}.comment-icon-btn{border:none;border-radius:7px;background:#e4ebff;color:#294183;padding:.2rem .4rem;cursor:pointer}.comment-icon-btn.danger-icon{background:#fce4e4;color:#8f1f1f}.tree-section li .remove-x-btn,.remove-x-btn{border:none;width:1rem;height:1rem;min-width:1rem;min-height:1rem;border-radius:50%;background:#8f1f1f;color:transparent;font-size:0;line-height:0;display:inline-grid;place-items:center;position:relative;cursor:pointer;padding:0;flex:0 0 auto;overflow:hidden}.tree-section li .remove-x-btn:hover,.remove-x-btn:hover{background:#7b1a1a}.remove-x-btn:before,.remove-x-btn:after{content:"";position:absolute;left:50%;top:50%;width:.5rem;height:2px;background:#fff;border-radius:999px;transform-origin:50% 50%}.remove-x-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.remove-x-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.comment-edit-row{display:grid;gap:.4rem}.comment-format-toolbar{display:inline-flex;align-items:center;gap:.25rem}.comment-format-btn{width:1.9rem;height:1.7rem;padding:0;display:inline-grid;place-items:center;font-weight:700;line-height:1}.comment-format-btn svg{display:block}.comment-format-icon{display:inline-block;line-height:1}.comment-format-icon-bold{font-weight:700}.comment-format-icon-italic{font-style:italic}.comment-format-icon-underline{text-decoration:underline;text-underline-offset:1px}.work-editor-menu{position:fixed;z-index:40;width:min(320px,calc(100vw - 24px))}.comment-edit-actions{display:flex;gap:.35rem}.comment-edit-row textarea{width:100%;resize:vertical}.comment-rich-editor{width:100%;min-height:3.4rem;border:1px solid #d9dff0;background:#fbfcff;border-radius:10px;padding:.55rem .65rem;color:#24345f;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}.comment-rich-editor .comment-inline-image-wrap{width:min(220px,100%);max-width:100%}.description-rich-editor .comment-inline-image-wrap{width:50%;max-width:100%}.comment-rich-editor:empty:before{content:attr(data-placeholder);color:#6f7ea8}.comment-rich-editor:focus{outline:2px solid #6d8fda;outline-offset:1px}.comment-rich-editor a{color:#2a4f9b;text-decoration:none}.comment-rich-editor a:hover{color:#1e3f82}.comment-text .comment-rich-text{white-space:pre-wrap}.comments-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"toolbar toolbar" "input action";gap:.4rem;align-items:stretch}.comments-add-row .comment-format-toolbar{grid-area:toolbar}.comments-add-row textarea{grid-area:input;flex:1;min-width:0;resize:vertical}.comments-add-row .comment-rich-editor{grid-area:input}.comments-add-row>button{grid-area:action}.file-drop-zone{border:2px dashed #9db3e5;border-radius:12px;background:#f5f9ff;padding:1rem;display:grid;justify-items:center;text-align:center;gap:.35rem}.file-drop-zone.drag-over{border-color:#4f77c8;background:#e8f1ff}.file-drop-zone p{margin:0}.file-browse-btn{position:relative;overflow:hidden}.file-browse-btn input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.save-note{color:#2b6a37;font-size:.88rem}.link-graph-panel{background:linear-gradient(165deg,#f8fbff,#eaf2ff);border:1px solid #c4d5f5;border-radius:14px;padding:1rem 1.1rem 1.6rem;box-shadow:0 10px 26px #29477a2e;color:#1f345d}.link-graph-panel h3{margin:0 0 .7rem;font-size:1rem;color:#274677}.link-graph{position:relative;padding:.7rem .35rem 1.1rem}.graph-edges{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}.graph-edges path{stroke:#5f8fe8;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.graph-layout{position:relative;z-index:1;display:grid;gap:2.1rem}.graph-row{display:flex;align-items:center;justify-content:center;gap:1.35rem;flex-wrap:wrap}.graph-center{display:grid;grid-template-columns:minmax(220px,auto) auto minmax(220px,auto);align-items:center;justify-content:center;column-gap:2.7rem;width:100%}.graph-related{display:grid;gap:1.15rem}.graph-related-left{justify-items:end}.graph-related-right{justify-items:start}.graph-node{display:grid;gap:.12rem;grid-template-columns:1fr auto;align-items:start;background:#fff;color:#20345b;border:1px solid #b7cdf3;border-radius:10px;padding:.38rem .55rem;text-decoration:none;min-width:170px;box-shadow:0 6px 14px #2f4d8624}.current-node{background:#e8f1ff;border-color:#5f8fe8;min-width:180px;box-shadow:0 8px 18px #2f518f3d}.graph-node-id{grid-column:1;grid-row:1;font-size:.72rem;color:#4f71a8}.graph-node-title{grid-column:1 / -1;grid-row:2;font-size:.86rem;line-height:1.2;color:#20345b}.graph-lane-chip{justify-self:end;align-self:start;grid-column:2;grid-row:1;border-radius:999px;padding:.12rem .48rem;font-size:.72rem;font-weight:600;text-transform:capitalize}.graph-lane-chip.lane-green{background:#b8efd0;color:#145b32}.graph-lane-chip.lane-red{background:#f8ccd4;color:#7f1d32}.graph-lane-chip.lane-orange{background:#fde2be;color:#844f10}.graph-lane-chip.lane-blue{background:#cfe0ff;color:#1f4fa2}.graph-lane-chip.lane-purple{background:#e3d7ff;color:#5a3194}.graph-lane-chip.lane-gray{background:#d6e0f2;color:#335177}.edit-side .drawer-foot{margin-top:1rem}.linked-list li{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:.35rem;font-size:.86rem;padding:.32rem .45rem;background:#bfd3ff;border:1px solid #95b4f0;border-radius:12px}.linked-id{display:block;white-space:nowrap;text-align:left;align-self:center;line-height:1.2}.linked-list .linked-title{display:block;align-self:center;line-height:1.2;color:#1d346f;text-decoration:none;font-weight:400}.linked-list .linked-title:hover,.linked-list .linked-title:visited,.linked-list .linked-title:active{text-decoration:none;font-weight:400}.relation-type{display:block;text-transform:capitalize;color:#566aa8;font-size:.78rem;padding:.12rem .36rem;align-self:center;line-height:1.2;font-weight:400}.trails-view{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.trails-view>h2{margin:0;line-height:1.2}.trail-view-switch{margin-top:0;align-items:flex-start}.trail-view-switch.admin-section-menu{margin:.2rem 0 .25rem}.trail-view-switch .secondary{height:2rem;min-height:2rem;padding:0 .75rem;display:inline-flex;align-items:center;justify-content:center}.trail-view-switch .secondary.active{border-color:#6b87c8;background:#dfe9ff;color:#1f3f80}.trail-section{border:1px solid #b7c7eb;border-radius:12px;background:#f5f8ff;padding:.75rem .85rem}.trail-section-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;margin-bottom:.5rem}.trail-section-head h3{margin:0}.trail-head-middle{display:flex;align-items:center;justify-content:center;min-width:0}.trail-release-actions{display:inline-flex;align-items:center;gap:.45rem;justify-self:end}.trail-count{color:#5167a5;font-size:.78rem;font-weight:600}.trail-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.55rem}.trail-filters-inline{margin-bottom:0;justify-content:center;flex-wrap:nowrap;align-items:center;white-space:nowrap}.trail-filters-inline input[type=search]{width:170px}.trail-filters-inline input[type=date]{width:138px}.trail-filters label{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;color:#5c6fa8}.trail-filters input[type=search],.trail-filters select,.trail-filters input[type=date]{border:1px solid #c2d1f0;border-radius:8px;padding:.3rem .46rem;background:#fff}.trail-list{list-style:none;margin:0;padding:0;display:grid;gap:.42rem}.trail-groups{display:grid;gap:.72rem}.trail-group{display:grid;gap:.34rem}.trail-group-heading{margin:0;font-size:.78rem;font-weight:800;color:#2f4277}.trail-item{border:1px solid #c4d2ef;border-radius:10px;background:#fff;padding:.46rem .56rem;display:grid;gap:.28rem}.trail-item p{margin:0}.trail-item-cluster{gap:.4rem}.trail-item-cluster-list{display:grid;gap:.28rem}.trail-item-cluster-row{display:flex;align-items:baseline;gap:.55rem;font-size:.78rem;color:#4f639e}.trail-item-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.78rem;color:#4f639e}.trail-item-head-main{display:inline-flex;align-items:center;gap:.6rem;min-width:0}.trail-item-summary{color:#2f4277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trail-summary-image-link{border:none;background:none;padding:0;margin:0;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.trail-summary-image-link:hover{filter:brightness(.9)}.trail-item-summary.trail-item-summary-deadline-change{color:#b42318;font-weight:600}.trail-type{display:inline-flex;border-radius:999px;background:#d7e4ff;color:#29448b;padding:.08rem .48rem;text-transform:capitalize;font-weight:700;font-size:.7rem}.trail-type-release-note{background:#ffcdd5;color:#7a1f2f}.trail-type-note-standard{background:#dcc9ff;color:#2f2156}.trail-type-note-daily{background:#c0ddc5;color:#1d4a28}.trail-type-note-release{background:#ffd8dd;color:#721927}.trail-links{display:flex;flex-wrap:wrap;gap:.32rem}.trail-link-chip{display:inline-flex;border:1px solid #9db6ea;background:#e4ecff;color:#21407f;border-radius:999px;padding:.12rem .48rem;font-size:.74rem;text-decoration:none}.trail-link-chip:hover{text-decoration:none;filter:brightness(.97)}.trail-link-chip-note-standard{border-color:#bca2f4;background:#dcc9ff;color:#2f2156}.trail-link-chip-note-daily{border-color:#6ea37a;background:#c0ddc5;color:#1d4a28}.trail-link-chip-note-release{border-color:#df93a0;background:#ffd8dd;color:#721927}.trail-link-chip-todo.lane-green{border-color:#4ea763;background:#d7f1dc;color:#0f4d1a}.trail-link-chip-todo.lane-red{border-color:#cf6f82;background:#f4c8d1;color:#6d1020}.trail-link-chip-todo.lane-orange{border-color:#d29a4a;background:#f9dfb8;color:#6e3b03}.trail-link-chip-todo.lane-blue{border-color:#7d9fdf;background:#dce8ff;color:#214b93}.trail-link-chip-todo.lane-purple{border-color:#9f7cd9;background:#e5d8ff;color:#4b1f87}.trail-link-chip-todo.lane-gray{border-color:#7f96c5;background:#8ea6d4;color:#fff}.trail-release-content{color:#2c3d70;font-size:.92rem}.trail-release-content.note-view{min-height:0!important;margin-top:0}.trail-release-content>:first-child{margin-top:0}.trail-release-content>:last-child{margin-bottom:0}.trail-release-name{margin:0 0 .35rem;color:#2f4277}.release-notes-list{gap:.8rem}.trail-release-item{list-style:none}.trail-release-content.note-view ul{list-style-type:disc}.trail-release-content.note-view ol{list-style-type:decimal}.linked-lane-chip{display:inline-flex;width:fit-content;border-radius:999px;padding:.12rem .48rem;font-size:.72rem;font-weight:600;text-transform:capitalize;line-height:1.2}.linked-lane-chip.lane-green{background:#85d792;color:#0f4d1a}.linked-lane-chip.lane-red{background:#f09aa8;color:#6d1020}.linked-lane-chip.lane-orange{background:#f3c27f;color:#6e3b03}.linked-lane-chip.lane-blue{background:#b3ccff;color:#2a5aa8}.linked-lane-chip.lane-purple{background:#c4a3ff;color:#4b1f87}.linked-lane-chip.lane-gray{background:#8ea6d4;color:#fff}.settings-add-row{margin-bottom:.8rem}.settings-add-row input{flex:1;min-width:0}.settings-lane-list{list-style:none;margin:0 0 .95rem;padding:0;display:grid;gap:.52rem}.settings-lane-item{display:flex;align-items:center;justify-content:space-between;gap:.7rem;background:#eef2ff;border:1px solid #d8e1fa;border-radius:10px;padding:.5rem .6rem;cursor:grab;-webkit-user-select:none;user-select:none}.settings-lane-item.drag-over{border-color:#809ce8;background:#e4edff}.settings-lane-name{text-transform:capitalize;font-weight:600;color:#2e427c}.settings-lane-remove{padding:.35rem .62rem}.settings-lane-item .settings-lane-name{overflow:hidden;text-overflow:ellipsis}.settings-save-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.settings-backup-panel{margin-top:1rem;padding-top:.85rem;border-top:1px solid #dfe5f7;display:grid;gap:.5rem}.settings-backup-panel h3{margin:0;color:#2b3f72}.settings-sorting-row select{min-width:150px}.settings-backup-import-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.settings-user-header{display:flex;align-items:center;gap:.5rem}.settings-user-item{cursor:default;align-items:flex-start;flex-direction:column}.settings-user-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.settings-user-actions input{width:220px}.admin-section-menu{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}.admin-section-menu .secondary.active{border-color:#6b87c8;background:#dfe9ff;color:#1f3f80}.admin-release-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.admin-release-head h3{margin:0}.admin-release-form{display:grid;gap:.45rem}.settings-add-row .settings-backup-password{flex:0 1 260px;width:min(260px,100%)}.admin-backup-separator{width:100%;border:none;border-top:1px solid #dfe5f7;margin:.4rem 0 .2rem}.admin-log-console{background:#0f1117;border:1px solid #2a2f3d;border-radius:10px;max-height:420px;overflow:auto;padding:.65rem .72rem;display:grid;gap:.25rem}.admin-log-line{margin:0;color:#d4e2ff;font-size:.78rem;line-height:1.35;white-space:pre-wrap;word-break:break-word;font-family:Cascadia Mono,Consolas,Courier New,monospace}.link-panel{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;padding:1rem;display:grid;align-content:start;gap:.7rem;transform:translate(100%);transition:transform .2s ease-in-out}.link-panel.open{transform:translate(0)}.select-list{border:1px solid #dde4f8;border-radius:10px;max-height:240px;overflow:auto;padding:.5rem;display:grid;gap:.25rem}.select-item{display:flex;align-items:center;gap:.45rem;color:#2c3d70;font-size:.92rem}.error{margin:0;color:#c02020;background:#ffe6e6;border-radius:10px;padding:.6rem .8rem}.relation-add-row{display:flex;align-items:center;gap:.6rem}.relation-add-row>span{color:#111;font-weight:600;font-size:.92rem}.relation-add-row>select{flex:1;min-width:0}.app-loading{min-height:100vh;display:grid;place-items:center;font-size:1.1rem;color:#334168}.busy-overlay{position:fixed;inset:0;background:#0c142694;display:grid;place-items:center;z-index:70;padding:1rem}.busy-overlay-panel{background:#fff;border-radius:12px;box-shadow:0 14px 36px #111e3a4d;padding:.9rem 1rem;width:min(420px,100%);display:grid;gap:.65rem}.busy-overlay-head{display:flex;align-items:center;gap:.65rem}.busy-overlay-panel p{margin:0;font-weight:600;color:#243966}.busy-progress{width:100%;height:8px;border-radius:999px;background:#d9e3f9;overflow:hidden}.busy-progress-bar{display:block;height:100%;background:linear-gradient(90deg,#3d64b3,#6e8dd8);transition:width .16s linear}.busy-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #b9c9ef;border-top-color:#2f4f93;animation:busy-spin .8s linear infinite}@keyframes busy-spin{to{transform:rotate(360deg)}}@media(max-width:1220px){.edit-panels{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr)}.edit-form-grid{grid-template-columns:minmax(220px,2fr) minmax(100px,1fr) minmax(100px,1fr) max-content}.edit-form-grid.edit-work-item-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media(max-width:1080px){.edit-panels,.notes-page,.statistics-grid{grid-template-columns:1fr}.note-editor{min-height:46vh}}@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{display:flex;gap:1rem;align-items:center;justify-content:space-between;height:auto;position:static;top:auto;align-self:stretch;overflow-y:visible}.sidebar-nav-main,.sidebar-nav-bottom{display:flex;gap:.7rem;margin-top:0;padding-top:0}.sidebar-footer{margin-top:0;padding-top:0;border-top:0}.menu-item{width:auto}.form-grid,.board-filter-row,.edit-panels{grid-template-columns:1fr}.graph-center{grid-template-columns:1fr;justify-items:center}.edit-form-grid{grid-template-columns:1fr}.description-field{grid-column:auto}.deadline-field,.deadline-field input{width:100%}}
