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:#fffaf8;border-radius:8px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%}.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,.tool-file-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;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:0 9px;font-size:13px;display:inline-flex}.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;position:relative}.chat-workspace{isolation:isolate;background:#f5f3ef;height:100vh;max-height:100vh;overflow:hidden}.workspace.has-chat-background{background:#19191b}.workspace.has-chat-background:before,.workspace.has-chat-background:after{pointer-events:none;content:"";position:absolute;inset:0}.workspace.has-chat-background:before{z-index:0;background-image:var(--chat-background);background-position:top;background-repeat:no-repeat;background-size:cover}.workspace.has-chat-background:after{z-index:1;background:#0a0a0c33}.workspace.has-chat-background>*{z-index:2;position:relative}.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-title{align-items:center;gap:10px;min-width:0;display:flex}.chat-title>div:last-child{min-width:0}.chat-title h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-title-icon{color:#fff;background:#2f6f6b;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;display:grid}.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,.header-actions>button,.new-group-button{background:#fff;border:1px solid #ded9cf;align-items:center;gap:6px;padding:6px 9px;display:flex}.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}.header-actions>.new-group-button,.new-group-button{color:#fff;background:#c95f4f;border-color:#c95f4f;font-weight:650}.header-actions>button.danger-button{border-color:#f5d7cf}.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}.user-avatar{background:linear-gradient(135deg,#74a6cdf0,#c87791e6),#74a6cd}.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-color:#f5f3ef;flex:1;min-height:0;padding:22px 24px 30px;overflow:auto}.workspace.has-chat-background .chat-stage{background:0 0}.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;overflow:hidden}.message-avatar>.avatar{border-radius:inherit;width:100%;height:100%}.message-body{background:#fffffff0;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{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tool-file-button,.file-label{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.tool-file-button input,.file-label input{cursor:pointer;opacity:0;border:0;width:100%;height:100%;margin:0;padding:0;font-size:120px;position:absolute;inset:0}.composer-tools button,.tool-file-button{background:#ede8dd;min-height:42px;padding:0 11px}.composer-tools .toggle.on,.switch.on{color:#fff;background:#2f6f6b}.composer-tools .continue-button{background:#e7f0ee}.composer-tools .send-image-button{color:#fff;background:#c95f4f}.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}.workspace.has-chat-background .chat-header{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1111136b;border-bottom-color:#ffffff2e}.workspace.has-chat-background .chat-header p{color:#ffffffad}.workspace.has-chat-background .chat-title-icon{background:#161618ad;border:1px solid #ffffff38}.workspace.has-chat-background .header-actions>button,.workspace.has-chat-background .role-strip button{color:#fff;background:#1616188a;border-color:#fff3}.workspace.has-chat-background .header-actions>.new-group-button{color:#231a0d;background:#efbd63;border-color:#efbd63}.workspace.has-chat-background .mode-switch{background:#1010128a}.workspace.has-chat-background .mode-switch button{color:#ffffffbd}.workspace.has-chat-background .mode-switch button.active{color:#1c1710;background:#efbd63}.workspace.has-chat-background .message,.workspace.has-chat-background .message.user{grid-template-columns:minmax(0,780px)}.workspace.has-chat-background .message-avatar{display:none}.workspace.has-chat-background .message-body{color:#f8f7f2;background:#131315eb;border-color:#ffffff1a;border-radius:18px;width:fit-content;max-width:min(780px,76%);padding:14px 16px;box-shadow:0 12px 32px #00000038}.workspace.has-chat-background .message.user .message-body{color:#281e12;background:#f4be5df5;border-color:#ffefc1c7;justify-self:end}.workspace.has-chat-background .message.system .message-body{color:#fff7e6;background:#503a17e0}.workspace.has-chat-background .message-meta{color:#ffffff9e}.workspace.has-chat-background .message-meta strong{color:#fff}.workspace.has-chat-background .message.user .message-meta,.workspace.has-chat-background .message.user .message-meta strong{color:#322614}.workspace.has-chat-background .message-meta button{color:#fff;background:#ffffff21}.workspace.has-chat-background .message.user .message-meta button{color:#2e2414;background:#ffffff5c}.workspace.has-chat-background .attachment-card{color:#f8f7f2;background:#ffffff1a;border-color:#ffffff29}.workspace.has-chat-background .attachment-card span,.workspace.has-chat-background .source-list a{color:#ffffffad}.workspace.has-chat-background .source-list{border-top-color:#ffffff29}.workspace.has-chat-background .source-list strong{color:#efc26d}.workspace.has-chat-background .composer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#10101294;border-top-color:#ffffff29}.workspace.has-chat-background .context-status span{color:#ffffffd1;background:#1010128f}.workspace.has-chat-background .composer-tools button,.workspace.has-chat-background .tool-file-button{color:#fff;background:#101012a8;border:1px solid #ffffff1f}.workspace.has-chat-background .composer-tools .send-image-button,.workspace.has-chat-background .composer-tools .toggle.on,.workspace.has-chat-background .send-button{color:#281d0e;background:#efbd63;border-color:#efbd63}.workspace.has-chat-background .composer textarea{color:#fff;background:#0f0f11b8;border-color:#fff3}.workspace.has-chat-background .composer textarea::placeholder{color:#ffffff94}.workspace.has-chat-background .composer textarea:focus{border-color:#efbd63;box-shadow:0 0 0 3px #efbd6338}.panel{width:min(1080px,100% - 36px);margin:22px auto}.panel-header{margin-bottom:18px}.panel-actions,.subsection-header{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.subsection-header{justify-content:space-between;margin-bottom:12px}.subsection-header h3{margin:2px 0 0;font-size:19px}.subsection-header p{color:#6d7168;margin:0;font-size:13px}.role-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.role-card,.group-card,.memory-group,.settings-panel,.handoff-box{background:#fff;border:1px solid #ded9cf;border-radius:8px;padding:16px}.role-card.pinned{border-color:#9cc8c2;box-shadow:inset 0 0 0 1px #2f6f6b1f}.pin-badge{color:#1d5e59;background:#e7f0ed;border-radius:6px;width:fit-content;margin-top:10px;padding:3px 7px;font-size:12px;display:inline-flex}.role-card h3{margin:12px 0 6px}.role-card p,.empty,.handoff-box p{color:#6d7168;line-height:1.55}.role-voice{color:#1d5e59;background:#e7f0ed;border-radius:6px;align-items:center;gap:5px;width:fit-content;max-width:100%;margin:0 0 12px;padding:4px 7px;font-size:12px;display:inline-flex}.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}.panel-header button.primary,.create-group-cta{color:#fff;background:#c95f4f}.secondary-button{color:#1d5e59}.danger-button{color:#8b3d35;background:#fff0e7!important}.wide-empty{background:#fff;border:1px dashed #ded9cf;border-radius:8px;grid-column:1/-1;padding:16px}.saved-groups{margin-top:24px}.group-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}.group-card{grid-template-columns:auto 1fr;align-items:start;gap:12px;display:grid}.group-card-icon{color:#1d5e59;background:#e7f0ed;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.group-card h3{margin:0 0 6px;font-size:17px}.group-card p{color:#6d7168;margin:0;line-height:1.45}.group-card button,.empty-group-button{color:#1d5e59;background:#e7f0ed;grid-column:1/-1;justify-content:center;min-height:40px}.group-card-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.group-card-actions button{flex:88px}.empty-group-button{border:1px dashed #9cc8c2;gap:8px;width:100%}.world-panel,.forum-panel{gap:14px;display:grid}.world-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.world-grid label{color:#4c5249;gap:7px;font-size:13px;font-weight:650;display:grid}.world-grid textarea{resize:vertical;min-height:112px}.forum-composer{background:#fff;border:1px solid #ded9cf;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;padding:12px;display:grid}.forum-composer textarea{resize:vertical;min-height:76px}.forum-pending-files{grid-column:1/-1;margin-top:0}.forum-composer-actions{flex-direction:column;gap:8px;display:flex}.forum-composer-actions button,.forum-composer-actions .tool-file-button{white-space:nowrap;background:#ede8dd;justify-content:center;min-height:42px;padding:0 12px}.forum-composer-actions .primary{color:#fff;background:#c95f4f}.forum-feed{gap:14px;display:grid}.forum-post{background:#fff;border:1px solid #ded9cf;border-radius:8px;gap:12px;padding:16px;display:grid}.forum-post header,.post-author,.comment-composer{align-items:center;gap:10px;display:flex}.forum-post header{justify-content:space-between}.post-author span,.comment-item span{color:#6d7168;font-size:12px}.forum-post h3{margin:0;font-size:20px}.forum-post p,.comment-item p{white-space:pre-wrap;margin:0;line-height:1.65}.post-image{aspect-ratio:1;object-fit:cover;border:1px solid #ded9cf;border-radius:8px;width:min(560px,100%)}.comment-list{gap:8px;display:grid}.comment-item{background:#fbfaf7;border:1px solid #eee8de;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:8px;padding:10px;display:grid}.comment-main{gap:5px;min-width:0;display:grid}.comment-head{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.comment-head button{color:#47605d;background:#e7f0ed;border-radius:6px;align-items:center;gap:3px;min-height:26px;padding:0 7px;font-size:12px;display:inline-flex}.comment-reply-reference{font-weight:650;color:#2f6f6b!important}.replying-indicator{color:#47605d;background:#e7f0ed;border-radius:7px;align-items:center;gap:6px;width:fit-content;padding:5px 7px;font-size:12px;display:inline-flex}.replying-indicator button{color:#47605d;background:#ffffffb8;border-radius:5px;place-items:center;width:22px;height:22px;display:grid}.comment-composer{align-items:stretch}.comment-composer input{flex:auto}.comment-composer button{color:#fff;background:#2f6f6b;min-height:42px;padding:0 14px}.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}.profile-card{background:#fff;border:1px solid #ded9cf;border-radius:8px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.profile-fields{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.profile-upload{justify-content:center;min-height:44px;padding:0 12px;display:flex}.settings-panel label,.editor-grid label,.media-editors label,.voice-picker{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}.wide-field{grid-column:1/-1}.voice-picker-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.voice-picker-row button{color:#1d5e59;background:#e7f0ed;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 12px;display:inline-flex}.voice-helper{color:#6d7168;margin:0;font-size:12px;font-weight:500;line-height:1.5}.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}.share-modal header>div{min-width:0}.share-modal header p,.share-modal header h2{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.share-modal header p{color:#6d7168;margin-bottom:4px;font-size:12px}.share-modal-copy{color:#5b6057;margin:0 0 12px;line-height:1.6}.share-target-list button{align-items:flex-start}.share-target-list button>span{text-align:left;gap:3px;min-width:0;display:grid}.share-target-list small{color:#6d7168;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.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}.audio-dock{z-index:28;color:#222;background:#fffdfa;border:1px solid #ded9cf;border-radius:8px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;width:min(420px,100vw - 36px);padding:10px 12px;display:grid;position:fixed;bottom:144px;right:18px;box-shadow:0 16px 50px #00000029}.audio-dock.needs-tap{background:#fff8e7;border-color:#9a6b1f}.audio-dock div{min-width:0}.audio-dock strong,.audio-dock span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.audio-dock strong{font-size:14px}.audio-dock span{color:#62615d;font-size:12px}.audio-dock button{min-height:32px;padding:0 10px}@media (width<=860px){.app-shell{padding-bottom:70px;display:block}.sidebar{display:none}.workspace{min-height:calc(100vh - 70px)}.chat-workspace{height:calc(100vh - 70px);min-height:calc(100vh - 70px);max-height:calc(100vh - 70px)}.chat-header{align-items:flex-start;padding:14px}.chat-workspace .single-chat-header{align-items:center;min-height:68px;padding:10px 12px}.chat-workspace .single-chat-header .chat-title{flex:auto;gap:8px}.chat-workspace .single-chat-header .chat-title p{display:none}.chat-workspace .single-chat-header .chat-title h2{max-width:140px;font-size:19px}.chat-workspace .single-chat-header .header-actions{flex-wrap:nowrap;width:auto;max-width:48%;margin-left:auto}.chat-workspace .single-chat-header .role-strip{flex-wrap:nowrap;max-width:none}.workspace.has-chat-background .chat-header{align-items:center;min-height:68px;padding:10px 12px}.workspace.has-chat-background .chat-title{gap:8px}.workspace.has-chat-background .chat-title h2{max-width:136px;font-size:19px}.workspace.has-chat-background .header-actions{flex-wrap:nowrap;width:auto;max-width:52%;margin-left:auto}.workspace.has-chat-background .header-actions>button span,.workspace.has-chat-background .role-strip button span{display:none}.workspace.has-chat-background .mode-switch{order:initial;width:auto}.workspace.has-chat-background .mode-switch button{flex:initial}.workspace.has-chat-background .role-strip{flex-wrap:nowrap;max-width:none}.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,.new-group-button span{display:none}.chat-stage{padding:14px 12px 20px}.workspace.has-chat-background .chat-stage{padding:18px 14px 24px}.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}.workspace.has-chat-background .message,.workspace.has-chat-background .message.user{direction:ltr;grid-template-columns:minmax(0,1fr);margin-bottom:14px}.workspace.has-chat-background .message-body,.workspace.has-chat-background .message.user .message-body{grid-column:1;width:fit-content;max-width:86%;padding:12px 14px}.workspace.has-chat-background .message-meta span{display:none}.composer{grid-template-columns:1fr 46px;gap:8px;padding:10px}.composer-tools,.pending-files{grid-column:1/-1}.composer textarea{min-height:46px}.workspace.has-chat-background .composer{grid-template-columns:minmax(0,1fr) 46px;gap:8px;padding:10px 12px 12px}.workspace.has-chat-background .context-status{display:none}.workspace.has-chat-background .composer-tools{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.workspace.has-chat-background .composer-tools::-webkit-scrollbar{display:none}.workspace.has-chat-background .composer-tools button,.workspace.has-chat-background .tool-file-button{border-radius:20px;flex:none;min-height:40px}.workspace.has-chat-background .composer textarea{border-radius:22px;min-height:46px}.workspace.has-chat-background .send-button{border-radius:50%;width:46px;height:46px;padding:0}.panel{width:calc(100% - 24px);margin:14px auto}.panel-header{align-items:flex-start}.settings-grid,.editor-grid,.media-editors,.world-grid,.profile-card,.profile-fields,.voice-picker-row{grid-template-columns:1fr}.forum-composer,.comment-composer{grid-template-columns:1fr;display:grid}.forum-composer-actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.forum-composer button,.forum-composer .tool-file-button,.comment-composer button{width:100%}.mobile-nav{z-index:15;background:#fbfaf7;border-top:1px solid #ded9cf;grid-template-columns:repeat(7,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.workspace.has-chat-background~.mobile-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101012db;border-top-color:#ffffff29}.workspace.has-chat-background~.mobile-nav button{color:#ffffffc7}.workspace.has-chat-background~.mobile-nav button.active{color:#f2c56e;background:#ffffff14}.mobile-nav button{border-radius:0;flex-direction:column;justify-content:center;min-height:62px;font-size:11px}.toast{bottom:188px;right:12px}.audio-dock{width:calc(100vw - 24px);bottom:144px;right:12px}}
