:root{font-family:Inter,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Segoe UI,sans-serif;color:#111827;background:#eef3fb;text-rendering:geometricPrecision}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#eef3fb;overflow-x:hidden;overflow-y:auto;-webkit-font-smoothing:antialiased}button{font:inherit}button:focus{outline:none}button:focus-visible{outline:none}.app-shell{position:relative;width:2048px;height:1152px;min-height:1152px;margin:0 auto;padding:16px 22px;display:grid;grid-template-rows:auto;align-content:start;gap:22px;overflow:visible;zoom:min(1,calc(100vw/2048px))}.app-header,.progress-strip,.timeline-card,.schedule-panel,.board-actions{background:#fff;border:1px solid #e6edf7;border-radius:18px;box-shadow:0 16px 42px #2a3a5a14}.app-header{height:102px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 30px}.nav-tabs{height:100%;display:flex;align-items:center}.brand{height:62px;display:grid;place-items:center;padding:0 28px 0 0;border-right:4px solid #e5ebf5;color:#68758a;font-size:18px;font-weight:850;white-space:nowrap}.nav-tabs button{position:relative;height:62px;padding:0 28px;border:0;border-right:4px solid #e5ebf5;background:transparent;color:#0d1728;font-size:34px;font-weight:950;letter-spacing:0;cursor:pointer;white-space:nowrap}.nav-tabs button.active:after{position:absolute;left:0;right:0;bottom:-1px;height:12px;background:#e8eefd;content:""}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:0}.edit-task-button{height:56px;padding:0 18px;border:0;background:#cfd2d6;color:#111827;font-size:26px;font-weight:950;cursor:pointer;white-space:nowrap}.edit-task-button.active{background:#bfc3c8}.mood-strip{display:flex;gap:18px}.mood-box{width:92px;height:62px;display:grid;place-items:center;border:0;border-radius:4px;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.face-emoji{display:inline-block;font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif;font-size:52px;line-height:1;transform-origin:50% 70%}.face-emoji.laugh{animation:face-bob 2.4s ease-in-out infinite}.face-emoji.cry{animation:face-shiver 2.8s ease-in-out infinite}@keyframes face-bob{0%,84%,to{transform:translateY(0) rotate(0)}89%{transform:translateY(-3px) rotate(-3deg)}94%{transform:translateY(0) rotate(3deg)}}@keyframes face-shiver{0%,88%,to{transform:translate(0)}91%{transform:translate(-2px)}94%{transform:translate(2px)}97%{transform:translate(-1px)}}@media(prefers-reduced-motion:reduce){.face-emoji{animation:none!important}}.app-header.dashboard .mood-box{width:226px}.mood-box:hover,.mood-box.selected{box-shadow:inset 0 0 0 2px currentColor}.mood-box:active{transform:translateY(1px)}.mood-box.good{background:#eef9f1;color:#5ab96a}.mood-box.flat{background:#fff5d9;color:#d5a900}.mood-box.risk{background:#fff0f1;color:#dd5963}.header-date,.header-month{height:52px;display:inline-flex;align-items:center;justify-content:center;gap:2px;border:1px solid #e2e9f4;border-radius:10px;background:#fff;color:#172033;box-shadow:0 10px 24px #2a3a5a14;font-size:24px;font-weight:900;cursor:pointer;white-space:nowrap}.month-control{position:relative}.month-menu{position:absolute;top:60px;right:0;z-index:12;width:124px;padding:6px;border:1px solid #e2e9f4;border-radius:10px;background:#fff;box-shadow:0 12px 28px #2a3a5a24}.month-menu button{width:100%;height:40px;border:0;border-radius:6px;background:transparent;color:#172033;font-size:16px;font-weight:800;cursor:pointer}.month-menu button:hover{background:#f3f6fb}.header-date{width:226px}.header-month{width:124px}.progress-strip{height:76px;display:grid;grid-template-columns:1fr;align-items:center;gap:44px;padding:0 52px}.metric-line{display:grid;grid-template-columns:auto auto minmax(160px,1fr);align-items:center;gap:18px;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.metric-line strong{color:#0d1728;font-size:26px;font-weight:950;white-space:nowrap}.metric-line span{color:#5d7df0;font-size:34px;font-weight:950}.metric-bar{position:relative;height:14px;border-radius:999px;background:#eef2f8;overflow:hidden}.metric-bar i{position:absolute;top:0;bottom:0;display:block;height:100%}.metric-bar .target-low{left:0;background:#e7edff}.metric-bar .target-high{border-left:2px solid rgba(255,255,255,.82);background:#bdccfb}.metric-bar .actual-progress{left:0;z-index:2;border-radius:inherit;background:#5b79ef}.metric-bar .time-marker{position:absolute;top:-3px;bottom:-3px;z-index:3;width:4px;border-radius:2px;background:#fff;box-shadow:0 0 0 1px #1f29372e}.overview-grid{height:538px;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.overview-card{min-width:0;min-height:0;display:grid;grid-template-rows:92px minmax(0,1fr);overflow:hidden;border:1px solid #e5ebf5;border-radius:8px;background:#fff}.overview-card header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 34px 16px 30px;border-bottom:2px solid #f8fafc}.overview-card.blue header{background:#e8eefc}.overview-card.green header{background:#e9f3ef}.overview-card.gold header{background:#f2f0e7}.column-title{display:flex;align-items:center;gap:18px;min-width:0}.column-actions{display:flex;align-items:center;gap:12px}.column-add-task{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(184,144,0,.3);border-radius:8px;background:#ffffff8c;color:#b89000;cursor:pointer}.column-add-task:hover{background:#fff8df}.column-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px}.overview-card.blue .column-icon,.overview-card.blue .count-badge{background:#e8eefc;color:#5575ef}.overview-card.green .column-icon,.overview-card.green .count-badge{background:#e8f5ec;color:#61ae6b}.overview-card.gold .column-icon,.overview-card.gold .count-badge{background:#fff4cf;color:#d4a900}.overview-card h2{margin:0;font-size:36px;font-weight:950;white-space:nowrap}.overview-card.blue h2{color:#5675ef}.overview-card.green h2{color:#60ae6a}.overview-card.gold h2{color:#b89000}.count-badge{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;font-size:26px;font-weight:950}.overview-card.blue .count-badge{background:#5575ef;color:#fff}.overview-card.green .count-badge{background:#61ae6b;color:#fff}.overview-card.gold .count-badge{background:#e2bc1b;color:#fff}.overview-list{min-height:0;padding:22px 34px 36px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.overview-list::-webkit-scrollbar{width:8px}.overview-list::-webkit-scrollbar-track{background:transparent}.overview-list::-webkit-scrollbar-thumb{border-radius:4px;background:#71809659}.overview-list::-webkit-scrollbar-thumb:hover{background:#7180968c}.overview-card.blue .overview-list{background:#e8eefc}.overview-card.green .overview-list{background:#e9f3ef}.overview-card.gold .overview-list{background:#f2f0e7}.backlog-create-form{height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:8px}.backlog-create-form input{min-width:0;height:40px;border:1px solid #d9d6c7;border-radius:6px;background:#ffffffc7;padding:0 12px;color:#172033;font:inherit;font-size:16px}.backlog-create-form button{height:40px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d4b127;border-radius:6px;background:#fff4cf;padding:0 12px;color:#9b7900;font-weight:850;cursor:pointer}.backlog-create-form button:disabled{cursor:default;opacity:.5}.task-row{width:100%;height:50px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:18px;border:0;border-bottom:1px solid rgba(100,116,139,.12);background:transparent;color:#0d1728;text-align:left;cursor:pointer}.task-row.read-only{grid-template-columns:minmax(0,1fr) auto;padding-left:4px}.task-name-button{border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.task-delete{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#9aa6b6;cursor:pointer}.task-delete:hover{background:#be4b461a;color:#b94e48}.task-row:hover{background:#ffffff47}.check-box{width:26px;height:26px;display:grid;place-items:center;border:3px solid #c4d0df;border-radius:6px;color:#5575ef;font-size:16px;font-weight:950}.task-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0d1728;font-size:26px;font-weight:950}.overview-card .task-name,.overview-card .status{font-weight:400}.status{display:inline-flex;align-items:center;gap:12px;color:#5f6c80;font-size:20px;font-weight:850;white-space:nowrap}.status.due-time{color:#657186;font-variant-numeric:tabular-nums}.status i{width:14px;height:14px;border-radius:50%}.status .red{background:#d35f52}.status .yellow{background:#e0bd25}.status .green{background:#66bf71}.status .gray{background:#c1ccdc}.task-row.done .task-name{color:#7d8898;text-decoration:line-through}.task-row.done{opacity:.72}.task-row.done .check-box{border-color:#7d93e8;background:#eef2ff}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0f172a52}.confirm-dialog{width:min(440px,100%);padding:28px;border:1px solid #dfe6f1;border-radius:8px;background:#fff;box-shadow:0 24px 64px #0f172a38}.confirm-dialog h2{margin:0;color:#111a2c;font-size:24px;letter-spacing:0}.confirm-dialog p{margin:16px 0 24px;color:#5f6c80;font-size:18px;line-height:1.5}.confirm-actions{display:flex;justify-content:flex-end;gap:12px}.confirm-actions button{min-width:96px;height:42px;border:1px solid #d9e1ed;border-radius:6px;background:#fff;color:#243047;font-size:16px;font-weight:800;cursor:pointer}.confirm-actions button.primary{border-color:#5b79ef;background:#5b79ef;color:#fff}.confirm-actions button:disabled{cursor:wait;opacity:.6}.reminder-dialog{width:min(560px,100%)}.reminder-eyebrow{margin:0 0 8px!important;color:#5b79ef!important;font-size:15px!important;font-weight:900}.reminder-time{display:flex;align-items:center;gap:12px;margin:18px 0}.reminder-time strong{color:#172033;font-size:24px;font-variant-numeric:tabular-nums}.reminder-time span{padding:5px 9px;border-radius:5px;background:#eef2ff;color:#5b72d8;font-size:14px;font-weight:850}.reminder-tasks{max-height:220px;display:grid;gap:8px;margin-bottom:24px;overflow-y:auto}.reminder-tasks div,.reminder-tasks>span{padding:10px 12px;border:1px solid #e3e9f2;border-radius:6px;background:#f8fafc;color:#344158;font-size:16px;font-weight:750}.board-actions{height:98px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;align-items:center;padding:18px 30px}.board-button{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #dfe7f2;border-radius:8px;background:#f8fafc;color:#536174;font-size:22px;font-weight:950;cursor:pointer}.board-button.green{border-color:#bcdcc4;background:#f4fbf5;color:#39934f}.board-button.yellow{border-color:#edd792;background:#fff9e8;color:#b69000}.board-button.red{border-color:#f0c5c8;background:#fff5f6;color:#c94e57}.board-button.slate{border-color:#dfe7f2;background:#f8fafc;color:#536174}.board-button.selected{box-shadow:inset 0 0 0 2px currentColor}.timeline-card{height:112px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;padding:16px 30px;margin-bottom:-11px;transform:translateY(-3px)}.timeline-day{height:78px;display:grid;place-items:center;gap:2px;border:1px solid #e1e8f2;border-radius:12px;background:#fff;color:#6c798c;cursor:pointer}.timeline-day span{font-size:18px;font-weight:900}.timeline-day strong{color:#202b3d;font-size:34px;line-height:1;font-weight:950}.timeline-day.active{border:2px solid #7188ff;background:#edf3ff;box-shadow:inset 0 -4px #7188ff}.schedule-panel{min-height:0;display:grid;grid-template-rows:126px minmax(0,1fr);overflow:hidden}.schedule-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 40px;border-bottom:1px solid #e6edf7}.schedule-header p{margin:0 0 8px;color:#5f6f86;font-size:20px;font-weight:900}.schedule-header h2{margin:0;color:#0d1728;font-size:40px;line-height:1;font-weight:950}.schedule-header button{width:158px;height:48px;border:1px solid #93a4ff;border-radius:8px;background:#fff;color:#6177ff;font-size:18px;font-weight:900;cursor:pointer}.schedule-list{min-height:0;display:grid;align-content:start;gap:16px;padding:18px 28px;overflow-y:auto;background:#fff}.schedule-row{display:grid;grid-template-columns:238px minmax(0,1fr);gap:12px;min-height:116px}.schedule-left,.schedule-task-lane{border:1px solid #e4ebf5;border-radius:12px}.schedule-left{display:grid;align-content:center;gap:14px;padding:18px}.schedule-left strong{color:#0d1728;font-size:24px;line-height:1.1;font-weight:950}.schedule-left span{color:#67778d;font-size:18px;font-weight:900}.schedule-left button{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:2px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;color:#0d1728;font-size:26px;font-weight:950;cursor:pointer}.schedule-task-lane{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));align-content:start;gap:14px;padding:18px 20px}.schedule-row.unscheduled-row .schedule-left,.schedule-row.unscheduled-row .schedule-task-lane{background:#f9fbff}.schedule-row.blue .schedule-left,.schedule-row.blue .schedule-task-lane{background:#eaf2ff}.schedule-row.green .schedule-left,.schedule-row.green .schedule-task-lane{background:#ecf8ee}.schedule-row.yellow .schedule-left,.schedule-row.yellow .schedule-task-lane{background:#fff8dd}.schedule-row.rose .schedule-left,.schedule-row.rose .schedule-task-lane{background:#fff0f2}.schedule-row.neutral .schedule-left,.schedule-row.neutral .schedule-task-lane{background:#f6f8fb}.task-row.compact{height:38px;grid-template-columns:minmax(0,1fr);gap:0;padding:0 12px;border:1px solid #e4ebf5;border-radius:7px;background:#fff;box-shadow:0 4px 12px #1f293714}.task-row.compact .task-name{font-size:18px;font-weight:950}.task-row.compact .status{display:none}.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}.drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:linear-gradient(90deg,#eef3fb1a,#eef3fbb3 58%,#eef3fb00 58%),#eef3fb24;pointer-events:none}.task-editor-drawer{position:fixed;top:0;bottom:0;right:0;width:820px;height:auto;max-height:none;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:24px;padding:30px 24px 24px;border-left:1px solid #e1e8f2;background:#fff;box-shadow:-18px 0 60px #1f29371f;pointer-events:auto;overflow:hidden;overscroll-behavior:contain}.task-editor-drawer header{display:flex;align-items:start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #e6edf7}.task-editor-drawer h2{margin:0;color:#0d1728;font-size:40px;line-height:1.1;font-weight:950}.icon-button{width:46px;height:46px;display:grid;place-items:center;border:1px solid #e1e8f2;border-radius:10px;background:#fff;color:#0d1728;cursor:pointer}.drawer-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.drawer-tabs button{height:48px;border:1px solid #e0e8f3;border-radius:8px;background:#fff;color:#59677b;font-size:18px;font-weight:900;cursor:pointer}.drawer-tabs button.active{border-color:#9cafff;background:#eef3ff;color:#6177ff}.drawer-columns{min-height:0;display:grid;grid-template-columns:1fr;overflow-y:auto;padding:2px 4px 10px 0;overscroll-behavior:contain}.custom-task-form{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:10px}.custom-task-form input{min-width:0;height:46px;padding:0 14px;border:1px solid #dfe7f2;border-radius:7px;color:#172033;font-size:17px}.custom-task-form button{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #7188ff;border-radius:7px;background:#6177ef;color:#fff;font-size:16px;font-weight:850;cursor:pointer}.drawer-column{min-height:100%;padding:20px;border:1px solid #e6edf7;border-radius:12px;background:#fff}.drawer-column.empty{padding-block:14px}.drawer-column h3{margin:0;color:#0d1728;font-size:30px;line-height:1.1;font-weight:950}.drawer-task-list{display:grid;gap:10px;margin-top:18px}.drawer-task{height:56px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 16px;border:1px solid #e5ebf5;border-radius:8px;background:#fff;color:#0d1728;box-shadow:0 4px 12px #1f29370a;cursor:grab;-webkit-user-select:none;user-select:none}.drawer-task:active{cursor:grabbing}.drawer-task>svg{color:#8a97aa}.drawer-task span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:400;text-align:left}.drawer-task strong{color:#5f6c80;font-size:15px;font-weight:400;white-space:nowrap}.drawer-carousel{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:2px}.drawer-carousel>button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #dfe7f2;border-radius:7px;background:#fff;color:#52627a;cursor:pointer}.drawer-carousel>button:disabled{opacity:.35;cursor:default}.drawer-carousel>div{display:flex;align-items:center;gap:10px}.drawer-carousel>div button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#d5ddea;cursor:pointer}.drawer-carousel>div button.active{background:#6177ef}.app-loading,.app-error{min-height:240px;display:grid;place-items:center;border:1px solid #e6edf7;border-radius:18px;background:#fff;color:#5f6f86;font-size:24px;font-weight:800}.app-error{color:#c94e57}.app-error{align-content:center;gap:16px}.app-error button{width:120px;height:42px;border:1px solid #d06a70;border-radius:6px;background:#fff;color:#b94e55;font-weight:850;cursor:pointer}.connection-banner{position:fixed;top:8px;left:50%;z-index:100;padding:8px 14px;border:1px solid #efc3a4;border-radius:6px;background:#fff7ed;color:#a55522;font-size:14px;font-weight:850;transform:translate(-50%)}.action-error-toast{position:fixed;top:10px;left:50%;z-index:101;min-height:38px;display:flex;align-items:center;gap:10px;padding:7px 8px 7px 14px;border:1px solid #e8b3b7;border-radius:6px;background:#fff5f5;color:#a7444c;font-size:14px;font-weight:850;transform:translate(-50%);box-shadow:0 8px 20px #5c232a1f}.action-error-toast button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.budget-detail-panel{min-height:0;overflow:hidden;border:1px solid #e6edf7;border-radius:18px;background:#fff;box-shadow:0 16px 42px #2a3a5a14}.budget-detail-panel>header{height:118px;display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:24px;padding:0 34px;border-bottom:1px solid #e6edf7}.budget-detail-panel header p,.budget-detail-panel header h2{margin:0}.budget-detail-panel header p,.budget-detail-panel header>span{color:#68758a;font-size:17px;font-weight:800}.budget-detail-panel header h2{margin-top:6px;font-size:30px}.budget-back{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;color:#172033;font-weight:850;cursor:pointer}.budget-table-scroll{overflow-x:auto;padding:22px 34px 34px}.budget-table{min-width:1740px}.budget-table-row{min-height:52px;display:grid;grid-template-columns:70px repeat(15,minmax(92px,1fr));align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid #e6edf7;color:#273349;font-size:14px}.budget-table-head{background:#eef3fb;color:#59677b;font-weight:900}.budget-table-group-head{min-height:42px;border-bottom-color:#dce5f2;border-radius:8px 8px 0 0;background:#e6edf8;color:#43526a;font-weight:900;text-align:center}.budget-table-group-head .span-2{grid-column:span 2}.budget-table-group-head .span-3{grid-column:span 3}.budget-table-group-head .span-5{grid-column:span 5}.budget-table-group-head>span:nth-child(n+3),.budget-table-row:not(.budget-table-group-head)>:nth-child(4),.budget-table-row:not(.budget-table-group-head)>:nth-child(7),.budget-table-row:not(.budget-table-group-head)>:nth-child(12),.budget-table-row:not(.budget-table-group-head)>:nth-child(15){border-left:2px solid #d6dfec;padding-left:14px}.budget-table-row:not(.budget-table-group-head) span:not(:first-child),.budget-table-row b{text-align:right}.budget-table-row b{color:#5b79ef}.calendar-panel{height:1210px;grid-template-rows:104px minmax(0,1fr)}.calendar-panel{grid-template-rows:104px auto minmax(0,1fr)}.unscheduled-pool{display:grid;grid-template-columns:210px minmax(0,1fr);gap:14px;height:266px;box-sizing:border-box;padding:12px 30px;border-bottom:1px solid #e3eaf4;background:#f7f9fd}.unscheduled-pool>div:first-child{display:grid;align-content:center;gap:3px}.unscheduled-pool strong{font-size:16px}.unscheduled-pool>div:first-child span{color:#718096;font-size:14px}.pool-content{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:40px minmax(0,1fr) 28px;gap:8px 12px;align-content:stretch}.pool-add-form{height:40px;display:flex;grid-column:1 / -1}.pool-add-form input{width:220px;min-width:0;padding:0 10px;border:1px solid #d6dfeb;border-right:0;border-radius:5px 0 0 5px;color:#172033;font-size:16px}.pool-add-form button{height:40px;display:inline-flex;align-items:center;gap:4px;padding:0 10px;border:1px solid #7188ff;border-radius:0 5px 5px 0;background:#eef2ff;color:#5872df;font-size:16px;font-weight:850;cursor:pointer}.pool-task{height:34px;display:flex;align-items:center;gap:8px;padding:0 4px;border:0;border-radius:0;background:transparent;cursor:grab}.pool-task-grid{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(4,34px);grid-auto-flow:column;gap:6px 10px;align-content:start}.pool-task span{min-width:0;overflow:hidden;font-size:16px;font-weight:400;text-align:left;text-overflow:ellipsis;white-space:nowrap}.pool-task button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#8290a3;cursor:pointer}.pool-pagination{display:inline-flex;align-items:center;align-self:center;gap:6px;color:#718096;font-size:14px;font-variant-numeric:tabular-nums}.pool-pagination button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:1px solid #d6dfeb;border-radius:4px;background:#fff;color:#53647c;cursor:pointer}.pool-pagination button:disabled{opacity:.35;cursor:default}.schedule-header button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.schedule-header button.active{background:#eef3ff;box-shadow:inset 0 0 0 1px #7188ff}.day-grid{min-height:0;display:grid;grid-template-columns:96px minmax(0,1fr);padding:8px 30px 14px 18px;overflow-y:auto;background:#fff}.time-labels,.time-cells{height:1064px;display:grid;grid-template-rows:repeat(38,28px)}.time-labels span{padding:4px 12px 0 0;color:#718096;font-size:15px;font-weight:800;text-align:right;font-variant-numeric:tabular-nums}.time-cells{position:relative;border:1px solid #dfe7f2;border-bottom:0;background:#eef2f8}.time-cell{width:100%;height:28px;padding:0;border:0;border-bottom:1px solid #edf1f6;background:transparent}.time-cell:nth-child(4n+1){border-bottom-color:#d8e1ed}.day-grid.creating .time-cell{cursor:crosshair}.day-grid.creating .time-cell:hover{background:#eef3ff}.time-selection{position:absolute;left:12px;right:12px;z-index:3;border:1px dashed #5876ef;background:#5b79ef29;pointer-events:none}.split-guides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;opacity:0;pointer-events:none;transition:opacity .12s ease}.split-guides i{position:absolute;left:0;right:0;display:block;border-top:1px solid rgba(91,121,239,.2);font-style:normal}.split-guides i.major{border-top-color:#5b79ef57}.split-guides span{position:absolute;right:8px;top:0;padding:1px 5px;border-radius:3px;background:#ffffffe6;color:#66779a;font-size:16px;font-weight:850;line-height:1.3;transform:translateY(-50%)}.day-grid.splitting .split-guides,.day-grid.resizing .split-guides,.day-grid.resize-ready .split-guides,.day-grid.dragging-item .split-guides{opacity:1}.day-grid.dragging-item .time-cell{cursor:grabbing}.day-grid.dragging-item .time-cell:hover{background:#5b79ef1a}.calendar-slot{position:absolute;left:12px;right:12px;z-index:5;min-height:28px;display:grid;grid-template-columns:300px minmax(0,1fr);align-items:stretch;border:1px solid #cdd9ed;border-radius:6px;background:#eaf2ff;box-shadow:0 3px 10px #2a3a5a1a;overflow:hidden;cursor:grab}.calendar-slot.green{background:#ecf8ee}.calendar-slot.yellow{background:#fff2bf}.calendar-slot.rose{background:#fff0f2}.calendar-slot.neutral{background:#f3f5f8}.calendar-slot.custom{background:#fff}.slot-meta{position:relative;min-width:0;display:grid;grid-template-rows:auto auto;justify-items:center;align-items:center;align-content:center;gap:7px;padding:9px 36px 9px 12px;border-right:1px solid rgba(107,124,150,.16)}.slot-meta strong{color:#172033;font-size:16px;white-space:nowrap}.slot-meta input,.slot-meta select{min-width:0;width:86px;height:32px;padding:0 8px;border:1px solid #d8e1ed;border-radius:5px;background:#fff;color:#263248;font-size:15px;font-weight:800}.slot-meta select{cursor:pointer}.category-picker{position:relative;min-width:0;width:100%}.category-picker summary{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;padding:0;border:0;border-radius:0;background:transparent;color:#263248;font-size:28px;overflow:hidden;cursor:pointer;list-style:none;white-space:nowrap}.category-picker summary::-webkit-details-marker{display:none}.category-picker summary svg{flex:0 0 auto}.category-menu{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);z-index:30;width:190px;display:grid;gap:2px;padding:5px;border:1px solid #d8e1ed;border-radius:6px;background:#fff;box-shadow:0 10px 24px #2a3a5a2e}.category-option{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center}.category-option>button:first-child,.category-add{min-width:0;height:30px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#263248;font-size:14px;text-align:left;cursor:pointer}.category-option>button:first-child:hover,.category-option>button:first-child.active,.category-add:hover{background:#eef3ff}.category-remove{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:#8793a5;cursor:pointer}.category-remove:hover{background:#fff0f1;color:#c84e59}.category-add{width:100%;display:flex;align-items:center;gap:5px;border-top:1px solid #edf1f6;color:#5872df}.category-add-form{display:grid;grid-template-columns:minmax(0,1fr) 28px 28px;gap:3px;padding-top:4px;border-top:1px solid #edf1f6}.category-add-form input{min-width:0;width:auto;height:30px;padding:0 7px;font-size:14px}.category-add-form button{width:28px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:#eef3ff;color:#5872df;cursor:pointer}.calendar-slot:has(.category-picker[open]){z-index:25;overflow:visible}.slot-delete,.scheduled-task>button:last-child{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:5px;background:transparent;color:#8793a5;cursor:pointer}.slot-meta .slot-delete{position:absolute;top:8px;right:6px}.slot-tasks{min-width:0;display:flex;align-content:flex-start;align-items:center;flex-wrap:wrap;gap:5px 8px;padding:4px 10px;overflow:hidden}.scheduled-task-grid{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(var(--task-rows),34px);grid-auto-flow:column;gap:5px 8px;align-content:center}.slot-label{color:#56647a;font-size:14px;font-weight:900}.scheduled-task{min-width:0;max-width:none;height:34px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 5px 0 8px;border:1px solid #dfe6ef;border-radius:5px;background:#fff}.scheduled-task .check-box{width:17px;height:17px;padding:0;border-width:2px}.scheduled-task span{overflow:hidden;color:#172033;font-size:16px;font-weight:850;text-overflow:ellipsis;white-space:nowrap;font-family:SimSun,宋体,serif}.scheduled-task.done{border-color:#d8dde5;background:#eef0f3;opacity:.78}.scheduled-task.done span{color:#929aa6;text-decoration:line-through;text-decoration-thickness:2px}.scheduled-task.done .check-box{border-color:#aeb6c2;background:#e2e5e9;color:#7d8794}.add-work{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;align-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#5872df;cursor:pointer}.add-work:hover{background:#5872df1a}.resize-handle{position:absolute;left:0;z-index:12;width:100%;height:16px;padding:0;border:0;background:transparent;cursor:ns-resize;touch-action:none}.resize-handle:after{position:absolute;left:12px;right:12px;height:3px;border-radius:2px;background:transparent;content:""}.resize-handle.top{top:-4px}.resize-handle.top:after{top:4px}.resize-handle.bottom{bottom:-4px}.resize-handle.bottom:after{bottom:4px}.resize-handle:hover:after,.resize-handle.active:after{background:#5b79ef;box-shadow:0 0 0 1px #ffffffd9}@media(max-width:1700px){.calendar-panel{height:1900px}.day-grid{grid-template-columns:154px minmax(0,1fr);padding:13px 48px 22px 29px}.time-labels,.time-cells{height:1702px;grid-template-rows:repeat(38,44.8px)}.time-labels span{padding:6px 19px 0 0;font-size:24px}.time-cell{height:44.8px}.calendar-slot{left:19px;right:19px;min-height:44.8px;grid-template-columns:450px minmax(0,1fr);border-radius:8px}.slot-meta{gap:10px;padding:13px 50px 13px 18px}.slot-meta strong{font-size:25px}.slot-meta input,.slot-meta select{width:138px;height:51px;padding:0 13px;font-size:24px}.category-picker{width:100%}.category-picker summary{min-height:48px;padding:0;font-size:36px}.category-menu{width:230px}.category-option>button:first-child,.category-add{height:38px;font-size:18px}.category-add-form input{height:38px;font-size:18px}.scheduled-task-grid{grid-template-rows:repeat(var(--task-rows),54px);gap:8px 13px}.slot-tasks{gap:8px 13px;padding:6px 16px}.scheduled-task{min-width:256px;max-width:496px;height:54px;gap:11px;padding:0 8px 0 13px}.scheduled-task .check-box{width:27px;height:27px}.scheduled-task span{font-size:25px}.add-work{width:46px;height:46px}.add-work svg{width:29px;height:29px}}.day-grid{grid-template-columns:minmax(0,1fr);padding-left:30px;overflow-x:hidden}.time-labels{display:none}.calendar-slot{left:4px;right:4px;border-radius:8px;box-shadow:0 6px 16px #2a3a5a33,0 2px 5px #2a3a5a1f,inset 0 0 0 1px #ffffff75}.day-grid.splitting .calendar-slot{cursor:crosshair}.day-grid.splitting .calendar-slot:hover{filter:brightness(.98);box-shadow:inset 0 0 0 2px #6680ee}@media(max-width:1700px){.unscheduled-pool strong,.pool-task span{font-size:16px}.unscheduled-pool>div:first-child span,.pool-add-form input{font-size:16px}.pool-add-form,.pool-add-form button{height:40px}.pool-task{height:34px}.pool-add-form button{font-size:16px}.pool-task span{max-width:none}}.calendar-panel{height:auto;grid-template-rows:104px auto auto;overflow:visible}.day-grid{overflow:visible}.app-header.today,.app-header.today *,.app-header.dashboard,.app-header.dashboard *,.timeline-card,.timeline-card *,.schedule-header,.schedule-header *,.unscheduled-pool,.unscheduled-pool *,.day-grid,.day-grid *{font-weight:400!important}.pool-task span{font-family:SimSun,宋体,serif;font-size:17px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 18%,rgba(111,134,255,.14),transparent 36%),linear-gradient(145deg,#f5f7fc,#eef2fa)}.login-card{width:min(420px,100%);padding:38px;border:1px solid rgba(126,143,184,.2);border-radius:22px;background:#fffffff0;box-shadow:0 20px 55px #37467024}.login-brand{margin-bottom:28px;color:#65708b;font-size:14px;letter-spacing:.08em}.login-card h1{margin:0;color:#172037;font-size:28px;font-weight:600}.login-card>p{margin:10px 0 28px;color:#77819a}.login-card form,.login-card label{display:grid;gap:9px}.login-card form{gap:18px}.login-card label span{color:#4f5a73;font-size:14px}.login-card input{height:46px;padding:0 14px;border:1px solid #dbe1ed;border-radius:10px;background:#fbfcff;color:#172037;font:inherit;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.login-card input:focus{border-color:#7387f4;box-shadow:0 0 0 4px #7387f41f}.login-card form>button{height:46px;border:0;border-radius:10px;background:#5f73e8;color:#fff;cursor:pointer;font:inherit}.login-card form>button:disabled{cursor:wait;opacity:.65}.login-error{padding:10px 12px;border-radius:9px;background:#fff0f0;color:#bd3e45;font-size:14px}.auth-loading{color:#65708b}.auth-logout{position:fixed;right:18px;bottom:18px;z-index:80;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(126,143,184,.24);border-radius:999px;background:#ffffffeb;box-shadow:0 6px 20px #3746701f;color:#65708b;cursor:pointer}
