:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei",sans-serif;--bg:#071521;--panel:#0b2030;--line:#17374a;--text:#f4f7fa;--muted:#8194a5;--blue:#4ba7ff;--green:#31d3a6;--yellow:#f0c451;--orange:#ff945b;--red:#ff6478}*{box-sizing:border-box;min-width:0}html,body{width:100%;max-width:100%;margin:0;overflow-x:clip;background:var(--bg);color:var(--text)}body{min-height:100dvh;background:radial-gradient(circle at 50% -8%,#12344d 0,var(--bg) 45%)}[hidden]{display:none!important}.app{width:min(100%,430px);min-height:100dvh;margin:auto;padding:calc(env(safe-area-inset-top) + 24px) 22px calc(env(safe-area-inset-bottom) + 180px)}.header{display:flex;align-items:center;gap:14px}.logo{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#46e2bb,#25c99f);color:#052117;font-weight:850}.header h1{font-size:25px;margin:0 0 6px}.presence{margin:0;color:var(--yellow);font-size:14px;font-weight:700}.presence i{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:currentColor}.presence.online{color:var(--green)}section{margin-top:54px}.label{margin:0 0 24px;color:var(--muted);font-size:13px;font-weight:750;letter-spacing:.04em}h2{font-size:22px;margin:0 0 9px}.task p:not(.label),.muted{color:var(--muted);line-height:1.55}.task-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.task-row strong{font-size:13px;color:var(--blue)}.progress{height:7px;margin:23px 0 16px;border-radius:99px;overflow:hidden;background:#132b3d}.progress i{display:block;width:0;height:100%;background:var(--blue);transition:width .25s}.progress[data-state=waiting] i{background:var(--yellow)}.progress[data-state=completed] i{background:var(--green)}.progress[data-state=owner] i{background:var(--orange)}.progress[data-state=failed] i{background:var(--red)}.messages{display:grid;gap:18px}.message{border-bottom:1px solid var(--line);padding-bottom:18px}.message b{font-size:12px;color:var(--green)}.message p{margin:8px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.evidence{margin:30px 0;color:var(--muted);font-size:13px}.evidence pre{max-width:100%;padding:12px;border-radius:14px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#06121d}.composer{position:fixed;z-index:20;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100vw - 24px),406px);padding:13px;border:1px solid var(--line);border-radius:24px;background:rgba(8,25,38,.96);box-shadow:0 18px 50px #0007;backdrop-filter:blur(18px)}textarea{display:block;width:100%;max-height:180px;padding:8px;border:0;outline:0;resize:none;background:transparent;color:var(--text);font:inherit;line-height:1.5}.actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(76px,98px);gap:9px}.attach,.actions button{height:50px;border-radius:16px;display:grid;place-items:center;font-weight:800}.attach{border:1px solid #2a4b61;color:#b7c7d4}.attach input{position:absolute;width:1px;height:1px;opacity:0}.actions button{border:0;background:var(--green);color:#042117;font-size:15px}.actions button:disabled{opacity:.45}.selected{display:flex;gap:7px;max-width:100%;padding:7px 0;overflow-x:auto}.file-chip{flex:0 0 auto;max-width:190px;padding:7px 9px;border-radius:10px;background:#102d40;color:#bed0dc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.composer-status{min-height:18px;margin:3px 7px 8px;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.composer-status.error{color:var(--red)}@media(max-width:375px){.app{padding-left:18px;padding-right:18px}.header h1{font-size:22px}.composer{width:calc(100vw - 18px)}}
