:root{--fb-bg: #ffffff;--fb-secondary-bg: #f0f1f5;--fb-section-bg: #ffffff;--fb-text: #0f1419;--fb-hint: #8a8f98;--fb-link: #2481cc;--fb-button: #2481cc;--fb-button-text: #ffffff;--fb-destructive: #e5484d;--fb-separator: rgba(60, 60, 67, .14);--fb-header: #6d7885;--c-green: #24a148;--c-orange: #e08a00;--c-purple: #8b5cf6;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 1px rgba(16, 24, 40, .02);color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-scheme=light]){--fb-bg: #17181c;--fb-secondary-bg: #0e0f12;--fb-section-bg: #1c1d22;--fb-text: #f2f3f5;--fb-hint: #8b909a;--fb-link: #5eaef0;--fb-button: #3b8fd9;--fb-button-text: #ffffff;--fb-destructive: #ff6369;--fb-separator: rgba(255, 255, 255, .08);--fb-header: #8b909a;--c-green: #3dd67a;--c-orange: #f5a524;--c-purple: #a78bfa;--shadow: none;color-scheme:dark}}:root[data-scheme=dark]{--fb-bg: #17181c;--fb-secondary-bg: #0e0f12;--fb-section-bg: #1c1d22;--fb-text: #f2f3f5;--fb-hint: #8b909a;--fb-link: #5eaef0;--fb-button: #3b8fd9;--fb-button-text: #ffffff;--fb-destructive: #ff6369;--fb-separator: rgba(255, 255, 255, .08);--fb-header: #8b909a;--c-green: #3dd67a;--c-orange: #f5a524;--c-purple: #a78bfa;--shadow: none;color-scheme:dark}:root{--bg: var(--tg-theme-secondary-bg-color, var(--fb-secondary-bg));--surface: var(--tg-theme-section-bg-color, var(--tg-theme-bg-color, var(--fb-section-bg)));--text: var(--tg-theme-text-color, var(--fb-text));--hint: var(--tg-theme-hint-color, var(--fb-hint));--subtitle: var(--tg-theme-subtitle-text-color, var(--hint));--link: var(--tg-theme-link-color, var(--fb-link));--accent: var(--tg-theme-button-color, var(--fb-button));--accent-text: var(--tg-theme-button-text-color, var(--fb-button-text));--danger: var(--tg-theme-destructive-text-color, var(--fb-destructive));--header: var(--tg-theme-section-header-text-color, var(--fb-header));--separator: var(--tg-theme-section-separator-color, var(--fb-separator));--fill: color-mix(in srgb, var(--hint) 14%, transparent);--fill-strong: color-mix(in srgb, var(--hint) 22%, transparent);--accent-soft: color-mix(in srgb, var(--accent) 14%, transparent);--danger-soft: color-mix(in srgb, var(--danger) 13%, transparent);--green-soft: color-mix(in srgb, var(--c-green) 15%, transparent);--orange-soft: color-mix(in srgb, var(--c-orange) 16%, transparent);--purple-soft: color-mix(in srgb, var(--c-purple) 15%, transparent);--radius: 14px;--radius-sm: 10px;--gutter: 16px;--tabbar-h: 58px;--safe-bottom: env(safe-area-inset-bottom, 0px);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:var(--tg-viewport-stable-height, 100dvh);background:var(--bg);color:var(--text);font:15px/1.4 var(--font);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}h1,h2,p{margin:0}button,input,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:default}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mono{font-family:var(--mono);font-size:.92em}.linklike{border:0;padding:4px 0;background:none;color:var(--link);font-size:14px;font-weight:500}#root{max-width:640px;margin:0 auto}.screen{padding:12px var(--gutter) calc(var(--tabbar-h) + var(--safe-bottom) + 24px);animation:fade-in .18s ease-out}.screen__title{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:8px 4px 16px}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}}.section{margin-bottom:22px}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-height:28px;padding:0 4px 6px}.section__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--header)}.section__action .btn{margin-bottom:-4px}.section__foot{font-size:13px;color:var(--hint);padding:8px 4px 0}.card{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.card--flush{padding:0;overflow:hidden}.stack{display:flex;flex-direction:column;gap:10px}.card>.stack .job{box-shadow:none;background:var(--fill)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-sm);font-weight:600;white-space:nowrap;transition:transform .08s ease,opacity .15s ease,background-color .15s ease;user-select:none}.btn svg{width:18px;height:18px;flex:none}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.45}.btn.is-busy{opacity:.8}.btn--md{height:44px;padding:0 18px;font-size:15px}.btn--sm{height:32px;padding:0 12px;font-size:14px;border-radius:9px}.btn--sm svg{width:16px;height:16px}.btn--block{display:flex;width:100%}.btn--primary{background:var(--accent);color:var(--accent-text)}.btn--secondary{background:var(--accent-soft);color:var(--link)}.btn--plain{background:transparent;color:var(--link);padding-left:8px;padding-right:8px}.btn--danger{background:var(--danger-soft);color:var(--danger)}.btn--destructive{color:var(--danger)}.iconbtn{display:inline-grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:var(--fill);color:var(--link)}.iconbtn svg{width:20px;height:20px}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .7s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;flex:none}.badge--role-owner{background:var(--orange-soft);color:var(--c-orange)}.badge--role-admin{background:var(--purple-soft);color:var(--c-purple)}.badge--role-researcher{background:var(--accent-soft);color:var(--link)}.badge--role-viewer{background:var(--fill);color:var(--hint)}.chip{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;flex:none}.chip--queued{background:var(--fill);color:var(--hint)}.chip--running{background:var(--accent-soft);color:var(--link)}.chip--succeeded{background:var(--green-soft);color:var(--c-green)}.chip--failed{background:var(--danger-soft);color:var(--danger)}.chip--cancelled{background:var(--orange-soft);color:var(--c-orange)}.pulse{width:7px;height:7px;border-radius:50%;background:currentColor;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{opacity:.25}}.tag{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:6px;background:var(--fill);color:var(--hint);font-size:11px;font-weight:500;vertical-align:2px}.tag--warn{background:var(--orange-soft);color:var(--c-orange)}.progress{position:relative;height:6px;border-radius:999px;background:var(--fill-strong);overflow:hidden}.progress__bar{height:100%;border-radius:inherit;background:var(--accent);transition:width .6s ease}.progress.is-indeterminate .progress__bar{width:35%;animation:indeterminate 1.3s ease-in-out infinite}@keyframes indeterminate{0%{transform:translate(-100%)}to{transform:translate(300%)}}.skeleton-list{display:flex;flex-direction:column;gap:8px;padding:12px}.card:not(.card--flush)>.skeleton-list{padding:0}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--fill) 25%,var(--fill-strong) 50%,var(--fill) 75%);background-size:300% 100%;animation:shimmer 1.4s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-50% 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.empty{text-align:center;padding:24px 16px}.empty__icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--accent-soft);color:var(--link);margin-bottom:12px}.empty__title{font-weight:600;font-size:16px}.empty__text{margin:6px auto 0;max-width:320px;color:var(--hint);font-size:14px}.empty__action{margin-top:16px}.errorbox{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);font-size:14px;margin-bottom:10px}.card>.errorbox,.card--flush>.errorbox{margin:0}.card--flush>.errorbox{margin:12px}.notice{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;animation:fade-in .2s ease-out}.notice--ok{background:var(--green-soft);color:var(--c-green)}.notice--warn{background:var(--orange-soft);color:var(--c-orange)}.notice__link{display:inline-flex;align-items:center;gap:2px;border:0;background:none;padding:2px 0;color:inherit;font-weight:600}.notice__link svg{width:16px;height:16px}.toasts{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 12px);transform:translate(-50%);width:min(calc(100% - 32px),480px);display:flex;flex-direction:column;gap:8px;z-index:50;pointer-events:none}.toast{pointer-events:auto;text-align:left;border:0;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:500;color:#fff;background:#1e2026f0;box-shadow:0 8px 24px #0000002e;backdrop-filter:blur(12px);animation:toast-in .22s cubic-bezier(.2,.9,.3,1.2)}.toast--success{background:color-mix(in srgb,var(--c-green) 88%,#000)}.toast--error{background:color-mix(in srgb,var(--danger) 90%,#000)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;justify-content:center;padding-bottom:var(--safe-bottom);background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-top:.5px solid var(--separator)}.tabbar__item{flex:1;max-width:160px;height:var(--tabbar-h);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:none;color:var(--hint);font-size:11px;font-weight:500;transition:color .15s ease}.tabbar__item.is-active{color:var(--accent)}.tabbar__item:active .tabbar__icon{transform:scale(.9)}.tabbar__icon{position:relative;display:grid;place-items:center;transition:transform .1s ease}.tabbar__icon svg{width:25px;height:25px}.tabbar__item.is-active .tabbar__icon svg{stroke-width:2.3}.tabbar__dot{position:absolute;top:-4px;right:-9px;min-width:17px;height:17px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:11px;font-weight:700;line-height:17px;text-align:center;box-shadow:0 0 0 2px var(--surface)}.gate{min-height:var(--tg-viewport-stable-height, 100dvh);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px 24px calc(32px + var(--safe-bottom));text-align:center;animation:fade-in .25s ease-out}.gate__logo{display:grid;place-items:center;width:76px;height:76px;border-radius:24px;background:var(--accent);color:var(--accent-text);box-shadow:0 10px 30px color-mix(in srgb,var(--accent) 35%,transparent);margin-bottom:6px}.gate__logo svg{width:38px;height:38px;stroke-width:2.4}.gate__logo.is-loading{animation:breathe 1.4s ease-in-out infinite}@keyframes breathe{50%{transform:scale(.94);opacity:.7}}.gate__logo--muted{background:var(--fill-strong);color:var(--hint);box-shadow:none}.gate__logo--danger{background:var(--danger-soft);color:var(--danger);box-shadow:none}.gate__title{font-size:24px;font-weight:700;letter-spacing:-.01em}.gate__text{max-width:320px;color:var(--hint);font-size:15px;margin-bottom:6px}.gate__hint{color:var(--hint)}.gate__id{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:300px;padding:16px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.gate__id-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--hint)}.gate__id-value{font-family:var(--mono);font-size:24px;font-weight:600;letter-spacing:.02em;user-select:all}.hero{display:flex;align-items:center;gap:12px;margin:8px 4px 20px}.hero .avatar{width:48px;height:48px;font-size:17px}.hero__text{flex:1;min-width:0}.hero__hello{color:var(--hint);font-size:14px}.hero__name{font-size:24px;font-weight:700;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#fff;font-size:15px;font-weight:600;flex:none}.idle{display:flex;align-items:center;gap:12px;color:var(--hint);font-size:14px}.idle__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--fill)}.idle__icon svg{width:20px;height:20px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stat{padding:12px;border-radius:var(--radius-sm);background:var(--fill);min-width:0}.stat__value{font-size:22px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat__label{font-size:12.5px;color:var(--hint);line-height:1.25;margin-top:2px}.stat--warn{background:var(--orange-soft)}.stat--warn .stat__value{color:var(--c-orange)}.stat--ok .stat__value{color:var(--c-green)}.row-link{display:flex;align-items:center;width:100%;gap:8px;margin-top:10px;padding:10px 2px 0;border:0;border-top:.5px solid var(--separator);background:none;text-align:left;font-size:14px}.row-link__label{flex:1}.row-link__value{color:var(--hint)}.row-link svg{width:16px;height:16px;color:var(--hint)}.actions{display:flex;flex-direction:column;gap:10px}.job{background:var(--surface);border-radius:var(--radius);padding:12px 14px;box-shadow:var(--shadow);transition:box-shadow .3s ease}.job--highlight{box-shadow:0 0 0 2px var(--accent);animation:highlight 1.6s ease-out}@keyframes highlight{0%,30%{box-shadow:0 0 0 5px var(--accent-soft),0 0 0 2px var(--accent)}}.job__head{display:flex;align-items:flex-start;gap:10px;width:100%}.job__head--button{border:0;background:none;padding:0;text-align:left;align-items:center}.job__title{flex:1;min-width:0;display:flex;flex-direction:column}.job__kind{font-weight:600;font-size:15px}.job__meta{color:var(--hint);font-size:12.5px;font-variant-numeric:tabular-nums}.job__chevron{width:16px;height:16px;color:var(--hint);flex:none}.job__params{margin-top:6px;font-size:13px;color:var(--subtitle)}.job__progress{margin-top:10px}.job__progress-row{display:flex;justify-content:space-between;gap:10px;margin-top:6px;font-size:13px}.job__message{color:var(--hint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.job__pct{font-weight:600;font-variant-numeric:tabular-nums}.kv{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:10px 0 0}.kv>div{padding:7px 8px;border-radius:9px;background:var(--fill);min-width:0}.kv dt{font-size:11px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kv dd{margin:1px 0 0;font-weight:600;font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.job__failures{margin-top:8px;font-size:13px}.job__failures summary{color:var(--c-orange);cursor:pointer;font-weight:500}.job__failures ul{margin:6px 0 0;padding-left:18px;color:var(--subtitle);font-family:var(--mono);font-size:12px;max-height:180px;overflow:auto;word-break:break-word}.job__error{margin-top:8px}.job__error .linklike{color:var(--danger);font-size:13px}.job__error pre{margin:6px 0 0;padding:10px;border-radius:9px;background:var(--danger-soft);color:var(--text);font:12px/1.45 var(--mono);white-space:pre-wrap;word-break:break-word;max-height:220px;overflow:auto}.job__actions{display:flex;justify-content:flex-end;margin-top:10px}.segmented{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.segmented::-webkit-scrollbar{display:none}.segmented button{flex:none;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:0;border-radius:999px;background:var(--surface);color:var(--text);font-size:14px;font-weight:500;box-shadow:var(--shadow);transition:background-color .15s ease}.segmented button:active:not(:disabled){transform:scale(.96)}.segmented button:disabled{opacity:.45}.segmented button.is-on{background:var(--accent);color:var(--accent-text)}.segmented--filters{margin:-4px 0 14px}.segmented__count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--fill-strong);font-size:11px;font-weight:700;line-height:18px;text-align:center}.is-on .segmented__count{background:color-mix(in srgb,var(--accent-text) 25%,transparent)}.list{list-style:none;margin:0;padding:0}.list>li+li{border-top:.5px solid var(--separator)}.list__item{display:flex;align-items:center;gap:12px;padding:11px 14px;min-height:46px}.list__main{flex:1;min-width:0;display:flex;align-items:center;gap:4px}.list__value{color:var(--hint);font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.list__more{display:block;width:100%;padding:12px;border:0;border-top:.5px solid var(--separator);background:none;color:var(--link);font-weight:500;font-size:14px}.list__foot{padding:0 14px 10px;font-size:12px;color:var(--hint);text-align:right}.list__more+.list__foot{padding-top:0}.list--inset{margin-top:14px;border-top:.5px solid var(--separator)}.rank{width:20px;text-align:right;color:var(--hint);font-size:12px;font-variant-numeric:tabular-nums;flex:none}.sym{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sym__quote{color:var(--hint);font-weight:400}.editor{padding-bottom:72px}.editor__head{display:flex;align-items:center;gap:10px}.editor__head .screen__title{margin-left:4px}.editor__controls{position:sticky;top:0;z-index:5;display:flex;flex-direction:column;gap:10px;padding:8px 0 12px;margin:0 calc(-1 * var(--gutter));padding-left:var(--gutter);padding-right:var(--gutter);background:var(--bg)}.check-row{display:flex;align-items:center;gap:12px;padding:10px 14px;min-height:48px;cursor:pointer;transition:background-color .12s ease}.check-row:active{background:var(--fill)}.check-row input{position:absolute;opacity:0;pointer-events:none}.check-row__box{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--fill-strong);border-color:color-mix(in srgb,var(--hint) 55%,transparent);color:transparent;flex:none;transition:all .12s ease}.check-row__box svg{width:14px;height:14px;stroke-width:3}.check-row.is-on .check-row__box{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.check-row:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:-2px}.savebar{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 10px);z-index:30;width:min(calc(100% - 24px),616px);display:flex;align-items:center;gap:8px;padding:8px 8px 8px 14px;border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 28px #00000024,0 0 0 .5px var(--separator)}.savebar__count{flex:1;font-size:14px;color:var(--hint)}.savebar__count b{color:var(--text)}.form{display:flex;flex-direction:column;gap:14px}.form-row{display:flex;align-items:flex-end;gap:10px}.field{display:flex;flex-direction:column;gap:6px;min-width:0;border:0;padding:0;margin:0}.field--grow{flex:1}.field__label{font-size:13px;font-weight:500;color:var(--hint);padding:0}.field__hint{font-size:13px;color:var(--hint)}.field__hint--warn{color:var(--c-orange)}.field__hint--error{color:var(--danger)}.input,.select{width:100%;height:44px;padding:0 12px;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--fill);color:var(--text);font-size:16px;outline:none;transition:border-color .15s ease;appearance:none;-webkit-appearance:none}.input:focus,.select:focus{border-color:var(--accent)}.select{padding-right:32px;background-image:linear-gradient(45deg,transparent 50%,var(--hint) 50%),linear-gradient(135deg,var(--hint) 50%,transparent 50%);background-position:calc(100% - 17px) 55%,calc(100% - 12px) 55%;background-size:5px 5px;background-repeat:no-repeat;background-color:var(--fill);min-width:140px}.input[type=month]{min-height:44px;line-height:44px}.search{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);color:var(--hint);flex:1;min-width:0}.search:focus-within{box-shadow:0 0 0 1.5px var(--accent)}.search svg{width:18px;height:18px;flex:none}.search input{flex:1;min-width:0;height:100%;border:0;background:none;outline:none;color:var(--text);font-size:16px}.search input::placeholder{color:var(--hint)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip-toggle{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border:1px solid var(--separator);border-color:color-mix(in srgb,var(--hint) 30%,transparent);border-radius:999px;background:transparent;color:var(--text);font-size:14px;font-weight:500;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.chip-toggle.is-on{background:var(--accent-soft);border-color:var(--accent);color:var(--link)}.chip-toggle__note{padding:1px 6px;border-radius:6px;background:var(--orange-soft);color:var(--c-orange);font-size:11px;font-weight:600}.chip-toggle--warn.is-on{background:var(--orange-soft);border-color:var(--c-orange);color:var(--c-orange)}.muted-note{margin-top:12px;font-size:14px;color:var(--hint)}.toolbar{display:flex;align-items:center;gap:8px;margin-bottom:10px}.toolbar .chip-toggle{height:40px;background:var(--surface);border-color:transparent;box-shadow:var(--shadow)}.toolbar .chip-toggle--warn{color:var(--c-orange)}.toolbar .chip-toggle--warn.is-on{background:var(--orange-soft);border-color:var(--c-orange)}.cov{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.cov--gaps{box-shadow:inset 3px 0 0 var(--c-orange),var(--shadow)}.cov__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;width:100%;padding:12px 14px 0;border:0;background:none;text-align:left}.cov__head:disabled{color:inherit;padding-bottom:12px}.cov__symbol{font-weight:700;font-size:15px;letter-spacing:.01em}.cov__summary{color:var(--hint);font-size:12.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.cov__pills{display:flex;flex-wrap:wrap;gap:6px;padding:8px 14px 12px}.pill{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px;border-radius:7px;background:var(--fill);font-size:12px;white-space:nowrap}.pill__name{color:var(--subtitle)}.pill__val{display:inline-flex;align-items:center;gap:2px;font-weight:600;font-variant-numeric:tabular-nums}.pill--full .pill__val{color:var(--c-green)}.pill--gaps{background:var(--orange-soft)}.pill--gaps .pill__val{color:var(--c-orange)}.pill__icon{width:12px;height:12px;margin-left:2px}.cov__table-wrap{border-top:.5px solid var(--separator);padding:4px 0 10px;overflow-x:auto;animation:fade-in .15s ease-out}.cov__table{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}.cov__table th,.cov__table td{padding:7px 8px;text-align:right;white-space:nowrap}.cov__table thead th{font-size:11px;font-weight:500;color:var(--hint);text-transform:uppercase;letter-spacing:.03em}.cov__table th:first-child{text-align:left;padding-left:14px}.cov__table td:last-child,.cov__table th:last-child{padding-right:14px}.cov__table tbody th{font-weight:600}.cov__table tbody tr+tr>*{border-top:.5px solid var(--separator)}.cov__range{display:block;font-size:11px;font-weight:400;color:var(--hint)}.cov__table .is-warn{color:var(--c-orange);font-weight:600}.cov__foot{padding:6px 14px 0;font-size:12px;color:var(--hint)}.member{padding:12px 14px}.member__row{display:flex;align-items:center;gap:12px}.member__info{flex:1;min-width:0;display:flex;flex-direction:column}.member__name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member__meta{font-size:13px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member__controls{display:flex;align-items:center;gap:8px;margin:10px 0 0 52px}.member__controls .select{height:34px;width:auto;font-size:14px;border-radius:9px}.member__since{display:block;margin:6px 0 0 52px;font-size:12px;color:var(--hint)}.inline-confirm{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--danger);font-weight:500;animation:fade-in .15s ease-out}.invite-new{padding:12px;border-radius:var(--radius-sm);background:var(--accent-soft);animation:fade-in .2s ease-out}.invite-new__head{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;margin-bottom:10px}.invite-new__exp{margin-left:auto;font-size:12px;font-weight:500;color:var(--hint)}.invite-link{display:flex;flex-direction:column;gap:8px}.invite-link__url{display:block;padding:8px 10px;border-radius:8px;background:var(--surface);font:12.5px/1.4 var(--mono);word-break:break-all;user-select:all}.invite-link__actions{display:flex;gap:8px}.invite-link__actions .btn{flex:1}.invite{padding:10px 0}.invite__row{display:flex;align-items:center;gap:10px}.invite__exp{flex:1;font-size:13px;color:var(--hint)}.invite__details{margin-top:6px}.invite__details summary{font-size:13px;color:var(--link);cursor:pointer;margin-bottom:8px}.is-pos{color:var(--c-green)}.is-neg{color:var(--danger)}.screen__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.screen__head .screen__title{flex:1;min-width:0}.screen__head .btn{margin-top:-6px}.bt{display:flex;flex-direction:column;gap:6px;width:100%;padding:12px 14px;border:0;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);color:inherit;text-align:left;font-size:15px;transition:transform .08s ease}.bt:active{transform:scale(.99)}.bt--active{box-shadow:inset 3px 0 0 var(--accent),var(--shadow)}.bt__head{display:flex;align-items:center;gap:8px}.bt__title{flex:1;min-width:0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bt__chevron{width:16px;height:16px;color:var(--hint);flex:none;margin-right:-4px}.bt__meta{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:5px;font-size:13px;color:var(--subtitle);font-variant-numeric:tabular-nums}.bt__syms{font-weight:600;color:var(--text)}.bt__dot{color:var(--hint)}.bt__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:4px}.bt__kpi{display:flex;flex-direction:column;padding:7px 8px;border-radius:9px;background:var(--fill);min-width:0}.bt__kpi-label{font-size:11px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bt__kpi-value{font-weight:650;font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.bt__progress{display:block;margin-top:4px}.bt__progress-row{display:flex;justify-content:space-between;gap:10px;margin-top:6px;font-size:13px}.bt__message{color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bt__pct{font-weight:600;font-variant-numeric:tabular-nums}.bt__error{font-size:13px;color:var(--danger);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.bt__foot{font-size:12px;color:var(--hint);font-variant-numeric:tabular-nums}.job__link{display:inline-flex;align-items:center;gap:2px;margin-top:8px;font-size:13px}.job__link svg{width:14px;height:14px}.btf{padding-bottom:12px}.strat{align-items:flex-start;padding-top:12px;padding-bottom:12px}.strat .check-row__box{margin-top:1px}.strat__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.strat__title{font-weight:600}.strat__title .tag{vertical-align:1px}.strat__desc{font-size:13px;line-height:1.35;color:var(--hint)}.field__label--row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.field__label--row>span:first-child{color:var(--text);font-size:14px}.linklike--sm{font-size:13px;padding:0;white-space:nowrap}.input.is-invalid{border-color:var(--danger);background:var(--danger-soft)}.input[type=date]{min-height:44px;line-height:44px;min-width:0}.input[type=date]::-webkit-date-and-time-value{text-align:left}.date-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.segmented--fill{overflow:visible}.segmented--fill button{flex:1 1 0;justify-content:center;padding:0 6px;background:var(--fill);box-shadow:none}.budget{display:flex;flex-direction:column;gap:6px}.budget__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2px 10px;font-size:13px;color:var(--subtitle);font-variant-numeric:tabular-nums}.budget__val{font-weight:600;color:var(--text)}.budget__val.is-over{color:var(--danger)}.budget__bar{height:4px;border-radius:999px;background:var(--fill-strong);overflow:hidden}.budget__fill{height:100%;border-radius:inherit;background:var(--c-green);transition:width .25s ease}.budget__fill.is-over{background:var(--danger)}.disclosure{padding:0}.disclosure__summary{display:flex;align-items:center;gap:10px;padding:14px;cursor:pointer;list-style:none}.disclosure__summary::-webkit-details-marker{display:none}.disclosure__summary:after{content:"";width:7px;height:7px;border-right:2px solid var(--hint);border-bottom:2px solid var(--hint);transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s ease;flex:none}.disclosure[open]>.disclosure__summary:after{transform:rotate(225deg) translate(-2px,-2px)}.disclosure__title{font-weight:600;flex:none}.disclosure__value{flex:1;min-width:0;text-align:right;font-size:13px;color:var(--hint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disclosure__body{padding:0 14px 14px;animation:fade-in .15s ease-out}.grid2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 10px;align-items:start}.range{width:100%;height:28px;margin:0;accent-color:var(--accent)}.range-value{font-size:15px;color:var(--text);font-variant-numeric:tabular-nums}.search--inset{background:var(--fill);box-shadow:none;flex:none}.chip-toggle:disabled{opacity:.4}.chip-toggle__check{width:14px;height:14px;stroke-width:3;margin-left:-3px}.btf__invalid{text-align:center;margin-bottom:8px}.btf .savebar{padding-left:14px}.btf .savebar__count{min-width:0;font-size:12.5px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btf .savebar__count b{font-size:14px;font-variant-numeric:tabular-nums}.report{padding-bottom:8px}.report>.skeleton-list{padding:0 0 10px}.rh{margin-bottom:14px}.rh__top{display:flex;align-items:flex-start;gap:10px}.rh__strategy{flex:1;min-width:0;font-size:17px;font-weight:650;line-height:1.3}.rh__syms{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 4px}.specs{margin:8px 0 0;display:flex;flex-direction:column;gap:6px}.specs>div{display:grid;grid-template-columns:84px minmax(0,1fr);gap:8px;font-size:13.5px;line-height:1.35}.specs dt{color:var(--hint)}.specs dd{margin:0;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.specs__muted{color:var(--subtitle)}.specs__param{white-space:nowrap}.specs__sep{color:var(--hint);white-space:normal}.rh__foot{margin-top:10px;padding-top:8px;border-top:.5px solid var(--separator);font-size:12px;color:var(--hint)}.run{margin-bottom:14px}.run__row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.run__title{font-weight:600}.run__pct{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.run__msg{margin-top:8px;font-size:14px;color:var(--subtitle)}.run__hint{margin-top:2px;font-size:12.5px;color:var(--hint)}.errorbox--block{flex-direction:column;align-items:stretch;gap:6px}.errorbox--block pre{margin:0;color:var(--text);font:12.5px/1.45 var(--mono);white-space:pre-wrap;word-break:break-word}.notice--spaced{margin-bottom:10px}.inline-icon{width:18px;height:18px;flex:none}.result{display:flex;align-items:center;gap:14px;margin-bottom:12px}.result__ret{font-size:34px;font-weight:750;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.1;white-space:nowrap}.result__ret--pos{color:var(--c-green)}.result__ret--neg{color:var(--danger)}.result__sub{font-size:13px;color:var(--subtitle);font-variant-numeric:tabular-nums;line-height:1.4}.result__sub b{color:var(--text)}.kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.kpi{padding:8px 9px 9px;border-radius:10px;background:var(--fill);min-width:0}.kpi__label{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;font-size:12px;line-height:1.25;color:var(--hint);overflow-wrap:break-word;min-height:30px}.kpi__label>span{min-width:0}.kpi__tech{opacity:.75;font-size:11px}.kpi--wide{grid-column:1 / -1}.kpi--wide .kpi__label{min-height:0}.kpi__value{font-size:17px;font-weight:700;letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.kpi__hint{font-size:11px;line-height:1.25;color:var(--hint);margin-top:1px}.kpi--pos .kpi__value{color:var(--c-green)}.kpi--neg .kpi__value{color:var(--danger)}.kpi--warn{background:var(--orange-soft)}.kpi--warn .kpi__value{color:var(--c-orange)}.kpi--bad{background:var(--danger-soft)}.kpi--bad .kpi__value{color:var(--danger)}.verdict{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:var(--radius-sm);font-weight:600;font-size:14.5px;margin-bottom:8px}.verdict:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex:none}.verdict--good{background:var(--green-soft);color:var(--c-green)}.verdict--mixed{background:var(--orange-soft);color:var(--c-orange)}.verdict--bad{background:var(--danger-soft);color:var(--danger)}.cmp{width:100%;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}.cmp th,.cmp td{padding:8px 4px;text-align:right;white-space:nowrap}.cmp thead th{font-size:11px;font-weight:500;color:var(--hint);text-transform:uppercase;letter-spacing:.03em;padding-top:4px}.cmp tbody th{text-align:left;font-weight:400;color:var(--subtitle);white-space:normal}.cmp tbody tr+tr>*{border-top:.5px solid var(--separator)}.cmp td{width:30%;color:var(--subtitle)}.cmp td.is-win{color:var(--text);font-weight:700}.eqc{position:relative;user-select:none;-webkit-user-select:none}.eqc__readout{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 10px;min-height:22px;margin:-2px 0 6px;font-size:13px;font-variant-numeric:tabular-nums;color:var(--subtitle)}.eqc__date{color:var(--hint)}.eqc__readout.is-live .eqc__date{color:var(--text);font-weight:500}.eqc__time{color:var(--hint)}.eqc__val{font-weight:700;color:var(--text);font-size:15px}.eqc__ret.is-pos{color:var(--c-green)}.eqc__ret.is-neg{color:var(--danger)}.eqc__ddval{margin-left:auto;color:var(--hint)}.eqc__svg{display:block;overflow:visible;touch-action:pan-y}.eqc__grid{stroke:var(--separator);stroke-width:1;shape-rendering:crispEdges}.eqc__grid--v{stroke-dasharray:2 3}.eqc__ylabel,.eqc__xlabel,.eqc__caption{fill:var(--hint);font-size:10.5px;font-variant-numeric:tabular-nums}.eqc__ylabel{text-anchor:end}.eqc__xlabel{text-anchor:middle}.eqc__caption{font-size:10px;paint-order:stroke;stroke:var(--surface);stroke-width:3px;stroke-linejoin:round;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.eqc__grad-top{stop-color:var(--accent);stop-opacity:.22}.eqc__grad-bottom{stop-color:var(--accent);stop-opacity:0}.eqc__line{fill:none;stroke:var(--accent);stroke-width:1.75;stroke-linejoin:round;stroke-linecap:round}.eqc__base{stroke:var(--text);stroke-opacity:.45;stroke-width:1;stroke-dasharray:4 3;shape-rendering:crispEdges}.eqc__dd{fill:color-mix(in srgb,var(--danger) 22%,transparent);stroke:var(--danger);stroke-width:1;stroke-linejoin:round}.eqc__cross line{stroke:var(--text);stroke-opacity:.5;stroke-width:1;shape-rendering:crispEdges}.eqc__dot{fill:var(--accent);stroke:var(--surface);stroke-width:2}.eqc__dot--dd{fill:var(--danger)}.eqc__hit{fill:transparent;cursor:crosshair}.eqc__empty{padding:24px 0;text-align:center;color:var(--hint);font-size:14px}.symtable-wrap{margin-bottom:10px}.symtable{width:100%;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}.symtable th,.symtable td{padding:9px 8px;text-align:right;white-space:nowrap}.symtable th:first-child{padding-left:14px;text-align:left}.symtable th:last-child,.symtable td:last-child{padding-right:14px}.symtable thead th{font-size:11px;font-weight:500;color:var(--hint);text-transform:uppercase;letter-spacing:.03em;padding-bottom:5px}.symtable tbody tr{cursor:pointer;border-top:.5px solid var(--separator);transition:background-color .12s ease}.symtable tbody tr.is-on{background:var(--accent-soft)}.symtable tbody tr.is-on .symtable__btn{color:var(--link)}.symtable__btn{border:0;padding:0;background:none;font-weight:600}.symtable tfoot tr{border-top:.5px solid var(--separator)}.symtable tfoot th,.symtable tfoot td{font-weight:600;color:var(--subtitle)}.symtable .is-pos,.symtable .is-neg{font-weight:600}.trades__bar{display:flex;align-items:center;gap:8px;margin-bottom:10px}.trades__bar .segmented{flex:1;min-width:0}.trades__filter{flex:none;height:32px}.trade{padding:10px 14px}.trade--liq{box-shadow:inset 3px 0 0 var(--danger)}.trade__line{display:flex;align-items:center;flex-wrap:wrap;gap:2px 6px;font-variant-numeric:tabular-nums}.trade__line--sub{margin-top:3px;font-size:12.5px;color:var(--subtitle)}.trade__sym{font-weight:650}.trade__pnl,.trade__ret,.trade__fees{margin-left:auto;white-space:nowrap}.trade__pnl{font-weight:700}.trade__ret{font-weight:600}.trade__time,.trade__px{white-space:nowrap}.trade__dur,.trade__fees{color:var(--hint)}.side{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:5px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.side--long{background:var(--green-soft);color:var(--c-green)}.side--short{background:var(--danger-soft);color:var(--danger)}.side--liq{background:var(--danger);color:#fff}.list__more-rest{color:var(--hint);font-weight:400}.muted-note--flat{margin:0}.disclaimer{margin:4px 4px 0;padding:12px 14px;border-radius:var(--radius-sm);border:1px dashed color-mix(in srgb,var(--hint) 40%,transparent);font-size:12.5px;line-height:1.45;color:var(--hint)}@media (max-width: 370px){.bt__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi__value{font-size:15.5px}.result__ret{font-size:30px}.grid2{grid-template-columns:minmax(0,1fr)}}@media (min-width: 480px){.kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (hover: hover){.bt:hover{box-shadow:0 0 0 1px var(--separator),var(--shadow)}.symtable tbody tr:hover{background:var(--fill)}}@media (max-width: 360px){.kv{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row{flex-direction:column;align-items:stretch}.stat__value{font-size:19px}}@media (min-width: 600px){.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.actions{flex-direction:row;flex-wrap:wrap}.actions>.btn{flex:1}.actions>.notice{flex-basis:100%}}@media (hover: hover){.btn--primary:hover:not(:disabled){filter:brightness(1.06)}.btn--secondary:hover:not(:disabled),.btn--plain:hover:not(:disabled){background:var(--accent-soft)}.check-row:hover,.cov__head:hover:not(:disabled),.list__more:hover{background:var(--fill)}.tabbar__item:hover{color:var(--text)}.tabbar__item.is-active:hover{color:var(--accent)}}.editor__controls .search{flex:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.section__note{font-size:13px;line-height:1.35;color:var(--hint);padding:0 4px 8px;margin-top:-2px}.screen__lead{font-size:14px;line-height:1.4;color:var(--hint);margin:-10px 4px 16px}.hint{position:relative;display:inline-grid;place-items:center;flex:none;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:var(--fill-strong);color:var(--hint);font-size:11.5px;font-weight:700;line-height:1;vertical-align:1px;text-transform:none;letter-spacing:0}.hint:before{content:"";position:absolute;inset:-9px}.hint:active{background:var(--accent-soft);color:var(--link)}.field__label-text{display:inline-flex;align-items:center;gap:6px}.sheet{position:fixed;inset:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;background:#0000005c;animation:sheet-fade .18s ease-out}.sheet__panel{width:min(100%,640px);max-height:85vh;overflow-y:auto;padding:8px 20px calc(16px + var(--safe-bottom));border-radius:18px 18px 0 0;background:var(--surface);color:var(--text);box-shadow:0 -8px 28px #00000029;animation:sheet-up .24s cubic-bezier(.2,.9,.3,1)}.sheet__panel:focus{outline:none}.sheet__grip{width:36px;height:5px;margin:0 auto 14px;border-radius:3px;background:var(--fill-strong)}.sheet__title{font-size:20px;font-weight:700;letter-spacing:-.01em}.sheet__tech{margin-top:2px;font-size:13px;color:var(--hint)}.sheet__text{margin-top:10px;font-size:15.5px;line-height:1.45}.sheet__example{display:flex;flex-direction:column;gap:2px;margin-top:14px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--accent-soft);font-size:15px;line-height:1.4;font-variant-numeric:tabular-nums}.sheet__example-label{font-size:12px;font-weight:600;color:var(--link)}.sheet__panel>.btn{margin-top:18px}@keyframes sheet-fade{0%{opacity:0}}@keyframes sheet-up{0%{transform:translateY(40px);opacity:.4}}.welcome{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;background:var(--surface);padding-top:env(safe-area-inset-top,0px);animation:fade-in .2s ease-out}.welcome__top{display:flex;justify-content:flex-end;min-height:48px;padding:8px var(--gutter) 0}.welcome__skip{padding:8px 4px;color:var(--hint)}.welcome__track{flex:1;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.welcome__track::-webkit-scrollbar{display:none}.welcome__slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 28px 24px;text-align:center;overflow-y:auto}.welcome__art{display:grid;place-items:center;width:96px;height:96px;margin-bottom:28px;border-radius:30px;background:var(--accent-soft);color:var(--link)}.welcome__art svg{width:48px;height:48px}.welcome__title{font-size:26px;font-weight:750;letter-spacing:-.02em;line-height:1.15}.welcome__body{max-width:340px;margin-top:14px;font-size:16px;line-height:1.5;color:var(--subtitle)}.welcome__steps{list-style:none;counter-reset:step;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px;text-align:left}.welcome__steps li{counter-increment:step;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-sm);background:var(--fill);color:var(--text);font-weight:600}.welcome__steps li:before{content:counter(step);display:grid;place-items:center;width:26px;height:26px;flex:none;border-radius:50%;background:var(--accent);color:var(--accent-text);font-size:14px}.welcome__bottom{display:flex;flex-direction:column;gap:18px;padding:8px var(--gutter) calc(16px + var(--safe-bottom));width:100%;max-width:480px;margin:0 auto}.welcome__dots{display:flex;justify-content:center;gap:4px}.welcome__dot{position:relative;width:8px;height:8px;margin:0 4px;padding:0;border:0;border-radius:4px;background:var(--fill-strong);transition:width .2s ease,background-color .2s ease}.welcome__dot:before{content:"";position:absolute;inset:-10px -6px}.welcome__dot.is-on{width:22px;background:var(--accent)}.steps__count{font-size:13px;font-weight:600;color:var(--hint);font-variant-numeric:tabular-nums}.steps__bar{height:4px;margin:14px 14px 2px;border-radius:2px;overflow:hidden;background:var(--fill)}.steps__fill{height:100%;background:var(--c-green);border-radius:0 2px 2px 0;transition:width .3s ease}.steps{list-style:none;margin:0;padding:4px 0}.step{display:flex;gap:12px;padding:10px 14px}.step+.step{border-top:.5px solid var(--separator)}.step__mark{display:grid;place-items:center;width:26px;height:26px;flex:none;border-radius:50%;background:var(--fill);color:var(--hint);font-size:13px;font-weight:700}.step__mark svg{width:16px;height:16px}.step.is-next .step__mark{background:var(--accent);color:var(--accent-text)}.step.is-done .step__mark{background:var(--green-soft);color:var(--c-green)}.step__body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding-top:3px}.step__title{font-weight:600}.step.is-done .step__title{color:var(--hint);font-weight:500}.step__text,.step__note{font-size:13.5px;line-height:1.35;color:var(--hint)}.step__action{margin-top:4px}.step__body>.notice{align-self:stretch;margin-top:4px}.steps-done{display:flex;align-items:center;gap:12px;background:var(--green-soft);animation:fade-in .3s ease-out}.steps-done__icon{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:50%;background:var(--c-green);color:#fff}.steps-done__icon svg{width:20px;height:20px}.steps-done__text{flex:1;display:flex;flex-direction:column;gap:2px;font-size:13.5px;line-height:1.35;color:var(--subtitle)}.steps-done__text b{font-size:16px;color:var(--text)}.howto{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px auto 0;padding:10px 12px;border:0;background:none;color:var(--hint);font-size:14px}.howto svg{width:18px;height:18px}.pv{margin-bottom:14px;padding:14px 16px;border-radius:var(--radius);border-left:4px solid currentColor;animation:fade-in .2s ease-out}.pv--good{background:var(--green-soft);color:var(--c-green)}.pv--mixed{background:var(--orange-soft);color:var(--c-orange)}.pv--bad{background:var(--danger-soft);color:var(--danger)}.pv__head{font-size:16.5px;font-weight:650;line-height:1.35;color:var(--text)}.pv__line{margin-top:6px;font-size:15px;line-height:1.4;font-weight:600}.more .kpis{margin-bottom:8px}.more__foot{font-size:13px;color:var(--hint)}.btf__estimate{margin:-8px 4px 0;font-size:13px;line-height:1.4;color:var(--hint)}.empty__action{display:flex;flex-direction:column;align-items:center;gap:10px}.guide{padding-bottom:24px}.guide__intro{margin:-6px 4px 16px;font-size:15px;line-height:1.45;color:var(--subtitle)}.guide__end{margin:18px 4px 0;text-align:center;font-size:14px;color:var(--hint)}.guide__end .linklike{margin-top:6px}.gtoc{margin-bottom:22px}.gtoc__title{padding:12px 14px 6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--header)}.gtoc__row{display:flex;align-items:center;gap:12px;width:100%;padding:11px 14px;border:0;border-top:.5px solid var(--separator);background:none;text-align:left;font-size:15px}.gtoc__row:active{background:var(--fill)}.gtoc__num,.gsec__num{display:grid;place-items:center;flex:none;width:24px;height:24px;border-radius:8px;background:var(--accent-soft);color:var(--link);font-size:13px;font-weight:650;font-variant-numeric:tabular-nums}.gtoc__label{flex:1;min-width:0}.gtoc__row svg{flex:none;width:16px;height:16px;color:var(--hint)}.gsec{padding:0;margin-bottom:10px;scroll-margin-top:12px;transition:box-shadow .3s ease}.gsec__head{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:0;background:none;text-align:left}.gsec__titles{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.gsec__title{font-size:16.5px;font-weight:650;line-height:1.3}.gsec__lead{font-size:13.5px;line-height:1.35;color:var(--hint)}.gsec__chev{flex:none;width:8px;height:8px;margin-right:4px;border-right:2px solid var(--hint);border-bottom:2px solid var(--hint);transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s ease}[aria-expanded=true]>.gsec__chev{transform:rotate(225deg) translate(-2px,-2px)}.gsec__body{display:flex;flex-direction:column;gap:12px;padding:0 14px 16px;animation:fade-in .18s ease-out}.g-flash{animation:g-flash 1.6s ease-out}@keyframes g-flash{0%,30%{box-shadow:0 0 0 2px var(--accent)}to{box-shadow:0 0 0 2px transparent}}.g-p{font-size:15.5px;line-height:1.5}.g-p b,.g-ul b,.g-ol b,.g-note b,.g-ex b{font-weight:650}.g-tech{font-size:.82em;font-weight:400;color:var(--hint)}.g-cmd{padding:1px 6px;border-radius:6px;background:var(--fill);font-family:var(--mono);font-size:.9em}.g-ul,.g-ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:15.5px;line-height:1.45}.g-ul li{position:relative;padding-left:18px}.g-ul li:before{content:"";position:absolute;left:4px;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.g-ol{counter-reset:g-step}.g-ol li{counter-increment:g-step;position:relative;padding-left:34px;min-height:24px}.g-ol li:before{content:counter(g-step);position:absolute;left:0;top:0;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:var(--accent-text);font-size:13px;font-weight:650}.g-ex{display:flex;flex-direction:column;gap:2px;padding:11px 13px;border-radius:var(--radius-sm);background:var(--accent-soft);font-size:15px;line-height:1.45;font-variant-numeric:tabular-nums}.g-ex__label{font-size:12px;font-weight:600;color:var(--link)}.g-note{padding:11px 13px;border-radius:var(--radius-sm);border-left:3px solid var(--hint);background:var(--fill);font-size:15px;line-height:1.45}.g-note--warn{border-left-color:var(--c-orange);background:var(--orange-soft)}.g-note--ok{border-left-color:var(--c-green);background:var(--green-soft)}.g-facts{margin:0;display:flex;flex-direction:column;border-radius:var(--radius-sm);background:var(--fill);overflow:hidden}.g-facts>div{display:flex;gap:12px;padding:9px 12px;font-size:14px;line-height:1.4}.g-facts>div+div{border-top:.5px solid var(--separator)}.g-facts dt{flex:none;width:64px;color:var(--hint)}.g-facts dd{margin:0;flex:1;min-width:0}.g-scale{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:14.5px;line-height:1.4}.g-scale__row{display:flex;align-items:baseline;gap:10px}.g-scale__dot{flex:none;width:10px;height:10px;border-radius:50%;transform:translateY(1px)}.g-scale--good .g-scale__dot{background:var(--c-green)}.g-scale--mid .g-scale__dot{background:var(--c-orange)}.g-scale--bad .g-scale__dot{background:var(--danger)}.g-scale b{font-weight:650}.g-see{margin-top:-4px}.glist{display:flex;flex-direction:column;margin:4px -14px 0}.glist__item{display:flex;flex-direction:column;gap:10px;padding:14px;border-top:.5px solid var(--separator);scroll-margin-top:12px}.glist__item.g-flash{animation:g-flash-bg 1.6s ease-out}@keyframes g-flash-bg{0%,30%{background:var(--accent-soft)}}.glist__title{margin:0;font-size:16px;font-weight:650;line-height:1.3}.glist__sub{margin-top:-6px;font-size:13.5px;color:var(--hint)}.gacc{display:flex;flex-direction:column;gap:8px;margin-top:2px}.gacc__item{border-radius:var(--radius-sm);background:var(--fill);scroll-margin-top:12px}.gacc__head{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:0;background:none;text-align:left}.gacc__titles{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.gacc__title{font-size:15.5px;font-weight:600;line-height:1.3}.gacc__sub{font-size:13px;color:var(--hint)}.gacc__body{display:flex;flex-direction:column;gap:10px;padding:0 12px 14px;animation:fade-in .18s ease-out}.gacc__body .g-facts,.gacc__body .g-note--info{background:var(--surface)}.guide-link{text-align:left}.guide-entry{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:4px;border:0;text-align:left}.guide-entry:active{opacity:.85}.guide-entry__icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px;background:var(--accent-soft);color:var(--link)}.guide-entry__icon svg{width:22px;height:22px}.guide-entry__text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.guide-entry__title{font-size:16px;font-weight:650}.guide-entry__sub{font-size:13.5px;line-height:1.35;color:var(--hint)}.guide-entry>svg{flex:none;width:16px;height:16px;color:var(--hint)}.welcome__guide.is-hidden{visibility:hidden}.segmented--switch{gap:2px;padding:3px;border-radius:11px;background:var(--fill-strong);overflow:visible;margin:-6px 0 22px}.segmented--switch button{flex:1 1 0;justify-content:center;min-width:0;height:32px;padding:0 8px;border-radius:8px;background:transparent;box-shadow:none;color:var(--subtitle);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.segmented--switch button.is-on{background:var(--surface);color:var(--text);font-weight:600;box-shadow:0 1px 3px #0000001f}.segmented--mini{margin:0;flex:none;padding:2px;border-radius:9px}.segmented--mini button{flex:none;height:28px;padding:0 10px;font-size:13px;border-radius:7px}.screen__lead .hint{margin-left:6px}.empty__more{margin:0 auto;max-width:320px;padding:12px 8px 0;border-top:.5px solid var(--separator);text-align:center;font-size:13px;line-height:1.45;color:var(--hint)}.empty__more .linklike{display:inline;white-space:normal}.sv{display:flex;align-items:center;gap:10px;margin-top:4px;padding:8px 10px;border-radius:10px}.sv--pass{background:var(--green-soft)}.sv--fail{background:var(--fill)}.sv__badge{flex:none;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;font-size:15px;font-weight:700;white-space:nowrap}.sv__badge svg{width:16px;height:16px;stroke-width:3}.sv--pass .sv__badge{background:var(--c-green);color:#fff}.sv--fail .sv__badge{background:var(--danger-soft);color:var(--danger)}.sv__text{display:flex;flex-direction:column;min-width:0;font-size:13px;line-height:1.35;font-variant-numeric:tabular-nums}.sv__line--muted{color:var(--subtitle)}.sv__line b{font-weight:650}.study-intro{margin-bottom:18px;font-size:14px;line-height:1.45;color:var(--subtitle);background:var(--accent-soft);box-shadow:none}.study-intro b{color:var(--text);font-weight:600}.section__title-hint{display:inline-flex;align-items:center;gap:6px}.prow{padding:12px 14px}.prow__head{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.prow .segmented--mini{margin-top:6px}.prow__title{flex:1 1 120px;min-width:0;font-weight:600;line-height:1.3}.prow__desc{margin:0;font-size:13px;line-height:1.35;color:var(--hint)}.prow__range{margin-top:6px;font-size:13px;color:var(--subtitle);font-variant-numeric:tabular-nums}.prow__field{margin-top:8px}.prow__all-fixed{padding:0 14px 12px}.trials__hint{margin-top:8px}.btf__prefill{margin-bottom:14px}.split{display:flex;flex-direction:column;gap:6px;margin-top:4px}.split__bar{display:flex;gap:2px;height:8px}.split__search{flex:0 0 80%;border-radius:999px 0 0 999px;background:var(--accent)}.split__hold{flex:1;border-radius:0 999px 999px 0;background:repeating-linear-gradient(135deg,var(--c-orange) 0 3px,color-mix(in srgb,var(--c-orange) 45%,transparent) 3px 6px)}.split__legend{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2px 12px;font-size:12.5px;color:var(--subtitle);font-variant-numeric:tabular-nums}.split__legend span{display:inline-flex;align-items:center;gap:5px}.split__dot{width:8px;height:8px;border-radius:50%;flex:none}.split__dot--search{background:var(--accent)}.split__dot--hold{background:var(--c-orange)}.rh .split{margin:8px 0 2px}.bp{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px}.bp__title{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3}.bp__desc{font-size:12.5px;color:var(--hint)}.bp__val{display:flex;flex-direction:column;align-items:flex-end;flex:none;text-align:right;font-variant-numeric:tabular-nums}.bp__val b{font-size:17px}.bp__note{font-size:12px;color:var(--hint);white-space:nowrap}.sg{display:flex;align-items:flex-start;gap:12px;padding:11px 14px}.sg__mark{flex:none;display:grid;place-items:center;width:24px;height:24px;margin-top:1px;border-radius:50%}.sg__mark svg{width:14px;height:14px;stroke-width:3}.sg.is-pass .sg__mark{background:var(--green-soft);color:var(--c-green)}.sg.is-fail .sg__mark{background:var(--danger-soft);color:var(--danger)}.sg__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sg__title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-weight:600;line-height:1.3}.sg__tech{display:block;font-weight:400;font-size:12px;color:var(--hint)}.sg__nums{font-size:13.5px;color:var(--subtitle);font-variant-numeric:tabular-nums}.sg__nums b{font-weight:600;color:var(--text)}.sg.is-fail .sg__nums b{color:var(--danger)}.sg__need{color:var(--hint)}.ho__ret{font-size:30px;font-weight:750;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.15}.ho__sub{margin:0;font-size:13.5px;color:var(--subtitle)}.ho__sub b{color:var(--text);font-weight:600}.tc{position:relative;user-select:none;-webkit-user-select:none}.tc__readout{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 10px;min-height:40px;margin:-2px 0 6px;font-size:13px;color:var(--subtitle);font-variant-numeric:tabular-nums}.tc__readout.is-live .tc__n{color:var(--text);font-weight:500}.tc__n{color:var(--hint)}.tc__val{font-size:15px;font-weight:700;color:var(--text)}.tc__params{flex-basis:100%;color:var(--hint);font-size:12.5px}.tc__pt{stroke:var(--surface);stroke-width:1}.tc__pt--search{fill:var(--accent);fill-opacity:.75}.tc__pt--neighbor{fill:var(--c-purple)}.tc__pt.is-clipped{fill-opacity:.35}.tc__best{fill:none;stroke:var(--c-green);stroke-width:2.5}.tc__hover{fill:none;stroke:var(--text);stroke-width:1.5}.tc__run{fill:none;stroke:var(--c-green);stroke-width:1.5;stroke-opacity:.7;stroke-linejoin:round}.tc__limit{stroke:var(--c-orange);stroke-width:1;stroke-dasharray:4 3;shape-rendering:crispEdges}.tc__legend{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:8px;font-size:12px;color:var(--subtitle)}.tc__legend span{display:inline-flex;align-items:center;gap:5px}.tc__key{width:8px;height:8px;border-radius:50%;flex:none}.tc__key--search{background:var(--accent)}.tc__key--neighbor{background:var(--c-purple)}.tc__key--best{width:11px;height:11px;border:2.5px solid var(--c-green)}.tc__key--run{width:14px;height:2px;border-radius:1px;background:var(--c-green);opacity:.7}.tt-wrap{margin:14px -14px -14px;overflow-x:auto;border-top:.5px solid var(--separator)}.tt{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}.tt__caption{caption-side:top;text-align:left;padding:10px 14px 4px;font-size:13px;font-weight:600}.tt th,.tt td{padding:7px 6px;text-align:right;white-space:nowrap}.tt th:first-child,.tt td:first-child{padding-left:14px;text-align:left;color:var(--hint)}.tt th:last-child,.tt td:last-child{padding-right:14px}.tt thead th{font-size:11px;font-weight:500;color:var(--hint);text-transform:uppercase;letter-spacing:.03em}.tt td.tt__params{text-align:left;color:var(--subtitle);white-space:normal}.tt th:nth-child(2){text-align:left}.tt tbody tr{border-top:.5px solid var(--separator)}.tt tbody tr.is-best{background:var(--green-soft)}.tt tbody tr.is-best td:first-child{color:var(--c-green);font-weight:700}.runonce{display:flex;flex-direction:column;align-items:center;gap:4px}.runonce .btn{white-space:normal;line-height:1.25;min-height:48px;text-align:center}.runonce__alt{padding:6px 0}.runonce__hint{font-size:12.5px;color:var(--hint);text-align:center}.chip--live{background:var(--green-soft);color:var(--c-green)}.bt--live{box-shadow:inset 3px 0 0 var(--c-green),var(--shadow)}.pc__body{display:flex;align-items:flex-end;gap:12px;margin-top:2px}.pc__result{display:flex;flex-direction:column;flex:none;min-width:0}.pc__pct{font-size:26px;font-weight:750;letter-spacing:-.02em;line-height:1.1;font-variant-numeric:tabular-nums;white-space:nowrap}.pc__usd{font-size:13.5px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.pc__warm{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:9px;background:var(--fill);color:var(--subtitle);font-size:14px}.pc__warm .pulse{color:var(--c-green)}.spark{display:block;flex:1;min-width:0;height:40px;overflow:visible}.spark--empty{height:40px}.spark__line{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linejoin:round;stroke-linecap:round}.spark__area{fill:currentColor;opacity:.08}.spark__base{stroke:var(--hint);stroke-width:1;stroke-dasharray:3 3;opacity:.55}.spark--pos{color:var(--c-green)}.spark--neg{color:var(--danger)}.paper-foot{margin-top:12px}.paper-safe{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px 14px;border-radius:var(--radius);background:var(--green-soft);font-size:14px;line-height:1.4}.paper-safe svg{flex:none;width:20px;height:20px;margin-top:1px;color:var(--c-green)}.paper-safe p{margin:0}.switch-row{display:flex;align-items:center;gap:12px;cursor:pointer}.switch-row__text{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.switch-row__title{display:block;font-weight:600;font-size:15px}.switch-row__sub{font-size:13px;line-height:1.35;color:var(--hint)}.switch{appearance:none;-webkit-appearance:none;position:relative;flex:none;width:51px;height:31px;margin:0;border-radius:999px;background:var(--fill-strong);transition:background .18s ease;cursor:pointer}.switch:after{content:"";position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #0003;transition:transform .18s ease}.switch:checked{background:var(--c-green)}.switch:checked:after{transform:translate(20px)}.switch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pos{padding:11px 14px}.pos__line{display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px}.pos__sym{font-weight:650}.pos__size{margin-left:auto;font-size:13.5px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.pos__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:8px 0 0}.pos__grid>div{min-width:0}.pos__grid dt{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--hint)}.pos__grid dd{margin:1px 0 0;font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stop-confirm{width:100%;padding:12px 14px;border-radius:var(--radius);background:var(--danger-soft);font-size:14px;line-height:1.4;animation:fade-in .15s ease-out}.stop-confirm p{margin:0 0 10px}.stop-confirm__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.runonce{gap:8px}.runonce__hint--gap{margin-bottom:8px}.runonce__paper{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:10px}.runonce__warn{margin:0;font-size:13px;line-height:1.4}.pv__pre{margin-bottom:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.screen__title--clip{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-entry--small{margin-bottom:10px}.guide-entry__icon--muted{background:var(--fill);color:var(--text)}.count-badge{flex:none;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:12px;font-weight:700;line-height:22px;text-align:center}.runonce>.btn--danger,.runonce>.stop-confirm{margin-top:12px}.stop-confirm__yes{background:var(--danger);color:#fff}.errorbox__text{margin:0;color:var(--text);font-size:14px;line-height:1.4}.switch-row__title .hint{margin-left:6px}.result__ret--zero{color:var(--text)}.is-zero,.spark--zero{color:var(--hint)}.chip__check{width:13px;height:13px;margin-left:-2px;stroke-width:3}.select.is-invalid{border-color:var(--danger);background-color:var(--danger-soft)}.select{text-overflow:ellipsis}.study-intro p+p{margin-top:8px}.mline{margin-top:2px;padding:7px 10px;border-radius:10px;background:var(--fill);color:var(--subtitle);font-size:13px;line-height:1.35}.mline--good{background:var(--green-soft);color:var(--text)}.mline__nums{font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap}.pv--neutral{background:var(--fill);color:var(--hint)}.pv__line--plain{color:var(--subtitle);font-weight:500}.mchecks{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.35;color:var(--text)}.mchecks__item{display:flex;align-items:flex-start;gap:8px}.mchecks__item svg{flex:none;width:16px;height:16px;margin-top:1px;stroke-width:3}.mchecks__item.is-ok svg{color:var(--c-green)}.mchecks__item.is-fail svg{color:var(--hint)}.mchecks--all{margin-top:14px;padding-top:12px;border-top:.5px solid var(--separator);font-size:13.5px}.mchecks--all .is-fail{color:var(--subtitle)}.mth{display:flex;flex-direction:column;font-variant-numeric:tabular-nums}.mth__row{display:grid;grid-template-columns:minmax(0,1.1fr) 4.2em minmax(0,1fr);align-items:center;gap:8px;padding:7px 6px;border-radius:8px;font-size:14px}.mth__row+.mth__row{border-top:.5px solid var(--separator)}.mth__row--head{padding-top:0;font-size:11px;font-weight:500;color:var(--hint);text-transform:uppercase;letter-spacing:.03em}.mth__row.is-base{color:var(--subtitle)}.mth__row.is-on{background:var(--accent-soft);border-top-color:transparent}.mth__row.is-on+.mth__row{border-top-color:transparent}.mth__row.is-on .mth__label{font-weight:650}.mth__label{display:flex;flex-direction:column;min-width:0}.mth__sub{font-size:11.5px;color:var(--hint);font-weight:400}.mth__row.is-on .mth__sub{color:var(--link)}.mth__num{text-align:right}.mth__avg{display:flex;flex-direction:column;align-items:stretch;gap:4px;min-width:0;text-align:right}.mth__row--head .mth__num:last-child{text-align:right}.mth__val{font-weight:600}.mth__val.is-pos{color:var(--c-green)}.mth__val.is-neg{color:var(--danger)}.mth__bar{position:relative;height:6px;border-radius:3px;background:var(--fill)}.mth__bar:after{content:"";position:absolute;left:50%;top:-2px;bottom:-2px;width:1px;background:var(--hint);opacity:.6}.mth__fill{position:absolute;top:0;bottom:0;border-radius:3px}.mth__fill.is-pos{background:var(--c-green)}.mth__fill.is-neg{background:var(--danger)}.mth__empty{margin-top:8px}.mfix{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mfresh b{color:var(--text);font-weight:600}.fcard__lead{font-size:15px;line-height:1.4}.fcard__muted{color:var(--hint)}.fcard__verdict{margin:10px 0 6px;padding:8px 10px;border-radius:10px;font-size:14px;font-weight:600;line-height:1.35}.fcard__verdict--good{background:var(--green-soft);color:var(--c-green)}.fcard__verdict--mixed{background:var(--orange-soft);color:var(--c-orange)}.fcard__verdict--bad{background:var(--fill);color:var(--subtitle)}.fcard__warn{margin-top:8px}.specs__param{white-space:normal}.mth__row--head>span{white-space:nowrap}
