html{background:#f5f3ef}a{color:inherit}:root{color:#20231f;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f3ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:wait;opacity:.65}.boot{color:#4c5249;place-items:center;min-height:100vh;display:grid}.app-shell{background:linear-gradient(90deg,#3e817d14,#0000 26%),#f5f3ef;grid-template-columns:292px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#fbfaf7;border-right:1px solid #ded9cf;flex-direction:column;gap:18px;padding:22px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#2f6f6b;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.brand h1,.brand p,.panel h2,.panel p,.chat-header h2,.chat-header p{margin:0}.brand h1{font-size:19px}.brand p,.chat-header p,.panel-header p{color:#6d7168;font-size:13px}.nav-list{gap:6px;display:grid}.nav-list button,.mobile-nav button,.conversation-item,.role-strip button,.composer-tools button,.panel-header button,.button-row button,.file-label,.switch,.pending-files button,.history-list button,.pick-list button{color:#2e322d;background:0 0;border-radius:8px;align-items:center;gap:8px;display:flex}.nav-list button{padding:10px 12px}.nav-list button.active,.mobile-nav button.active,.conversation-item.selected,.pick-list button.selected{color:#1d5e59;background:#e7f0ed}.conversation-list{min-height:0;overflow:auto}.section-title,.panel-header,.chat-header,.message-meta,.composer,.modal header,.modal footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.section-title{color:#6d7168;margin-bottom:8px;font-size:13px}.section-title button{color:#fff;background:#c95f4f;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.conversation-item{text-align:left;width:100%;min-height:42px;padding:9px}.conversation-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;overflow:hidden}.workspace{flex-direction:column;min-width:0;min-height:100vh;display:flex}.chat-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbfaf7e6;border-bottom:1px solid #ded9cf;min-height:82px;padding:18px 24px}.chat-header h2,.panel h2{letter-spacing:0;font-size:clamp(22px,2vw,30px)}.header-actions,.role-strip{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.role-strip button,.new-group-button{background:#fff;border:1px solid #ded9cf;padding:6px 9px}.mode-switch{background:#ede8dd;border-radius:8px;align-items:center;padding:3px;display:flex}.mode-switch button{color:#4c5249;background:0 0;border-radius:6px;min-height:32px;padding:0 9px}.mode-switch button.active{color:#fff;background:#2f6f6b}.new-group-button{color:#1d5e59;align-items:center;gap:6px;display:flex}.avatar{color:#fff;background-color:#2f6f6b;background-image:linear-gradient(135deg,#2f6f6bf0,#bd5c4ce6),none;background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:8px;flex:none;place-items:center;font-weight:700;display:grid}.avatar.sm{width:30px;height:30px;font-size:13px}.avatar.md{width:42px;height:42px}.avatar.lg{width:64px;height:64px;font-size:24px}.chat-stage{background-position:50%;background-size:cover;flex:1;min-height:0;padding:22px 24px 30px;overflow:auto}.message{grid-template-columns:36px minmax(0,780px);gap:10px;margin-bottom:18px;display:grid}.message.user{grid-template-columns:minmax(0,780px) 36px;justify-content:end}.message.user .message-avatar{grid-column:2}.message.user .message-body{background:#eaf2f1;grid-area:1/1}.message.system .message-body{background:#fff7e0}.message-avatar{color:#fff;background:#8b7662;border-radius:8px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:grid}.message-body{background:#fff;border:1px solid #ded9cf;border-radius:8px;padding:12px 14px;box-shadow:0 12px 30px #372f270f}.message-body p{white-space:pre-wrap;margin:8px 0 0;line-height:1.65}.message-meta{color:#6d7168;justify-content:flex-start;font-size:12px}.message-meta strong{color:#20231f;font-size:14px}.message-meta button{color:#2f6f6b;background:#e7f0ed;border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.attachment-row,.attachment-grid,.pending-files,.context-status{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.attachment-row span,.pending-files button,.context-status span{color:#775141;background:#fff0e7;border-radius:7px;padding:5px 8px;font-size:12px}.context-status{grid-column:1/-1;margin-top:0}.context-status span{color:#47605d;background:#e7f0ed}.attachment-grid{gap:8px}.attachment-card{color:#4c5249;background:#fbfaf7;border:1px solid #ded9cf;border-radius:8px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:2px 8px;width:min(260px,100%);padding:7px;display:grid}.attachment-card img{object-fit:cover;border-radius:7px;grid-row:span 2;width:48px;height:48px}.attachment-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.attachment-card span,.source-list a{color:#6d7168;font-size:12px}.source-list{border-top:1px solid #eee8de;gap:5px;margin-top:10px;padding-top:9px;display:grid}.source-list strong{color:#2f6f6b;font-size:12px}.source-list a{text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}.typing-card{align-items:center;gap:10px;display:flex}.typing-card p{margin:0}.typing-dots{gap:4px;display:flex}.typing-dots span{background:#2f6f6b;border-radius:999px;width:6px;height:6px;animation:1s ease-in-out infinite typing-pulse}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.composer{background:#fbfaf7;border-top:1px solid #ded9cf;grid-template-columns:auto minmax(0,1fr) 48px;padding:14px 18px;display:grid;position:sticky;bottom:0}.composer-tools{align-items:center;gap:8px;display:flex}.composer-tools input,.file-label input{display:none}.composer-tools button{background:#ede8dd;min-height:42px;padding:0 11px}.composer-tools .toggle.on,.switch.on{color:#fff;background:#2f6f6b}.composer textarea{resize:vertical;width:100%;min-height:48px;max-height:150px}input,textarea,select{color:#20231f;background:#fff;border:1px solid #d7d1c7;border-radius:8px;outline:none;padding:11px 12px}textarea:focus,input:focus,select:focus{border-color:#2f6f6b;box-shadow:0 0 0 3px #2f6f6b24}.send-button,.primary{color:#fff;background:#c95f4f;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;display:inline-flex}.panel{width:min(1080px,100% - 36px);margin:22px auto}.panel-header{margin-bottom:18px}.role-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.role-card,.memory-group,.settings-panel,.handoff-box{background:#fff;border:1px solid #ded9cf;border-radius:8px;padding:16px}.role-card h3{margin:12px 0 6px}.role-card p,.empty,.handoff-box p{color:#6d7168;line-height:1.55}.button-row,.switch-row{gap:10px;display:flex}.button-row.wrap,.switch-row{flex-wrap:wrap}.button-row button,.file-label,.panel-header button,.switch{background:#ede8dd;min-height:40px;padding:0 12px}.memory-list{gap:14px;display:grid}.memory-group h3{margin:0 0 10px}.memory-item{border-top:1px solid #eee8de;grid-template-columns:1fr auto;align-items:start;gap:10px;padding:10px 0;display:grid}.memory-item p{margin:0;line-height:1.6}.memory-item button{color:#8b3d35;background:#fff0e7;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.memory-tags,.memory-actions{flex-wrap:wrap;gap:6px;display:flex}.memory-tags{margin-bottom:6px}.memory-tags span{color:#47605d;background:#e7f0ed;border-radius:6px;padding:3px 7px;font-size:12px}.history-list{gap:8px;display:grid}.history-list button{background:#fff;border:1px solid #ded9cf;justify-content:space-between;min-height:52px;padding:12px}.history-list span{color:#6d7168;font-size:13px}.settings-panel{gap:14px;display:grid}.settings-panel label,.editor-grid label,.media-editors label{color:#4c5249;gap:7px;font-size:13px;font-weight:650;display:grid}.settings-grid,.editor-grid,.media-editors{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.handoff-box strong{margin-bottom:6px;display:block}.modal-backdrop{z-index:20;background:#17181661;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fbfaf7;border-radius:8px;width:min(820px,100%);max-height:min(780px,100vh - 36px);padding:18px;overflow:auto;box-shadow:0 24px 80px #1a161238}.modal.compact{width:min(520px,100%)}.modal header{margin-bottom:16px}.modal header h2{margin:0}.modal header button{background:#ede8dd;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.modal footer{margin-top:16px}.pick-list{gap:8px;display:grid}.pick-list button{background:#fff;border:1px solid #ded9cf;padding:9px}.mobile-nav{display:none}.toast{z-index:30;color:#fff;text-align:left;background:#2f3338;border-radius:8px;max-width:min(420px,100vw - 36px);padding:12px 14px;position:fixed;bottom:88px;right:18px;box-shadow:0 16px 50px #0000002e}@media (width<=860px){.app-shell{padding-bottom:70px;display:block}.sidebar{display:none}.workspace{min-height:calc(100vh - 70px)}.chat-header{align-items:flex-start;padding:14px}.header-actions{justify-content:flex-start;width:100%}.mode-switch{order:3;width:100%}.mode-switch button{flex:1}.role-strip{max-width:54%}.role-strip button span{display:none}.chat-stage{padding:14px 12px 20px}.message,.message.user{grid-template-columns:32px minmax(0,1fr)}.message.user .message-avatar,.message.user .message-body{grid-area:auto}.message.user{direction:rtl}.message.user .message-body{direction:ltr}.composer{grid-template-columns:1fr 46px;gap:8px;padding:10px}.composer-tools,.pending-files{grid-column:1/-1}.composer textarea{min-height:46px}.panel{width:calc(100% - 24px);margin:14px auto}.panel-header{align-items:flex-start}.settings-grid,.editor-grid,.media-editors{grid-template-columns:1fr}.mobile-nav{z-index:15;background:#fbfaf7;border-top:1px solid #ded9cf;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{border-radius:0;flex-direction:column;justify-content:center;min-height:62px;font-size:12px}.toast{bottom:84px;right:12px}}
