.task-centre{margin-top:18px;border-top:1px solid rgba(15,101,87,.16);padding-top:16px}.task-centre-trigger{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(15,101,87,.22);border-radius:13px;padding:11px 12px;background:rgba(255,255,255,.72);color:var(--ink,#10251f);text-align:left;cursor:pointer}.task-centre-trigger>span:nth-child(2){display:grid;gap:2px;min-width:0}.task-centre-trigger strong{font-size:13px}.task-centre-trigger small{font-size:11px;color:var(--muted,#687a73);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-centre-trigger b{margin-left:auto;display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#0f6557;color:#fff;font:600 11px "IBM Plex Mono",monospace}.task-centre-pulse{width:9px;height:9px;border-radius:50%;background:#9aaaa4;flex:0 0 auto}.task-centre-pulse.active{background:#0f8a72;box-shadow:0 0 0 4px rgba(15,138,114,.12)}.task-centre-drawer{position:fixed;right:24px;bottom:24px;z-index:1000;width:min(430px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 48px));overflow:auto;border:1px solid rgba(15,101,87,.22);border-radius:20px;background:#fbfdfb;box-shadow:0 24px 70px rgba(16,37,31,.22);padding:20px}.task-centre-drawer[hidden]{display:none}.task-centre-drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.task-centre-drawer h2{margin:3px 0 0;font-size:22px}.task-centre-close{border:0;background:transparent;color:#586a63;font-size:28px;line-height:1;cursor:pointer}.task-centre-intro{font-size:13px;line-height:1.5;color:#687a73}.task-centre-list{display:grid;gap:10px;margin:16px 0}.task-card{border:1px solid rgba(15,101,87,.17);border-radius:14px;padding:13px;background:#fff}.task-card-head{display:flex;justify-content:space-between;gap:12px}.task-card-head>div{display:grid;gap:2px}.task-card-head span{text-transform:uppercase;font:600 10px "IBM Plex Mono",monospace;letter-spacing:.05em;color:#0f6557}.task-card-head strong{font-size:14px}.task-card-head>b{font:600 13px "IBM Plex Mono",monospace;color:#0f6557}.task-card p{margin:8px 0 7px;font-size:12px;color:#52635d}.task-progress{height:6px;border-radius:99px;overflow:hidden;background:#e8efec}.task-progress i{display:block;height:100%;border-radius:inherit;background:#0f7a66;transition:width .25s ease}.task-card small{display:block;margin-top:7px;color:#71807a}.task-card em{display:block;margin-top:8px;padding:8px;border-radius:8px;background:#fff4eb;color:#8a4e18;font-style:normal;font-size:12px}.task-actions{display:flex;gap:7px;margin-top:10px;flex-wrap:wrap}.task-actions button,.task-centre-clear{border:1px solid rgba(15,101,87,.25);border-radius:8px;padding:6px 9px;background:#fff;color:#0f6557;font-weight:600;font-size:11px;cursor:pointer}.task-centre-clear{width:100%;padding:9px}.task-centre-empty{display:grid;gap:3px;padding:20px;text-align:center;border:1px dashed rgba(15,101,87,.22);border-radius:12px;color:#687a73}.task-centre-empty strong{color:#273c35}.task-error .task-progress i{background:#b55b32}.task-complete .task-progress i{background:#2b806c}@media(max-width:760px){.task-centre-drawer{right:12px;bottom:12px;width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}@media(prefers-reduced-motion:reduce){.task-progress i{transition:none}}
