:root{color:#242227;background:#f8f7f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.45;--ink: #242227;--muted: #6d6871;--line: #dcd8cf;--paper: #f8f7f2;--panel: #fffefa;--accent: #3a5768}*{box-sizing:border-box}body{margin:0;min-width:900px;min-height:100vh;background:radial-gradient(circle at 15% -10%,rgba(119,160,166,.12),transparent 34rem),var(--paper)}button,select,input{font:inherit}button,select{color:inherit}[hidden]{display:none!important}#app{width:min(1800px,calc(100% - 24px));margin:0 auto;padding:12px 0 28px}h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:500;letter-spacing:-.035em}.landing{display:grid;min-height:calc(100vh - 40px);place-items:center}.landing-content{display:grid;gap:22px;justify-items:center}.drop-zone{width:min(660px,75vw);min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:22px;color:inherit;background:#fffefac7;box-shadow:0 22px 60px #322f2b12;cursor:pointer;transition:border-color .15s ease,transform .15s ease,background .15s ease}.drop-zone:hover,.drop-zone:focus-visible,.drop-zone.is-dragging{border-color:#7796a0;background:#fffefa;transform:translateY(-2px);outline:none}.drop-title{font-family:Georgia,Times New Roman,serif;font-size:28px;letter-spacing:-.025em}.drop-detail,.privacy-note{color:var(--muted);font-size:14px}.privacy-note{margin-top:26px;font-size:12px}.workspace{display:grid;grid-template-columns:250px minmax(0,1fr);gap:14px;align-items:start}.controls{position:sticky;top:20px;display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fffefad1}.control-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:3px}.control-header h1{font-size:27px}.controls label{display:grid;gap:6px;font-size:12px;color:var(--muted)}.controls label>span{display:flex;justify-content:space-between;gap:8px}.controls small{color:#87818a;font-size:10px;line-height:1.3}select,input[type=number]{width:100%;min-height:36px;border:1px solid var(--line);border-radius:8px;padding:6px 9px;background:var(--panel)}input[type=range]{width:100%;accent-color:var(--accent)}details{border-top:1px solid var(--line);padding-top:12px}summary{cursor:pointer;font-size:12px;color:var(--muted)}details[open]{display:grid;gap:14px}details[open] summary{margin-bottom:4px}.segmented-control{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;border:0}.segmented-control legend{margin-bottom:6px;color:var(--muted);font-size:12px}.segmented-control button{width:100%;min-width:0;border:1px solid var(--line);padding:7px 5px;background:var(--panel);font-size:12px;cursor:pointer}.segmented-control button:first-of-type{border-radius:8px 0 0 8px}.segmented-control button:last-of-type{border-left:0;border-radius:0 8px 8px 0}.segmented-control button[aria-pressed=true]{color:#fff;background:var(--accent);border-color:var(--accent)}.control-title{color:var(--muted);font-size:12px}.heatmap-control{display:grid;gap:5px}#identity-histogram{display:block;width:100%;height:28px;max-height:28px;border-bottom:1px solid var(--line)}.triple-slider{position:relative;height:18px;border-radius:99px;background:linear-gradient(90deg,#fffefa,#f6ec9d 12%,#e85d39 68%,#310e43 96%,#080709)}.triple-slider input[type=range]{position:absolute;inset:-1px 0 auto;height:20px;margin:0;appearance:none;background:transparent;pointer-events:none}.triple-slider input[type=range]::-webkit-slider-runnable-track{height:2px;background:transparent}.triple-slider input[type=range]::-moz-range-track{height:2px;background:transparent}.triple-slider input[type=range]::-webkit-slider-thumb{width:11px;height:17px;margin-top:-7px;appearance:none;border:2px solid #fffefa;border-radius:4px;background:var(--accent);box-shadow:0 0 0 1px #1c1a1d8c;pointer-events:auto;cursor:ew-resize}.triple-slider input[type=range]::-moz-range-thumb{width:9px;height:15px;border:2px solid #fffefa;border-radius:4px;background:var(--accent);box-shadow:0 0 0 1px #1c1a1d8c;pointer-events:auto;cursor:ew-resize}.heatmap-values{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.quiet-button{border:1px solid var(--line);border-radius:8px;padding:7px 11px;background:#fffefabf;cursor:pointer;font-size:12px}.quiet-button:hover{border-color:#9c9890}.plot-column{min-width:0}.status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:27px;padding-left:80px}.status-cluster{display:flex;min-width:0;align-items:center;gap:7px}.status{min-height:20px;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.status.error{color:#a32c3d}.memory-usage{flex:0 0 auto;padding:2px 7px;border:1px solid var(--line);border-radius:99px;color:var(--muted);background:#fffefac7;font-size:10px;font-variant-numeric:tabular-nums}.plot-shell{display:grid;grid-template-columns:80px minmax(0,1fr);grid-template-rows:minmax(0,auto) 72px;width:min(100%,calc(100vh - 12px),1296px);max-width:100%}.plot-frame{position:relative;width:100%;min-width:0;max-width:1200px;aspect-ratio:1;border:1px solid var(--line);border-radius:4px;background:#f8f7f2;box-shadow:0 14px 45px #2c282514}#plot-canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}#plot-canvas.is-panning{cursor:grabbing}.hover-card{position:absolute;z-index:3;display:grid;gap:2px;min-width:165px;padding:9px 11px;border:1px solid rgba(44,40,37,.16);border-radius:8px;color:#fff;background:#221f24e8;box-shadow:0 8px 20px #1412122e;pointer-events:none;font-size:11px}.hover-card strong{font-size:12px}.hover-card small{margin-top:2px;color:#c9c5cb}.axis-panel{position:relative;min-width:0;min-height:0;overflow:hidden;contain:size layout paint}.axis-panel-y{grid-column:1;grid-row:1}.axis-panel-x{grid-column:2;grid-row:2}.axis-corner{grid-column:1;grid-row:2;background:var(--paper)}.axis-panel canvas{position:absolute;inset:0;display:block;width:100%;height:100%}.axis-panel canvas.is-track-target{background:#3a57681a;outline:2px solid rgba(58,87,104,.45);outline-offset:-2px}.axis-drop-hint{margin:8px 0 0 80px;padding-bottom:6px;color:#8b858d;font-size:10px}.compute-progress{display:flex;flex:0 0 auto;align-items:center;gap:4px;pointer-events:none}.compute-progress svg{width:16px;height:16px;transform:rotate(-90deg)}.compute-progress circle{fill:none;stroke-width:2.2}.progress-track{stroke:#3a576826}.progress-ring{stroke:var(--accent);stroke-linecap:round;stroke-dasharray:50.265;stroke-dashoffset:50.265;transition:stroke-dashoffset .12s linear}.compute-progress.is-indeterminate .progress-ring{stroke-dasharray:15 36;animation:spin-progress .9s linear infinite}.compute-progress strong{color:var(--muted);font-size:10px;font-weight:500;font-variant-numeric:tabular-nums}@keyframes spin-progress{to{transform:rotate(360deg)}}@media(max-height:780px){#app{padding-top:8px}.controls{gap:9px;padding:13px}}
