:root{--background:#f8fafc;--foreground:#0f172a;--card-bg:#fff;--border:#e2e8f0;--primary:#3b82f6;--primary-hover:#2563eb;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:var(--background);color:var(--foreground)}.container{max-width:1400px;margin:0 auto;padding:24px}.module-tabs{display:inline-flex;gap:8px;padding:6px;margin-bottom:24px;background:#e2e8f0;border-radius:12px}.module-tab{border:none;background:transparent;color:#475569;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.module-tab:hover{color:#0f172a}.module-tab.active{background:#fff;color:var(--primary);box-shadow:0 1px 2px rgba(15,23,42,.08)}.card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border);padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#fef2f2;color:var(--danger)}.btn-danger:hover{background:#fee2e2}.btn-success{background:#ecfdf5;color:var(--success)}.btn-success:hover{background:#d1fae5}.input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.textarea{resize:vertical;min-height:96px;font-family:inherit}.label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.form-group{margin-bottom:16px}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}td,th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc}.sort-button{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.sort-button:hover{color:#334155}.sort-icon{font-size:12px;color:#94a3b8}tr:hover{background:#f8fafc}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-progress{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-paid{background:#ede9fe;color:#5b21b6}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.modal-close:hover{color:#475569}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.task-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.stat-card{background:#fff;border-radius:12px;padding:20px;border:1px solid var(--border)}.stat-label{font-size:13px;color:#64748b;margin-bottom:4px}.stat-value{font-size:28px;font-weight:700;color:#0f172a}.stat-value.primary{color:var(--primary)}.stat-value.success{color:var(--success)}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.title{font-size:24px;font-weight:700}.actions{flex-wrap:wrap}.actions,.date-range-filter{display:flex;align-items:center;gap:8px}.date-range-filter{padding:6px 8px;border:1px solid var(--border);border-radius:10px;background:#fff}.date-range-filter input,.date-range-filter select{border:none;outline:none;font-size:14px;color:var(--text);font-family:inherit;background:transparent}.date-range-filter select{cursor:pointer;min-width:72px}.date-range-filter span{color:#94a3b8;font-size:13px}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.empty-state-icon{font-size:48px;margin-bottom:16px}.empty-state-text{font-size:16px}.row-actions{display:flex;gap:8px}.row-actions button{padding:6px 12px;font-size:12px}.amount{font-weight:600;color:var(--success)}.source-tag{display:inline-block;padding:2px 8px;background:#f1f5f9;border-radius:4px;font-size:12px;color:#475569}.demand-cell{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date{color:#64748b;font-size:13px}.filter-bar{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-bar select{padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.filter-bar select:focus{outline:none;border-color:var(--primary)}.wechat-page{border-radius:20px;padding:20px}.wechat-shell{display:grid;grid-template-columns:280px minmax(360px,1fr) 420px;grid-gap:20px;gap:20px;align-items:start}.white-panel{background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 12px 40px rgba(15,23,42,.04)}.wechat-main,.wechat-preview-panel,.wechat-sidebar{padding:22px}.wechat-section-title{font-size:17px;font-weight:700;color:#111827}.wechat-section-title:not(:first-child){margin-top:28px}.wechat-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.wechat-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.full-width{width:100%}.status-box{margin-top:18px;padding:14px;border-radius:12px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.7}.emoji-switch{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:14px}.wechat-hint{margin-top:12px;padding:12px 14px;border:1px solid #f1f5f9;border-radius:12px;color:#64748b;font-size:13px;line-height:1.7;background:#fff}.wechat-preview-card{min-height:420px;padding:28px;border:1px solid #eef2f7;border-radius:16px;color:#111827;line-height:1.9}.wechat-preview h1,.wechat-preview-card h1{font-size:28px;line-height:1.4;margin-bottom:18px;color:#111827}.wechat-preview h2,.wechat-preview-card h2{font-size:20px;margin:28px 0 12px;color:#111827}.wechat-preview p,.wechat-preview-card p{margin:12px 0}.wechat-preview blockquote,.wechat-preview-card blockquote{margin:18px 0;padding:14px 16px;border-left:4px solid #3b82f6;background:#f8fafc;color:#475569}.wechat-preview-card ul{margin:12px 0 12px 20px}.wechat-cover-box{margin-top:18px;border:1px solid #eef2f7;border-radius:16px}.wechat-cover-title{padding:12px 16px;font-weight:600;color:#475569}.wechat-cover-placeholder{color:#94a3b8;background:#f8fafc}.wechat-subtitle{font-size:15px;font-weight:700;margin-bottom:10px}.wechat-empty,.wechat-history-item{padding:12px 0;border-bottom:1px solid #f1f5f9}.wechat-history-title{color:#111827;font-weight:600;margin-bottom:4px}@media (max-width:1200px){.wechat-shell{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:16px}.header{flex-direction:column;align-items:flex-start;gap:16px}.stats-grid,.wechat-grid{grid-template-columns:1fr}.module-tabs{width:100%;overflow-x:auto}table{font-size:13px}td,th{padding:10px 12px}}.wechat-page{border:1px solid #f1f5f9;padding:0}.wechat-app-shell,.wechat-page{min-height:720px;background:#fff}.wechat-app-shell{grid-template-columns:260px minmax(0,1fr)}.wechat-app-sidebar{padding:22px 16px;border-right:1px solid #eef2f7;background:#fbfdff}.wechat-brand{gap:12px;padding:4px 8px 22px}.wechat-brand-icon{width:38px;height:38px;border-radius:12px;background:#111827;font-weight:700}.wechat-brand-title{font-size:15px;font-weight:700;color:#111827}.wechat-brand-subtitle{margin-top:2px;color:#94a3b8}.wechat-side-menu{gap:6px}.wechat-side-menu-item{gap:10px;padding:12px 14px;border:none;border-radius:12px;color:#475569;font-weight:600}.wechat-side-menu-item:hover{background:#f1f5f9;color:#0f172a}.wechat-side-menu-item.active{background:#111827;box-shadow:0 10px 24px rgba(15,23,42,.14)}.wechat-sidebar-footer{padding:14px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.wechat-current-model-label{margin-bottom:6px}.wechat-current-model-name{font-size:14px;font-weight:700;color:#111827}.wechat-current-model-tip{margin-top:6px;color:#64748b}.wechat-app-main{padding:22px;background:#fff}.wechat-global-status{margin-bottom:16px}.wechat-chat-layout{grid-template-columns:minmax(420px,1fr) 440px;grid-gap:18px;gap:18px}.wechat-chat-panel,.wechat-form-panel,.wechat-history-list-panel,.wechat-model-list-panel,.wechat-preview-panel{padding:22px}.wechat-content-header{margin-bottom:18px}.wechat-eyebrow{margin-bottom:4px;font-weight:700;color:#94a3b8;letter-spacing:.08em}.wechat-page-title{line-height:1.3;font-weight:800;color:#111827}.wechat-model-select{min-width:180px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px}.wechat-chat-messages{gap:18px;min-height:420px;max-height:620px;border:1px solid #eef2f7;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.wechat-chat-empty{min-height:360px}.wechat-chat-empty-icon{font-size:42px;margin-bottom:14px}.wechat-chat-empty-title{font-weight:800;color:#111827;margin-bottom:8px}.wechat-chat-empty-text{max-width:420px;line-height:1.8}.wechat-message{grid-template-columns:36px minmax(0,1fr);grid-gap:12px;gap:12px}.wechat-message.user{max-width:86%}.wechat-message-avatar{width:36px;height:36px;border-radius:50%;background:#f1f5f9;color:#475569;font-weight:700}.wechat-message.user .wechat-message-avatar{background:#111827}.wechat-message-body{padding:14px 16px;border:1px solid #eef2f7;border-radius:16px}.wechat-message.user .wechat-message-body{background:#111827;border-color:#111827}.wechat-message-role{font-weight:700;color:#94a3b8}.wechat-message-content{line-height:1.8}.wechat-chat-input-box{margin-top:16px;padding:14px;border:1px solid #eef2f7;box-shadow:0 12px 32px rgba(15,23,42,.05)}.wechat-chat-input{min-height:110px;font-size:14px;color:#111827;line-height:1.8}.wechat-chat-toolbar{padding-top:12px;border-top:1px solid #f1f5f9}.wechat-history-grid,.wechat-models-grid{grid-template-columns:360px minmax(0,1fr);grid-gap:18px;gap:18px}.wechat-model-list{gap:12px}.wechat-model-card{gap:16px;padding:16px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.wechat-model-card.active{border-color:#111827;box-shadow:0 10px 26px rgba(15,23,42,.08)}.wechat-model-name{font-size:15px;font-weight:800;color:#111827}.wechat-history-link,.wechat-model-meta,.wechat-model-url{margin-top:6px}.wechat-preview h3,.wechat-preview-card h3{margin:22px 0 10px;color:#111827}@media (max-width:1200px){.wechat-app-shell,.wechat-chat-layout,.wechat-history-grid,.wechat-models-grid{grid-template-columns:1fr}.wechat-app-sidebar{border-right:none;border-bottom:1px solid #eef2f7}.wechat-side-menu{flex-direction:row;overflow-x:auto}.wechat-side-menu-item{white-space:nowrap}}@media (max-width:768px){.wechat-chat-toolbar,.wechat-content-header,.wechat-model-card{flex-direction:column;align-items:stretch}.wechat-header-actions,.wechat-model-actions{justify-content:flex-start}.wechat-app-main,.wechat-chat-panel,.wechat-form-panel,.wechat-history-list-panel,.wechat-model-list-panel,.wechat-preview-panel{padding:16px}}.platform-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.platform-xiaohongshu{background:#fef2f2;color:#dc2626}.platform-wechat{background:#dcfce7;color:#16a34a}.platform-douyin{background:#f3e8ff;color:#9333ea}.platform-xianyu{background:#fff7ed;color:#ea580c}.card-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:16px}.card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-header-row .card-title{margin-bottom:0}.date-picker input{padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.date-picker input:focus{outline:none;border-color:var(--primary)}.plan-list{display:flex;flex-direction:column;gap:12px}.plan-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fff;transition:all .2s}.plan-item:hover{border-color:#cbd5e1}.plan-item.completed{background:#f8fafc;border-color:#d1fae5}.plan-item.completed .plan-account{text-decoration:line-through;color:#94a3b8}.plan-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.plan-account{font-weight:500;color:#0f172a}.plan-date{color:#64748b;font-size:13px}@media (max-width:768px){.task-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-item{gap:12px}.plan-info,.plan-item{flex-direction:column;align-items:flex-start}}.wechat-page{min-height:800px;border:1px solid rgba(148,163,184,.28);border-radius:24px;padding:8px;overflow:hidden;background:radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(16,185,129,.1),transparent 32%),#eef3fb;box-shadow:0 20px 52px rgba(15,23,42,.1)}.wechat-app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:780px;border:1px solid hsla(0,0%,100%,.72);border-radius:20px;overflow:hidden;background:hsla(0,0%,100%,.76);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wechat-app-sidebar{display:flex;flex-direction:column;padding:24px 18px;border-right:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(30,41,59,.98));color:#fff}.wechat-brand{display:flex;align-items:center;gap:13px;padding:4px 8px 28px}.wechat-brand-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#60a5fa,#34d399);color:#fff;font-size:18px;font-weight:900;box-shadow:0 16px 28px rgba(59,130,246,.28)}.wechat-brand-title{font-size:16px;font-weight:800;color:#fff}.wechat-brand-subtitle{margin-top:4px;font-size:12px;color:#cbd5e1}.wechat-side-menu{display:flex;flex-direction:column;gap:8px}.wechat-side-menu-item{display:flex;align-items:center;gap:11px;width:100%;padding:13px 14px;border:1px solid transparent;border-radius:14px;background:transparent;color:#cbd5e1;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:all .2s}.wechat-side-menu-item:hover{background:hsla(0,0%,100%,.08);color:#fff}.wechat-side-menu-item.active{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.18);color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.14),0 18px 40px rgba(0,0,0,.18)}.wechat-sidebar-footer{margin-top:auto;padding:16px;border:1px solid hsla(0,0%,100%,.12);border-radius:18px;background:hsla(0,0%,100%,.08);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.wechat-current-model-label{font-size:12px;color:#94a3b8;margin-bottom:8px}.wechat-current-model-name{font-size:15px;font-weight:800;color:#fff;word-break:break-word}.wechat-current-model-tip{margin-top:8px;font-size:12px;color:#cbd5e1}.wechat-app-main{min-width:0;padding:18px;background:linear-gradient(180deg,rgba(248,250,252,.96),hsla(0,0%,100%,.98))}.white-panel{background:hsla(0,0%,100%,.92);border:1px solid rgba(226,232,240,.88);border-radius:24px;box-shadow:0 22px 52px rgba(15,23,42,.08)}.wechat-global-status{margin-top:0;margin-bottom:18px;border:1px solid rgba(59,130,246,.14);background:linear-gradient(135deg,rgba(239,246,255,.94),rgba(240,253,250,.94));color:#1e3a8a}.wechat-chat-layout{display:grid;grid-template-columns:minmax(480px,1fr) 460px;grid-gap:22px;gap:22px;align-items:start}.wechat-chat-layout.chat-only{display:block;max-width:1120px;margin:0 auto}.wechat-chat-layout.chat-only .wechat-chat-panel{min-height:710px}.wechat-chat-panel,.wechat-form-panel,.wechat-history-list-panel,.wechat-model-list-panel,.wechat-preview-panel{padding:20px}.wechat-content-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.wechat-content-header.compact{align-items:flex-start}.wechat-eyebrow{margin-bottom:6px;font-size:12px;font-weight:900;color:#2563eb;letter-spacing:.12em;text-transform:uppercase}.wechat-page-title{font-size:24px;line-height:1.2;font-weight:900;color:#0f172a;letter-spacing:-.04em}.wechat-section-title{font-size:18px;font-weight:900;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.wechat-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wechat-model-select{min-width:190px;padding:11px 14px;border:1px solid #dbe3ef;border-radius:13px;background:#fff;color:#334155;font-size:14px;box-shadow:0 8px 22px rgba(15,23,42,.05)}.wechat-chat-messages{display:flex;flex-direction:column;gap:16px;min-height:510px;max-height:520px;overflow-y:auto;padding:18px;border:1px solid rgba(219,226,239,.92);border-radius:20px;background:linear-gradient(hsla(0,0%,100%,.86),hsla(0,0%,100%,.86)),radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 35%),radial-gradient(circle at bottom right,rgba(16,185,129,.1),transparent 30%)}.wechat-chat-messages.chat-only{min-height:510px;max-height:610px}.wechat-chat-empty{flex-direction:column;min-height:350px;text-align:center;color:#64748b}.wechat-chat-empty,.wechat-chat-empty-icon{display:flex;align-items:center;justify-content:center}.wechat-chat-empty-icon{width:56px;height:56px;margin-bottom:12px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#dcfce7);font-size:28px;box-shadow:0 14px 28px rgba(59,130,246,.14)}.wechat-chat-empty-title{font-size:18px;font-weight:900;color:#0f172a;margin-bottom:6px;letter-spacing:-.03em}.wechat-chat-empty-text{max-width:460px;line-height:1.9;font-size:14px}.wechat-message{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:13px;gap:13px}.wechat-message.user{max-width:88%;margin-left:auto}.wechat-message-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:15px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:900}.wechat-message.assistant .wechat-message-avatar{background:linear-gradient(135deg,#60a5fa,#34d399);color:#fff}.wechat-message.user .wechat-message-avatar{background:#0f172a;color:#fff}.wechat-message-body{padding:16px 18px;border:1px solid rgba(226,232,240,.92);border-radius:18px;background:#fff;box-shadow:0 12px 24px rgba(15,23,42,.05)}.wechat-message.user .wechat-message-body{background:linear-gradient(135deg,#111827,#1e293b);color:#fff;border-color:rgba(15,23,42,.9)}.wechat-message-role{margin-bottom:8px;font-size:12px;font-weight:900;color:#64748b}.wechat-message.user .wechat-message-role{color:#cbd5e1}.wechat-message-content{white-space:pre-wrap;line-height:1.9;font-size:14px}.wechat-message-article{line-height:1.9;font-size:14px;color:inherit}.wechat-message-article blockquote,.wechat-message-article h1,.wechat-message-article h2,.wechat-message-article h3,.wechat-message-article p,.wechat-message-article ul{margin:0 0 12px}.wechat-message-article ul{padding-left:20px}.wechat-chat-input-box{margin-top:12px;padding:12px;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.08)}.wechat-chat-input{width:100%;min-height:92px;border:none;outline:none;resize:vertical;font-family:inherit;font-size:15px;color:#0f172a;line-height:1.7;background:transparent}.wechat-chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #eef2f7}.wechat-history-grid,.wechat-models-grid{display:grid;grid-template-columns:390px minmax(0,1fr);grid-gap:22px;gap:22px}.wechat-model-list{display:flex;flex-direction:column;gap:14px}.wechat-model-card{display:flex;justify-content:space-between;gap:18px;padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 26px rgba(15,23,42,.05)}.wechat-model-card.active{border-color:#2563eb;box-shadow:0 18px 38px rgba(37,99,235,.16)}.wechat-model-name{font-size:16px;font-weight:900;color:#0f172a}.wechat-model-meta,.wechat-model-url{margin-top:7px;color:#64748b;font-size:13px;word-break:break-all}.wechat-model-url{color:#94a3b8}.wechat-model-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex-wrap:wrap}.wechat-preview-card{min-height:455px;padding:34px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;color:#0f172a;line-height:1.95;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.85),0 14px 36px rgba(15,23,42,.06)}.wechat-preview h1,.wechat-preview-card h1{font-size:30px;line-height:1.35;margin-bottom:20px;color:#0f172a;letter-spacing:-.04em}.wechat-preview h2,.wechat-preview-card h2{font-size:21px;margin:30px 0 12px;color:#0f172a}.wechat-preview h3,.wechat-preview-card h3{font-size:17px;margin:24px 0 10px;color:#0f172a}.wechat-preview p,.wechat-preview-card p{margin:13px 0}.wechat-preview blockquote,.wechat-preview-card blockquote{margin:20px 0;padding:16px 18px;border-left:5px solid #2563eb;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#334155}.wechat-preview-card ul{margin:14px 0 14px 22px}.wechat-lead{color:#64748b;font-size:16px}.wechat-cover-box{margin-top:20px;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.06)}.wechat-cover-title{padding:14px 18px;border-bottom:1px solid #eef2f7;font-size:14px;font-weight:800;color:#334155}.wechat-cover-box img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.wechat-cover-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;color:#64748b;background:linear-gradient(135deg,#f8fafc,#eff6ff)}.wechat-history-list{margin-top:18px}.wechat-empty,.wechat-history-item{padding:16px 0;border-bottom:1px solid #eef2f7;color:#64748b;font-size:13px}.wechat-history-title{color:#0f172a;font-weight:900;margin-bottom:6px}.wechat-history-meta{color:#94a3b8;font-size:12px}.wechat-history-link{margin-top:7px;color:#64748b;font-size:12px;word-break:break-all}@media (max-width:1200px){.wechat-chat-layout,.wechat-history-grid,.wechat-models-grid{grid-template-columns:1fr}.wechat-app-shell{grid-template-columns:240px minmax(0,1fr)}}@media (max-width:900px){.wechat-app-shell{grid-template-columns:1fr}.wechat-app-sidebar{border-right:none;border-bottom:1px solid rgba(226,232,240,.9)}.wechat-side-menu{flex-direction:row;overflow-x:auto}.wechat-side-menu-item{white-space:nowrap}.wechat-sidebar-footer{margin-top:16px}}@media (max-width:768px){.wechat-page{padding:6px;border-radius:20px}.wechat-chat-toolbar,.wechat-content-header,.wechat-model-card{flex-direction:column;align-items:stretch}.wechat-header-actions,.wechat-model-actions{justify-content:flex-start}.wechat-app-main,.wechat-chat-panel,.wechat-form-panel,.wechat-history-list-panel,.wechat-model-list-panel,.wechat-preview-panel{padding:16px}}