:root{--bg: #f6f7f9;--panel: #ffffff;--text: #0f172a;--muted: #64748b;--ring: #e5e7eb;--accent: #eef2ff;--assistant: #f3f4f6;--user: #0d6efd;--user-text: #ffffff;--radius: 18px;--maxw: 1200px}:root[data-theme=light]{--bg: #f6f7f9;--panel: #ffffff;--text: #0f172a;--muted: #d1d9e6;--ring: #e5e7eb;--assistant: #f3f4f6;--accent: #eef2ff;--user: #0d6efd;--user-text: #ffffff;--panel-rgb: 255, 255, 255;color-scheme:light}:root[data-theme=dark]{--bg: #0b0f14;--panel: #0e141b;--text: #e5e7eb;--muted: #94a3b8;--ring: #1f2937;--assistant: #111827;--accent: #0b1220;--user: #22d3ee;--user-text: #06222a;--panel-rgb: 14, 20, 27;color-scheme:dark}@media (prefers-color-scheme: dark){:root{--bg: #0b0f14;--panel: #0e141b;--text: #e5e7eb;--muted: #94a3b8;--ring: #1f2937;--assistant: #111827;--accent: #0b1220;--user: #22d3ee;--user-text: #06222a}}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif}.chatgpt-shell{max-width:var(--maxw);margin:0 auto;display:flex;flex-direction:column;min-height:100dvh;padding:16px;gap:12px}.cs-header{border-radius:20px;background:var(--panel);padding:8px 12px;border:1px solid var(--ring);display:flex;align-items:center;gap:10px}.cs-header .fw-semibold{font-size:13px}.cs-header .subtitle{font-size:11px}.cs-header .avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:600;background:#6c757d;color:#fff}.chatgpt-thread{box-sizing:border-box;max-width:100%;overflow-x:hidden;overflow-y:auto}.chatgpt-thread-wrap{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;position:relative;max-width:var(--maxw);width:100%;margin:0 auto}.chatgpt-thread-wrap .chatgpt-thread{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.chatgpt-thread-wrap .chatgpt-thread::-webkit-scrollbar{width:0;height:0}.chatgpt-turn{display:flex;align-items:flex-start;gap:8px}.chatgpt-turn.me{justify-content:flex-end}.chatgpt-turn .bubble{max-width:min(720px,calc(100% - 88px));word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box;margin-top:6px;margin-bottom:6px}.chatgpt-turn.peer{justify-content:flex-start}.avatar{width:36px;height:36px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-weight:600;color:#fff}.avatar.bot{background:#6c757d}.avatar.me{background:#0d6efd}.bubble{max-width:70%;border-radius:16px;padding:10px 12px;line-height:1.5;font-size:13px}.chatgpt-turn.peer .bubble{background:#f1f3f5;color:#111}.chatgpt-turn.me .bubble{background:#0d6efd;color:#fff;margin-right:8px}.bubble .meta{margin-top:6px;font-size:11px;color:var(--muted);text-align:right}.bubble-cards{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:4px}.bubble-card{background:var(--panel);border:1px solid var(--ring);border-radius:10px;padding:8px 10px}.bubble-card .card-title{font-weight:600;font-size:12px;margin-bottom:3px;color:var(--text)}.bubble-card .card-desc{font-size:11px;color:color-mix(in srgb,var(--muted) 60%,var(--text) 40%);margin-bottom:4px;line-height:1.4}.bubble-card .card-meta{font-size:11px;display:flex;flex-wrap:wrap;gap:6px;color:color-mix(in srgb,var(--muted) 60%,var(--text) 40%)}.bubble-card-inner{display:flex;gap:10px;align-items:center}.bubble-card-img{width:50px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--ring)}.bubble-card-body{flex:1;min-width:0}.bubble.typing{display:flex;gap:6px;align-items:center;background:#f1f3f5}.bubble.typing span{width:8px;height:8px;border-radius:50%;background:#999;opacity:.6}.bubble.typing span:nth-child(2){animation-delay:.15s}.bubble.typing span:nth-child(3){animation-delay:.3s}.frosted{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(var(--panel-rgb),.92)}.chatgpt-inputbar{max-width:var(--maxw);display:flex;gap:10px;align-items:center;border:1px solid var(--ring);background:var(--panel);border-radius:24px;padding:8px 8px 8px 12px;box-shadow:0 2px 10px #0000000a}.chatgpt-inputbar .prompt{flex:1;border:none;outline:none;resize:none;background:transparent;color:var(--text);font-size:13px;padding:6px;line-height:1.5;max-height:160px;overflow-y:auto;-webkit-text-size-adjust:100%}.chatgpt-inputbar .send{border:none;outline:none;cursor:pointer;border-radius:18px;padding:10px 14px;background:var(--user);color:var(--user-text);transition:transform .05s ease}.chatgpt-inputbar .send:disabled{opacity:.5;cursor:not-allowed}.chatgpt-inputbar .send:active{transform:translateY(1px)}.chatgpt-inputbar .send.stop{background:#dc3545;color:#fff}.chatgpt-inputbar .send.stop:hover{background:#bb2d3b}.md p{margin:0 0 8px}.md code{background:var(--accent);padding:2px 6px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.md pre{background:var(--accent);border:1px solid var(--ring);border-radius:12px;padding:12px;overflow:auto}.md pre code{background:transparent;padding:0}.md ul,.md ol{padding-left:22px;margin:6px 0}@media (max-width: 640px){.chatgpt-shell{padding:10px}.chatgpt-thread{border-radius:14px}.chatgpt-inputbar{border-radius:18px}}.sticky-bottom{position:sticky;bottom:0;z-index:10}.action-bar{padding:8px 12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:.95}.action-bar-fixed{position:fixed;left:50%;transform:translate(-50%);width:min(calc(100% - 32px),var(--maxw));max-width:var(--maxw);bottom:0;z-index:20}.composer{padding:8px 12px;background:var(--panel);border-top:1px solid var(--ring)}.composer-fixed{position:fixed;left:50%;transform:translate(-50%);width:min(calc(100% - 32px),var(--maxw));max-width:var(--maxw);bottom:8px;z-index:20;background:var(--panel);border-top:1px solid var(--ring)}.chatgpt-turn.peer .bubble.typing{background:var(--assistant);color:var(--text);width:64px;height:38px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--radius);border:1px solid var(--ring);box-shadow:0 1px 2px #0000000f}.chatgpt-turn.peer .bubble.typing span{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.45;animation:typingBounce 1.2s infinite ease-in-out;will-change:transform,opacity}.chatgpt-turn.peer .bubble.typing span:nth-child(2){animation-delay:.15s}.chatgpt-turn.peer .bubble.typing span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-3px);opacity:.95}}.chatgpt-turn.me .bubble.typing span{animation:typingBounce 1.2s infinite ease-in-out}.assistant-bubble{max-width:80%;margin:8px 0;padding:12px 16px;border-radius:16px;background:#f5f5f5;color:#333;font-size:14px;line-height:1.5}.assistant-message{margin-bottom:4px}.assistant-hint{margin-top:6px;font-size:12px;color:#666;border-top:1px dashed #ddd;padding-top:6px}
