*{box-sizing:border-box;margin:0;padding:0}:root{--card-bg: rgba(255, 255, 255, .1);--mode-color: #ba4949}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;color:#fff}button{font-family:inherit}.app{min-height:100vh;transition:background-color .5s ease}.rail{position:fixed;left:0;top:0;bottom:0;width:44px;background:#00000038;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 0;z-index:70}.rail-btn{width:32px;height:32px;border-radius:6px;background:none;border:none;color:#ffffffb3;cursor:pointer;line-height:0}.rail-btn:hover{background:#ffffff1f;color:#fff}.rail-btn.on{background:#00000052;color:#fff}.rail-timer{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 0 6px}.rail-time{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.rail-play{background:#fff;color:var(--mode-color);width:26px;height:26px}.rail-play:hover{background:#f0f0f0;color:var(--mode-color)}.rail-spacer{flex:1}.workspace{display:flex;align-items:flex-start;margin-left:calc(44px + var(--sidebar-w, 230px))}.main-col{width:620px;flex-shrink:0;min-width:0;padding:0 24px 40px;position:relative}.main-resizer{position:absolute;right:0;top:0;bottom:0;width:5px;cursor:col-resize;z-index:3}.main-resizer:hover{background:#ffffff38}.workspace.timer-collapsed .main-resizer{display:none}@media (max-width: 1099px){.workspace{display:block;margin-left:0}.main-col{width:auto;max-width:620px;margin:0 auto;padding:0 12px 40px}}.header{display:flex;justify-content:space-between;align-items:center;height:60px}.logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700}.header-btns{display:flex;gap:10px}.hbtn{display:flex;align-items:center;gap:5px;background:var(--card-bg);border:none;border-radius:4px;color:#fff;font-size:13px;padding:7px 12px;cursor:pointer;opacity:.95}.hbtn:hover{opacity:1;background:#fff3}.progress{height:2px;background:#00000026;border-radius:1px}.progress-fill{height:100%;background:#fff;border-radius:1px;transition:width .3s linear}.goal-dock{position:fixed;left:calc(44px + var(--sidebar-w, 230px));right:0;bottom:0;z-index:60;display:flex;align-items:center;gap:12px;padding:8px 18px;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media (max-width: 1099px){.goal-dock{left:0}}.goal-reset{background:#ffffff1a;border:none;color:#ffffffb3;font-size:12px;border-radius:4px;padding:3px 9px;cursor:pointer;white-space:nowrap}.goal-reset:hover{background:#ffffff2e;color:#fff}.goal-track{flex:1;height:6px;border-radius:3px;background:#0000002e;overflow:hidden}.goal-fill{height:100%;background:#ffffffeb;border-radius:3px;transition:width .3s linear}.goal-dock.reached .goal-fill{background:#ffc53d}.goal-label{font-size:12px;font-weight:700;color:#ffffffd9;white-space:nowrap;font-variant-numeric:tabular-nums}.goal-dock.reached .goal-label{color:#ffd54a}.timer-card{background:var(--card-bg);border-radius:6px;padding:24px 12px 36px;text-align:center;margin-top:40px}.mode-tabs{display:flex;justify-content:center;gap:4px}.mode-tabs button{background:none;border:none;color:#fff;font-size:16px;padding:4px 12px;border-radius:4px;cursor:pointer}.mode-tabs button.active{background:#00000026;font-weight:700}.timer-display{font-size:clamp(72px,22vw,120px);font-weight:700;line-height:1.1;margin:20px 0 24px;letter-spacing:2px;font-variant-numeric:tabular-nums}.timer-controls{position:relative;display:flex;justify-content:center;align-items:center}.start-btn{background:#fff;color:var(--mode-color);border:none;border-radius:4px;font-size:22px;font-weight:700;letter-spacing:2px;width:200px;padding:14px 0;cursor:pointer;box-shadow:0 6px #ebebeb;transition:transform .05s}.start-btn.running{box-shadow:none;transform:translateY(6px)}.skip-btn{position:absolute;right:24px;background:none;border:none;cursor:pointer;opacity:.9}.sys-hint{margin-top:14px;font-size:12.5px;color:#ffffffbf;text-align:center}.skip-btn:hover{opacity:1}.current-task{text-align:center;margin-top:20px}.pomo-count{opacity:.6;font-size:15px}.current-task-name{font-size:18px;margin-top:4px;font-weight:500}.tasks-section{margin-top:24px}.tasks-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid rgba(255,255,255,.6);padding-bottom:12px;font-size:17px;font-weight:700}.tasks-tabs{display:inline-flex;gap:4px}.tasks-tabs button{background:none;border:none;color:#ffffffa6;font-size:15px;font-weight:700;padding:3px 10px;border-radius:4px;cursor:pointer;white-space:nowrap}.tasks-tabs button:hover{color:#fff}.tasks-tabs button.on{background:#0000002e;color:#fff}.task-today-btn{background:none;border:none;font-size:14px;padding:0 2px;cursor:pointer;opacity:0;filter:grayscale(1);transition:opacity .12s ease}.task-item:hover .task-today-btn{opacity:.55}.task-item .task-today-btn.on{opacity:1;filter:none}.tasks-menu-btn{background:var(--card-bg);border:none;color:#fff;border-radius:4px;font-size:16px;width:32px;height:30px;cursor:pointer}.tasks-list{margin-top:14px;display:flex;flex-direction:column;gap:8px}.task-item{background:#fff;color:#555;border-radius:6px;padding:12px 14px;cursor:pointer;border-left:6px solid transparent}.task-item:hover{border-left-color:#dfdfdf}.task-item.drop-before{box-shadow:0 -3px #ffc53d}.task-item.drop-after{box-shadow:0 3px #ffc53d}.task-item-main{display:flex;align-items:center;gap:10px}.check{width:24px;height:24px;min-width:24px;border-radius:50%;border:2px solid #d4d4d4;background:transparent;color:#fff;font-size:13px;cursor:pointer;line-height:1}.check:hover{border-color:#b5b5b5}.check.done{border-color:transparent;background:#c9cdd1;color:#fff}.task-name{flex:1;font-weight:600;text-align:left;word-break:break-word}.task-name.struck{text-decoration:line-through;color:#aaa}.proj-tag{color:#fff;font-size:11px;font-weight:600;border-radius:10px;padding:2px 9px;white-space:nowrap}.acts{color:#aaa;font-size:13px;white-space:nowrap}.acts strong{font-size:15px;color:#666}.task-edit-btn{background:none;border:1px solid #dfdfdf;color:#999;border-radius:4px;width:28px;height:26px;cursor:pointer}.task-edit-btn:hover{background:#f2f2f2}.task-note{margin:8px 0 0 34px;background:#fcf8de;color:#666;border-radius:4px;padding:8px 10px;font-size:13px;white-space:pre-wrap}.quick-add-input{width:100%;margin:4px 0 10px;padding:8px 2px;background:transparent;border:none;border-bottom:1.5px solid rgba(255,255,255,.28);border-radius:0;color:#fff;font-size:15px;font-weight:600;outline:none;transition:border-color .15s}.quick-add-input::placeholder{color:#ffffff8c;font-weight:500}.quick-add-input:hover{border-bottom-color:#ffffff73}.quick-add-input:focus{border-bottom-color:#ffffffe6}.theme-dark .quick-add-input{border-bottom-color:#474d54;color:#dedede}.theme-dark .quick-add-input::placeholder{color:#6b7278}.theme-dark .quick-add-input:hover{border-bottom-color:#5c6268}.theme-dark .quick-add-input:focus{border-bottom-color:#8a9096}.task-form{background:#fff;border-radius:6px;padding:16px;color:#555;margin-top:8px}.task-name-input{width:100%;border:none;outline:none;font-size:18px;font-weight:600;font-style:italic;color:#444;padding:4px 0}.task-name-input::placeholder{color:#ccc}.est-row{margin-top:14px}.est-row label,.form-row label{display:block;font-size:13px;font-weight:700;color:#666;margin-bottom:6px}.est-controls{display:flex;gap:6px;align-items:center}.est-controls input{width:70px;padding:8px;border:none;background:#efefef;border-radius:4px;font-size:15px;font-weight:700;color:#555}.est-controls button{background:#fff;border:1px solid #dfdfdf;border-radius:4px;width:34px;height:32px;color:#888;cursor:pointer}.note-input{width:100%;margin-top:12px;background:#efefef;border:none;border-radius:4px;padding:10px;font-size:14px;min-height:64px;resize:vertical;font-family:inherit;color:#555}.link-btn{background:none;border:none;color:#999;font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer;margin-top:12px;padding:0}.link-btn.danger{color:#c25}.form-row{margin-top:14px}.task-form-footer{display:flex;justify-content:space-between;align-items:center;margin:16px -16px -16px;padding:12px 16px;background:#f2f2f2;border-radius:0 0 6px 6px}.footer-actions{display:flex;gap:8px}.btn-plain{background:none;border:none;color:#888;font-weight:700;padding:8px 14px;cursor:pointer}.btn-dark{background:#222;border:none;color:#fff;font-weight:700;padding:8px 18px;border-radius:4px;cursor:pointer}.btn-dark:disabled{opacity:.4;cursor:default}.btn-primary{background:var(--mode-color);border:none;color:#fff;font-weight:700;padding:6px 14px;border-radius:4px;cursor:pointer}.finish-summary{margin-top:16px;background:#0000001a;border-radius:6px;padding:14px;display:flex;justify-content:center;gap:28px;font-size:14px;color:#ffffffd9}.finish-summary strong{font-size:17px;color:#fff}.menu-wrap{position:relative;display:inline-block}.menu-popover{position:absolute;top:calc(100% + 4px);background:#fff;border-radius:6px;box-shadow:0 8px 24px #00000040;min-width:210px;z-index:50;padding:4px 0;color:#555}.menu-right{right:0}.menu-left{left:0}.menu-item{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;text-align:left;padding:10px 14px;font-size:14px;color:#555;cursor:pointer}.menu-item:hover{background:#f2f2f2}.menu-item-danger{color:#c25}.menu-divider{height:1px;background:#eee;margin:4px 0}.template-row{display:flex;align-items:center}.template-add{flex:1;justify-content:space-between}.template-count{color:#aaa;font-size:12px}.template-del{background:none;border:none;color:#bbb;font-size:16px;cursor:pointer;padding:0 10px}.template-del:hover{color:#c25}.project-trigger{display:inline-flex;align-items:center;gap:8px;background:#efefef;border:none;border-radius:4px;padding:8px 12px;font-size:14px;color:#555;cursor:pointer}.proj-dot{display:inline-block;width:10px;height:10px;min-width:10px;border-radius:50%}.caret{color:#aaa;font-size:11px}.new-project-form{padding:10px 14px;display:flex;flex-direction:column;gap:10px}.new-project-form input{border:1px solid #ddd;border-radius:4px;padding:8px;font-size:14px}.color-swatches{display:flex;gap:6px;flex-wrap:wrap}.swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer}.swatch.selected{border-color:#222}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:center;align-items:flex-start;padding:48px 12px;overflow-y:auto;z-index:100}.modal{background:#fff;color:#555;border-radius:8px;width:100%;max-width:420px}.modal-wide{max-width:640px}.modal-xwide{max-width:920px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #eee}.modal-title{color:#aaa;font-size:14px;font-weight:700;letter-spacing:1px}.modal-close{background:none;border:none;font-size:24px;color:#ccc;cursor:pointer;line-height:1}.modal-close:hover{color:#888}.modal-body{padding:10px 20px 24px}.settings-section{border-bottom:1px solid #eee;padding:16px 0}.settings-section:last-child{border-bottom:none}.settings-section-title{color:#aaa;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.setting-row{display:flex;justify-content:space-between;align-items:center;margin:12px 0;font-weight:600;color:#555;gap:12px}.setting-row label{font-size:15px}.setting-hint{display:block;font-size:12px;font-weight:400;color:#999;margin-top:2px}.task-mins{margin-left:8px;font-size:12px;font-weight:700;color:#b06060;background:#f4e6e6;border-radius:8px;padding:1px 6px}.setting-row select{background:#efefef;border:none;border-radius:4px;padding:8px 10px;font-size:14px;color:#555;font-weight:600}.setting-row input[type=range]{width:150px;accent-color:var(--mode-color)}.num-input{width:72px;background:#efefef;border:none;border-radius:4px;padding:8px;font-size:15px;font-weight:700;color:#555}.durations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.duration-field span{display:block;font-size:13px;color:#aaa;font-weight:700;margin-bottom:4px}.duration-field input{width:100%;background:#efefef;border:none;border-radius:4px;padding:10px;font-size:15px;font-weight:700;color:#555}.reminder-field{display:flex;align-items:center;gap:10px}.toggle{width:46px;height:26px;min-width:46px;border-radius:13px;border:none;background:#ccc;position:relative;cursor:pointer;transition:background .2s}.toggle.on{background:#84cc8e}.toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s}.toggle.on .toggle-knob{left:23px}.report-tabs{display:flex;gap:6px;margin:6px 0 18px}.report-tabs button,.range-picker button{background:#efefef;border:none;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:700;color:#888;cursor:pointer}.report-tabs button.active,.range-picker button.active{background:var(--mode-color);color:#fff}.summary-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.tile{background:var(--mode-color);color:#fff;border-radius:8px;padding:18px 12px;text-align:center}.tile-value{font-size:30px;font-weight:700}.tile-label{font-size:13px;opacity:.85;margin-top:4px}.range-picker{display:flex;gap:6px;justify-content:flex-end;margin-bottom:10px}.focus-chart{width:100%;height:auto}.chart-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px;font-size:13px;color:#777}.legend-item{display:inline-flex;align-items:center;gap:6px}.detail-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.detail-table{width:100%;border-collapse:collapse;font-size:14px}.detail-table th{text-align:left;color:#aaa;font-size:12px;letter-spacing:1px;padding:8px 6px;border-bottom:2px solid #eee}.detail-table td{padding:10px 6px;border-bottom:1px solid #f2f2f2;vertical-align:top}.detail-table td .proj-tag{margin-right:6px;display:inline-block;margin-bottom:4px}.empty-hint{color:#aaa;text-align:center;padding:32px 0}.project-nav--sidebar{position:fixed;left:44px;top:0;bottom:0;width:var(--sidebar-w, 230px);background:#0000001f;padding:24px 12px;overflow-y:auto}.pnav-title{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;letter-spacing:1px;color:#fff9;padding:0 10px 10px}.pnav-collapse{background:none;border:none;color:#ffffff8c;cursor:pointer;padding:2px;line-height:0;border-radius:4px}.pnav-collapse:hover{color:#fff;background:#ffffff1a}.sidebar-resizer{position:absolute;right:0;top:0;bottom:0;width:5px;cursor:col-resize}.sidebar-resizer:hover{background:#ffffff40}@media (max-width: 1099px){.rail{display:none}}.project-nav--sidebar .pnav-list{display:flex;flex-direction:column;gap:2px}.pnav-item{display:flex;align-items:center;gap:9px;width:100%;background:none;border:none;color:#ffffffd9;font-size:14px;text-align:left;padding:9px 10px;border-radius:6px;cursor:pointer}.pnav-item:hover{background:#ffffff14}.pnav-item.selected{background:#00000040;color:#fff;font-weight:700}.pnav-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pnav-count{font-size:12px;opacity:.55}.pnav-rename{flex:1;min-width:0;background:#ffffff26;border:none;border-radius:4px;padding:3px 6px;font:inherit;color:#fff;outline:none}.pnav-del{font-size:15px;opacity:0;padding:0 2px;line-height:1}.pnav-item:hover .pnav-del{opacity:.6}.pnav-del:hover{opacity:1}.pnav-new{color:#fff9}.pnav-progress{color:#ffffffbf;border-top:1px solid rgba(255,255,255,.12);border-radius:0 0 6px 6px;margin-top:6px;padding-top:12px}.project-nav--chips .pnav-progress{border-top:none;margin-top:0;padding-top:6px}.pnav-plus{width:10px;text-align:center}.pnav-form{margin-top:10px;padding:12px 10px;background:#00000026;border-radius:6px;display:flex;flex-direction:column;gap:10px}.pnav-form input{background:#ffffff1f;border:none;border-radius:4px;padding:9px 10px;font-size:14px;color:#fff;outline:none}.pnav-form input::placeholder{color:#ffffff73}.pnav-form .swatch.selected{border-color:#fff}.pnav-create-btn{background:#fff;color:var(--mode-color);border:none;border-radius:4px;font-weight:700;padding:8px;cursor:pointer}.project-nav--chips{margin-top:20px}.project-nav--chips .pnav-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.project-nav--chips .pnav-item{width:auto;flex-shrink:0;background:#ffffff1f;border-radius:16px;padding:6px 13px;font-size:13px}.project-nav--chips .pnav-item.selected{background:#0000004d}.project-nav--chips .pnav-form{max-width:320px}@media (min-width: 1100px){.project-nav--chips{display:none}}@media (max-width: 1099px){.project-nav--sidebar{display:none}}.mindmap-panel{flex:1;min-width:0;position:sticky;top:20px;height:calc(100vh - 40px);margin:20px 20px 0 0;background:#0000001f;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 1099px){.mindmap-panel{display:none}}.mindmap-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.12)}.mindmap-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.mindmap-hint{font-size:12px;color:#ffffff73}.mindmap-canvas{flex:1;overflow:auto;position:relative;cursor:grab;scrollbar-width:none}.mindmap-canvas::-webkit-scrollbar{display:none}.mindmap-canvas.panning{cursor:grabbing;-webkit-user-select:none;user-select:none}.mindmap-inner{position:relative}.mm-edges{position:absolute;top:0;left:0;pointer-events:none}.mm-node{position:absolute;width:156px;background:#fff;color:#444;border:2px solid var(--branch, transparent);border-radius:17px;display:flex;align-items:center;padding:7px 12px;font-size:13px;font-weight:600;line-height:18px;box-shadow:0 2px 6px #0000002e;transition:box-shadow .1s ease;user-select:none;-webkit-user-select:none}.mm-node .mm-input{user-select:text;-webkit-user-select:text}.mm-node.mm-root{color:#fff;border:none;font-weight:700}.mm-theme-dark .mm-node{background:#41464b;color:#dedede;border-color:transparent;box-shadow:0 3px 10px #00000052}.mm-theme-dark .mm-edges{filter:saturate(.45) brightness(.75);opacity:.85}.mm-theme-dark .mm-fold{border-color:color-mix(in srgb,var(--branch, #888) 45%,#363b40)!important;color:color-mix(in srgb,var(--branch, #888) 60%,#b8bfc6)!important}.mm-theme-dark .mm-fold.folded{background:color-mix(in srgb,var(--branch, #888) 45%,#363b40)!important;color:#dedede!important}.mm-theme-red .mm-node{background:var(--map-accent, #ba4949);color:#fff;border-color:transparent;box-shadow:0 4px 12px #00000047}.mm-theme-dark .mm-node.mm-root{background:#41464b;color:#dedede}.mm-theme-red .mm-node.mm-root{background:var(--map-accent, #ba4949);color:#fff}.mindmap-panel .mm-node.selected{box-shadow:0 0 0 3px #ffc53d,0 0 0 5px #78500059,0 4px 14px #00000059;z-index:2}.mm-node.done{opacity:.55}.mm-node.done .mm-text{text-decoration:line-through}.mm-check{width:16px;height:16px;min-width:16px;margin-right:5px;border-radius:50%;border:none;background:none;color:#fff;font-size:11px;line-height:1;padding:0;cursor:pointer;opacity:.9}.mm-check.done{border:2px solid transparent;font-size:10px}.mm-hide-toggle{background:#ffffff1a;border:none;color:#ffffffbf;font-size:12px;border-radius:4px;padding:4px 9px;cursor:pointer;white-space:nowrap}.mm-hide-toggle:hover{background:#ffffff2e;color:#fff}.mindmap-header-right{display:flex;align-items:center;gap:10px;min-width:0}.mm-text{flex:1;white-space:normal;word-break:break-word;cursor:default}.mm-input{flex:1;min-width:0;border:none;outline:none;background:none;font:inherit;color:inherit;resize:none;overflow:hidden;line-height:18px;padding:0;margin:0;display:block;width:100%}.mm-input::placeholder{color:#00000038;font-weight:400}.mm-theme-dark .mm-input::placeholder,.mm-theme-red .mm-input::placeholder{color:#ffffff47}.mm-node-actions{display:none;position:absolute;right:-4px;top:-12px;gap:2px}.mm-node:hover .mm-node-actions{display:flex}.mm-btn{width:20px;height:20px;border-radius:50%;border:none;background:#333;color:#fff;font-size:12px;line-height:1;cursor:pointer;box-shadow:0 1px 3px #0000004d}.mm-btn:hover{background:#111}.mm-btn-del:hover{background:#c25}.mm-btn-sent,.mm-btn-sent:hover{background:#2c8a3d}.mm-swatch{display:inline-block;width:26px;height:15px;border-radius:8px;border:2px solid #4c8bd8}.mm-swatch-dark{background:#2e3033}.mm-swatch-teal{background:#38858a}.mm-theme-current{margin-left:auto;color:#2c8a3d;font-weight:700}.mindmap-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff9;font-size:14px;pointer-events:none}.mindmap-empty .btn-white{pointer-events:auto}.btn-white{background:#fff;color:var(--mode-color);border:none;border-radius:4px;font-weight:700;font-size:14px;padding:10px 18px;cursor:pointer}.workspace.timer-collapsed .main-col{display:none}.map-explorer{width:210px;flex-shrink:0;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto;margin:20px 0 0 8px;background:#0000001f;border-radius:8px;padding:12px 8px}.mx-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;letter-spacing:1px;color:#fff9;padding:2px 8px 10px}.mx-list{display:flex;flex-direction:column;gap:3px}.mx-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;background:none;border:none;color:#ffffffe0;text-align:left;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:14px}.mx-item:hover{background:#ffffff14}.mx-item.selected{background:#00000040;font-weight:700}.mx-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mx-meta{font-size:11px;color:#ffffff80;font-weight:400}.mx-del{position:absolute;right:8px;top:8px;font-size:15px;line-height:1;opacity:0;padding:0 2px}.mx-item:hover .mx-del{opacity:.6}.mx-del:hover{opacity:1}.mx-new{color:#fff9;flex-direction:row}.mx-new-form input{width:100%;background:#ffffff1f;border:none;border-radius:4px;padding:8px 10px;font-size:13px;color:#fff;outline:none}.mx-new-form input::placeholder{color:#ffffff73}.notes-panel{flex-shrink:0;position:sticky;top:20px;height:calc(100vh - 40px);margin:20px 20px 0 8px;background:#00000026;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;color:#ffffffeb}.notes-resizer{position:absolute;left:0;top:0;bottom:0;width:5px;cursor:col-resize;z-index:3}.notes-resizer:hover{background:#ffffff38}.notes-header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.notes-header .modal-close{color:#ffffff80}.notes-header .modal-close:hover{color:#fff}.notes-title{font-size:14px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.notes-title-input{flex:1;min-width:0;background:#ffffff24;border:none;border-radius:4px;padding:3px 8px;font-size:14px;font-weight:700;color:#fff;outline:none}.notes-empty{padding:40px 24px;color:#fff9;font-size:14px;line-height:1.9;text-align:center}.notes-empty-sub{font-size:12px;color:#ffffff6b}.notes-inline-btn{margin:10px 0 6px;background:#ffffff1f;border:none;border-radius:5px;color:#ffffffd9;font-size:12px;padding:5px 12px;cursor:pointer}.notes-inline-btn:hover{background:#fff3}.notes-empty code{background:#00000040;border-radius:3px;padding:1px 5px;font-size:11px}.nt-toolbar{display:flex;align-items:center;gap:2px;padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.1)}.nt-btn{background:none;border:none;border-radius:4px;min-width:26px;height:26px;font-size:13px;font-weight:700;color:#ffffff9e;cursor:pointer}.nt-btn:hover{background:#ffffff1f;color:#fff}.nt-btn.active{background:#ffffff38;color:#fff}.nt-sep{width:1px;height:16px;background:#ffffff2e;margin:0 4px}.note-editor{flex:1;overflow-y:auto;color:#ffffffeb}.note-editor .ProseMirror{min-height:100%;padding:18px 22px 40px;outline:none;font-size:var(--note-fs, 14px);line-height:1.75}.note-editor .ProseMirror table{border-collapse:collapse;margin:1em 0;width:100%;font-size:.95em;table-layout:fixed}.note-editor .ProseMirror th,.note-editor .ProseMirror td{border:1px solid rgba(255,255,255,.26);padding:8px 13px;vertical-align:top;word-break:break-word;line-height:1.6}.note-editor .ProseMirror th{background:#0003;font-weight:700;text-align:left}.note-editor .ProseMirror th p,.note-editor .ProseMirror td p{margin:0}.note-editor .ProseMirror mark{background:#ffd54a;color:#3a2400;border-radius:3px;padding:0 2px}.nt-font{display:inline-flex;align-items:center;gap:2px;margin-left:auto}.nt-font-size{font-size:11px;color:#fff9;min-width:18px;text-align:center}.note-editor .ProseMirror p{margin:0 0 .85em}.note-editor .ProseMirror h1,.note-editor .ProseMirror h2,.note-editor .ProseMirror h3{font-weight:700;line-height:1.35}.note-editor .ProseMirror h1{font-size:1.85em;margin:1.2em 0 .55em}.note-editor .ProseMirror h2{font-size:1.45em;margin:1.1em 0 .5em}.note-editor .ProseMirror h3{font-size:1.2em;margin:.95em 0 .4em}.note-editor .ProseMirror>:first-child{margin-top:.2em}.note-editor .ProseMirror ul,.note-editor .ProseMirror ol{padding-left:1.7em;margin:.4em 0 .85em}.note-editor .ProseMirror li{margin:.28em 0}.note-editor .ProseMirror li>p{margin:0 0 .2em}.note-editor .ProseMirror blockquote{border-left:4px solid rgba(255,255,255,.3);margin:.9em 0;padding:2px 16px;color:#ffffffb8}.note-editor .ProseMirror blockquote p{margin:.3em 0}.note-editor .ProseMirror pre{background:#0000004d;border-radius:6px;padding:12px 16px;font-size:.87em;line-height:1.65;overflow-x:auto;margin:.9em 0;font-family:SF Mono,Menlo,Consolas,Liberation Mono,monospace}.note-editor .ProseMirror code{background:#00000040;border-radius:3px;padding:2px 5px;font-size:.88em;font-family:SF Mono,Menlo,Consolas,Liberation Mono,monospace}.note-editor .ProseMirror pre code{background:none;padding:0;font-size:inherit}.note-editor .ProseMirror hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:1.4em 0}.note-editor .ProseMirror a{color:#ffd28a}.note-editor .note-img img{max-width:100%;border-radius:6px;display:block;margin:.4em 0}.note-editor .note-img.ProseMirror-selectednode img{outline:3px solid #ffc53d}.note-img-placeholder{display:inline-block;padding:8px 12px;margin:.4em 0;border-radius:6px;background:#00000040;color:#ffffffa6;font-size:12px}.mindmap-panel .mm-node.hl{background:#c0392b;color:#fff;border-color:transparent;box-shadow:0 3px 10px #c0392b73}.mm-keys-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:90;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.mm-keys{background:#1c1e22f7;color:#d6d9e0;border:1px solid rgba(255,255,255,.12);border-radius:10px;max-width:560px;width:100%;max-height:100%;overflow-y:auto;box-shadow:0 16px 48px #00000080}.mm-keys-head{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1)}.mm-keys-body{padding:8px 18px 16px}.mm-keys-group h4{font-size:12px;letter-spacing:1px;color:#ffffff73;margin:12px 0 4px}.mm-keys-group p{font-size:13px;line-height:2.1}.mm-keys kbd{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:0 6px;font-size:12px;font-family:inherit;line-height:1.6}@property --mm-spin{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.mm-node.mit{box-shadow:0 0 0 1px #7de3ff8c,0 0 12px #7de3ff59,0 2px 6px #0000002e}.mm-node.mit:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:21px;padding:3px;background:conic-gradient(from var(--mm-spin),transparent 0turn .55turn,rgba(125,227,255,.15) .68turn,rgba(125,227,255,.7) .88turn,#d9f7ff .96turn,#ffffff .99turn,transparent .995turn 1turn);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:mm-current 1.8s linear infinite;pointer-events:none}@keyframes mm-current{to{--mm-spin: 360deg}}.mindmap-panel .mm-node.mit.selected{box-shadow:0 0 0 3px #ffc53d,0 0 0 5px #78500059,0 4px 14px #00000059}.mm-btn-mit.on{opacity:1;filter:drop-shadow(0 0 3px #7de3ff)}.mm-fold{position:absolute;right:-10px;top:50%;transform:translateY(-50%);min-width:19px;height:19px;padding:0 3px;border-radius:10px;border:2px solid;background:#fff;font-size:11px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .12s ease;z-index:3}.mm-node:hover .mm-fold{opacity:1}.mm-fold.folded{opacity:1;color:#fff}.mm-theme-dark .mm-fold{background:#41464b}.mm-theme-red .mm-fold{background:var(--map-accent, #ba4949)}.mm-node.dragging{opacity:.45;pointer-events:none}body.mm-dragging{user-select:none;-webkit-user-select:none;cursor:grabbing}body.mm-drop-tasks .tasks-section{outline:2px dashed #ffc53d;outline-offset:6px;border-radius:8px}.mm-node.drop-child{box-shadow:0 0 0 3px #6ee7a0,0 4px 14px #0000004d!important}.mm-node.drop-after{box-shadow:0 6px 0 -2px #6ee7a0,0 2px 6px #0000002e!important}.mm-drag-ghost{position:fixed;z-index:200;pointer-events:none;background:#141414d9;color:#fff;font-size:12px;font-weight:600;border-radius:6px;padding:5px 10px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 4px 14px #0006}.mm-drill-bar{position:absolute;top:58px;left:12px;z-index:50;display:flex;align-items:center;gap:8px;background:#141414b8;color:#fff;font-size:12px;border-radius:16px;padding:6px 12px}.mm-drill-label{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-drill-bar button{background:#ffffff29;border:none;color:#fff;font-size:12px;border-radius:10px;padding:3px 10px;cursor:pointer}.mm-drill-bar button:hover{background:#ffffff47}.mm-toast{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:#141414d9;color:#fff;font-size:13px;border-radius:16px;padding:7px 16px;z-index:60;pointer-events:none}.mm-node.mm-proj-node{font-weight:800;letter-spacing:.3px;background:color-mix(in srgb,var(--branch, #4c9195) 30%,transparent);border-color:var(--branch, #4c9195);border-width:2px;cursor:default}.mm-proj-badge{position:absolute;top:-8px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--branch, #4c9195);color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 1px 3px #00000059}.mm-note-dot{position:absolute;right:8px;bottom:-4px;width:9px;height:9px;border-radius:50%;background:#ffc53d;border:2px solid #fff}@media (max-width: 1099px){.map-explorer,.notes-panel{display:none!important}.workspace.timer-collapsed .main-col{display:block}}.pg-filters{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin:6px 0 16px;flex-wrap:wrap}.pg-proj-chips,.pg-date-quick{display:flex;gap:6px;flex-wrap:wrap}.pg-proj-chips button,.pg-date-quick button{display:inline-flex;align-items:center;gap:6px;background:#efefef;border:none;border-radius:14px;padding:6px 13px;font-size:13px;font-weight:600;color:#777;cursor:pointer}.pg-proj-chips button.active,.pg-date-quick button.active{background:var(--mode-color);color:#fff}.pg-body{display:flex;gap:20px;align-items:flex-start}.pg-content{flex:1;min-width:0}.cal{width:250px;flex-shrink:0;background:#fafafa;border-radius:8px;padding:12px}.cal-nav{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:#666;margin-bottom:8px}.cal-nav button{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0 8px}.cal-nav button:hover{color:#444}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-wd{text-align:center;font-size:11px;color:#aaa;padding:4px 0}.cal-day{position:relative;background:none;border:none;border-radius:6px;font-size:12px;color:#555;padding:5px 0 10px;cursor:pointer}.cal-day:hover{background:#ececec}.cal-day.today{font-weight:700;color:var(--mode-color)}.cal-day.selected{background:var(--mode-color);color:#fff}.cal-dot{position:absolute;bottom:3px;left:50%;transform:translate(-50%);border-radius:50%;background:var(--mode-color)}.cal-day.selected .cal-dot{background:#fff}.cal-dot.h0{display:none}.cal-dot.h1{width:4px;height:4px;opacity:.45}.cal-dot.h2{width:5px;height:5px;opacity:.7}.cal-dot.h3{width:6px;height:6px;opacity:1}.pg-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.pg-tile{background:#fafafa;border-radius:8px;padding:14px}.pg-tile.clickable{cursor:pointer;transition:box-shadow .12s ease}.pg-tile.clickable:hover{box-shadow:inset 0 0 0 2px #e5d5b3}.pg-tile.clickable.on{box-shadow:inset 0 0 0 2px #ffc53d;background:#fffaf0}.pg-tile-value{font-size:24px;font-weight:700;color:#444}.pg-tile-label{font-size:12px;color:#999;margin-top:2px}.pg-bar{height:6px;background:#e5e5e5;border-radius:3px;margin-top:8px;overflow:hidden}.pg-bar-fill{height:100%;background:var(--mode-color);border-radius:3px;transition:width .3s}.pg-timeline{display:flex;flex-direction:column;max-height:380px;overflow-y:auto}.pg-item{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px solid #f2f2f2;font-size:14px;color:#555}.pg-icon{width:22px;height:22px;min-width:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.pg-icon.ev-done{background:#e2f3e5;color:#2c8a3d}.pg-icon.ev-add{background:#e8eef8;color:#3b6fb5}.pg-icon.ev-del{background:#f6e5e5;color:#b54444}.pg-icon.ev-reopen{background:#f4eede;color:#a3822e}.pg-icon.ev-pomo{background:none;font-size:15px}.pg-time{color:#aaa;font-size:12px;min-width:72px;font-variant-numeric:tabular-nums}.pg-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 720px){.pg-body{flex-direction:column}.cal{width:100%}.pg-tiles{grid-template-columns:1fr}}.note-editor,.map-explorer,.project-nav--sidebar,.modal-overlay,.note-editor .ProseMirror pre{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.note-editor::-webkit-scrollbar,.map-explorer::-webkit-scrollbar,.project-nav--sidebar::-webkit-scrollbar,.modal-overlay::-webkit-scrollbar,.note-editor .ProseMirror pre::-webkit-scrollbar{width:9px;height:9px;background:transparent}.note-editor::-webkit-scrollbar-thumb,.map-explorer::-webkit-scrollbar-thumb,.project-nav--sidebar::-webkit-scrollbar-thumb,.modal-overlay::-webkit-scrollbar-thumb,.note-editor .ProseMirror pre::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.note-editor::-webkit-scrollbar-thumb:hover,.map-explorer::-webkit-scrollbar-thumb:hover,.project-nav--sidebar::-webkit-scrollbar-thumb:hover,.modal-overlay::-webkit-scrollbar-thumb:hover,.note-editor .ProseMirror pre::-webkit-scrollbar-thumb:hover{background:#ffffff61;border:2px solid transparent;background-clip:padding-box}.pg-timeline{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.28) transparent}.pg-timeline::-webkit-scrollbar{width:9px;background:transparent}.pg-timeline::-webkit-scrollbar-thumb{background:#00000038;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.theme-dark .pg-timeline{scrollbar-color:rgba(255,255,255,.25) transparent}.theme-dark .pg-timeline::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.theme-dark{--card-bg: rgba(255, 255, 255, .06)}.theme-dark .mindmap-panel,.theme-dark .map-explorer,.theme-dark .notes-panel,.theme-dark .project-nav--sidebar{background:#2e3033}.theme-dark .start-btn{box-shadow:0 6px #00000080}.theme-dark .start-btn.running{box-shadow:none}.theme-dark .task-item{background:#2e3033;color:#b8bfc6}.theme-dark .task-item:hover{border-left-color:#4a5056}.theme-dark .task-name.struck{color:#6e7479}.theme-dark .check{background:transparent;border-color:#4a5056}.theme-dark .check:hover{border-color:#5c6268}.theme-dark .check.done{border-color:transparent;background:#4a5056;color:#9da2a6}.theme-dark .acts{color:#82888d}.theme-dark .acts strong{color:#b8bfc6}.theme-dark .task-edit-btn{border-color:#4a5056;color:#9da2a6}.theme-dark .task-edit-btn:hover{background:#464b51}.theme-dark .task-mins{color:#d89090;background:#ba494933}.theme-dark .task-note{background:#3b382c;color:#bcb28a}.theme-dark .task-form{background:#2e3033;color:#b8bfc6}.theme-dark .task-name-input{background:none;color:#dedede}.theme-dark .task-name-input::placeholder{color:#5c6268}.theme-dark .est-row label,.theme-dark .form-row label{color:#9da2a6}.theme-dark .est-controls input,.theme-dark .note-input{background:#282c30;color:#c6ccd2}.theme-dark .est-controls button{background:#2e3033;border-color:#4a5056;color:#9da2a6}.theme-dark .task-form-footer{background:#2a2e32}.theme-dark .btn-dark{background:#dedede;color:#282c30}.theme-dark .menu-popover{background:#363b40;color:#c6ccd2;border:1px solid #474d54;box-shadow:0 8px 24px #0000008c}.theme-dark .menu-item{color:#c6ccd2}.theme-dark .menu-item:hover{background:#464b51}.theme-dark .menu-divider{background:#4a5056}.theme-dark .project-trigger{background:#282c30;color:#c6ccd2}.theme-dark .new-project-form input{background:#282c30;border-color:#4a5056;color:#c6ccd2}.theme-dark .swatch.selected{border-color:#dedede}.theme-dark .modal{background:#363b40;color:#b8bfc6;border:1px solid #474d54}.theme-dark .modal-header,.theme-dark .settings-section{border-bottom-color:#474d54}.theme-dark .setting-row{color:#b8bfc6}.theme-dark .setting-row select,.theme-dark .num-input,.theme-dark .duration-field input{background:#282c30;color:#c6ccd2}.theme-dark .toggle{background:#4a5056}.theme-dark .toggle.on{background:#4f9a5c}.theme-dark .report-tabs button,.theme-dark .range-picker button,.theme-dark .pg-proj-chips button,.theme-dark .pg-date-quick button{background:#41464b;color:#9da2a6}.theme-dark .report-tabs button.active,.theme-dark .range-picker button.active,.theme-dark .pg-proj-chips button.active,.theme-dark .pg-date-quick button.active{background:var(--mode-color);color:#fff}.theme-dark .chart-legend{color:#9da2a6}.theme-dark .detail-table th{border-bottom-color:#474d54}.theme-dark .detail-table td{border-bottom-color:#41464b}.theme-dark .cal{background:#2a2e32}.theme-dark .cal-nav,.theme-dark .cal-day{color:#b8bfc6}.theme-dark .cal-day:hover{background:#41464b}.theme-dark .pg-tile{background:#2a2e32}.theme-dark .pg-tile.clickable:hover{box-shadow:inset 0 0 0 2px #5a4d28}.theme-dark .pg-tile.clickable.on{box-shadow:inset 0 0 0 2px #ffc53d;background:#3d3a2e}.theme-dark .pg-tile-value{color:#dedede}.theme-dark .pg-bar{background:#474d54}.theme-dark .pg-item{border-bottom-color:#41464b;color:#b8bfc6}.theme-dark .pg-icon.ev-done{background:#2c8a3d38;color:#7bcc8a}.theme-dark .pg-icon.ev-add{background:#3b6fb538;color:#8ab4e8}.theme-dark .pg-icon.ev-del{background:#b5444438;color:#e09090}.theme-dark .pg-icon.ev-reopen{background:#a3822e38;color:#d8bc6e}.theme-dark .mm-note-dot{border-color:#2e3033}.theme-dark .note-editor{color:#b8bfc6}.theme-dark .note-editor .ProseMirror h1,.theme-dark .note-editor .ProseMirror h2,.theme-dark .note-editor .ProseMirror h3,.theme-dark .note-editor .ProseMirror strong{color:#dedede}.theme-dark .note-editor .ProseMirror blockquote{border-left:2px solid #474d54;padding-left:18px;color:#9da2a6}.theme-dark .note-editor .ProseMirror th,.theme-dark .note-editor .ProseMirror td{border-color:#474d54}.theme-dark .note-editor .ProseMirror th{background:#0000003d}.theme-dark .note-editor .ProseMirror pre,.theme-dark .note-editor .ProseMirror code{background:#333}.theme-dark .note-editor .ProseMirror hr{border-top-color:#474d54}.time-tabs{display:flex;justify-content:center;gap:6px;margin:2px 0 10px}.time-tabs button{background:#ffffff1f;border:none;border-radius:4px;color:#ffffffbf;font-size:13px;font-weight:600;padding:5px 14px;cursor:pointer}.time-tabs button.on{background:#00000047;color:#fff}.main-col.cal-wide{width:min(1100px,calc(100vw - 44px - var(--sidebar-w, 230px) - 24px))}.sch-panel{display:flex;flex-direction:column;background:#00000024;border-radius:8px;overflow:hidden;height:calc(100vh - 175px);min-height:420px}.sch-toolbar{display:flex;align-items:center;gap:12px;padding:8px 10px}.sch-days{display:flex;gap:3px}.sch-days button,.sch-nav button{background:#ffffff1a;border:none;border-radius:4px;color:#fffc;font-size:12px;padding:4px 9px;cursor:pointer}.sch-days button.on{background:#00000059;color:#fff;font-weight:700}.sch-nav{display:flex;gap:3px}.sch-head{display:flex;border-bottom:1px solid rgba(255,255,255,.15)}.sch-gutter-head{width:46px;flex-shrink:0}.sch-dayhead{flex:1;text-align:center;font-size:12px;padding:4px 0 6px;opacity:.85}.sch-dayhead em{font-style:normal;font-weight:700;font-size:15px;margin-left:4px}.sch-dayhead.today em{background:#fff;color:#38858a;border-radius:50%;display:inline-block;width:22px;height:22px;line-height:22px}.sch-scroll{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}.sch-scroll::-webkit-scrollbar{width:8px}.sch-scroll::-webkit-scrollbar-track{background:transparent}.sch-scroll::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.sch-scroll::-webkit-scrollbar-thumb:hover{background:#fff6}.sch-grid{display:flex;position:relative}.sch-gutter{width:46px;flex-shrink:0;position:relative}.sch-hour{position:absolute;right:6px;transform:translateY(-6px);font-size:10px;opacity:.55}.sch-hour.edge{transform:translateY(2px)}.sch-day{flex:1;position:relative;border-left:1px solid rgba(255,255,255,.09)}.sch-hline{position:absolute;left:46px;right:0;border-top:1px solid rgba(255,255,255,.08);pointer-events:none}.sch-fold{position:absolute;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;gap:6px;border:none;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);background:#00000038;color:#ffffff8c;font-size:10px;letter-spacing:.5px;cursor:pointer}.sch-fold:hover{background:#00000052;color:#ffffffd9}.sch-foldbtn{position:absolute;left:4px;z-index:3;width:18px;height:18px;padding:0;border:none;border-radius:50%;background:#ffffff1f;color:#ffffffb3;font-size:10px;line-height:18px;cursor:pointer;opacity:.7}.sch-foldbtn:hover{opacity:1;background:#ffffff3d}.sch-block{position:absolute;left:3px;right:3px;background:#ffffffeb;color:#333;border-left:3px solid #38858a;border-radius:4px;padding:1px 6px;font-size:11px;line-height:1.25;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #00000040;z-index:2}.sch-block.sch-new{cursor:text;border-left-color:#e8a33d}.sch-new input{width:100%;border:none;outline:none;background:transparent;color:inherit;font-size:11px;font-weight:600;padding:0}.sch-new input::placeholder{color:inherit;opacity:.45;font-weight:400}.sch-block.dragging{opacity:.85;cursor:grabbing;z-index:5}.sch-block.done{opacity:.55}.sch-block.done .sch-block-title{text-decoration:line-through}.sch-block-time{display:block;font-size:9px;opacity:.6}.sch-block-title{font-weight:600;word-break:break-all}.sch-block.slim{display:flex;align-items:center;padding-top:0;padding-bottom:0}.sch-block.slim .sch-block-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;min-width:0;flex:1}.sch-play,.sch-del{position:absolute;top:1px;border:none;background:none;cursor:pointer;font-size:10px;padding:2px;opacity:0;color:#555}.sch-play{right:16px;color:#38858a}.sch-del{right:2px}.sch-block:hover .sch-play,.sch-block:hover .sch-del{opacity:1}.sch-resize{position:absolute;left:0;right:0;bottom:0;height:6px;cursor:ns-resize}.sch-ghost{position:absolute;left:3px;right:3px;border:1.5px dashed rgba(255,255,255,.8);border-radius:4px;background:#ffffff26;pointer-events:none;z-index:3}.sch-actual{position:absolute;left:3px;right:3px;background:#ffc53d47;border-left:3px solid rgba(255,197,61,.75);border-radius:3px;pointer-events:none;z-index:1}.sch-nowline{position:absolute;left:0;right:0;height:0;border-top:2px solid #e5544b;z-index:4;pointer-events:none}.sch-nowdot{position:absolute;left:-4px;top:-5px;width:8px;height:8px;border-radius:50%;background:#e5544b}.theme-dark .sch-panel{background:#2e3033}.theme-dark .sch-scroll{scrollbar-color:#4a5056 transparent}.theme-dark .sch-scroll::-webkit-scrollbar-thumb{background:#4a5056}.theme-dark .sch-scroll::-webkit-scrollbar-thumb:hover{background:#5a6066}.theme-dark .sch-fold{background:#26292c;border-color:#ffffff14;color:#9da2a6}.theme-dark .sch-fold:hover{background:#2b2f33;color:#c6ccd2}.theme-dark .sch-foldbtn{background:#3a3f44;color:#9da2a6}.theme-dark .sch-block{background:#41464b;color:#dedede;border-left-color:#6ea8ad}.theme-dark .sch-play{color:#8fd0d6}.theme-dark .sch-del{color:#9da2a6}.theme-dark .sch-dayhead.today em{background:#6ea8ad;color:#22262a}.theme-dark .time-tabs button{background:#3a3f44;color:#9da2a6}.theme-dark .time-tabs button.on{background:#22262a;color:#dedede}@media (max-width: 768px){.main-col.cal-wide{width:auto!important}.sch-panel{height:calc(100vh - 210px)}}.note-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;background:#2f7176;border-radius:8px;color:#ffffffeb;animation:note-layer-in .14s ease-out}.mm-theme-dark .note-layer,.theme-dark .note-layer{background:#26292c}@keyframes note-layer-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.note-layer-header{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.14);flex-shrink:0}.note-layer-title{font-weight:700;font-size:14px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note-layer-hint{margin-left:auto;font-size:11px;opacity:.55;white-space:nowrap;flex-shrink:0}@media (max-width: 1400px){.note-layer-hint{display:none}}.mm-ctxmenu{position:fixed;z-index:120;min-width:150px;background:#2e3237;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:4px;box-shadow:0 8px 28px #0006}.mm-ctxmenu .menu-item{width:100%;text-align:left;background:none;border:none;color:#dedede;font-size:13px;padding:8px 10px;border-radius:5px;cursor:pointer}.mm-ctxmenu .menu-item{display:flex;align-items:center;gap:7px}.mm-ctxmenu .menu-item:hover{background:#ffffff1f}.mm-ctxmenu-head{font-size:11px;opacity:.5;padding:6px 10px 4px}.mm-ctxmenu .proj-dot-none{background:#ffffff4d}.pgv-panel{display:flex;flex-direction:column;background:#00000024;border-radius:8px;overflow:hidden;height:calc(100vh - 175px);min-height:420px}.pgv-toolbar{display:flex;align-items:center;gap:8px;padding:8px 10px 6px}.pgv-scopes{display:flex;gap:3px;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0}.pgv-scopes::-webkit-scrollbar{display:none}.pgv-scopes button{background:#ffffff1a;border:none;border-radius:4px;color:#fffc;font-size:12px;padding:4px 9px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}.pgv-scopes button.on{background:#00000059;color:#fff;font-weight:700}.pgv-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.pgv-streak{font-size:12px;opacity:.9;white-space:nowrap}.pgv-name{background:none;border:none;border-bottom:1px dashed rgba(255,255,255,.4);color:#ffffffd9;font-size:12px;padding:2px;cursor:pointer}.pgv-name-input{width:72px;background:#0003;border:none;border-bottom:1px solid rgba(255,255,255,.5);color:#fff;font-size:12px;padding:2px 4px;outline:none}.pgv-add{display:flex;gap:6px;padding:0 10px 8px}.pgv-add input{background:#0000002e;border:none;border-radius:4px;color:#ffffffe6;font-size:12px;padding:5px 7px;outline:none;color-scheme:dark}.pgv-add .pgv-add-text{flex:1;min-width:0}.pgv-add .pgv-add-text::placeholder{color:#fff6}.pgv-scroll{flex:1;overflow-y:auto;padding:2px 10px 12px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}.pgv-scroll::-webkit-scrollbar{width:8px}.pgv-scroll::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.pgv-dayhead{font-size:12px;font-weight:700;opacity:.85;padding:12px 0 6px 2px}.pgv-dayhead em{font-style:normal;font-weight:400;opacity:.6;margin-left:8px;font-size:11px}.pgv-empty{font-size:12px;opacity:.55;padding:6px 0 10px 64px}.pgv-item{position:relative;padding:7px 6px 7px 78px;display:flex;align-items:baseline}.pgv-item:before{content:"";position:absolute;left:60px;top:0;bottom:0;width:2px;background:#ffffff29}.pgv-day .pgv-item:first-of-type:before{top:10px}.pgv-day .pgv-item:last-of-type:before{bottom:auto;height:16px}.pgv-time{position:absolute;left:0;top:8px;width:48px;text-align:right;font-size:11px;opacity:.6;font-variant-numeric:tabular-nums}.pgv-dot{position:absolute;left:56px;top:11px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid rgba(0,0,0,.35);z-index:1}.pgv-dot.future{background:transparent;border:2px dashed rgba(255,255,255,.7)}.pgv-text{font-size:13px;line-height:1.45;word-break:break-word;min-width:0}.pgv-future{font-style:normal;font-size:10px;border:1px solid rgba(255,255,255,.5);border-radius:3px;padding:0 4px;margin-right:6px;opacity:.8;vertical-align:1px}.pgv-pen{font-style:normal;font-size:11px;margin-left:5px;opacity:.55}.pgv-text .proj-tag{margin-left:8px;font-size:10px;padding:1px 6px;border-radius:8px;color:#fff;vertical-align:1px;white-space:nowrap}.pgv-ops{margin-left:auto;padding-left:8px;display:flex;gap:2px;opacity:0;flex-shrink:0}.pgv-item:hover .pgv-ops,.pgv-ops.always{opacity:1}.pgv-ops button{background:none;border:none;color:#ffffffa6;font-size:12px;padding:2px 4px;cursor:pointer;border-radius:3px}.pgv-ops button:hover{background:#ffffff26;color:#fff}.pgv-item.editing .pgv-edit-time{position:absolute;left:0;top:4px;width:56px;background:#0003;border:none;border-radius:3px;color:#fff;font-size:11px;padding:2px;outline:none;color-scheme:dark}.pgv-item.editing .pgv-edit-text{flex:1;min-width:0;background:#0003;border:none;border-bottom:1px solid rgba(255,255,255,.5);color:#fff;font-size:13px;padding:2px 4px;outline:none}.pgv-more{display:block;width:100%;text-align:center;font-size:11px;opacity:.45;padding:14px 0 6px;background:none;border:none;color:inherit}.pgv-more.clickable{cursor:pointer}.pgv-more.clickable:hover{opacity:.85}.theme-dark .pgv-panel{background:#2e3033}.theme-dark .pgv-scopes button{background:#3a3f44;color:#9da2a6}.theme-dark .pgv-scopes button.on{background:#22262a;color:#dedede}.theme-dark .pgv-add input,.theme-dark .pgv-item.editing .pgv-edit-time,.theme-dark .pgv-item.editing .pgv-edit-text,.theme-dark .pgv-name-input{background:#26292c}.theme-dark .pgv-item:before{background:#ffffff1f}.theme-dark .pgv-dot{background:#6ea8ad;border-color:#22262a}.theme-dark .pgv-scroll{scrollbar-color:#4a5056 transparent}.theme-dark .pgv-scroll::-webkit-scrollbar-thumb{background:#4a5056}@media (max-width: 768px){.pgv-panel{height:calc(100vh - 210px)}.pgv-add input[type=date]{display:none}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:confirm-in .18s ease-out}@keyframes confirm-in{0%{opacity:0}to{opacity:1}}.confirm-card{width:min(440px,calc(100vw - 40px));background:#fff;border-radius:12px;padding:26px 26px 18px;text-align:center;box-shadow:0 20px 60px #00000073}.confirm-kicker{font-size:13px;font-weight:700;letter-spacing:2px;color:#b45;color:#ba4949;margin-bottom:10px}.confirm-question{font-size:20px;font-weight:700;color:#333;line-height:1.5;word-break:break-word}.confirm-meta{margin-top:8px;font-size:13px;color:#888}.confirm-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.confirm-btn{border:none;border-radius:8px;padding:13px 16px;font-size:15px;font-weight:700;cursor:pointer}.confirm-done{background:#38858a;color:#fff}.confirm-done:hover{background:#2f7176}.confirm-redo{background:#f0f0f0;color:#444}.confirm-redo:hover{background:#e4e4e4}.confirm-later{margin-top:12px;background:none;border:none;color:#aaa;font-size:12px;cursor:pointer}.confirm-later:hover{color:#777;text-decoration:underline}.theme-dark .confirm-card{background:#2e3033}.theme-dark .confirm-question{color:#dedede}.theme-dark .confirm-meta{color:#9da2a6}.theme-dark .confirm-redo{background:#41464b;color:#c6ccd2}.theme-dark .confirm-redo:hover{background:#4a5056}.task-item.kb-sel{outline:2px dashed rgba(255,255,255,.55);outline-offset:-2px}.theme-dark .task-item.kb-sel{outline-color:#5c6268}.tasks-section{outline:none}.pnav-item.drop-hint{background:#ffffff38;box-shadow:inset 0 0 0 1.5px #ffffff8c}.theme-dark .pnav-item.drop-hint{background:#464b51;box-shadow:inset 0 0 0 1.5px #5c6268}.trash-title{padding:6px 14px 2px;font-size:11px;color:#999;white-space:nowrap}.trash-row{display:flex;align-items:center;gap:8px;padding:5px 14px;font-size:13px;color:#777}.trash-row .trash-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:line-through}.trash-restore{background:none;border:1px solid #d4d4d4;border-radius:4px;color:#666;font-size:12px;padding:2px 8px;cursor:pointer;white-space:nowrap}.trash-restore:hover{background:#0000000f}.theme-dark .trash-row{color:#9da2a6}.theme-dark .trash-restore{border-color:#4a5056;color:#c6ccd2}.theme-dark .trash-restore:hover{background:#464b51}.mindmap-panel .mm-node.sys-archive{border:1.5px dashed #9aa0a6!important;opacity:.85}.sync-link-row{display:flex;gap:8px;margin:6px 0 12px}.sync-link-row input{flex:1;min-width:0;border:1px solid #e0e0e0;border-radius:4px;background:#efefef;color:#555;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:8px 10px;outline:none}.sync-link-row button:disabled{opacity:.4;cursor:default}.theme-dark .sync-link-row input{background:#282c30;border-color:#474d54;color:#c6ccd2}@media (max-width: 768px){.rail,.project-nav--sidebar,.project-nav--chips,.map-explorer,.mindmap-panel,.notes-panel,.main-resizer{display:none}.workspace{display:block;margin-left:0}.main-col{width:auto!important;max-width:100%;margin:0;padding:0 12px 96px}.goal-dock{left:0;padding:6px 12px}}@media (max-width: 480px){.timer-display{margin:12px 0 16px}.header .hbtn{padding:7px 8px}.durations-grid{grid-template-columns:1fr}.finish-summary{flex-direction:column;gap:6px;text-align:center}}
