:root{font-family:system-ui,-apple-system,"PingFang SC",sans-serif;color:#243044;background:#f7f9fc;line-height:1.7}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1040px;margin:auto;padding:1rem 1.25rem}header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.35rem;font-weight:800;color:#1f6feb;text-decoration:none}nav{display:flex;gap:1rem;flex-wrap:wrap}a{color:#1769d2}h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.2}.hero,.tool-hero{padding:4rem 0 2.5rem}.eyebrow{color:#1f6feb;font-weight:700}.grid,.quick-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.quick-tools{margin-top:1.5rem}.tool-card{display:flex;flex-direction:column;justify-content:space-between;min-height:230px}.is-hidden{display:none!important}article{background:white;border:1px solid #e5eaf2;border-radius:8px;padding:1.2rem}article h2,article h3{margin-top:0}.button,.tab-button,.pager-button{display:inline-block;padding:.65rem 1rem;border-radius:8px;background:#1769d2;color:#fff;text-decoration:none;margin:.25rem;border:0;cursor:pointer;font:inherit}.button.secondary{background:#eef4ff;color:#1769d2}.tab-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tab-button{background:#fff;color:#243044;border:1px solid #d7e1ee}.tab-button.is-active,.pager-button.is-active{background:#1769d2;color:#fff;border-color:#1769d2}.tab-panel{display:none}.tab-panel.is-active{display:block}.pager{display:flex;gap:.35rem;flex-wrap:wrap;margin:1rem 0}.pager-button{background:#fff;color:#1769d2;border:1px solid #d7e1ee}.summary{font-size:1.1rem;color:#52627a}.meta,small{color:#718096}.breadcrumbs{margin-top:2rem}blockquote{font-size:1.7rem;background:#fff;border-left:4px solid #1f6feb;padding:1.2rem 1.5rem;margin:2rem 0}.chat-demo{background:#fff;border:1px solid #dce7f5;border-radius:18px;padding:1.25rem;margin:2rem 0}.chat-layout{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:1.25rem;align-items:start}.chat-phone{background:#111827;border-radius:28px;padding:.8rem;box-shadow:0 20px 60px rgba(31,41,55,.16)}.chat-phone-bar{display:flex;justify-content:space-between;align-items:center;color:#e5e7eb;padding:.35rem .6rem .8rem;font-size:.9rem}.chat-screen{background:#eef3f0;border-radius:22px;min-height:520px;max-height:640px;overflow:auto;padding:1rem}.chat-row{display:flex;flex-direction:column;max-width:82%;margin:.6rem 0}.chat-row.me{margin-left:auto;align-items:flex-end}.chat-row.other{align-items:flex-start}.chat-row.system{max-width:100%;align-items:center}.chat-name{font-size:.75rem;color:#718096;margin:0 .45rem .12rem}.chat-bubble{background:#fff;border-radius:16px 16px 16px 4px;padding:.68rem .85rem;box-shadow:0 1px 2px rgba(15,23,42,.08)}.chat-row.me .chat-bubble{background:#95ec69;border-radius:16px 16px 4px 16px}.chat-row.system .chat-bubble{background:#dbe4ee;color:#4b5563;font-size:.88rem;border-radius:999px;text-align:center}.chat-editor{background:#f8fafc;border:1px solid #e5eaf2;border-radius:14px;padding:1rem}.chat-editor label{display:block;font-weight:700;margin-bottom:.5rem}.chat-editor textarea{width:100%;min-height:430px;resize:vertical;border:1px solid #cad6e4;border-radius:10px;padding:.9rem;font:14px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#1f2937;background:#fff}.chat-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.copy-status{color:#1769d2;font-size:.9rem}section{margin:1.5rem 0}footer{border-top:1px solid #e5eaf2;margin-top:4rem;color:#718096;font-size:.9rem}@media(max-width:800px){.chat-layout{grid-template-columns:1fr}.chat-screen{min-height:420px}}@media(max-width:640px){header{align-items:flex-start;flex-direction:column}.hero,.tool-hero{padding-top:2.5rem}.tool-card{min-height:auto}}

.chat-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.chat-controls label{font-size:.9rem}.chat-controls input,.chat-controls select{width:100%;margin-top:.25rem;border:1px solid #cad6e4;border-radius:9px;padding:.55rem .65rem;background:#fff;color:#1f2937;font:inherit}.chat-row{display:grid;grid-template-columns:40px minmax(0,1fr);gap:.5rem;align-items:start}.chat-row.me{grid-template-columns:minmax(0,1fr) 40px}.chat-row.me .chat-avatar{grid-column:2}.chat-row.me .chat-message{grid-column:1;grid-row:1}.chat-avatar{width:40px;height:40px;border-radius:10px;object-fit:cover;box-shadow:0 1px 2px rgba(15,23,42,.14);background:#fff}.chat-avatar.fallback{display:inline-grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800}.chat-message{min-width:0}.skin-wechat .chat-screen{background:#eef3f0}.skin-wechat .chat-row.me .chat-bubble{background:#95ec69;color:#0f172a}.skin-wechat .chat-row.other .chat-bubble{background:#fff}.skin-soul{background:linear-gradient(155deg,#7c3aed,#ec4899 60%,#f97316)}.skin-soul .chat-phone-bar{color:#fff}.skin-soul .chat-screen{background:linear-gradient(180deg,#fff7ff,#f5f3ff)}.skin-soul .chat-row.me .chat-bubble{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.skin-soul .chat-row.other .chat-bubble{background:#fff;color:#312e81}.skin-soul .chat-row.system .chat-bubble{background:#ede9fe;color:#6d28d9}.skin-soul .chat-avatar{border-radius:999px}@media(max-width:640px){.chat-controls{grid-template-columns:1fr}.chat-row,.chat-row.me{grid-template-columns:34px minmax(0,1fr)}.chat-row.me .chat-avatar{grid-column:1}.chat-row.me .chat-message{grid-column:2}.chat-avatar{width:34px;height:34px}}

.chat-phone{cursor:pointer}.chat-phone-hint{text-align:center;color:#e5e7eb;font-size:.82rem;padding:.55rem .25rem .15rem;opacity:.76}.skin-soul .chat-phone-hint{color:#fff}

.chat-inline-input{height:54px;display:grid;grid-template-columns:30px 1fr 30px 30px;gap:7px;align-items:center;background:#f7f7f7;border-top:1px solid #d6d6d6;border-radius:0 0 18px 18px;padding:7px}.chat-ui-field{height:36px;background:#fff;border-radius:4px;border-bottom:1px solid #d8d8d8}.chat-ui-icon{width:29px;height:29px;position:relative;display:inline-block;color:#1f2329}.chat-ui-voice{border:2px solid currentColor;border-radius:50%}.chat-ui-voice:before{content:"";position:absolute;left:8px;top:5px;width:8px;height:13px;border:2px solid currentColor;border-radius:9px}.chat-ui-voice:after{content:"";position:absolute;left:6px;top:18px;width:13px;height:6px;border:2px solid currentColor;border-top:0;border-radius:0 0 12px 12px}.chat-ui-emoji{border:2px solid currentColor;border-radius:50%}.chat-ui-emoji:before{content:"";position:absolute;left:7px;top:8px;width:3px;height:3px;background:currentColor;border-radius:50%;box-shadow:10px 0 0 currentColor}.chat-ui-emoji:after{content:"";position:absolute;left:7px;top:16px;width:12px;height:6px;border:2px solid currentColor;border-top:0;border-radius:0 0 12px 12px}.chat-ui-plus{border:2px solid currentColor;border-radius:50%}.chat-ui-plus:before,.chat-ui-plus:after{content:"";position:absolute;background:currentColor;left:8px;right:8px;top:13px;height:2px}.chat-ui-plus:after{transform:rotate(90deg)}.chat-phone-hint{animation:chat-tip-hide .35s ease 3s forwards}@keyframes chat-tip-hide{to{opacity:0;visibility:hidden}}.skin-soul .chat-inline-input{background:linear-gradient(135deg,#7c3aed,#ec4899);border-color:rgba(255,255,255,.18)}.skin-soul .chat-ui-icon{color:#fff}

.chat-phone .chat-inline-input{display:none}.font-system{font-family:system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif}.font-pingfang{font-family:"PingFang SC","Heiti SC",sans-serif}.font-microsoft{font-family:"Microsoft YaHei","PingFang SC",sans-serif}.font-songti{font-family:Songti SC,SimSun,serif}.font-heiti{font-family:Heiti SC,SimHei,sans-serif}.font-mono{font-family:"SFMono-Regular",Consolas,monospace}.chat-poster-modal{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.72);display:grid;place-items:center;padding:2rem;overflow:auto}.chat-poster-dialog{width:min(820px,100%);max-height:92vh;overflow:auto;background:#f8fafc;border-radius:18px;padding:1rem;box-shadow:0 30px 90px rgba(0,0,0,.35)}.chat-poster-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:sticky;top:0;background:#f8fafc;padding:.25rem 0 .75rem;z-index:1}.chat-poster-toolbar span{display:flex;gap:.5rem;flex-wrap:wrap}.chat-poster-stage{display:grid;justify-items:center;background:#111;border-radius:14px;padding:1.25rem;overflow:auto}@media(max-width:640px){.chat-poster-modal{padding:.5rem}.chat-poster-toolbar{align-items:flex-start;flex-direction:column}.chat-poster-stage{padding:.5rem}}

.chat-editor-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:.75rem 0 .5rem}.code-editor{display:grid;grid-template-columns:3.2rem minmax(0,1fr);border:1px solid #cad6e4;border-radius:10px;overflow:hidden;background:#fff}.line-numbers{margin:0;padding:.65rem .55rem;background:#eef2f7;color:#718096;text-align:right;font:14px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;user-select:none;overflow:hidden;border-right:1px solid #d9e2ec}.chat-editor .code-editor textarea{border:0;border-radius:0;min-height:8.25rem;height:8.25rem;padding:.65rem .8rem;line-height:1.65}.chat-prompt-box{margin-top:1rem;background:#fff;border:1px solid #e5eaf2;border-radius:12px;padding:.8rem}.chat-prompt-box textarea{min-height:8.25rem!important;height:8.25rem}.editor-modal{position:fixed;inset:0;z-index:10000;background:rgba(15,23,42,.78);display:grid;place-items:center;padding:1.5rem}.editor-dialog{width:min(1100px,96vw);height:min(820px,92vh);background:#f8fafc;border-radius:18px;padding:1rem;display:flex;flex-direction:column;box-shadow:0 30px 100px rgba(0,0,0,.38)}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.editor-toolbar span{display:flex;gap:.5rem;flex-wrap:wrap}.editor-fullscreen-code{flex:1;min-height:0}.editor-fullscreen-code textarea{height:100%!important;min-height:100%!important}.editor-fullscreen-code .line-numbers{overflow:hidden}@media(max-width:640px){.chat-editor-head,.editor-toolbar{align-items:flex-start;flex-direction:column}.code-editor{grid-template-columns:2.6rem minmax(0,1fr)}.editor-modal{padding:.5rem}.editor-dialog{height:96vh;width:100%}}
