:root{color:#1c2430;background:#f5f7fb;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;min-height:100vh;padding:18px}.workspace,.side-panel{min-width:0}.topbar,.result-card,.market-card,.editor-panel,.preview-panel{border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1622330d}.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;margin-bottom:14px}h1,h2,p{margin:0}h1{font-size:22px;line-height:1.2}h2{font-size:16px;line-height:1.25}p,.muted,.issue-meta,small{color:#687386}.topbar p,.market-header p,.result-header p{margin-top:4px;font-size:13px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;min-width:118px;padding:0 16px;border:0;border-radius:6px;color:#fff;background:#0f6b5f;font-weight:700}.primary-button:disabled{cursor:not-allowed;opacity:.55}.editor-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:14px;height:calc(100vh - 106px);min-height:560px}.editor-panel,.preview-panel{display:flex;min-height:0;flex-direction:column;overflow:hidden}.panel-title{display:flex;align-items:center;gap:8px;min-height:46px;padding:0 14px;border-bottom:1px solid #e2e7ef;font-weight:700}textarea{width:100%;flex:1;resize:none;border:0;outline:0;padding:14px;color:#19212d;background:#fbfcfe;line-height:1.6;white-space:pre-wrap}.highlight-preview{flex:1;overflow:auto;padding:14px;color:#19212d;background:#fff;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}mark{border-radius:4px;padding:1px 2px}mark.unknown{background:#ffe0e0;color:#8e1f1f}mark.duplicate{background:#ffe9b7;color:#754c00}mark.active{outline:2px solid #1f78d1;background:#dceeff;color:#133a63}.side-panel{display:flex;flex-direction:column;gap:14px}.result-card,.market-card{padding:14px}.result-header,.market-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.badge,.sync-pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 9px;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap}.badge.ok{color:#116b3a;background:#dff5e8}.badge.bad{color:#8a3c00;background:#fff0d1}.sync-pill.success{color:#116b3a;background:#dff5e8}.sync-pill.failed{color:#9b2525;background:#ffe0e0}.sync-pill.running{color:#174f8f;background:#dceeff}.sync-pill.never{color:#5a6474;background:#eef2f6}.summary-grid,.market-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metric{min-height:62px;padding:10px;border:1px solid #e2e7ef;border-radius:6px;background:#fbfcfe}.metric span{display:block;color:#687386;font-size:13px}.metric strong{display:block;margin-top:6px;color:#17202c;font-size:22px;line-height:1}.result-stack{display:flex;flex-direction:column;gap:12px}.issue-section{border:1px solid #e2e7ef;border-radius:8px;overflow:hidden}.issue-title{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 10px;font-weight:700;background:#f7f9fc}.issue-section.red .issue-title{color:#8e1f1f;background:#fff1f1}.issue-section.amber .issue-title{color:#754c00;background:#fff6dd}.issue-section.blue .issue-title{color:#174f8f;background:#edf6ff}.issue-section.purple .issue-title{color:#61421f;background:#f4eadf}.issue-row{display:block;width:100%;padding:10px;border:0;border-top:1px solid #e8edf4;text-align:left;background:#fff}.issue-row:hover{background:#f7fafc}.issue-main,.issue-meta{display:block}.issue-main{color:#17202c;font-weight:700;overflow-wrap:anywhere}.issue-meta{margin-top:5px;font-size:12px;line-height:1.45}.issue-empty,.empty-state{color:#7d8796}.issue-empty{padding:12px 10px;font-size:13px}.empty-state{display:flex;align-items:center;justify-content:center;gap:8px;min-height:180px;border:1px dashed #d4dce7;border-radius:8px}.notice{display:flex;align-items:flex-start;gap:8px;border-radius:8px;padding:10px;font-size:13px;line-height:1.45}.notice.error{color:#8e1f1f;background:#fff1f1}.new-list-title{display:flex;align-items:center;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid #e2e7ef;font-weight:700}.new-list{margin-top:8px;max-height:270px;overflow:auto}.new-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #edf1f6}.new-row span{min-width:0;font-weight:700;overflow-wrap:anywhere}.new-row small{white-space:nowrap}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.app-shell{grid-template-columns:1fr}.editor-grid{height:auto;grid-template-columns:1fr}.editor-panel,.preview-panel{min-height:420px}}@media(max-width:640px){.app-shell{padding:10px}.topbar{align-items:stretch;flex-direction:column}.primary-button{width:100%}.summary-grid,.market-metrics{grid-template-columns:1fr 1fr}}
