html:has(.synth-container){scrollbar-width:none}html:has(.synth-container)::-webkit-scrollbar{display:none}#synth-root *{box-sizing:border-box}#synth-root{font-family:Inter,system-ui,sans-serif;color:var(--text, #111827);--accent: #5b4af7;--accent-h: #4a3ae6;--accent-bg: #f5f3ff;--border: #e5e7eb;--surface: #ffffff;--bg2: #f9fafb;--text: #111827;--text-mid: #374151;--text-dim: #6b7280;--shadow: 0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04);--radius: 12px}.synth-container{max-width:var(--max);margin:0 auto;padding:0 20px}.synth-hero{padding:12px 0 8px}.synth-breadcrumb{font-size:12px;color:var(--text-dim);margin-bottom:12px}.synth-breadcrumb a{color:var(--accent);text-decoration:none}.synth-breadcrumb a:hover{text-decoration:underline}.synth-hero h1{font-size:clamp(22px,3vw,36px);font-weight:900;letter-spacing:-.5px;line-height:1.1;margin-bottom:12px}.synth-hero-meta{display:flex;flex-direction:column;gap:12px}.synth-hero-sub{font-size:16px;color:var(--text-mid);margin:0;line-height:1.6}.synth-hero-share{display:flex;gap:8px;align-items:center}.synth-share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.synth-share-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.synth-share-btn:disabled{opacity:.45;cursor:default}.synth-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.synth-pill{font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px;background:var(--accent-bg);color:var(--accent);border:none;cursor:default}.synth-btn-icon{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 10px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-mid);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0;box-sizing:border-box}.synth-btn-icon:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.synth-download-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:60;background:var(--surface);border:1.5px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:280px;max-width:calc(100vw - 32px);overflow:hidden}@media (max-width: 768px){.synth-download-menu{position:fixed;top:auto;bottom:16px;left:16px;right:16px;min-width:0;max-width:none}}.synth-download-option{display:block;width:100%;text-align:left;padding:12px 16px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.synth-download-option:last-child{border-bottom:none}.synth-download-option:hover{background:var(--bg2)}.synth-download-option-name{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.synth-download-option-sub{font-size:11px;color:var(--text-dim);line-height:1.4}.synth-btn-ghost{color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;padding:7px 4px;white-space:nowrap}.synth-btn-ghost:hover{text-decoration:underline}.synth-sticky-bar{position:sticky;top:56px;z-index:50;background:#fafafa;padding:8px 0;margin-bottom:8px}.synth-bar-card{background:var(--surface);border:4px solid #cbd5e1;border-radius:var(--radius);padding:14px 20px;box-shadow:var(--shadow)}.synth-bar-top-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:space-between;width:100%}.synth-bar-preset{width:280px;flex-shrink:0}.synth-bar-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.synth-bar-regen-group{display:flex;gap:8px;align-items:center;flex-shrink:0}.synth-enable-grid{display:grid;grid-template-columns:repeat(3,auto);gap:6px 14px}.synth-enable-item{display:flex;align-items:center;gap:9px;cursor:pointer;-webkit-user-select:none;user-select:none}.synth-toggle-input{display:none}.synth-toggle-track{position:relative;width:36px;height:20px;border-radius:10px;background:#d1d5db;flex-shrink:0;transition:background .2s}.synth-toggle-input:checked+.synth-toggle-track{background:var(--accent)}.synth-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}.synth-toggle-input:checked+.synth-toggle-track .synth-toggle-thumb{transform:translate(16px)}.synth-enable-label{font-size:13px;font-weight:500;color:var(--text-mid)}.synth-tool{overflow:hidden;position:sticky;top:var(--synth-tool-top, 130px);height:calc(100vh - var(--synth-tool-top, 130px));z-index:1;box-sizing:border-box}.synth-layout{display:grid;grid-template-columns:360px 1fr;gap:24px;height:100%}.synth-left{height:100%;min-height:0}.synth-left-inner{height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;padding:8px 6px 24px 0;box-sizing:border-box}.synth-left-inner::-webkit-scrollbar{width:6px}.synth-left-inner::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.synth-left-inner::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:24px}.synth-right-col{height:100%;min-height:0;display:flex;flex-direction:column}.synth-right{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:16px;padding:8px 6px 24px 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.synth-right::-webkit-scrollbar{width:6px}.synth-right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.synth-right::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:24px}.synth-right-end{height:24px;flex-shrink:0}.synth-right-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start}.synth-metrics-top-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.synth-matrix-card{display:flex;flex-direction:column;align-items:center}.synth-roc-wrap{min-width:260px}.synth-section-divider{border:none;border-top:1px solid var(--border);margin:4px 0}.synth-sec-nav{flex-shrink:0;background:var(--bg, #fafafa);border-bottom:1px solid var(--border)}.synth-sec-nav-track{display:flex;gap:6px;padding:7px 8px;overflow-x:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,black calc(100% - 24px),transparent 100%);mask-image:linear-gradient(to right,black calc(100% - 24px),transparent 100%)}.synth-sec-nav-track::-webkit-scrollbar{display:none}.synth-sec-nav-pill{flex-shrink:0;padding:5px 14px;border-radius:20px;border:1px solid rgba(91,74,247,.25);background:#5b4af712;font-size:12px;font-weight:500;color:var(--accent);cursor:pointer;white-space:nowrap;transition:all .15s}.synth-sec-nav-pill:hover{border-color:var(--accent);background:#5b4af726}.synth-sec-nav-pill.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.synth-bottom{padding:40px 0 24px}.synth-bottom-section{margin-bottom:40px}.synth-section-title{font-size:20px;font-weight:800;margin-bottom:16px}.synth-faq-item{border:1px solid var(--border);border-radius:10px;margin-bottom:8px;overflow:hidden}.synth-faq-q{padding:16px 20px;cursor:pointer;font-weight:600;font-size:15px;display:flex;gap:10px;align-items:center;background:var(--surface)}.synth-faq-num{font-size:12px;font-weight:700;color:var(--accent);min-width:20px;flex-shrink:0}.synth-faq-a{padding:0 20px 16px;font-size:14px;color:var(--text-mid);line-height:1.7;background:var(--surface)}.synth-config-panel{display:flex;flex-direction:column;gap:8px}.synth-section{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--section-color, var(--accent));border-radius:var(--radius);padding:6px 16px 12px;box-shadow:var(--shadow)}.synth-section-presets,.synth-section-core,.synth-section-noise,.synth-section-dist,.synth-section-calib,.synth-section-feature,.synth-section-shift,.synth-section-research{--section-color: #cbd5e1}.synth-section-header{display:flex;align-items:center;gap:6px;margin-bottom:5px}.synth-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.synth-slider-field{margin-bottom:12px}.synth-slider-field:last-child{margin-bottom:0}.synth-field-name{font-size:13px;font-weight:500;color:var(--text-mid);display:flex;align-items:center;gap:4px;margin-bottom:6px}.synth-slider-input-row{display:flex;align-items:center;gap:10px}.synth-num-input{width:64px;text-align:right;font-size:13px;font-weight:700;color:var(--accent);font-family:inherit;border:1.5px solid var(--border);border-radius:6px;padding:3px 6px;background:var(--bg2);outline:none;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.synth-num-input:hover{border-color:#94a3b8}.synth-num-input:focus{border-color:var(--accent);background:var(--accent-bg);cursor:text}.synth-num-input.warn{border-color:#f97316;color:#f97316;background:#fff7ed}.synth-input-warn{font-size:11px;color:#f97316;margin-bottom:5px;animation:synth-warn-fade 2s ease-out forwards}@keyframes synth-warn-fade{0%,60%{opacity:1}to{opacity:0}}.synth-slider{flex:1;min-width:0;height:5px;border-radius:3px;outline:none;cursor:pointer;accent-color:var(--accent);display:block}.synth-field{margin-bottom:12px}.synth-field:last-child{margin-bottom:0}.synth-field-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-mid);margin-bottom:8px}.synth-dist-toggle{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:2px}.synth-toggle-btn{height:32px;padding:0 14px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .15s}.synth-toggle-btn.active{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.synth-dist-params{display:flex;flex-direction:column;gap:10px}.synth-dist-group{background:var(--bg2);border-radius:8px;padding:6px 10px}.synth-dist-group-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.synth-dist-group-label.pos{color:#10b981}.synth-dist-group-label.neg{color:#3b82f6}.synth-preset-select-wrap{display:block}.synth-preset-carousel-wrap{display:none}.synth-preset-select{position:relative}.synth-preset-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;transition:border-color .15s}.synth-preset-trigger:hover,.synth-preset-trigger.open{border-color:var(--accent)}.synth-preset-trigger-inner{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.synth-preset-trigger-label{font-size:14px;font-weight:700;color:var(--accent)}.synth-preset-trigger-sub{font-size:11px;color:var(--text-dim)}.synth-preset-trigger-chevron{font-size:16px;color:var(--text-dim);flex-shrink:0}.synth-preset-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;background:var(--surface);border:1.5px solid var(--accent);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.synth-preset-option{width:100%;display:flex;flex-direction:column;gap:2px;padding:10px 14px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .12s;border-bottom:1px solid var(--border)}.synth-preset-option:last-child{border-bottom:none}.synth-preset-option:hover,.synth-preset-option.active{background:var(--accent-bg)}.synth-preset-option-label{font-size:13px;font-weight:600;color:var(--text)}.synth-preset-option.active .synth-preset-option-label{color:var(--accent)}.synth-preset-option-sub{font-size:11px;color:var(--text-dim)}.synth-carousel-wrap{position:relative;border:1.5px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.synth-carousel-wrap:after{content:"";position:absolute;left:0;right:0;height:40px;bottom:0;z-index:2;pointer-events:none;background:linear-gradient(to top,var(--surface),transparent)}.synth-carousel{height:90px;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:4px 6px}.synth-carousel::-webkit-scrollbar{display:none}.synth-carousel-item{height:60px;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center;padding:0 12px;border-radius:8px;border:1.5px solid transparent;cursor:pointer;transition:background .15s,border-color .15s}.synth-carousel-item.active{background:var(--accent-bg);border-color:var(--accent)}.synth-carousel-label{font-size:13px;font-weight:600;color:var(--text)}.synth-carousel-item.active .synth-carousel-label{color:var(--accent)}.synth-carousel-sub{font-size:11px;color:var(--text-dim);margin-top:3px}.synth-section-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;flex-shrink:0;border:1.5px solid var(--border);border-radius:4px;background:var(--surface);cursor:pointer;transition:background .15s,border-color .15s;position:relative}.synth-section-checkbox:checked{background:var(--accent);border-color:var(--accent)}.synth-section-checkbox:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:7px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.synth-toggle-section-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.synth-chart-wrap{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.synth-chart-svg{width:100%;height:auto;display:block;touch-action:none}@media (max-width: 900px){.synth-chart-svg{touch-action:pan-y}}.synth-chart-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:8px}.synth-chart-title-text{font-size:14px;font-weight:700;color:var(--text)}.synth-chart-title-sub{font-size:12px;font-weight:400;color:var(--text-dim);margin-bottom:10px}.synth-chart-hint{font-size:11px;font-weight:400;color:var(--text-dim);background:var(--bg2);padding:2px 8px;border-radius:12px}.synth-hist-legend{display:flex;align-items:center;gap:10px;margin-left:4px}.synth-hist-legend-item{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:400;color:var(--text-dim)}.synth-hist-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.synth-hist-swatch-pos{background:#10b981;opacity:.75}.synth-hist-swatch-neg{background:#3b82f6;opacity:.75}.synth-metrics-wrap{display:flex;flex-direction:column;gap:16px}.synth-metrics-section{flex:1}.synth-mini-matrix{display:grid;grid-template-columns:auto 1fr 1fr;gap:8px;margin-bottom:0}.synth-matrix-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);display:flex;align-items:center;justify-content:center;padding:6px}.synth-matrix-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);display:flex;align-items:center;padding:4px 8px;white-space:nowrap}.synth-matrix-cell{border-radius:10px;min-height:100px;min-width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.synth-cell-name{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.synth-cell-val{font-size:24px;font-weight:800}.synth-matrix-cell.tp .synth-cell-val{color:#16a34a}.synth-matrix-cell.tn .synth-cell-val{color:#2563eb}.synth-matrix-cell.fp .synth-cell-val{color:#ea580c}.synth-matrix-cell.fn .synth-cell-val{color:#dc2626}.synth-metric-tiles{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.synth-metric-tile{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface)}.synth-tile-header{display:flex;justify-content:space-between;align-items:flex-start}.synth-tile-name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.synth-tile-val{font-size:20px;font-weight:900;color:var(--accent);line-height:1}.synth-info-btn{background:none;border:none;cursor:pointer;font-size:14px;color:var(--text-mid);line-height:1;padding:0;opacity:.7;transition:opacity .15s,color .15s}.synth-info-btn:hover{opacity:1;color:var(--accent)}.synth-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:60;width:300px;max-width:calc(100vw - 32px);background:var(--surface);border:1.5px solid var(--accent);border-radius:10px;padding:14px 28px 14px 16px;box-shadow:0 8px 24px #0000001f;font-size:12px;line-height:1.6;color:var(--text-mid)}@media (max-width: 768px){.synth-popover{position:fixed;top:auto;bottom:16px;left:16px;right:16px;width:auto;max-width:none}.synth-sec-nav{box-shadow:0 2px 8px #0000000f}.synth-sec-nav-track{padding:10px 16px}}.synth-popover-close{position:absolute;top:8px;right:10px;background:none;border:none;padding:0;font-size:18px;line-height:1;color:var(--text-mid);cursor:pointer}.synth-popover-close:hover{color:var(--text)}.synth-popover h4{font-size:12px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin:10px 0 4px}.synth-popover h4:first-child{margin-top:0}.synth-popover p{margin:0 0 6px}.synth-popover p:last-child{margin-bottom:0}.synth-popover-formula{font-family:monospace;font-size:12px;background:var(--bg2);border-radius:6px;padding:6px 10px;color:var(--accent);font-weight:600;word-break:break-word;line-height:1.5;white-space:pre-line}.synth-popover-terms{display:flex;flex-direction:column;gap:4px}.synth-popover-term{display:flex;gap:8px;font-size:11px;line-height:1.4}.synth-popover-term-key{font-weight:700;color:var(--text);min-width:36px;flex-shrink:0}.synth-popover-term-val{color:var(--text-mid)}.synth-popover-note{font-size:11px;color:var(--text-mid);line-height:1.5;border-top:1px solid var(--border);padding-top:6px}.synth-ctrl-popover{position:fixed;z-index:200;width:280px;max-width:calc(100vw - 24px);background:var(--surface);border:1.5px solid var(--accent);border-radius:10px;padding:12px 28px 12px 14px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;gap:8px}.synth-ctrl-popover-desc{font-size:12px;line-height:1.6;color:var(--text-mid)}.synth-chart-pending{opacity:.75;transition:opacity .1s}.synth-updating-badge{font-size:11px;font-weight:500;color:#6b7280;background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:2px 8px;margin-left:4px;animation:synth-pulse 1s ease-in-out infinite}@keyframes synth-pulse{0%,to{opacity:1}50%{opacity:.4}}.synth-roc-degenerate{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;text-align:center;background:#fef9ec;border-radius:8px;min-height:160px}.synth-roc-deg-icon{font-size:24px}.synth-roc-deg-text{font-size:12px;color:#92400e;line-height:1.5}.synth-hero-row2{display:contents}.synth-hero-cmc-short,.synth-pill-mobile-only,.synth-pill-mobile-label,.synth-threshold-ctrl,.synth-fab-configure,.synth-drawer-sections{display:none}.synth-drawer-toggle,.synth-drawer-close{display:none!important}.synth-drawer-backdrop{display:none}@media (max-width: 900px){.synth-tool{position:relative;top:0;height:auto!important;overflow:visible}.synth-layout{display:block;height:auto}.synth-left{position:fixed;left:0;top:0;bottom:0;width:min(320px,85vw);transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:200;background:#fff;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column}.synth-left.synth-drawer-open{transform:translate(0)}.synth-left-inner{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:8px 12px 80px}.synth-drawer-backdrop{display:block;position:fixed;top:0;bottom:0;right:0;left:min(320px,85vw);background:#0000008c;z-index:199}.synth-tool{z-index:auto}.synth-sticky-bar{z-index:45;margin-bottom:0}.synth-container.synth-drawer-is-open .synth-sticky-bar{z-index:1!important}.synth-drawer-toggle{display:none!important}.synth-enable-grid{display:none}.synth-drawer-close{display:flex!important;align-items:center;gap:6px;margin:12px 12px 4px;padding:8px 16px;border:1px solid var(--border);background:var(--surface);border-radius:8px;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;flex-shrink:0;width:calc(100% - 24px)}.synth-drawer-sections{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding:10px 12px 4px;flex-shrink:0}.synth-fab-configure{display:flex;align-items:center;justify-content:center;position:fixed;bottom:24px;right:16px;width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;font-size:22px;border:none;box-shadow:0 4px 16px #5b4af773;cursor:pointer;z-index:190;transition:transform .15s,box-shadow .15s}.synth-fab-configure:active{transform:scale(.93);box-shadow:0 2px 8px #5b4af759}.synth-right-col{height:auto}.synth-right{overflow-y:visible;height:auto;min-height:unset;flex:unset}.synth-sec-nav{position:sticky;top:calc(56px + var(--synth-bar-h, 72px));z-index:40;border-top:1px solid var(--border);background:#fafafa}.synth-metrics-top-row{grid-template-columns:1fr}.threshold-handle-icon{display:none}.synth-pill-mobile-only{display:inline-flex}.synth-pill-desktop-label{display:none}.synth-pill-mobile-label{display:inline}.synth-hero-share{flex-wrap:wrap}.synth-hero-row2{display:flex;gap:8px;width:100%}.synth-hero-cmc-full{display:none}.synth-hero-cmc-short{display:inline}.synth-right-row{grid-template-columns:1fr}.synth-preset-select-wrap{display:none}.synth-preset-carousel-wrap{display:block}.synth-preset-dropdown{position:fixed;top:auto;bottom:16px;left:16px;right:16px}}@media (max-width: 600px){.synth-metric-tiles{grid-template-columns:1fr 1fr}}
