:root{--primary-color: #329dce;--primary-color-hover: #2689b6;--border-color: #e8e8e8;--bg-gray: #f9fbfd;--text-color: #242e42}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--text-color);background-color:var(--bg-gray)}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.container{max-width:1200px;margin:0 auto;padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.page-header h1{font-size:24px;font-weight:600;margin:0}.card-block{background:#fff;border-radius:4px;box-shadow:0 1px 4px #00000014;padding:20px;margin-bottom:16px}.section-title{font-size:16px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.version-row{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end}.version-field{min-width:280px}.version-field .label{display:block;font-weight:500;margin-bottom:8px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.chart-card{border:1px solid var(--border-color);border-radius:4px;padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s;height:72px}.chart-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.chart-card.selected{border-color:var(--primary-color);background-color:#f6f9fd}.chart-logo{width:40px;height:40px;flex-shrink:0;border-radius:4px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--primary-color);overflow:hidden}.chart-logo img{width:100%;height:100%;object-fit:contain}.chart-info{flex:1;min-width:0;overflow:hidden}.chart-name{font-weight:500;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-version{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sync-bar{display:flex;align-items:center;gap:8px;font-size:12px;color:#888}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;word-break:break-all}.result-pre{max-height:460px;overflow:auto;background:#f5f5f5;padding:12px;border-radius:4px;white-space:pre}
