:root{color-scheme:light dark;font-family:Courier New,Courier,monospace;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}@media (prefers-color-scheme: light){:root{--bg-color: #ffffff;--fg-color: #000000;--border-color: #000000;--hover-color: #333333;--disabled-color: #cccccc;--input-bg: #f5f5f5}}@media (prefers-color-scheme: dark){:root{--bg-color: #000000;--fg-color: #ffffff;--border-color: #ffffff;--hover-color: #cccccc;--disabled-color: #666666;--input-bg: #1a1a1a}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--fg-color);min-height:100vh;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#app{width:100%;min-height:100vh;padding:1rem}input,textarea{font-family:Courier New,Courier,monospace;font-size:1rem;background-color:var(--input-bg);color:var(--fg-color);border:1px solid var(--border-color);padding:.5rem;width:100%;outline:none}input:focus,textarea:focus{border-color:var(--hover-color);box-shadow:0 0 3px var(--hover-color)}button{font-family:Courier New,Courier,monospace;font-size:1rem;background-color:var(--bg-color);color:var(--fg-color);border:2px solid var(--border-color);padding:.5rem 1rem;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;min-height:44px;min-width:44px}button:hover:not(:disabled),button:active:not(:disabled){background-color:var(--fg-color);color:var(--bg-color);border-color:var(--fg-color)}button:disabled{border-color:var(--disabled-color);color:var(--disabled-color);cursor:not-allowed}button:disabled:hover{background-color:var(--bg-color);color:var(--disabled-color)}@media (max-width: 768px){body{font-size:14px}input,textarea,button{font-size:16px}}.tooltip-wrapper.svelte-1rcmgm3{position:relative;display:inline-block;cursor:help;border-bottom:1px dotted var(--fg-color);-webkit-user-select:none;user-select:none}.tooltip-text.svelte-1rcmgm3{position:absolute;bottom:125%;left:50%;transform:translate(-50%);background-color:var(--bg-color);color:var(--fg-color);border:2px solid var(--border-color);padding:.5rem;z-index:1000;width:max-content;max-width:300px;font-size:.85rem;line-height:1.4;text-align:center;box-shadow:0 2px 8px #0000004d}@media (prefers-color-scheme: dark){.tooltip-text.svelte-1rcmgm3{box-shadow:0 2px 8px #fff3}}.tooltip-text.svelte-1rcmgm3:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--border-color) transparent transparent transparent}@media (max-width: 768px){.tooltip-text.svelte-1rcmgm3{max-width:250px;font-size:.8rem}}.gradient-container.svelte-1dnhrek.svelte-1dnhrek{margin:1rem 0;padding:.5rem}.gradient-row.svelte-1dnhrek.svelte-1dnhrek{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:.5rem}.term.svelte-1dnhrek.svelte-1dnhrek{text-align:center;font-size:.9rem}.term.left.svelte-1dnhrek.svelte-1dnhrek{text-align:right}.term.right.svelte-1dnhrek.svelte-1dnhrek{text-align:left}.bar-container.svelte-1dnhrek.svelte-1dnhrek{display:flex;justify-content:center}.bar.svelte-1dnhrek.svelte-1dnhrek{font-family:Courier New,Courier,monospace;font-size:1.8rem;white-space:nowrap;letter-spacing:.2rem;padding:.5rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:240px;text-align:center;background-color:var(--bg-color);color:var(--fg-color);border:2px solid var(--border-color);transition:border-color .2s}.bar.svelte-1dnhrek.svelte-1dnhrek:hover{border-color:var(--hover-color);background-color:var(--bg-color);color:var(--fg-color)}.bar.svelte-1dnhrek.svelte-1dnhrek:active{background-color:var(--input-bg);border-color:var(--fg-color);color:var(--fg-color)}.value-display.svelte-1dnhrek.svelte-1dnhrek{text-align:center;margin:.5rem 0;font-size:.9rem}.controls.svelte-1dnhrek.svelte-1dnhrek{margin-top:.5rem;display:flex;justify-content:center}.button-row.svelte-1dnhrek.svelte-1dnhrek{display:flex;gap:.5rem;width:auto}.na-btn.svelte-1dnhrek.svelte-1dnhrek{padding:.25rem .75rem;font-size:.85rem;opacity:.6;flex-shrink:0;min-height:auto;width:auto}.na-btn.svelte-1dnhrek.svelte-1dnhrek:hover{opacity:1;background-color:transparent;color:var(--fg-color);border-color:var(--hover-color)}.na-btn.active.svelte-1dnhrek.svelte-1dnhrek{opacity:1;background-color:var(--input-bg);border-color:var(--fg-color)}.notes-btn.svelte-1dnhrek.svelte-1dnhrek{padding:.25rem .75rem;font-size:.85rem;opacity:.6;min-height:auto;width:auto}.notes-btn.svelte-1dnhrek.svelte-1dnhrek:hover{opacity:1;background-color:transparent;color:var(--fg-color);border-color:var(--hover-color)}.notes-btn.has-notes.svelte-1dnhrek.svelte-1dnhrek{opacity:1;border-color:var(--hover-color)}.notes-btn.has-notes.svelte-1dnhrek.svelte-1dnhrek:hover{background-color:transparent;color:var(--fg-color)}.notes-editor.svelte-1dnhrek.svelte-1dnhrek{margin-top:.5rem;padding:.5rem;border:1px solid var(--border-color)}.notes-buttons.svelte-1dnhrek.svelte-1dnhrek{display:flex;gap:.5rem;margin-top:.5rem}.notes-buttons.svelte-1dnhrek button.svelte-1dnhrek{flex:1}@media (max-width: 768px){.gradient-row.svelte-1dnhrek.svelte-1dnhrek{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.5rem}.term.left.svelte-1dnhrek.svelte-1dnhrek{text-align:left;grid-row:1}.bar-container.svelte-1dnhrek.svelte-1dnhrek{grid-row:2}.term.right.svelte-1dnhrek.svelte-1dnhrek{text-align:right;grid-row:3}.bar.svelte-1dnhrek.svelte-1dnhrek{font-size:1.4rem;min-width:200px;padding:.5rem}}.metadata.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{margin:2rem 0;padding:1rem;border:2px solid var(--border-color)}.metadata-field.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{margin:.5rem 0}label.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{display:block;margin-bottom:.25rem;font-weight:700}.timestamp-display.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{display:flex;gap:.5rem}.timestamp-display.svelte-vm0neb input.svelte-vm0neb.svelte-vm0neb{flex:1;opacity:.7}.timestamp-display.svelte-vm0neb button.svelte-vm0neb.svelte-vm0neb{flex-shrink:0}.toggle-field.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{display:flex;align-items:center;gap:1rem}.toggle-field.svelte-vm0neb>label.svelte-vm0neb.svelte-vm0neb{margin-bottom:0}.toggle-container.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{display:flex;align-items:center;gap:.75rem}.toggle-switch.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{position:relative;display:inline-block;width:50px;height:26px;margin-bottom:0;cursor:pointer}.toggle-switch.svelte-vm0neb input.svelte-vm0neb.svelte-vm0neb{opacity:0;width:0;height:0}.slider.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:26px;transition:.3s}.slider.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.toggle-switch.svelte-vm0neb input.svelte-vm0neb:checked+.slider.svelte-vm0neb{background-color:var(--primary-color, #4CAF50)}.toggle-switch.svelte-vm0neb input.svelte-vm0neb:checked+.slider.svelte-vm0neb:before{transform:translate(24px)}.toggle-label.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{font-size:.9rem;opacity:.8}@media (max-width: 768px){.metadata.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{padding:.5rem}.timestamp-display.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{flex-direction:column}.timestamp-display.svelte-vm0neb button.svelte-vm0neb.svelte-vm0neb{width:100%}.toggle-field.svelte-vm0neb.svelte-vm0neb.svelte-vm0neb{flex-direction:column;align-items:flex-start}}.analysis-gradient.svelte-1hc3oe7.svelte-1hc3oe7{margin:1rem 0;padding:.5rem}.gradient-row.svelte-1hc3oe7.svelte-1hc3oe7{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:.5rem}.term.svelte-1hc3oe7.svelte-1hc3oe7{text-align:center;font-size:.9rem}.term.left.svelte-1hc3oe7.svelte-1hc3oe7{text-align:right}.term.right.svelte-1hc3oe7.svelte-1hc3oe7{text-align:left}.bar-container.svelte-1hc3oe7.svelte-1hc3oe7{display:flex;justify-content:center}.bar.svelte-1hc3oe7.svelte-1hc3oe7{font-family:Courier New,Courier,monospace;font-size:1.8rem;white-space:nowrap;letter-spacing:.2rem;padding:.5rem 1rem;-webkit-user-select:none;user-select:none;min-width:240px;text-align:center;background-color:var(--bg-color);color:var(--fg-color);border:2px solid var(--border-color)}.bar.automated.svelte-1hc3oe7.svelte-1hc3oe7{cursor:default;opacity:.6}.bar.interactive.svelte-1hc3oe7.svelte-1hc3oe7{cursor:pointer;transition:border-color .2s}.bar.interactive.svelte-1hc3oe7.svelte-1hc3oe7:hover{border-color:var(--hover-color)}.bar.interactive.svelte-1hc3oe7.svelte-1hc3oe7:active{background-color:var(--input-bg);border-color:var(--fg-color)}.value-display.svelte-1hc3oe7.svelte-1hc3oe7{text-align:center;margin:.5rem 0;font-size:.9rem}.auto-label.svelte-1hc3oe7.svelte-1hc3oe7{opacity:.6;font-size:.8rem;font-style:italic}.controls.svelte-1hc3oe7.svelte-1hc3oe7{display:flex;justify-content:center;margin-top:.5rem}.button-row.svelte-1hc3oe7.svelte-1hc3oe7{display:flex;gap:.5rem;width:auto}.na-btn.svelte-1hc3oe7.svelte-1hc3oe7{padding:.25rem .75rem;font-size:.85rem;opacity:.6;flex-shrink:0;min-height:auto;width:auto}.na-btn.svelte-1hc3oe7.svelte-1hc3oe7:hover{opacity:1;background-color:transparent;color:var(--fg-color);border-color:var(--hover-color)}.na-btn.active.svelte-1hc3oe7.svelte-1hc3oe7{opacity:1;background-color:var(--input-bg);border-color:var(--fg-color)}.notes-btn.svelte-1hc3oe7.svelte-1hc3oe7{padding:.25rem .75rem;font-size:.85rem;opacity:.6;min-height:auto;width:auto}.notes-btn.svelte-1hc3oe7.svelte-1hc3oe7:hover{opacity:1;background-color:transparent;color:var(--fg-color);border-color:var(--hover-color)}.notes-btn.has-notes.svelte-1hc3oe7.svelte-1hc3oe7{opacity:1;border-color:var(--hover-color)}.notes-btn.has-notes.svelte-1hc3oe7.svelte-1hc3oe7:hover{background-color:transparent;color:var(--fg-color)}.notes-editor.svelte-1hc3oe7.svelte-1hc3oe7{margin-top:.5rem;padding:.5rem;border:1px solid var(--border-color)}.notes-buttons.svelte-1hc3oe7.svelte-1hc3oe7{display:flex;gap:.5rem;margin-top:.5rem}.notes-buttons.svelte-1hc3oe7 button.svelte-1hc3oe7{flex:1}@media (max-width: 768px){.gradient-row.svelte-1hc3oe7.svelte-1hc3oe7{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.5rem}.term.left.svelte-1hc3oe7.svelte-1hc3oe7{text-align:left;grid-row:1}.bar-container.svelte-1hc3oe7.svelte-1hc3oe7{grid-row:2}.term.right.svelte-1hc3oe7.svelte-1hc3oe7{text-align:right;grid-row:3}.bar.svelte-1hc3oe7.svelte-1hc3oe7{font-size:1.4rem;min-width:200px;padding:.5rem}}.export-controls.svelte-6nyxm5.svelte-6nyxm5{margin:2rem 0;padding:1rem;border-top:2px solid var(--border-color)}.button-group.svelte-6nyxm5.svelte-6nyxm5{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin-bottom:1rem}.reset-btn.svelte-6nyxm5.svelte-6nyxm5{border-color:red;color:red}.reset-btn.svelte-6nyxm5.svelte-6nyxm5:hover{background-color:red;color:#fff}.webhook-config.svelte-6nyxm5.svelte-6nyxm5{margin-top:1rem;padding:1rem;border:2px solid var(--border-color)}.upload-confirmation.svelte-6nyxm5.svelte-6nyxm5{font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:center}.upload-terms.svelte-6nyxm5.svelte-6nyxm5{font-size:.85rem;opacity:.7;line-height:1.4;margin-bottom:1rem;text-align:center}.upload-repo-link.svelte-6nyxm5.svelte-6nyxm5{font-size:.9rem;margin-bottom:1rem;text-align:center}.upload-repo-link.svelte-6nyxm5 a.svelte-6nyxm5{color:var(--fg-color);text-decoration:underline}.upload-repo-link.svelte-6nyxm5 a.svelte-6nyxm5:hover{opacity:.7}.webhook-buttons.svelte-6nyxm5.svelte-6nyxm5{display:flex;gap:.5rem;margin-top:.5rem}.webhook-buttons.svelte-6nyxm5 button.svelte-6nyxm5{flex:1}@media (max-width: 768px){.button-group.svelte-6nyxm5.svelte-6nyxm5{grid-template-columns:1fr}}main.svelte-ptfgec{max-width:800px;margin:0 auto;padding:1rem}.header.svelte-ptfgec{text-align:center;margin-bottom:2rem;border-bottom:2px solid var(--border-color);padding-bottom:1rem}.title.svelte-ptfgec{font-size:1.5rem;font-weight:700;letter-spacing:.2rem}.diagnostic-set.svelte-ptfgec,.analysis-section.svelte-ptfgec{margin:2rem 0;padding:1rem 0;border-top:2px solid var(--border-color)}.set-header.svelte-ptfgec{text-align:center;font-size:1.2rem;font-weight:700;letter-spacing:.2rem;margin-bottom:.5rem}.set-description.svelte-ptfgec{text-align:center;font-size:.9rem;margin-bottom:1.5rem;opacity:.8}@media (max-width: 768px){main.svelte-ptfgec{padding:.5rem}.title.svelte-ptfgec{font-size:1.2rem}.set-header.svelte-ptfgec{font-size:1rem}}
