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}.context-status .visual-candidate-chip{color:#fff;background:#2f6f6b;border-radius:7px;align-items:center;gap:5px;min-height:28px;padding:5px 8px;font-size:12px;display:inline-flex}.attachment-grid{gap:8px}.message-image-list,.forum-image-list{gap:8px;margin-top:10px;display:grid}.message-image,.forum-image,.post-image-button{background:#202124;border:1px solid #0000001f;border-radius:12px;width:min(460px,100%);padding:0;display:block;overflow:hidden}.message-image img,.forum-image img,.post-image-button img{object-fit:contain;width:100%;max-height:min(58vh,560px);display:block}.message-body.image-message-body{min-width:min(300px,100%);box-shadow:none;background:0 0;border:0;padding:0}.message-body.image-message-body .message-meta{padding:0 2px 7px}.message-body.image-message-body .message-image-list{margin-top:0}.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}.native-file-input{color:#2e322d;opacity:1;pointer-events:auto;cursor:pointer;touch-action:manipulation;background:#fffdf8;border:1px dashed #cfc6ba;border-radius:10px;width:100%;min-height:42px;padding:8px 10px;display:block;position:static}.composer-tools .native-file-input,.forum-composer-actions .native-file-input{flex:190px;max-width:320px}.button-row .native-file-input,.profile-fields .native-file-input{max-width:320px}.upload-field .native-file-input{margin-top:4px}.composer-tools button,.tool-file-button{background:#ede8dd;min-height:42px;padding:0 11px}.upload-choice-button{color:#2e322d;cursor:pointer;touch-action:manipulation;background:#ede8dd;border:1px solid #d7d1c7;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;display:flex}.upload-choice-button:active{transform:translateY(1px)}.upload-field-hint{color:#7a7f75;font-size:12px;line-height:1.4}.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:not(.user) .message-body{border-radius:22px 22px 22px 8px}.workspace.has-chat-background .message.user .message-body{color:#281e12;background:#f4be5df5;border-color:#ffefc1c7;border-radius:22px 22px 8px;justify-self:end}.workspace.has-chat-background .message-body.image-message-body,.workspace.has-chat-background .message.user .message-body.image-message-body{min-width:min(300px,100%);box-shadow:none;background:0 0;border:0;padding:0}.workspace.has-chat-background .message-body.image-message-body .message-meta{padding:0 2px 7px}.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 .context-status .visual-candidate-chip{color:#241b0f;background:#efbd63}.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}.worldspace-panel{gap:18px}.worldspace-layout{grid-template-columns:220px minmax(280px,420px) minmax(280px,1fr);align-items:stretch;gap:16px;display:grid}.world-role-rail{flex-direction:column;gap:8px;min-height:0;max-height:calc(100vh - 170px);display:flex;overflow:auto}.world-role-rail button{text-align:left;background:#fff;border:1px solid #ded9cf;border-radius:8px;align-items:center;gap:10px;min-height:60px;padding:10px;display:flex}.world-role-rail button.active{color:#1d5e59;background:#e7f0ed;border-color:#8dbdb5}.world-role-rail span{min-width:0;display:grid}.world-role-rail strong,.world-role-rail small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.world-role-rail small{color:#6d7168;margin-top:3px;font-size:12px}.world-phone-card,.world-control-panel{min-width:0}.world-phone-frame{color:#fff;background:#171a18;border:5px solid #242823;border-radius:22px;grid-template-rows:auto minmax(420px,1fr) auto;min-height:620px;display:grid;position:sticky;top:18px;overflow:hidden;box-shadow:0 18px 48px #221d172e}.world-phone-topbar,.world-phone-dock{z-index:2;color:#ffffffeb;text-shadow:0 2px 8px #00000042;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:relative}.world-phone-topbar{background:linear-gradient(#00000047,#0000);font-size:12px}.world-phone-topbar strong{font-size:16px}.world-phone-dock{background:linear-gradient(#0000,#00000057);justify-content:center;gap:18px}.world-phone-dock button{color:#2e322d;background:#ffffffdb;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 24px #00000029}.world-phone-dock button.main{color:#fff;background:#39d98a;width:58px;height:58px}.world-phone-dock button:disabled{opacity:.58;cursor:wait}.world-phone-frame .world-space-canvas-shell,.world-phone-frame .world-space-fallback,.world-phone-frame .world-3d-space,.world-phone-frame .world-3d-shell-loading{height:100%;min-height:0}.world-3d-shell-loading{color:#ffffffe0;background:#253e46;place-items:center;min-height:420px;padding:24px;font-size:13px;display:grid}.world-scene-canvas{background:radial-gradient(circle at 28% 22%,#ffffff6b,#0000 22%),linear-gradient(#78c7f5 0%,#74d7ef 42%,#66bcaa 100%);min-height:420px;position:relative;overflow:hidden}.world-phone-frame.scene-room .world-scene-canvas{background:radial-gradient(circle at 70% 18%,#fff1babf,#0000 24%),linear-gradient(#ffe5d8 0%,#f7d7d1 50%,#d9c1a7 100%)}.world-phone-frame.scene-pool .world-scene-canvas{background:radial-gradient(circle at 28% 20%,#ffffffad,#0000 22%),repeating-linear-gradient(90deg,#ffffff29 0 2px,#0000 2px 36px),linear-gradient(#9ce7ff 0%,#5ed1ed 48%,#38aeca 100%)}.world-phone-frame.scene-stage .world-scene-canvas{background:radial-gradient(circle at 50% 8%,#ffffffb3,#0000 18%),linear-gradient(135deg,#371856 0%,#145182 48%,#1c112a 100%)}.world-phone-frame.scene-garden .world-scene-canvas{background:radial-gradient(circle at 20% 18%,#ffffffb8,#0000 22%),linear-gradient(#aee6ff 0%,#bde8cc 52%,#5bae71 100%)}.world-phone-frame.scene-night .world-scene-canvas{background:radial-gradient(circle at 72% 16%,#fff7b9cc,#0000 11%),radial-gradient(circle at 22% 24%,#5dacff5c,#0000 22%),linear-gradient(#1e2b66 0%,#33235d 52%,#151923 100%)}.world-sky-glow{pointer-events:none;background:radial-gradient(circle at 45% 36%,#ffffff61,#0000 22%),linear-gradient(#0000 64%,#ffffff1a);position:absolute;inset:0}.world-scene-canvas:before{content:"";background:#ffffff47;border-radius:50% 50% 0 0;height:38%;position:absolute;bottom:-18%;left:-30%;right:-30%;box-shadow:inset 0 20px 70px #ffffff40}.world-prop{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff6b;border:1px solid #ffffff73;border-radius:18px;place-items:center;min-width:48px;min-height:48px;padding:10px;display:grid;position:absolute;box-shadow:0 16px 34px #162a3c26}.world-prop.prop-a{font-size:30px;top:16%;right:13%;transform:rotate(8deg)}.world-prop.prop-b{color:#3b433d;font-size:13px;bottom:24%;left:11%;transform:rotate(-6deg)}.world-character{z-index:2;justify-items:center;gap:8px;width:158px;animation:3.2s ease-in-out infinite worldFloat;display:grid;position:absolute;bottom:18%;right:50%;transform:translate(50%)}.world-character-body{color:#fff;background:linear-gradient(#ffffff5c,#ffffff14),#2f6f6b;border:4px solid #ffffffb8;border-radius:38% 38% 28% 28%;place-items:center;width:136px;height:168px;display:grid;overflow:hidden;box-shadow:0 20px 42px #0000002e,inset 0 -22px 40px #00000014}.world-character-body img{object-fit:cover;width:100%;height:100%}.world-character-body span{font-size:44px;font-weight:800}.world-character-shadow{filter:blur(2px);background:#28303433;border-radius:50%;width:112px;height:18px;margin-top:-3px}.world-character strong{color:#fff;background:#0000003d;border-radius:999px;padding:4px 10px;font-size:13px}.world-character.pose-wave .world-character-body{transform-origin:50% 100%;animation:.72s ease-in-out 2 worldWave}.world-character.pose-play{animation:1.35s ease-in-out infinite worldPlay}.world-character.pose-swim .world-character-body{border-radius:46% 46% 34% 34%;transform:rotate(8deg)translateY(10px)}.world-character.pose-swim:after{content:"";background:#ffffff70;border-radius:999px;width:132px;height:20px;margin-top:-22px;box-shadow:-28px 7px #ffffff2e,26px 5px #ffffff2e}.world-character.pose-slide{animation:1.35s ease-in-out infinite worldSlide}.world-character.pose-sleep .world-character-body{transform:rotate(-7deg)translateY(8px)}.world-character.pose-photo .world-character-body{box-shadow:0 0 0 8px #fff3,0 20px 42px #0000002e}.world-speech-bubble{z-index:3;color:#26302b;background:#ffffffe6;border-radius:18px 18px 18px 6px;max-width:min(310px,100% - 40px);padding:12px 14px;font-size:14px;line-height:1.45;position:absolute;top:64px;left:20px;box-shadow:0 14px 34px #00000024}.world-control-panel{align-content:start;gap:12px;display:grid}.world-stat-card,.world-control-block{background:#fff;border:1px solid #ded9cf;border-radius:8px;padding:15px}.world-stat-card span,.world-control-block h3{color:#6d7168;font-size:13px}.world-stat-head{justify-content:space-between;align-items:end;gap:12px;display:flex}.world-stat-head strong{margin:0}.world-stat-card strong{margin:4px 0 8px;font-size:28px;display:block}.world-stat-card p{color:#6d7168;margin-top:8px;line-height:1.55}.world-stat-card .world-current-beat{color:#415a55;border-top:1px solid #e7e2d9;align-items:flex-start;gap:7px;margin-top:11px;padding-top:10px;display:flex}.world-current-beat svg{color:#b67934;flex:none;margin-top:3px}.world-meter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:12px;display:grid}.world-meter-grid span{color:#55706a;white-space:nowrap;align-items:center;gap:4px;min-width:0;font-size:11px;display:flex}.world-meter-grid b{color:#24332f;font-size:12px}.affinity-bar{background:#ede8dd;border-radius:999px;height:8px;overflow:hidden}.affinity-bar i{border-radius:inherit;background:linear-gradient(90deg,#7bbdb2,#efbd63,#d96b68);height:100%;display:block}.world-control-block h3{color:#20231f;margin:0 0 10px}.world-action-grid,.world-chip-grid,.world-item-list{flex-wrap:wrap;gap:8px;display:flex}.world-action-grid button,.world-chip-grid button,.world-item-list span{color:#2e322d;background:#f2eee6;border-radius:999px;min-height:34px;padding:7px 10px}.world-action-grid button{align-items:center;gap:6px;display:inline-flex}.world-action-grid button:hover,.world-chip-grid button:hover,.world-chip-grid button.active{color:#fff;background:#2f6f6b}.world-main-actions .primary{color:#fff;background:#c95f4f}.world-snapshot-candidate{border-top:1px solid #e7e1d7;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.world-snapshot-candidate strong,.world-snapshot-candidate small{display:block}.world-snapshot-candidate small{color:#706b62;margin-top:3px}.world-control-heading,.world-model-summary,.world-render-mode,.world-avatar-palette{align-items:center;display:flex}.world-control-heading{justify-content:space-between;gap:12px;margin-bottom:10px}.world-control-heading h3{margin:0}.world-render-mode{background:#ece8df;border-radius:7px;gap:2px;padding:3px}.world-render-mode button{color:#555b54;background:0 0;border-radius:5px;min-width:42px;min-height:28px;padding:4px 9px;font-size:12px}.world-render-mode button.active{color:#fff;background:#2f6f6b}.world-model-summary{background:#eef4f1;border:1px solid #d5e1dc;border-radius:8px;gap:10px;min-height:56px;margin-bottom:11px;padding:9px}.world-model-mark{color:#fff;background:#2f6f6b;border-radius:7px;flex:none;place-items:center;width:38px;height:38px;display:grid}.world-model-summary>div:last-child{min-width:0;display:grid}.world-model-summary strong,.world-model-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.world-model-summary small{color:#667069;margin-top:3px;font-size:11px}.world-avatar-palette{flex-wrap:wrap;gap:8px;margin:0 0 11px}.world-avatar-palette label{color:#697069;justify-items:center;gap:4px;min-width:48px;font-size:11px;display:grid}.world-avatar-palette input[type=color]{cursor:pointer;background:#fff;border:1px solid #d5d1c8;border-radius:7px;width:34px;height:34px;padding:2px}.world-model-note{color:#6d7168;margin:9px 0 0;font-size:12px;line-height:1.45}.native-upload-fallback{border-top:1px solid #e4dfd5;margin-top:9px;padding-top:8px}.native-upload-fallback summary{color:#59645e;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px}.native-upload-fallback .native-file-input{margin-top:8px}.world-character-control{overflow:hidden}.world-character-editor{grid-template-columns:70px minmax(0,1fr);align-items:center;gap:10px;display:grid}.world-character-editor>img,.world-character-placeholder{object-fit:contain;background:radial-gradient(circle at 50% 20%,#fff9,#0000 42%),#dceee8;border:1px solid #cdded9;border-radius:8px;width:70px;height:88px;overflow:hidden}.world-character-editor>img.candidate{border-color:#3f9b8c;box-shadow:0 0 0 3px #3f9b8c29}.world-character-placeholder{color:#2f6f6b;place-items:center;font-size:27px;font-weight:800;display:grid}.world-character-editor p,.world-item-tip{color:#6d7168;margin:0 0 8px;font-size:12px;line-height:1.45}.world-item-tip{margin-top:9px}.world-empty{justify-items:start;gap:12px;display:grid}@keyframes worldFloat{0%,to{transform:translate(50%)translateY(0)}50%{transform:translate(50%)translateY(-8px)}}@keyframes worldWave{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@keyframes worldPlay{0%,to{transform:translate(50%)translateY(0)scale(1)}50%{transform:translate(50%)translateY(-14px)scale(1.04)}}@keyframes worldSlide{0%,to{transform:translate(40%)translateY(-4px)rotate(-6deg)}50%{transform:translate(64%)translateY(16px)rotate(7deg)}}.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,.explorer-panel,.explore-layout{gap:14px;display:grid}.explore-map-loading{color:#45606a;background:#dff3f4;border:1px solid #b8dbe4;border-radius:8px;place-items:center;min-height:620px;display:grid}.explore-companion-bar{border-bottom:1px solid #ded9cf;align-items:center;gap:18px;padding-bottom:12px;display:flex}.explore-companion-heading{flex:0 0 132px;gap:3px;display:grid}.explore-companion-heading span,.explore-summary>div>span{color:#6a7169;font-size:12px;font-weight:650}.explore-companion-heading strong{color:#344b50;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.explore-companion-list{flex:1;gap:8px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.explore-companion-list label{color:#46534e;cursor:pointer;background:#fff;border:1px solid #ded9cf;border-radius:7px;flex:0 0 166px;align-items:center;gap:8px;min-height:54px;padding:8px;display:flex}.explore-companion-list label.selected{color:#1c5f68;background:#edf8f7;border-color:#87bab7}.explore-companion-list input{accent-color:#287b82;width:16px;height:16px;margin:0}.explore-companion-list label>span{gap:2px;min-width:0;display:grid}.explore-companion-list strong,.explore-companion-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.explore-companion-list small{color:#6b746d;font-size:11px}.explore-summary{border-top:1px solid #ded9cf;grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:center;gap:20px;padding-top:14px;display:grid}.explore-summary>div{min-width:0}.explore-summary h3{color:#31494e;margin:4px 0 3px;font-size:16px}.explore-summary p{color:#5d665f;margin:0;font-size:13px;line-height:1.55}.explore-summary-actions{justify-content:flex-end}.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{object-fit:contain;border:0;border-radius:0;width:min(560px,100%);max-height:min(58vh,560px)}.post-image-button{border-color:#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}.image-preview-backdrop{z-index:40;background:#000000c7;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.visual-candidate-backdrop{z-index:45;background:#0a0e0dd1;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.visual-candidate-dialog{color:#f6f7f3;background:#171b1a;border:1px solid #ffffff24;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto auto auto;width:min(1080px,100%);max-height:calc(100vh - 36px);display:grid;overflow:hidden;box-shadow:0 28px 90px #0000007a}.visual-candidate-dialog>header,.visual-candidate-dialog>footer{justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;display:flex}.visual-candidate-dialog>header{border-bottom:1px solid #ffffff1f}.visual-candidate-dialog>header>div{gap:3px;min-width:0;display:grid}.visual-candidate-dialog>header span{color:#75cdbd;font-size:11px;font-weight:700}.visual-candidate-dialog>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.visual-candidate-dialog>header button,.visual-candidate-dialog>footer button{color:#f7f8f4;background:#ffffff1a;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 12px;display:inline-flex}.visual-candidate-dialog>header button{width:44px;padding:0}.visual-candidate-dialog>footer{border-top:1px solid #ffffff1f;justify-content:flex-end}.visual-candidate-dialog>footer .primary{color:#17201d;background:#75cdbd}.visual-candidate-warning,.visual-candidate-cost{margin:0;padding:10px 18px;font-size:12px;line-height:1.5}.visual-candidate-warning{color:#ffd5aa;background:#cf6f392e}.visual-candidate-cost{color:#f7f8f4ad;border-top:1px solid #ffffff1a}.visual-candidate-layout{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);min-height:0;display:grid;overflow:auto}.visual-candidate-preview{background:#0b0e0d;place-items:center;min-height:420px;padding:18px;display:grid;position:relative;overflow:hidden}.visual-candidate-preview img{object-fit:contain;width:100%;height:min(66vh,720px);display:block}.visual-candidate-preview>span{color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1210c7;border:1px solid #ffffff24;border-radius:6px;padding:5px 8px;font-size:11px;position:absolute;bottom:14px;right:14px}.visual-candidate-story{background:#202624;padding:20px;overflow:auto}.visual-candidate-story>p{color:#f6f1e7;margin:0 0 18px;font-size:15px;line-height:1.7}.visual-candidate-story dl,.visual-candidate-story dl>div{gap:5px;display:grid}.visual-candidate-story dl{gap:14px;margin:0}.visual-candidate-story dt{color:#75cdbd;font-size:11px;font-weight:700}.visual-candidate-story dd{color:#ffffffc2;margin:0;font-size:13px;line-height:1.55}.image-preview-dialog{color:#f8f7f2;background:#18181a;border:1px solid #ffffff29;border-radius:10px;gap:12px;width:min(920px,100%);max-height:min(900px,100vh - 36px);padding:14px;display:grid;box-shadow:0 24px 80px #0000006b}.image-preview-dialog header,.image-preview-dialog footer{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.image-preview-dialog header strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-preview-dialog header button,.image-preview-dialog footer button,.image-preview-dialog footer a{color:#fff;background:#ffffff1f;border-radius:7px;justify-content:center;align-items:center;min-height:36px;padding:0 11px;text-decoration:none;display:inline-flex}.image-preview-dialog footer a{color:#241b0f;background:#efbd63}.image-preview-dialog>img{object-fit:contain;background:#0d0d0e;border-radius:7px;width:100%;max-height:min(72vh,720px);display:block}.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 .single-chat-header .chat-title>.avatar{border:3px solid #efbd63;border-radius:50%;width:50px;height:50px}.workspace.has-chat-background .single-chat-header .chat-title p{margin-bottom:2px;font-size:12px;display:block}.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}.workspace.has-chat-background .single-chat-header .new-group-button,.workspace.has-chat-background .single-chat-header .role-strip button{border-radius:50%;justify-content:center;width:42px;height:42px;padding:0}.workspace.has-chat-background .single-chat-header .role-strip button .avatar{border-radius:50%}.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}.explorer-panel>.panel-header{align-items:center;gap:8px;min-height:52px;padding-bottom:8px}.explorer-panel>.panel-header>div:first-child{min-width:0}.explorer-panel>.panel-header p{margin-bottom:1px;font-size:11px}.explorer-panel>.panel-header h2{text-overflow:ellipsis;white-space:nowrap;font-size:23px;line-height:1.08;overflow:hidden}.explorer-panel>.panel-header .panel-actions{flex:none;gap:5px}.explorer-panel>.panel-header .panel-actions button{border-radius:6px;place-items:center;width:42px;height:42px;min-height:42px;padding:0;display:inline-grid}.explorer-panel>.panel-header .panel-actions button span{display:none}.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%}.forum-composer-actions .native-file-input,.composer-tools .native-file-input,.button-row .native-file-input,.profile-fields .native-file-input{grid-column:1/-1;max-width:none}.mobile-nav{z-index:15;background:#fbfaf7;border-top:1px solid #ded9cf;grid-template-columns:repeat(9,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:10px}.worldspace-layout{grid-template-columns:1fr;gap:12px}.explore-companion-bar{gap:8px;min-height:44px;padding:0 0 7px;display:flex}.explore-companion-heading{display:none}.explore-companion-list{gap:6px}.explore-companion-list label{flex-basis:132px;min-height:43px;padding:5px 7px}.explore-companion-list small,.explore-summary{display:none}.explore-map-loading{min-height:530px}.explore-summary-actions{justify-content:stretch}.world-role-rail{flex-direction:row;max-height:none;overflow-x:auto}.world-role-rail button{min-width:180px}.world-phone-frame{min-height:560px;box-shadow:none;border-width:0;border-radius:0;position:relative;top:auto}.world-character{width:140px;bottom:15%}.world-character-body{width:118px;height:148px}.world-speech-bubble{font-size:13px;top:54px}.toast{bottom:188px;right:12px}.audio-dock{width:calc(100vw - 24px);bottom:144px;right:12px}}@media (width<=700px){.visual-candidate-backdrop{align-items:end;padding:0}.visual-candidate-dialog{border-bottom:0;border-left:0;border-right:0;border-radius:8px 8px 0 0;width:100%;max-height:94dvh}.visual-candidate-layout{grid-template-columns:1fr}.visual-candidate-preview{min-height:0;padding:10px}.visual-candidate-preview img{height:min(31dvh,330px)}.visual-candidate-story{max-height:16dvh;padding:14px}.visual-candidate-warning,.visual-candidate-cost{padding:7px 14px;font-size:11px}.visual-candidate-story>p{margin-bottom:10px;font-size:13px}.visual-candidate-story dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}.visual-candidate-dialog>footer{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;display:grid}.visual-candidate-dialog>footer button{min-width:0;padding:0 7px;font-size:12px}.visual-candidate-dialog>footer .primary{grid-area:1/1/auto/-1;min-height:48px}.visual-candidate-dialog>footer button:first-child{grid-area:2/1}.visual-candidate-dialog>footer button:nth-child(2){grid-area:2/2}.world-snapshot-candidate{flex-direction:column;align-items:flex-start}}
