:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1f2933;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.app-shell{min-height:100vh;padding:22px}.topbar{justify-content:space-between;align-items:flex-start;gap:16px;max-width:1500px;margin:0 auto 18px;display:flex}.topbar h1{margin:0;font-size:28px;line-height:1.1}.topbar p,.panel-header p,.mode-description{color:#64707d;margin:6px 0 0;font-size:14px}.workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;max-width:1500px;margin:0 auto;display:grid}.panel{background:#fff;border:1px solid #d9dee7;border-radius:8px;flex-direction:column;gap:14px;min-height:calc(100vh - 116px);padding:16px;display:flex}.panel-header,.result-header,.corrected-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.panel-header h2,.corrected-header h3{margin:0;font-size:18px;line-height:1.25}.text-input{resize:vertical;color:#18212c;white-space:pre-wrap;background:#fbfcfd;border:1px solid #cfd6df;border-radius:8px;flex:1;width:100%;min-height:420px;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.6}.text-input:focus,button:focus-visible{outline-offset:2px;outline:3px solid #a7c7ff}.controls{gap:14px;display:grid}.field-group label,.field span{color:#344151;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.segmented-control,.view-toggle{background:#eef2f6;border:1px solid #cfd6df;border-radius:8px;grid-auto-columns:1fr;grid-auto-flow:column;display:inline-grid;overflow:hidden}.segmented-control button,.view-toggle button{color:#3c4858;background:0 0;border:0;border-right:1px solid #cfd6df;min-height:38px;padding:0 12px;font-size:14px;font-weight:700}.segmented-control button:last-child,.view-toggle button:last-child{border-right:0}.segmented-control .selected,.view-toggle .selected{color:#111827;background:#fff;box-shadow:inset 0 -2px #2f6feb}.action-row{justify-content:flex-end;display:flex}.primary-action,.copy-button,.icon-button{color:#fff;background:#246bda;border:1px solid #1d5fd0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:800;display:inline-flex}.icon-button{color:#263445;background:#fff;border-color:#cfd6df;width:42px;padding:0}.copy-button{color:#263445;background:#fff;border-color:#cfd6df;min-height:36px}.status-error{color:#9f1d1d;background:#fff1f1;border:1px solid #f1b6b6;border-radius:8px;margin:0;padding:10px 12px;font-size:14px}.legend{color:#4c5968;flex-wrap:wrap;gap:10px 16px;font-size:13px;font-weight:700;display:flex}.legend span{align-items:center;gap:6px;display:inline-flex}.legend-dot{border-radius:3px;width:12px;height:12px;display:inline-block}.legend-dot.changed{background:#fff4b8;border:1px solid #d69b00}.legend-dot.added{background:#dcfce7;border:1px solid #16a34a}.legend-dot.removed{background:#fee2e2;border:1px solid #dc2626}.change-output{background:#fbfcfd;border:1px solid #d9dee7;border-radius:8px;min-height:290px;max-height:48vh;padding:14px;overflow:auto}.stream-status{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:7px 10px;font-size:13px;font-weight:700;display:inline-flex}.stream-status.incomplete{color:#92400e;background:#fffbeb;border-color:#fbbf24}.change-text,.diff-text,.corrected-text{white-space:pre-wrap;overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.7}.change-token,.diff-token{-webkit-box-decoration-break:clone;box-decoration-break:clone;border:1px solid;border-radius:6px;padding:1px 5px;display:inline}.change-token.changed{background:#fff4b8;border-color:#d69b00}.change-token.added,.diff-token.added{background:#dcfce7;border-color:#16a34a}.change-token.removed,.diff-token.removed{background:#fee2e2;border-color:#dc2626}.change-token.removed{text-decoration:line-through;text-decoration-thickness:2px}.corrected-section{gap:10px;min-height:220px;display:grid}.corrected-text{color:#243141;background:#fbfcfd;border:1px solid #d9dee7;border-radius:8px;min-height:170px;max-height:28vh;margin:0;padding:14px;overflow:auto}.empty-state{color:#6a7684;text-align:center;align-content:center;place-items:center;gap:10px;min-height:260px;display:grid}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=980px){.workspace{grid-template-columns:1fr}.panel{min-height:auto}.text-input{min-height:340px}}@media (width<=640px){.app-shell{padding:14px}.topbar,.panel-header,.result-header,.corrected-header{align-items:stretch}.result-header{grid-template-columns:1fr;display:grid}.segmented-control,.view-toggle{grid-auto-flow:row}.segmented-control button,.view-toggle button{border-bottom:1px solid #cfd6df;border-right:0}.segmented-control button:last-child,.view-toggle button:last-child{border-bottom:0}.primary-action,.copy-button{width:100%}}
