.chat-shell{background:#fff;border:1px solid var(--line);border-radius:24px;min-height:420px;display:flex;flex-direction:column;overflow:hidden}.chat-shell-compact{min-height:320px}.example-box{margin:auto;max-width:600px;padding:30px;text-align:center}.example-cards{display:grid;gap:10px;margin-top:20px}.example-card{border:1px solid var(--line);border-radius:18px;background:#fffaf3;padding:14px;text-align:left;color:var(--accent-dark);cursor:pointer}.messages{display:flex;flex-direction:column;gap:10px;padding:18px;overflow:auto;min-height:260px}.bubble{max-width:80%;border-radius:20px;padding:12px 14px;line-height:1.4}.bubble.user{align-self:flex-end;background:var(--accent-dark);color:white}.bubble.ai{align-self:flex-start;background:var(--soft);color:var(--ink)}.chat-input-row{border-top:1px solid var(--line);display:flex;align-items:flex-end;gap:10px;padding:12px;background:#fffaf3}.plus-wrap{position:relative}.icon-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--accent-dark);font-size:22px;cursor:pointer}.option-menu{position:absolute;bottom:48px;left:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:8px;width:220px;z-index:4}.option-menu button{display:block;width:100%;background:transparent;border:0;text-align:left;padding:10px;border-radius:12px;cursor:pointer}.option-menu button:hover{background:var(--soft)}.quick-pills{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;cursor:pointer;color:var(--accent-dark);font-size:13px}.maker-candidates{margin-top:16px}.star-btn{position:absolute;top:10px;right:10px;border:0;background:rgba(255,255,255,.9);border-radius:999px;width:36px;height:36px;cursor:pointer;font-size:19px}.star-btn.saved{background:var(--accent-dark);color:white}.asset-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.asset-strip{display:flex;gap:10px;overflow:auto;padding-bottom:10px}.mini-asset{min-width:86px}.thumb{width:86px;height:110px;border:1px dashed #cbb8a8;background:linear-gradient(135deg,#fff,#eadccd);border-radius:18px;display:grid;place-items:center;color:var(--muted);font-size:13px}.asset-list{display:grid;gap:10px}.asset-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px}.asset-row .tiny-thumb{width:52px;height:62px;border-radius:13px;background:var(--soft);display:grid;place-items:center;color:var(--accent-dark);font-weight:900}


/* v51: dark-mode chat comfort for Model Maker / Pose Maker / Chat Edit */
.chat-shell{background:var(--card);border-color:var(--line);}
.chat-input-row{background:color-mix(in srgb,var(--panel) 82%,var(--soft));border-color:var(--line);}
.example-card,.pill,.icon-btn,.option-menu,.asset-row{background:var(--card);color:var(--ink);border-color:var(--line);}
.example-card{color:var(--ink);}
.option-menu button{color:var(--ink);}
.option-menu button:hover{background:var(--soft);}
.thumb,.asset-row .tiny-thumb{background:linear-gradient(135deg,var(--card),var(--soft));color:var(--muted);border-color:var(--line);}
body[data-theme="dark"] .chat-shell{background:#171513;border-color:#34302a;box-shadow:0 12px 32px rgba(0,0,0,.38);}
body[data-theme="dark"] .example-box{color:#eee7df;}
body[data-theme="dark"] .example-box h2,
body[data-theme="dark"] .example-box h3{color:#f7f1ea;}
body[data-theme="dark"] .example-box p,
body[data-theme="dark"] .small-note{color:#bdb3aa;}
body[data-theme="dark"] .example-card{background:#211d19;color:#e7ded6;border-color:#3c352f;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
body[data-theme="dark"] .example-card:hover{background:#29231e;border-color:#6c584a;}
body[data-theme="dark"] .chat-input-row{background:#12100e;border-top-color:#332d28;}
body[data-theme="dark"] .chat-input-row textarea,
body[data-theme="dark"] .chat-input-row input{background:#1d1915;color:#f4eee8;border-color:#3d352e;}
body[data-theme="dark"] .chat-input-row textarea::placeholder,
body[data-theme="dark"] .chat-input-row input::placeholder{color:#9f958c;}
body[data-theme="dark"] .icon-btn{background:#1e1a17;color:#f0d7c4;border-color:#3b342f;}
body[data-theme="dark"] .icon-btn:hover{background:#2b241f;border-color:#806652;}
body[data-theme="dark"] .option-menu{background:#1b1815;border-color:#3b342e;color:#eee7df;}
body[data-theme="dark"] .option-menu button{color:#eee7df;}
body[data-theme="dark"] .option-menu button:hover{background:#2b241f;}
body[data-theme="dark"] .pill{background:#1e1a17;color:#ecd5c2;border-color:#3b342f;}
body[data-theme="dark"] .bubble.ai{background:#27221e;color:#f2eae4;}
body[data-theme="dark"] .bubble.user{background:#ead2bf;color:#17110e;}
body[data-theme="dark"] .asset-row{background:#181513;border-color:#322d27;color:#f3ede7;}
body[data-theme="dark"] .thumb,
body[data-theme="dark"] .asset-row .tiny-thumb{background:linear-gradient(135deg,#1b1815,#25201b);color:#bfb5ad;border-color:#3a342e;}
