.gst-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:start}@media (max-width: 860px){.gst-grid{grid-template-columns:1fr}}.gst-editor{display:flex;flex-direction:column;gap:16px}.gst-card{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--teb-hairline, rgba(120, 120, 140, .2));border-radius:12px;background:var(--teb-surface, #fff)}.gst-card h3{margin:0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--teb-ink-muted, #6b6b80)}.gst-card__head{display:flex;align-items:center;justify-content:space-between}.gst-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gst-item{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--teb-hairline, rgba(120, 120, 140, .15));border-radius:10px}.gst-item__nums{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:8px;align-items:center}.gst-item__nums .ant-input-number{width:100%}.gst-item__del{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--teb-hairline, rgba(120, 120, 140, .2));border-radius:8px;background:transparent;color:var(--teb-error-ink, #dc2626);cursor:pointer}.gst-preview{position:sticky;top:16px}.gst-summary{gap:8px}.gst-line{display:flex;justify-content:space-between;font-size:14px;color:var(--teb-ink, #1a1a2e);padding:2px 0}.gst-line--total{margin-top:6px;padding-top:10px;border-top:1px solid var(--teb-hairline, rgba(120, 120, 140, .25));font-size:18px;font-weight:700}.gst-export{margin-top:14px;padding-top:14px;border-top:1px dashed var(--teb-hairline, rgba(120, 120, 140, .25))}.gst-export__label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;margin-bottom:10px;color:var(--teb-ink, #1a1a2e)}.gst-export__note{margin:8px 0 0;font-size:12px;text-align:center;color:var(--teb-ink-muted, #6b6b80)}
