:root{color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:var(--card-bg);text-align:center;width:100%;max-width:400px;color:var(--text-main);border-radius:12px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.login-card h2{margin-top:0;margin-bottom:1.5rem;font-size:1.8rem}.login_form{flex-direction:column;gap:1.2rem;display:flex}.login_form label{text-align:left;flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.register-link{color:var(--primary-color);cursor:pointer;margin-top:1.5rem;font-size:.9rem;text-decoration:none;display:block}.register-link:hover{text-decoration:underline}.app-container{flex-direction:column;height:100vh;display:flex}.top-nav{backdrop-filter:blur(12px);background:#0006;justify-content:flex-end;gap:15px;padding:20px 40px;display:flex}.nav-btn-alt{background-color:#ffffff1a;border:1px solid #ffffff4d}.form-section{flex:1;justify-content:left;align-items:center;margin-left:50px;display:flex}.bank_form{background:var(--card-bg);border-radius:16px;flex-direction:column;gap:15px;width:100%;max-width:450px;padding:40px;display:flex;box-shadow:0 25px 50px -12px #00000080}.bank_form h2{color:var(--primary);margin:0 0 10px;font-size:1.5rem}button:disabled{opacity:.6;cursor:not-allowed;color:#f3f4f6;box-shadow:none;background-color:#9ca3af;border-color:#9ca3af;transform:none}.dashboard-body{flex-direction:row;flex:1;display:flex;overflow:hidden}.results-section{flex:1.5;align-items:center;padding:20px 50px 20px 20px;display:flex}.results-card{background:var(--card-bg,#fff);border-radius:16px;flex-direction:column;width:100%;height:80vh;padding:30px;display:flex;box-shadow:0 25px 50px -12px #0000004d}.results-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.results-header h3{margin:0;font-size:1.4rem}.status-badge{text-transform:uppercase;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:800}.status-flagged{color:#991b1b;background:#fee2e2}.status-verified{color:#065f46;background:#d1fae5;border:1px solid #10b981}.features-container{flex:1;grid-template-columns:1fr 1fr;gap:25px;padding-right:10px;display:grid;overflow-y:auto}.features-container::-webkit-scrollbar{width:6px}.features-container::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.feature-group h4{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;font-size:.85rem}.feature-list{flex-direction:column;gap:6px;display:flex}.feature-item{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-main);border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.8rem;display:flex}.feature-label{color:#6b7280;font-family:JetBrains Mono,monospace}.feature-value{color:var(--primary);font-weight:700}.no-data-placeholder{color:#9ca3af;border:2px dashed #e5e7eb;border-radius:12px;flex:1;justify-content:center;align-items:center;font-style:italic;display:flex}.feedback-popup{background:var(--card-bg,#fff);z-index:1000;border:1px solid #e5e7eb;border-radius:12px;padding:20px;animation:.3s ease-out slideIn;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #0003}.feedback-popup p{margin:0 0 15px;font-size:.95rem;font-weight:600}.feedback-actions{gap:10px;display:flex}.feedback-btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:8px 0;font-weight:600;transition:opacity .2s}.feedback-btn:hover{opacity:.8}.feedback-btn.yes{color:#fff;background:#10b981}.feedback-btn.no{color:#fff;background:#ef4444}.plot-modal-overlay{backdrop-filter:blur(4px);box-sizing:border-box;z-index:2000;background:#0009;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding-top:60px;padding-bottom:60px;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.plot-modal{background:var(--card-bg,#2a2a2a);color:var(--text-dark,#1f2937);border-radius:12px;flex-direction:column;width:90%;max-width:800px;padding:25px;animation:.3s ease-out slideDown;display:flex;box-shadow:0 25px 50px -12px #00000080}.plot-header{color:var(--text-dark,#1f2937);justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.plot-header h3{color:var(--text-main);margin:0}.close-btn{color:#4b5563;background:#4b5563;border:none;padding:5px 10px;font-size:1.2rem}.close-btn:hover{color:#ef4444;background:0 0}.plot-controls{justify-content:center;gap:15px;margin-bottom:20px;display:flex}.plot-controls button{color:#374151;background-color:#374151;border:1px solid #374151;padding:8px 16px;font-weight:500;transition:all .2s}.plot-controls button:hover{background-color:#e5e7eb;border-color:#9ca3af}.plot-controls button.active{border-color:var(--primary);color:#fff;background-color:var(--primary)!important}.plot-image-container{background:#0003;border-radius:8px;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden auto}.plot-image-container img{object-fit:contain;width:100%;height:auto}.plot-image-hidden{display:none}.plot-loading-placeholder{color:var(--text-main,#111827);z-index:1;background:#0000001f;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.plot-loading-placeholder p{margin:0;font-weight:600}.plot-error-msg{color:#ef4444;text-align:center;justify-content:center;align-items:center;padding:40px;font-weight:500;display:flex}.persistent-hint-wrapper{align-items:center;width:100%;display:flex;position:relative}.transparent-input{z-index:2;width:100%;padding:.6em 1.2em;font-family:JetBrains Mono,monospace,sans-serif;font-size:1rem;position:relative;background:0 0!important}.hint-text{z-index:1;pointer-events:none;color:#9ca3af;white-space:pre;font-family:JetBrains Mono,monospace,sans-serif;font-size:1rem;position:absolute;top:50%;left:1.2em;transform:translateY(-50%)}.hidden-text{opacity:0}.loading-spinner{border:4px solid #6366f133;border-top-color:var(--primary,#6366f1);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.app-container{height:auto;min-height:100vh}.top-nav{flex-wrap:wrap;justify-content:center;gap:10px;padding:12px 16px}.dashboard-body{flex-direction:column;overflow:visible}.form-section{justify-content:center;margin-left:0;padding:20px 16px}.bank_form{max-width:100%;padding:24px}.results-section{padding:0 16px 20px}.results-card{height:auto;padding:20px}.features-container{grid-template-columns:1fr;gap:16px;overflow-y:visible}.feedback-popup{bottom:16px;left:16px;right:16px}.plot-modal-overlay{padding-top:20px;padding-bottom:20px}.plot-modal{width:100%;padding:16px}.plot-controls{flex-wrap:wrap}}.replayer-wrapper{position:relative}.replayer-mouse{background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDUwIDUwIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkRlc2lnbl90bnA8L3RpdGxlPjxwYXRoIGQ9Ik00OC43MSw0Mi45MUwzNC4wOCwyOC4yOSw0NC4zMywxOEExLDEsMCwwLDAsNDQsMTYuMzlMMi4zNSwxLjA2QTEsMSwwLDAsMCwxLjA2LDIuMzVMMTYuMzksNDRhMSwxLDAsMCwwLDEuNjUuMzZMMjguMjksMzQuMDgsNDIuOTEsNDguNzFhMSwxLDAsMCwwLDEuNDEsMGw0LjM4LTQuMzhBMSwxLDAsMCwwLDQ4LjcxLDQyLjkxWm0tNS4wOSwzLjY3TDI5LDMyYTEsMSwwLDAsMC0xLjQxLDBsLTkuODUsOS44NUwzLjY5LDMuNjlsMzguMTIsMTRMMzIsMjcuNThBMSwxLDAsMCwwLDMyLDI5TDQ2LjU5LDQzLjYyWiI+PC9wYXRoPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:#0000;width:20px;height:20px;transition:left 50ms linear,top 50ms linear;position:absolute}.replayer-mouse:after{content:"";opacity:.3;background:#4950f6;border-radius:100%;width:20px;height:20px;display:inline-block;transform:translate(-50%,-50%)}.replayer-mouse.active:after{animation:.2s ease-in-out click}.replayer-mouse.touch-device{background-image:none;border:4px solid #4950f600;border-radius:100%;width:70px;height:70px;margin-top:-37px;margin-left:-37px;transition:left linear,top linear,border-color .2s ease-in-out}.replayer-mouse.touch-device.touch-active{border-color:#4950f6;transition:left .25s linear,top .25s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device:after{opacity:0}.replayer-mouse.touch-device.active:after{animation:.2s ease-in-out touch-click}.replayer-mouse-tail{pointer-events:none;position:absolute}@keyframes click{0%{opacity:.3;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}@keyframes touch-click{0%{opacity:0;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}.replay-modal,.viz-root{--viz-surface:#171919;--viz-panel:#1e2121;--viz-axis-1:#3987e5;--viz-axis-2:#d95926;--viz-axis-3:#199e70;--viz-axis-4:#c98500;--viz-ink:#f9fafb;--viz-ink-2:#c3c2b7;--viz-muted:#898781;--viz-grid:#2c2c2a;--viz-baseline:#40403c;--viz-critical:#d03b3b;--viz-playhead:#fff;--viz-tap:#c3c2b7;--viz-slide:#2fb8b0;--viz-border:#ffffff1f}@media (prefers-color-scheme:light){.replay-modal,.viz-root{--viz-surface:#fff;--viz-panel:#f4f7f6;--viz-axis-1:#2a78d6;--viz-axis-2:#eb6834;--viz-axis-3:#1baf7a;--viz-axis-4:#eda100;--viz-ink:#0b0b0b;--viz-ink-2:#52514e;--viz-muted:#898781;--viz-grid:#e1e0d9;--viz-baseline:#c3c2b7;--viz-critical:#d03b3b;--viz-playhead:#0b0b0b;--viz-tap:#52514e;--viz-slide:#1aa09a;--viz-border:#0b0b0b1f}}.replay-cta{border:1px solid var(--primary);background:color-mix(in srgb, var(--primary) 12%, transparent);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:12px 16px;display:flex}.replay-cta-text{color:var(--text-main);font-size:.85rem;line-height:1.45}.replay-cta button{white-space:nowrap}.replay-modal{background:var(--card-bg,#1e2121);color:var(--text-main);border-radius:12px;flex-direction:column;gap:18px;width:96%;max-width:1240px;padding:24px;animation:.3s ease-out slideDown;display:flex;box-shadow:0 25px 50px -12px #0009}.replay-modal .plot-header{margin-bottom:0}.replay-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.replay-stat{background:var(--viz-surface);border:1px solid var(--viz-border);border-radius:10px;flex-direction:column;gap:2px;padding:12px 14px;display:flex}.replay-stat-label{color:var(--viz-muted);letter-spacing:.02em;font-size:.72rem}.replay-stat-value{color:var(--viz-ink);font-size:1.5rem;font-weight:600;line-height:1.15}.replay-stat-detail{color:var(--viz-ink-2);font-size:.7rem}.replay-split{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);align-items:start;gap:18px;display:grid}.replay-stage-panel,.replay-phone-panel,.replay-charts{background:var(--viz-surface);border:1px solid var(--viz-border);border-radius:10px;min-width:0;padding:14px}.replay-panel-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.replay-panel-head h4{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin:0;font-size:.8rem}.replay-panel-meta{color:var(--viz-muted);font-family:JetBrains Mono,monospace;font-size:.7rem}.replay-stage-holder{justify-content:center;align-items:center;min-height:200px;display:flex;position:relative}.replay-stage{border:1px solid var(--viz-border);background:var(--bg-canvas,#121414);border-radius:8px;overflow:hidden;box-shadow:0 12px 30px #00000059}.replay-stage iframe{background:var(--bg-canvas,#121414);border:0}.replay-transport{background:var(--viz-surface);border:1px solid var(--viz-border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;display:flex}.replay-play{font-variant-numeric:tabular-nums;background-color:var(--primary);border:1px solid var(--primary);min-width:104px;padding:8px 14px;color:#fff!important}.replay-play:hover:not(:disabled){background-color:var(--primary-dark);border-color:var(--primary-dark)}.replay-small{border:1px solid var(--viz-border);background-color:#7f7f7f24;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:500;color:var(--viz-ink)!important}.replay-small:hover{border-color:var(--viz-muted);background-color:#7f7f7f42}.replay-small.is-active{background-color:var(--primary);border-color:var(--primary);color:#fff!important}.replay-speeds,.replay-view-toggle{gap:6px;display:flex}.replay-clock{font-variant-numeric:tabular-nums;color:var(--viz-ink-2);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.8rem}.replay-scrub{width:auto;min-width:180px;accent-color:var(--primary);background:0 0;border:0;flex:220px;height:22px;padding:0}.replay-check{color:var(--viz-ink-2);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:.78rem;display:inline-flex}.replay-check input[type=checkbox]{width:auto;accent-color:var(--primary);border:0;margin:0;padding:0}.replay-phone-panel .replay-check{margin-top:8px;display:flex}.replay-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.replay-field{color:var(--viz-muted);flex-direction:column;gap:4px;font-size:.72rem;display:flex}.replay-field select{background:var(--viz-surface);color:var(--viz-ink);border:1px solid var(--viz-border);border-radius:6px;padding:7px 10px;font-family:inherit;font-size:.82rem}.replay-chart-host{min-width:0}.replay-stream-section+.replay-stream-section{border-top:1px solid var(--viz-border);margin-top:20px;padding-top:20px}.replay-axis-legend{color:var(--viz-muted);justify-content:center;gap:14px;font-size:.7rem;display:flex}.replay-axis-legend span{align-items:center;gap:5px;display:inline-flex}.replay-note{color:var(--viz-muted);margin:0;font-size:.72rem;line-height:1.5}.phone-panel{flex-direction:column;gap:12px;display:flex}.phone-stage{perspective:1000px;perspective-origin:50% 45%;background:radial-gradient(circle at 50% 40%,#00c2b21a,#0000 65%);border-radius:8px;justify-content:center;align-items:center;height:330px;display:flex;position:relative;overflow:hidden}.phone-tilt,.phone-rig,.phone-body,.phone-axes{transform-style:preserve-3d}.phone-tilt{transform:rotateX(-8deg)}.phone-body{--phone-w:148px;--phone-h:296px;--phone-d:16px;width:var(--phone-w);height:var(--phone-h);will-change:transform;position:relative}.phone-face{box-sizing:border-box;background:#2a2f2f;position:absolute;top:50%;left:50%}.phone-front,.phone-back{width:var(--phone-w);height:var(--phone-h);margin-left:calc(var(--phone-w) / -2);margin-top:calc(var(--phone-h) / -2);border-radius:20px}.phone-front{transform:translateZ(calc(var(--phone-d) / 2));background:linear-gradient(150deg,#5a6363 0%,#2b3131 100%);padding:6px;box-shadow:inset 0 0 0 1px #ffffff38}.phone-back{transform:rotateY(180deg) translateZ(calc(var(--phone-d) / 2));background:linear-gradient(150deg,#3a4141 0%,#1f2323 100%)}.phone-side{width:var(--phone-d);height:var(--phone-h);margin-left:calc(var(--phone-d) / -2);margin-top:calc(var(--phone-h) / -2);background:linear-gradient(#4a5252 0%,#262b2b 100%)}.phone-right{transform:rotateY(90deg) translateZ(calc(var(--phone-w) / 2))}.phone-left{transform:rotateY(-90deg) translateZ(calc(var(--phone-w) / 2))}.phone-edge{width:var(--phone-w);height:var(--phone-d);margin-left:calc(var(--phone-w) / -2);margin-top:calc(var(--phone-d) / -2);background:linear-gradient(90deg,#4a5252 0%,#262b2b 100%)}.phone-top{transform:rotateX(90deg) translateZ(calc(var(--phone-h) / 2))}.phone-bottom{transform:rotateX(-90deg) translateZ(calc(var(--phone-h) / 2))}.phone-lens{background:#0d1010;border-radius:50%;width:26px;height:26px;position:absolute;top:16px;left:16px;box-shadow:0 0 0 3px #202525}.phone-screen{background:linear-gradient(165deg,#101616 0%,#16201f 100%);border-radius:15px;transition:box-shadow .12s linear;position:absolute;inset:6px;overflow:hidden}.phone-screen.is-pressed{box-shadow:inset 0 0 0 1px #00c2b2b3,inset 0 0 22px #00c2b259}.phone-notch{background:#ffffff29;border-radius:3px;width:46px;height:5px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.phone-mock{flex-direction:column;gap:7px;display:flex;position:absolute;inset:22px 12px 14px}.phone-mock-bar{background:#ffffff29;border-radius:2px;height:4px}.phone-mock-bar.w60{width:60%}.phone-mock-bar.w50{width:50%}.phone-mock-bar.w40{width:40%}.phone-mock-field{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;height:20px}.phone-mock-cta{background:#00c2b28c;border-radius:5px;height:22px;margin-top:auto}.phone-touch{background:#00c2b21f;border:2px solid #00c2b273;border-radius:50%;width:22px;height:22px;margin:-11px 0 0 -11px;transition:left 50ms linear,top 50ms linear;position:absolute}.phone-touch.is-down{background:#00c2b266;border-color:#00c2b2;box-shadow:0 0 14px #00c2b2a6}.phone-axes{pointer-events:none;width:0;height:0;position:absolute;top:50%;left:50%}.phone-axis{opacity:.9;border-radius:2px;position:absolute;top:0;left:0}.phone-axis-x{background:var(--viz-axis-1);width:132px;height:3px;margin-top:-1.5px}.phone-axis-y{transform-origin:50% 100%;background:var(--viz-axis-2);width:3px;height:208px;margin-top:-208px;margin-left:-1.5px}.phone-axis-z{transform-origin:50% 100%;background:var(--viz-axis-3);width:3px;height:96px;margin-top:-96px;margin-left:-1.5px;transform:rotateX(-90deg)}.phone-ground{filter:blur(2px);background:radial-gradient(#0000008c,#0000 70%);border-radius:50%;width:190px;height:26px;margin-left:-95px;position:absolute;bottom:18px;left:50%}.phone-readout{grid-template-columns:1fr 1fr;gap:12px;display:grid}.phone-readout-title{text-transform:uppercase;letter-spacing:.05em;color:var(--viz-muted);margin-bottom:5px;font-size:.66rem;display:block}.phone-readout-rows{flex-direction:column;gap:3px;display:flex}.phone-readout-row{justify-content:space-between;align-items:center;gap:8px;font-size:.74rem;display:flex}.phone-readout-key{color:var(--viz-ink-2);align-items:center;gap:6px;display:inline-flex}.phone-readout-value{font-variant-numeric:tabular-nums;color:var(--viz-ink);font-family:JetBrains Mono,monospace;font-weight:600}.viz-root{flex-direction:column;gap:8px;display:flex}.viz-legend{color:var(--viz-ink-2);flex-wrap:wrap;align-items:center;gap:14px;font-size:.74rem;display:flex}.viz-legend-sep{background:var(--viz-border);width:1px;height:14px}.viz-legend-item{align-items:center;gap:6px;display:inline-flex}.viz-key{border-radius:1px;flex:none;width:12px;height:2px;display:inline-block}.viz-key-1{background:var(--viz-axis-1)}.viz-key-2{background:var(--viz-axis-2)}.viz-key-3{background:var(--viz-axis-3)}.viz-key-mag{background:var(--viz-axis-4)}.viz-key-tap{border-left:1px solid var(--viz-tap);background:color-mix(in srgb, var(--viz-tap) 16%, transparent);border-radius:2px;width:11px;height:11px}.viz-key-slide{border-left:1px solid var(--viz-slide);background:color-mix(in srgb, var(--viz-slide) 16%, transparent);border-radius:2px;width:11px;height:11px}.viz-key-outlier{background:var(--viz-critical);width:8px;height:8px;box-shadow:0 0 0 2px var(--viz-surface);border-radius:50%}.viz-key-playhead{background:var(--viz-playhead);width:2px;height:12px}.viz-stack{cursor:crosshair;touch-action:pan-y;outline:none;position:relative}.viz-stack.is-zoomed{cursor:grab}.viz-stack.is-zoomed:active{cursor:grabbing}.viz-zoom-reset{border:1px solid var(--viz-border);background:#7f7f7f29;border-radius:5px;padding:2px 9px;font-family:inherit;font-size:.72rem;line-height:1.6;color:var(--viz-ink)!important}.viz-zoom-reset:hover{background:var(--primary);border-color:var(--primary);color:#fff!important}.viz-stack:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:6px}.viz-facet+.viz-facet{margin-top:4px}.viz-facet-head{justify-content:space-between;align-items:baseline;gap:10px;padding-left:54px;display:flex}.viz-facet-title{color:var(--viz-ink);align-items:center;gap:7px;font-size:.78rem;font-weight:600;display:inline-flex}.viz-facet-meta{color:var(--viz-muted);font-variant-numeric:tabular-nums;font-size:.68rem}.viz-svg,.viz-axis{max-width:100%;display:block}.viz-line{fill:none;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.viz-line-1{stroke:var(--viz-axis-1)}.viz-line-2{stroke:var(--viz-axis-2)}.viz-line-3{stroke:var(--viz-axis-3)}.viz-line-mag{stroke:var(--viz-axis-4)}.viz-grid{stroke:var(--viz-grid);stroke-width:1px}.viz-baseline{stroke:var(--viz-baseline);stroke-width:1px}.viz-tap-halo{fill:var(--viz-tap);opacity:.07}.viz-tap-core{fill:var(--viz-tap);opacity:.16}.viz-tap-rule{stroke:var(--viz-tap);stroke-width:1px;opacity:.5}.viz-slide-halo{fill:var(--viz-slide);opacity:.07}.viz-slide-core{fill:var(--viz-slide);opacity:.16}.viz-slide-rule{stroke:var(--viz-slide);stroke-width:1px;opacity:.5}.viz-outlier{fill:var(--viz-critical);stroke:var(--viz-surface);stroke-width:2px}.viz-crosshair{stroke:var(--viz-ink-2);stroke-width:1px;opacity:.75}.viz-playhead{stroke:var(--viz-playhead);stroke-width:2px;stroke-linecap:round}.viz-hover-dot{stroke:var(--viz-surface);stroke-width:2px}.viz-hover-dot-1{fill:var(--viz-axis-1)}.viz-hover-dot-2{fill:var(--viz-axis-2)}.viz-hover-dot-3{fill:var(--viz-axis-3)}.viz-hover-dot-mag{fill:var(--viz-axis-4)}.viz-y-label{fill:var(--viz-muted);text-anchor:end;font-variant-numeric:tabular-nums;font-size:10px}.viz-x-label{fill:var(--viz-muted);font-variant-numeric:tabular-nums;font-size:10px}.viz-axis-unit{fill:var(--viz-muted);font-size:9px}.viz-tooltip{z-index:5;pointer-events:none;background:var(--viz-panel);border:1px solid var(--viz-border);border-radius:8px;min-width:190px;padding:9px 11px;position:absolute;transform:translate(14px,-50%);box-shadow:0 12px 28px #00000073}.viz-tooltip.is-flipped{transform:translate(calc(-100% - 14px),-50%)}.viz-tooltip-time{color:var(--viz-muted);font-variant-numeric:tabular-nums;margin-bottom:5px;font-size:.7rem}.viz-tooltip-row{grid-template-columns:12px auto 1fr auto;align-items:center;gap:7px;padding:1px 0;font-size:.76rem;display:grid}.viz-tooltip-value{color:var(--viz-ink);font-variant-numeric:tabular-nums;font-weight:700}.viz-tooltip-label{color:var(--viz-ink-2)}.viz-tooltip-z{color:var(--viz-muted);font-variant-numeric:tabular-nums}.viz-tooltip-z.is-outlier{color:var(--viz-critical);font-weight:700}.viz-tooltip-tap{border-top:1px solid var(--viz-border);color:var(--viz-ink-2);margin-top:5px;padding-top:5px;font-size:.7rem}.viz-footnote{color:var(--viz-muted);margin:2px 0 0;font-size:.7rem;line-height:1.5}.viz-empty{border:1px dashed var(--viz-border);color:var(--viz-muted);text-align:center;border-radius:10px;padding:26px 20px;font-size:.82rem;line-height:1.5}.viz-table-wrap{flex-direction:column;gap:8px;display:flex}.viz-table-title{text-transform:uppercase;letter-spacing:.05em;color:var(--viz-muted);margin:6px 0 0;font-size:.74rem}.viz-table-scroll{border:1px solid var(--viz-border);border-radius:8px;max-height:220px;overflow:auto}.viz-table-scroll.is-tall{max-height:320px}.viz-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:.76rem}.viz-table th,.viz-table td{text-align:right;white-space:nowrap;border-bottom:1px solid var(--viz-border);padding:6px 10px}.viz-table thead th{background:var(--viz-panel);color:var(--viz-muted);text-align:right;z-index:1;font-weight:600;position:sticky;top:0}.viz-table th[scope=row],.viz-table thead th:first-child,.viz-table tbody td:first-child{text-align:left}.viz-table th[scope=row]{color:var(--viz-ink)}.viz-table th[scope=row] .viz-key{vertical-align:middle;margin-right:7px}.viz-table tbody tr.is-near-tap{background:color-mix(in srgb, var(--viz-critical) 12%, transparent)}.viz-seek-btn{border:1px solid var(--viz-border);background:#7f7f7f29;border-radius:5px;padding:2px 9px;font-size:.7rem;color:var(--viz-ink)!important}.viz-seek-btn:hover{background:var(--primary);color:#fff!important}@media (width<=900px){.replay-modal{gap:14px;width:100%;padding:16px}.replay-split{grid-template-columns:minmax(0,1fr)}.phone-stage{height:300px}.replay-transport{gap:10px}.replay-clock{order:-1}}
