/* 反馈与建议页（§九 用户反馈工单，2026-09-06）——只许 var() 双主题 */
.fb-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:14px;align-items:start}
@media(max-width:860px){.fb-grid{grid-template-columns:1fr}}
.frow{display:flex;align-items:flex-start;margin:12px 0}
.frow .flb{width:88px;flex:none;font-size:13px;color:var(--text-2);line-height:2.1}
.frow .flb em{color:var(--text-3);font-style:normal;font-size:11px}
.frow textarea{flex:1;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text);border-radius:var(--radius-sm);font-size:13px;padding:8px 10px;font-family:inherit;resize:vertical;line-height:1.6;min-width:0}
.frow input[type=text]{flex:1;min-width:0}
.frow input:focus,.frow textarea:focus{outline:none;border-color:var(--accent)}
.hseg{display:inline-flex;background:var(--bg-soft);border-radius:var(--radius-sm);padding:2px;gap:2px}
.hseg button{border:none;background:transparent;color:var(--text-2);padding:5px 14px;border-radius:var(--radius-sm);font-size:13px;cursor:pointer}
.hseg button.on{background:var(--accent);color:var(--accent-fg)}
.fbmsg{margin-left:12px;font-size:13px;color:var(--text-2);line-height:2.3}
.fbmsg.ok{color:var(--down,#0a7d33)}
.fbmsg.err{color:var(--up,#d93026)}
.fb-note{font-size:12px;color:var(--text-3);margin-top:10px;line-height:1.7;border-top:1px dashed var(--card-border);padding-top:10px}
.res-item{border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:10px;background:var(--bg-soft)}
.res-top{display:flex;align-items:center;gap:8px;margin-bottom:5px;font-size:11px}
.fb-badge{padding:1px 9px;border-radius:10px;font-size:11px;color:#fff;flex:none}
.b-bug{background:var(--up,#d93026)}
.b-suggestion{background:#7e57c2}
.b-other{background:var(--text-3)}
.res-page{color:var(--text-3);font-family:Consolas,monospace;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.res-date{margin-left:auto;color:var(--text-3);flex:none}
.res-q{font-size:13px;color:var(--text);line-height:1.6;white-space:pre-wrap;word-break:break-word}
.res-a{font-size:12px;color:var(--down,#0a7d33);margin-top:5px;line-height:1.6}
