.excel-dashboard .excel-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.excel-target-card{display:block;padding:9px 10px;text-align:left;background:linear-gradient(120deg,#fcfdff,#fff 60%,#fcfdff);color:#152c5a;cursor:pointer}.excel-target-card:focus-visible{outline-offset:-3px}.excel-card-title{display:flex;align-items:center;gap:8px}.excel-card-title strong{font-size:10px;font-weight:500}.excel-card-title>span:last-child{margin-left:auto;color:#7f92b1;font-size:8px}.excel-card-title .node-icon,.excel-card-title .node-icon img{width:22px;height:22px}.excel-card-definition{margin-top:7px;min-height:41px;line-height:13px}.excel-card-definition strong{display:block;font-size:10px;font-weight:500;overflow-wrap:anywhere}.excel-card-definition small{display:block;font-size:8px;color:#7889a6;margin-top:3px;line-height:11px}.excel-card-track{position:absolute;left:10px;right:10px;bottom:7px;height:3px;border-radius:3px;background:#e6edf7}.excel-card-track span{display:block;width:100%;height:3px;border-radius:3px;background:var(--target-color);opacity:.4}.excel-card-track i{position:absolute;width:6px;height:6px;border-radius:50%;top:-1.5px;left:50%;background:var(--target-color);border:1px solid white}.excel-goal-badge{display:flex;align-items:center;justify-content:center;min-width:130px}.excel-back-link{margin-left:auto;padding:8px 2px;color:#597298;font-size:9px;text-decoration:none}.excel-back-link:hover{text-decoration:underline}.excel-profile .subtype{font-size:9px}.excel-profile-targets{margin-top:7px}.excel-profile-targets button{display:flex;align-items:center;gap:4px;text-align:left;width:100%;background:none;padding:4px 0;font-size:8px}.excel-profile-targets i{height:3px;width:7px;flex-shrink:0;border-radius:2px}.excel-profile-targets span{flex-shrink:0}.excel-profile-targets small{margin-left:auto;max-width:94px;color:#7e90ad;font-size:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.excel-profile p{font-size:7px;margin-top:6px}.excel-fate .excel-tree-hint{display:flex;align-items:center;justify-content:center;left:275px;min-width:216px}.excel-fate .current{top:97px}.excel-fate .current>.node-icon{width:37px;height:37px;margin:0 auto 4px}.excel-fate .current>.node-icon img{width:27px;height:27px}.excel-fate .excel-root-node .node-copy{width:77px}.excel-fate .excel-root-node strong{font-size:9px;font-weight:500}.excel-fate .excel-root-node small{font-size:7px;line-height:10px;max-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:normal;color:#8796af}.excel-fate .excel-outcome-node{gap:5px;align-items:center;height:27px;width:91px}.excel-fate .excel-outcome-node .node-copy{width:64px;white-space:normal;box-shadow:1px 0 4px 2px #fff;gap:2px}.excel-fate .excel-outcome-node strong{font-size:8px;line-height:10px;letter-spacing:0;max-height:20px;overflow:hidden}.excel-fate .excel-outcome-node .excel-probability{font-size:9px;color:#405d88;font-weight:600;line-height:10px}.excel-fate .excel-outcome-node .excel-missing{font-size:8px;color:#9aa7b9}.excel-fate .excel-longevity{left:634px;top:45px;gap:7px}.excel-longevity small{display:block;font-size:7px;line-height:11px;color:#87ad9d;margin-top:2px}.excel-fate .excel-legend{top:202px}.excel-legend i{flex-shrink:0}.excel-period-caption{position:absolute;left:126px;top:305px;font-size:8px;color:#7890b5}.excel-periods{position:absolute;left:248px;right:36px;top:294px;display:flex;justify-content:space-between}.excel-periods button{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:9px;line-height:12px;color:#6a81a6;background:transparent;padding:0 15px}.excel-periods i{width:5px;height:5px;border-radius:50%;background:#a7bce0;border:1px solid #fff;margin:1px 0}.excel-periods .is-active{color:#1265d9;font-weight:600}.excel-periods .is-active i{background:#1876ed;box-shadow:0 0 0 2px #e6f0ff}.excel-route-line{transition:stroke-width .25s ease}.excel-footer a{margin-left:auto;color:#6981a5;text-decoration:none;font-size:8px}.excel-footer a:hover{text-decoration:underline}.excel-live-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.excel-dialog{position:fixed;width:470px;max-width:calc(100vw - 36px);max-height:calc(100vh - 48px);padding:28px;border:1px solid #e3edf9;border-radius:18px;background:#fff;color:#172d51;box-shadow:0 20px 70px #17335133}.excel-dialog::backdrop{background:#10234735;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.excel-dialog h2{font-size:21px;line-height:1.5;margin:12px 15px 8px 0}.excel-dialog p{font-size:12px;color:#8292ac;line-height:1.7}.excel-dialog fieldset{margin:18px 0 0;padding:0;border:0}.excel-dialog legend{font-size:11px;color:#8496b2;margin-bottom:8px}.excel-dialog fieldset label{display:flex;align-items:center;gap:10px;border:1px solid #e5edf6;background:#fbfcfe;border-radius:7px;padding:10px 12px;font-size:12px;line-height:1.5;margin-bottom:7px;cursor:pointer}.excel-dialog fieldset .is-selected{border-color:#9dcebe;background:#f0faf5;color:#168761}.excel-dialog input{accent-color:#00a477;flex-shrink:0}.excel-dialog dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5;padding:20px 0;margin:22px 0}.excel-dialog dt{font-size:10px;color:#8a9ab0}.excel-dialog dd{font-size:25px;font-weight:600;margin:12px 0 0}.excel-dialog>small{font-size:10px;color:#92a0b4}.excel-dialog .done{cursor:pointer}.prob-home-link{position:fixed;bottom:14px;right:18px;z-index:5;text-decoration:none;font-size:12px;color:#3f648f;padding:10px 15px;border:1px solid #d6e2f1;border-radius:8px;background:#ffffffeb;box-shadow:0 3px 15px #476da012}@media(prefers-reduced-motion:reduce){.excel-route-line{transition:none}}.excel-viewport{width:100%;height:100%;overflow:auto;scrollbar-gutter:stable;background:#edf2f9}.excel-canvas{position:relative;margin:0 auto}.excel-canvas .excel-dashboard{position:absolute;left:0;top:0;transform-origin:top left}.excel-dashboard .sidebar{height:100%}.excel-dashboard .graph-fate{overflow:hidden}.graph-fate .graph-paths{width:946px}.graph-fate .graph-category,.graph-fate .graph-outcome,.graph-fate .graph-healthy{width:auto;height:25px;gap:5px}.graph-category .node-copy small{max-width:88px;overflow:hidden;text-overflow:ellipsis}.graph-outcome .node-copy,.graph-healthy .node-copy{width:auto;white-space:nowrap}.graph-fate .graph-outcome .node-copy{max-width:102px;white-space:normal;background:#ffffffed;border-radius:2px;box-shadow:0 0 3px 2px #ffffffd9}.graph-fate .graph-outcome .node-copy strong{overflow-wrap:anywhere;line-height:11px}.graph-outcome .node-copy .excel-missing{color:#8796af}.fate.graph-fate .node-icon:after{content:none;box-shadow:none}.fate.graph-fate .node-icon{background:none;border:0;box-shadow:none;transform:scale(1.38)}.fate.graph-fate .node-icon img{filter:drop-shadow(0 1px 2px #ffffff) drop-shadow(0 0 3px #ffffff)}.fate.graph-fate .node{gap:8px}.graph-healthy .node-copy strong{color:#008c59}.graph-healthy .node-copy small{color:#3c9b79}.graph-tick{position:absolute;transform:translate(-50%);display:flex;align-items:center;flex-direction:column;gap:8px;color:#527ab7;font-size:10px}.graph-tick i{width:6px;height:6px;background:#aac2e6;border:1px solid white;border-radius:50%}.graph-note{position:absolute;bottom:5px;left:13px;font-size:7px;color:#9aabc2}.excel-dialog:has(.graph-source-table){width:610px}.graph-source-table{overflow-x:auto;margin:15px 0}.graph-source-table table{border-collapse:collapse;width:100%;font-size:11px}.graph-source-table caption{text-align:left;font-size:11px;color:#8a9db5;margin-bottom:9px}.graph-source-table th,.graph-source-table td{padding:9px 7px;border-bottom:1px solid #edf2f8;text-align:left}.graph-source-table thead th{color:#8196b0;font-weight:400;white-space:nowrap}.graph-source-table tbody th{font-weight:500;width:58%}.graph-source-table th small{display:block;font-size:10px;line-height:1.5;color:#8da0b8;font-weight:400}.graph-source-table td{white-space:nowrap;font-variant-numeric:tabular-nums;color:#7386a1}.graph-source-table .graph-max{color:#009b6c;font-weight:600}.excel-canvas .excel-dashboard{display:block;padding:12px;gap:0}.excel-dashboard>.content{width:946px}.excel-dashboard .excel-metrics{height:100px;margin-bottom:12px}.excel-dashboard .graph-fate{width:946px;margin-top:0}.excel-fate .excel-tree-hint{left:auto;right:20px}.graph-fate .graph-person{width:140px;height:220px;z-index:3;isolation:isolate;font-size:11px;color:#345279;line-height:18px}.graph-fate .graph-person>img{position:relative;width:125px;height:199px;object-fit:contain;display:block;margin:0 auto 3px;border-radius:0;clip-path:none;box-shadow:none;mix-blend-mode:multiply}.graph-person .person-halo{position:absolute;z-index:-1;width:146px;height:146px;left:-3px;top:28px;border-radius:50%;background:radial-gradient(circle,#f8fdff 22%,#e3f6fa99 48%,#b7e6f657 64%,#d3eff51a 72%);box-shadow:0 0 28px 9px #bfe6f044,inset 0 0 0 1px #c4e6ef77}.excel-viewport{padding-bottom:52px}.graph-fate .graph-person>img{-webkit-mask-image:radial-gradient(ellipse 48% 55% at 50% 50%,#000 55%,#000b 74%,transparent 99%);mask-image:radial-gradient(ellipse 48% 55% at 50% 50%,#000 55%,#000b 74%,transparent 99%)}.excel-dashboard .excel-metrics{height:140px}.excel-dashboard .excel-target-card{cursor:default}.excel-slider-control{position:absolute;left:12px;right:12px;bottom:10px}.excel-slider-control input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:24px;margin:0;background:transparent;cursor:ew-resize;touch-action:pan-y}.excel-slider-control input::-webkit-slider-runnable-track{height:5px;border-radius:5px;background:linear-gradient(to right,var(--slider-color) 0 var(--slider-progress),#e2eaf4 var(--slider-progress) 100%)}.excel-slider-control input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin-top:-5.5px;border:3px solid white;border-radius:50%;background:var(--slider-color);box-shadow:0 0 0 1px var(--slider-color),0 2px 5px #29487222}.excel-slider-control input::-moz-range-track{height:5px;border-radius:5px;background:#e2eaf4}.excel-slider-control input::-moz-range-progress{height:5px;border-radius:5px;background:var(--slider-color)}.excel-slider-control input::-moz-range-thumb{width:11px;height:11px;border:3px solid white;border-radius:50%;background:var(--slider-color);box-shadow:0 0 0 1px var(--slider-color)}.excel-slider-control input:focus-visible{outline:2px solid #367fff;outline-offset:3px;border-radius:5px}.excel-slider-ticks{display:flex;justify-content:space-between;padding:0 7px;height:6px}.excel-slider-ticks i{height:3px;width:1px;background:#bdcbdb}.excel-slider-ticks i.is-active{background:var(--slider-color)}.excel-slider-caption{display:flex;justify-content:space-between;font-size:8px;color:#8394ac;line-height:12px}.excel-slider-caption output{color:#46617f;font-variant-numeric:tabular-nums}.fate.graph-fate .graph-outcome .node-icon{transform:scale(var(--probability-scale,1.38))}.fate.graph-fate .graph-outcome{gap:calc((var(--probability-scale,1.38) - 1)*11.5px + 6px)}.fate.graph-fate .graph-outcome,.fate.graph-fate .graph-outcome .node-icon{transition:none}.liver-risk-summary{position:absolute;display:flex;align-items:center;gap:9px;font-size:8px;color:#778ba8;line-height:13px;max-width:510px}.liver-risk-summary>span{flex-shrink:0;color:#936125;background:#fff7e8;border:1px solid #f5e3c4;border-radius:4px;padding:1px 5px}.liver-risk-summary>button{text-align:left;font:inherit;color:#647c9f;background:#ffffffed;padding:2px 0;cursor:pointer}.liver-risk-summary>button:hover{text-decoration:underline}.graph-outcome .node-copy .liver-demo-caption{color:#9b825d;font-size:7px}.fate.graph-fate .graph-demo-stage .node-copy{max-width:75px}.fate.graph-fate .graph-kidney-summary .node-copy{max-width:110px;gap:3px}.graph-kidney-summary .kidney-cause-names{display:flex;flex-direction:column;gap:2px;border-left:2px solid #edcf97;padding-left:5px;margin:1px 0}.graph-kidney-summary .kidney-cause-names small{font-size:8px;line-height:11px;color:#657d9d;white-space:nowrap}.excel-viewport{padding:12px 12px 64px;overflow:auto;scrollbar-gutter:auto}.excel-dashboard.responsive-dashboard{position:relative;display:block;width:100%;height:auto;padding:12px;border-width:7px;margin:0 auto;transform:none}.excel-dashboard.responsive-dashboard>.content{width:100%;min-width:0}.responsive-dashboard .excel-metrics{height:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.responsive-dashboard .excel-target-card{min-height:150px;padding:12px}.responsive-dashboard .excel-card-title strong{font-size:13px}.responsive-dashboard .excel-card-definition strong{font-size:13px;line-height:18px}.responsive-dashboard .excel-card-definition small{font-size:11px;line-height:14px}.responsive-dashboard .excel-slider-caption{font-size:10px;line-height:14px}.excel-tree-viewport{position:relative;width:100%;min-width:0;overflow:hidden}.excel-tree-canvas{position:relative;margin:0 auto}.target-toggle{display:flex;align-items:center;gap:5px;margin-left:auto;background:none;padding:4px 0 4px 5px;white-space:nowrap}.target-toggle>span{font-size:10px;color:#54816f}.target-toggle>i{display:block;position:relative;width:28px;height:16px;border-radius:20px;background:#b7c2d1;flex-shrink:0}.target-toggle>i:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #16332d25;transition:transform .18s}.target-toggle[aria-checked=true]>i{background:#00a875}.target-toggle[aria-checked=true]>i:after{transform:translate(12px)}.target-toggle[aria-checked=false]>span{color:#8b98aa}.is-disabled .excel-card-definition,.is-disabled .excel-slider-control{opacity:.48}.excel-slider-control input:disabled{cursor:default}@media(max-width:1000px){.responsive-dashboard .excel-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.excel-viewport{padding:6px 6px 64px}.excel-dashboard.responsive-dashboard{padding:8px;border-width:4px}.responsive-dashboard .excel-metrics{grid-template-columns:1fr}.responsive-dashboard .excel-target-card{min-height:145px}}.responsive-dashboard .excel-target-card{min-height:128px;padding:9px 10px}.responsive-dashboard .excel-card-definition{margin-top:4px;min-height:28px}.responsive-dashboard .excel-card-definition strong{font-size:12px;line-height:15px}.responsive-dashboard .excel-card-definition small{font-size:10px;line-height:12px;margin-top:2px}.responsive-dashboard .excel-slider-control{bottom:6px;left:10px;right:10px}.responsive-dashboard .excel-slider-caption{font-size:9px;line-height:11px}.responsive-dashboard .excel-card-title strong{font-size:12px}.responsive-dashboard .excel-metrics{gap:10px}.responsive-dashboard .graph-person>img{width:100%;height:var(--portrait-height,199px);margin:0 auto 4px;-webkit-mask-image:radial-gradient(ellipse 50% 55% at 50% 50%,#000 65%,#000b 82%,transparent 100%);mask-image:radial-gradient(ellipse 50% 55% at 50% 50%,#000 65%,#000b 82%,transparent 100%)}.responsive-dashboard .graph-person .person-halo{width:92%;height:auto;aspect-ratio:1;left:4%;top:24%;background:radial-gradient(circle,#f8fdff 20%,#e3f6fa88 50%,#b7e6f640 68%,transparent 75%)}@media(max-width:480px){.responsive-dashboard .excel-target-card{min-height:125px}}.excel-dashboard.responsive-dashboard{max-width:1480px;padding:16px}.responsive-dashboard .excel-metrics{margin-bottom:16px;gap:12px}.fate.graph-fate .graph-category{height:44px;transform:translateY(-10px);gap:15px;z-index:4}.fate.graph-fate .graph-category .node-icon{transform:scale(1.9);transform-origin:center}.fate.graph-fate .graph-category .node-copy{width:auto;max-width:108px;white-space:normal;background:#fffffff2;border-radius:4px;box-shadow:0 0 3px 2px #ffffffe0;gap:4px}.fate.graph-fate .graph-category .node-copy strong{font-size:11px;line-height:14px;font-weight:600}.fate.graph-fate .graph-category .node-copy small{max-width:108px;font-size:8px;line-height:11px}.graph-fate .graph-person{font-size:12px}.graph-fate .graph-outcome .node-copy strong{font-size:10px;line-height:13px}.graph-fate .graph-healthy .node-copy strong{font-size:10px}.excel-fate .excel-tree-hint{min-width:200px;right:18px}@media(max-width:480px){.excel-dashboard.responsive-dashboard{padding:8px}}.responsive-dashboard .excel-target-card{min-height:104px;padding:7px 9px}.responsive-dashboard .excel-metrics{gap:10px;margin-bottom:12px}.responsive-dashboard .excel-card-title{gap:6px}.responsive-dashboard .excel-card-definition{margin-top:2px;min-height:27px}.responsive-dashboard .excel-card-definition strong{font-size:11px;line-height:13px}.responsive-dashboard .excel-card-definition small{font-size:9px;line-height:11px;margin-top:1px}.responsive-dashboard .excel-slider-control{bottom:4px;left:9px;right:9px}.responsive-dashboard .excel-slider-control input{height:20px}.responsive-dashboard .excel-slider-ticks{height:4px}.responsive-dashboard .excel-slider-caption{font-size:8px;line-height:10px}@media(min-width:720px){.responsive-dashboard .excel-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:720px)and (max-width:1100px){.target-toggle>span{display:none}.responsive-dashboard .excel-card-title strong{font-size:11px}}.retina-reference{display:flex;align-items:center;gap:16px;margin:16px 0;padding:12px;background:#f6f8fb;border-radius:12px}.retina-reference img{width:96px;height:96px;object-fit:contain}.retina-reference small{display:block;color:#798ba3;margin-top:6px}.fate.graph-fate .graph-wellness-endpoint .node-icon{transform:scale(2.1)}.fate.graph-fate .graph-wellness-endpoint{gap:19px}.excel-viewport{padding:8px}.excel-dashboard.responsive-dashboard{max-width:none;padding:8px;border-width:1px;border-radius:18px}.responsive-dashboard .excel-metrics{margin-bottom:8px;gap:8px}.fate.graph-fate h2{top:10px;left:14px;font-size:21px;line-height:27px;letter-spacing:0;color:#203954}.graph-fate .graph-outcome .node-copy strong{font-size:11px;line-height:14px}.graph-fate .graph-healthy .node-copy strong{font-size:11px}.fate.graph-fate .graph-category .node-copy strong{font-size:12px;line-height:15px}@media(max-width:480px){.excel-viewport{padding:4px}.excel-dashboard.responsive-dashboard{padding:6px;border-radius:12px}}.responsive-dashboard .graph-person>img{-webkit-mask-image:none;mask-image:none;mix-blend-mode:normal}.responsive-dashboard .graph-person .person-halo{opacity:.42;background:radial-gradient(circle,#e3f6fa55 20%,#b7e6f630 58%,transparent 73%);box-shadow:0 0 24px #bfe6f033,inset 0 0 0 1px #c4e6ef55}.graph-fate .graph-origin-halo{position:absolute;z-index:0;pointer-events:none;border-radius:50%;border:1px solid #a7d9ef99;background:radial-gradient(circle at 46% 45%,#f6fdff 3%,#d9f3fcaa 46%,#b9e6f699 70%,#ebfaff44);box-shadow:0 0 32px 12px #b8e8f64d,inset 0 0 24px #ffffffa6}.graph-fate .graph-origin-halo:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:1px solid #ffffffb3;border-radius:50%}.graph-fate .graph-paths{z-index:1}.graph-fate .graph-person{z-index:2;pointer-events:none}.graph-fate .node,.graph-fate h2,.graph-fate .graph-tick,.graph-fate .graph-note{z-index:3}.graph-fate .graph-origin-halo{border:0;background:radial-gradient(circle,#ddf6fc77 8%,#c0eafb55 46%,#dff5fc22 70%,transparent 74%);box-shadow:none}.graph-fate .graph-origin-halo:after{content:none}.graph-origin-halo .halo-core{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:50%;border:1px solid #80cfe966;background:radial-gradient(circle,#edfaff66 15%,#a6def455 65%,transparent 73%);box-shadow:0 0 26px #72c7e92b,inset 0 0 20px #c8effa66;animation:halo-breathe 5s ease-in-out infinite}.graph-origin-halo .halo-ripple{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #64bede;border-radius:50%;box-shadow:0 0 7px #80d8f344,inset 0 0 5px #a3e6fc33;opacity:0;animation:halo-radiate 6s cubic-bezier(.18,.45,.45,1) infinite;will-change:transform,opacity}.graph-origin-halo .halo-ripple:nth-child(3){animation-delay:-2s}.graph-origin-halo .halo-ripple:nth-child(4){animation-delay:-4s}@keyframes halo-breathe{0%,to{transform:scale(.94);opacity:.55}50%{transform:scale(1.04);opacity:.95}}@keyframes halo-radiate{0%{transform:scale(.55);opacity:0}15%{opacity:.48}70%{opacity:.2}to{transform:scale(1.15);opacity:0}}@media(prefers-reduced-motion:reduce){.graph-origin-halo .halo-core,.graph-origin-halo .halo-ripple{animation:none;will-change:auto}.graph-origin-halo .halo-core{opacity:.8}.graph-origin-halo .halo-ripple{opacity:.15;transform:scale(.9)}.graph-origin-halo .halo-ripple:nth-child(3){transform:scale(1.04)}.graph-origin-halo .halo-ripple:nth-child(4){display:none}}.graph-fate .combination-hint{position:absolute;right:16px;top:12px;z-index:4;display:flex;align-items:center;gap:14px;border:1px solid #e2e8ef;border-radius:7px;background:#f7fafc;color:#46647b;font-size:10px;line-height:16px;padding:4px 9px;cursor:pointer}.combination-hint span{font-size:8px;color:#748b9f}.graph-fate .combination-hint[data-count="2"]{background:#fff8ed;border-color:#f4dfb9;color:#986217}.graph-fate .combination-hint[data-count="3"],.graph-fate .combination-hint[data-count="4"]{background:#fff2ef;border-color:#f0d1c8;color:#b65e43}.combination-indicators{padding:0;list-style:none;margin:16px 0}.combination-indicators li{display:flex;gap:14px;font-size:12px;padding:8px 0;border-bottom:1px solid #edf1f5}.combination-indicators strong{min-width:60px}.combination-indicators span{color:#647b91}.combination-rules{width:100%;border-collapse:collapse;font-size:12px;line-height:1.7}.combination-rules th,.combination-rules td{padding:9px;text-align:left;border:1px solid #e7edf4}.combination-rules th{min-width:112px;background:#f6f9fc}.combination-sources{display:flex;flex-wrap:wrap;gap:12px;margin:14px 0;font-size:11px}.combination-sources a{color:#3f789b}.graph-fate.graph-accelerated .graph-category .node-copy{position:absolute;left:-36px;bottom:44px;width:88px;max-width:88px;align-items:center;text-align:center;gap:2px}.graph-fate.graph-accelerated .graph-category .node-copy small{max-width:88px}.disease-dialog{position:fixed;width:820px;max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);margin:auto;padding:0;overflow:hidden;border:1px solid #e1e8ee;border-radius:22px;background:#fff;color:#223b51;box-shadow:0 24px 90px #142c4a30;font-family:inherit}.disease-dialog[open]{display:flex;flex-direction:column}.disease-dialog::backdrop{background:#182c4566;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.disease-close{position:absolute;right:16px;top:14px;z-index:2;width:34px;height:34px;border:1px solid #dce5ec;border-radius:50%;background:#fffffff2;color:#617589;font-size:25px;line-height:28px;cursor:pointer}.disease-scroll{overflow-y:auto;overscroll-behavior:contain;min-height:0}.disease-hero{display:grid;grid-template-columns:210px 1fr;gap:28px;padding:30px 48px 25px 28px;background:linear-gradient(125deg,#eef6f8,#fafcfd 65%,#fff)}.disease-hero figure{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;background:radial-gradient(ellipse,#fff 25%,#edf5f855 75%)}.disease-hero img{width:190px;height:185px;object-fit:contain;filter:drop-shadow(0 8px 8px #3b536315)}.disease-hero figcaption{font-size:11px;color:#7b8c98;margin:8px 0}.disease-eyebrow{font-size:12px;color:#658696;letter-spacing:1px}.disease-hero h2{font-size:28px;line-height:1.35;margin:10px 0 12px;color:#17384b}.disease-hero p{font-size:15px;line-height:1.85;margin:0;color:#4e6574}.disease-causes{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px;font-size:11px;color:#6c8091}.disease-causes small{padding:2px 5px;border-radius:4px;background:#eef3f6}.disease-causes>span{width:100%}.disease-content{padding:24px 28px 22px}.disease-content h3{font-size:16px;margin:0 0 12px;color:#234154;line-height:1.5}.disease-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.disease-symptoms ul{padding-left:19px;margin:0 0 10px}.disease-symptoms li{font-size:14px;line-height:1.8;padding:2px 0}.disease-symptoms>small{font-size:11px;line-height:1.6;color:#7c8b97}.disease-impact{border-radius:12px;background:#fff7ef;padding:16px 18px;align-self:start}.disease-impact h3{color:#875c3b}.disease-impact p{font-size:14px;line-height:1.85;margin:0;color:#795e47}.disease-urgent{margin:20px 0 0;padding:14px 17px;border-left:3px solid #d36351;border-radius:0 9px 9px 0;background:#fff3f0}.disease-urgent strong{font-size:13px;color:#a94c40}.disease-urgent p{font-size:13px;line-height:1.8;color:#81554e;margin:5px 0 0}.disease-risk{margin-top:24px;border-top:1px solid #e9eef2;padding-top:22px}.disease-section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.disease-section-heading>span{font-size:11px;color:#758999}.disease-probability-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.disease-probability-values>div{background:#f4f8fa;border:1px solid #e8eef2;border-radius:11px;padding:13px 15px}.disease-probability-values span{display:block;font-size:12px;color:#698191}.disease-probability-values strong{display:block;font-size:27px;line-height:1.2;margin-top:9px;color:#244d64;font-variant-numeric:tabular-nums}.disease-probability-values small{font-size:11px;color:#8997a2;display:block;margin-top:5px}.disease-risk-note{font-size:12px;line-height:1.8;color:#718392;margin:12px 0 0}.disease-related,.disease-data-source{margin-top:16px;border:1px solid #e7edf1;border-radius:10px;padding:12px 14px}.disease-related summary,.disease-data-source summary{font-size:12px;line-height:1.8;color:#476779;cursor:pointer}.disease-related p,.disease-data-source p{font-size:12px;line-height:1.8;color:#758592}.disease-related .disease-probability-values strong{font-size:20px}.disease-table-scroll{overflow-x:auto}.disease-data-source table{width:100%;border-collapse:collapse;font-size:12px;text-align:left;line-height:1.6}.disease-data-source th,.disease-data-source td{padding:10px 8px;border-bottom:1px solid #e8eef3}.disease-data-source td{white-space:nowrap}.disease-data-source th small{display:block;color:#8795a1;font-size:11px;font-weight:400}.disease-reference{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;font-size:11px;color:#8b98a3}.disease-reference a{color:#4e7b91;text-decoration:none}.disease-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 28px;border-top:1px solid #e6edf1;background:#fff}.disease-footer small{font-size:11px;color:#8796a1}.disease-footer button{background:#27716f;border:0;border-radius:9px;color:#fff;padding:11px 20px;font-size:13px;cursor:pointer}@media(max-width:600px){.disease-hero{grid-template-columns:115px 1fr;gap:14px;padding:28px 22px 20px 16px}.disease-hero img{width:112px;height:130px}.disease-hero figcaption{font-size:9px;text-align:center}.disease-hero h2{font-size:22px;margin:8px 0}.disease-hero p{font-size:13px;line-height:1.75}.disease-content{padding:18px}.disease-overview-grid{grid-template-columns:1fr;gap:16px}.disease-footer{padding:12px 18px}.disease-footer small{max-width:140px}.disease-probability-values{gap:7px}.disease-probability-values>div{padding:10px 8px}.disease-probability-values strong{font-size:22px}.disease-section-heading{display:block}.disease-section-heading>span{display:block;margin-bottom:10px}}.disease-footer{width:100%;height:auto;min-height:66px;margin:0;border-radius:0;border-right:0;border-left:0;border-bottom:0}.disease-footer button{margin:0;flex-shrink:0}.retina-additional-name{display:block;margin-top:3px;padding-left:5px;border-left:2px solid #edcf97}.disease-merged-conditions{margin-bottom:20px;padding:14px;border:1px solid #e5edf0;border-radius:12px;background:#f7fafb}.disease-merged-conditions p{font-size:12px;color:#718392;line-height:1.7}.disease-merged-conditions [role=group]{display:flex;flex-wrap:wrap;gap:8px}.disease-merged-conditions button{border:1px solid #d5e2e5;border-radius:7px;background:#fff;color:#40616e;padding:8px 12px;cursor:pointer;font:inherit;font-size:13px}.disease-merged-conditions button[aria-pressed=true]{background:#27716f;border-color:#27716f;color:#fff}.illustrated-timeline{position:absolute;left:0;width:946px;height:42px;z-index:3;overflow:visible;pointer-events:none}.illustrated-timeline text{font-family:inherit;font-size:11px;fill:#80614e;font-weight:500}.illustrated-timeline .timeline-number{font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.illustrated-timeline .timeline-unit{font-size:10px}.illustrated-timeline .timeline-present-label{fill:#985d41;font-weight:650}.trajectory-versions{display:flex;justify-content:flex-end;gap:4px;margin:0 0 7px;height:28px;align-items:center}.trajectory-versions a{font-size:11px;padding:5px 12px;border-radius:6px;border:1px solid transparent;text-decoration:none;color:#6c819f;background:#f7f9fc;line-height:16px}.trajectory-versions a[aria-current=page]{background:#eaf3ff;border-color:#d7e5f7;color:#2466b7;font-weight:600}.trajectory-versions a:hover{background:#e9f1fa}.trajectory-versions a:focus-visible{outline:2px solid #367fff}.flow-fate .flow-heading-note{position:absolute;top:23px;right:22px;color:#8495aa;font-size:11px}.flow-bands{position:absolute;top:0;right:0;bottom:0;left:0;width:946px;height:100%;z-index:1;pointer-events:none}.flow-fate .graph-person{z-index:2}.flow-fate .graph-origin-halo{z-index:0}.flow-fate .flow-current,.flow-fate .flow-node{position:absolute;z-index:3;display:flex;align-items:center;text-align:left;gap:8px;padding:0;background:none;border:0;transform:translate(-21px,-50%);cursor:pointer;color:#203b57}.flow-current img,.flow-node img{width:42px;height:47px;object-fit:contain;flex:none;filter:drop-shadow(0 0 3px #fff);transform:scale(var(--flow-scale,1))}.flow-fate .flow-node{gap:calc(8px + 21px * (var(--flow-scale,1) - 1))}.flow-current span{display:flex;flex-direction:column;gap:4px;width:94px;background:#fffc;border-radius:4px}.flow-current strong{font-size:13px;line-height:18px}.flow-current small{font-size:9px;line-height:14px;color:#6e8198}.flow-node span{width:100px;padding:4px 2px;background:#ffffffbf;border-radius:4px;display:flex;flex-direction:column;gap:3px}.flow-node strong{font-size:12px;line-height:17px;color:var(--flow-color);font-weight:600}.flow-node small{font-size:10px;line-height:15px;color:#40536c;text-wrap:pretty}.flow-node em{font-size:8px;line-height:12px;font-style:normal;color:#8b9aac;margin-top:2px}.flow-node:hover span,.flow-current:hover span{background:#fff;box-shadow:0 3px 15px #283d5714}.flow-node:focus-visible,.flow-current:focus-visible{outline:2px solid #668bbb;outline-offset:5px;border-radius:4px}.flow-disclaimer{position:absolute;left:19px;bottom:6px;right:14px;margin:0;font-size:8px;line-height:12px;color:#8194ad}.flow-empty{position:absolute;left:340px;top:310px;color:#8194ad;font-size:15px}.flow-dialog h3{font-size:15px;margin:20px 0 9px}.flow-dialog li{font-size:14px;line-height:1.8}.flow-dialog p{color:#61758f}.flow-dialog a{font-size:12px;color:#3674a0}.flow-detail-icon{width:88px;height:90px;object-fit:contain;float:left;margin-right:18px}.flow-dialog .done{display:block;margin-top:22px;width:100%}@media(max-width:600px){.trajectory-versions{justify-content:center}.trajectory-versions a{font-size:10px}}.flow-fate .flow-current span{position:absolute;left:-38px;bottom:53px;width:118px;text-align:center;background:#fffc}.flow-wellness{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;transform:translate(-21px,-50%);color:#16885a}.flow-wellness img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 0 3px #fff)}.flow-wellness span{display:flex;flex-direction:column;gap:3px;padding:3px;background:#ffffffb8;border-radius:4px}.flow-wellness strong{font-size:12px;line-height:18px;font-weight:600}.flow-wellness small{font-size:9px;color:#4b997b}.flow-bands stop{transition:stop-color .35s ease}@media(prefers-reduced-motion:reduce){.flow-bands stop{transition:none}}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;color:#070e3e;background:#edf2f9}button{font:inherit;color:inherit;border:0;cursor:pointer}button:focus-visible{outline:2px solid #367fff;outline-offset:3px}button:hover{filter:brightness(.98)}.viewport{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.dashboard{width:984px;height:553px;flex-shrink:0;position:relative;transform-origin:center;border:7px solid #f2f5fa;border-radius:27px;background:linear-gradient(110deg,#fff 62%,#fcfdff);display:flex;gap:30px;padding:11px 11px 11px 10px;box-shadow:inset 0 0 0 1px #fff}.sidebar{position:relative;width:183px;height:517px;flex-shrink:0;border:1px solid #e8effe;border-radius:10px;background:linear-gradient(120deg,#f3f7ff,#edf3ff 55%,#f4f7fc);overflow:hidden}.body-scan{position:absolute;left:2px;top:1px;width:178px;height:284px}.body-scan>img{width:178px;height:284px;display:block}.profile{position:absolute;left:9px;top:293px;width:165px;height:176px;border:1px solid #fff;border-radius:8px;background:linear-gradient(120deg,#f9fbffef,#f8faffd9);padding:11px 8px}.profile h3{font-size:10px;letter-spacing:.3px;margin:0 0 9px;font-weight:600}.profile h3 span{font-size:14px;vertical-align:-1px;margin-right:3px}.subtype{width:148px;background:#edf3ff;border:1px solid #dae7ff;border-radius:4px;font-size:10px;font-weight:600;padding:8px 7px;white-space:nowrap}.match{position:relative;margin-top:15px}.match>small{display:block;font-size:9px;color:#344b83}.match>b{display:block;color:#0866ff;font-size:28px;line-height:37px;letter-spacing:-1px}.match>b span{font-size:19px;letter-spacing:0;margin-left:2px}.match svg{position:absolute;width:48px;height:48px;right:4px;top:5px}.profile p{font-size:7px;color:#40568c;white-space:nowrap;margin:12px 0 0;letter-spacing:.05px}.content{width:735px;flex-shrink:0}.content header{height:47px;display:flex;align-items:flex-start;position:relative;padding-top:3px}h1{font-size:26px;margin:0;line-height:33px;letter-spacing:.4px;font-weight:600;white-space:nowrap}h1 span{font-size:29px;font-weight:600;margin-left:10px;letter-spacing:-.7px}.goal-badge{margin-left:14px;margin-top:7px;background:#f0fbf5;border:1px solid #def5e7;border-radius:8px;color:#096;font-size:9px;white-space:nowrap;height:23px;padding:0 10px}.goal-badge>span{font-size:13px;margin-right:5px}.top-hint{position:absolute;right:0;top:9px;height:28px;background:#f7f9ff;border:1px solid #eaf0fe;border-radius:7px;color:#45598e;font-size:9px;letter-spacing:.25px;display:flex;align-items:center;gap:7px;padding:0 8px}.top-hint img{width:15px;height:15px;mix-blend-mode:multiply}.top-hint>span{font-size:18px;color:#2375ff;margin-left:7px}.metrics{height:149px;display:grid;grid-template-columns:193px 175px 177px 157px;gap:11px}.metric{position:relative;border:1px solid #edf2fc;border-radius:11px;background:linear-gradient(120deg,#fcfdff,#fff 60%,#fcfdff);box-shadow:0 4px 12px #315fbc03;overflow:hidden}.metric-icon{position:absolute;width:36px;height:36px;top:11px;left:10px;mix-blend-mode:multiply}.metric-data{position:absolute;left:58px;top:13px}.metric-name{font-size:11px;font-weight:600;white-space:nowrap;line-height:18px}.info{background:none;padding:0;margin-left:5px;font-size:10px;color:#7389bb;vertical-align:1px;font-weight:400}.reading{font-size:28px;font-weight:600;line-height:35px;letter-spacing:.3px}.reading span{font-size:10px;font-weight:400;color:#314781;margin-left:10px;letter-spacing:0}.target{display:table;background:#eefaf3;border:1px solid #d9f3e5;border-radius:8px;color:#009962;font-size:10px;padding:2px 10px;line-height:14px;white-space:nowrap;margin-left:-3px;margin-top:-2px}.scale{position:absolute;left:11px;right:13px;bottom:11px}.track{height:5px;border-radius:9px;background:#d5dbe9;position:relative;margin-bottom:12px}.fill{position:absolute;left:0;top:0;height:5px;background:var(--accent);border-radius:9px}.value-dot,.target-dot{position:absolute;width:9px;height:9px;border:1px solid #fff;border-radius:50%;top:-2px;transform:translate(-50%);background:var(--accent)}.target-dot{background:#00b784;width:11px;height:11px;top:-3px;box-shadow:0 0 5px #009e5844}.guide{position:absolute;border-left:1px dashed #75c9af;height:19px;top:-3px}.guide:after{content:"";position:absolute;width:4px;height:4px;background:#79d5b8;left:-2.5px;top:3px}.scale-labels{display:flex;justify-content:space-between;position:relative;font-size:10px;color:#263e7b}.ideal{color:#009461;position:absolute;transform:translate(-20%);font-size:9px;white-space:nowrap}.fate{position:relative;margin-top:9px;width:735px;height:271px;border:1px solid #edf2fc;border-radius:10px;background:linear-gradient(120deg,#fcfdff,#fff 50%,#fdfefe);overflow:hidden}.fate h2{position:absolute;left:12px;top:8px;font-size:23px;line-height:30px;margin:0;letter-spacing:-.5px;font-weight:600}.subtitle{position:absolute;left:12px;top:37px;font-size:12px;color:#344a83;margin:0}.path-hint{position:absolute;left:269px;top:11px;height:22px;padding:0 11px;background:#f0fbf5;border:1px solid #dcf4e8;border-radius:7px;font-size:9px;letter-spacing:.15px;color:#009769;z-index:4}.path-hint:after{content:"";position:absolute;top:24px;left:calc(50% - 4px);border-top:7px solid #00ab76;border-left:4px solid transparent;border-right:4px solid transparent}.paths{position:absolute;top:0;right:0;bottom:0;left:0;width:734px;height:270px;overflow:visible}.green-hit{cursor:pointer}.current{position:absolute;left:18px;top:97px;width:44px;text-align:center;font-size:10px;line-height:13px}.current img{display:block;width:37px;height:37px;margin:0 auto 4px;border-radius:50%;box-shadow:0 3px 5px #214eac17,0 0 3px #dfe7fc}.current b{color:#0059ff;font-size:11px;display:block;font-weight:400}.node{position:absolute;display:flex;align-items:center;gap:5px;padding:0;background:transparent;text-align:left;height:25px;z-index:2;--glow:#00c772}.node.red{--glow:#ff5d60}.node.orange{--glow:#ffb83f}.node.blue{--glow:#9eaaff}.node-icon{display:block;width:23px;height:23px;background:#fff;border-radius:50%;box-shadow:0 0 0 1px color-mix(in srgb,var(--glow) 20%,white),0 2px 5px color-mix(in srgb,var(--glow) 24%,transparent),0 0 8px 4px #fff;flex-shrink:0;overflow:hidden}.node-icon img{display:block;width:100%;height:100%;object-fit:contain}.node-copy{background:#fffefb;box-shadow:3px 0 5px 4px #fff;white-space:nowrap;display:flex;flex-direction:column;gap:1px}.node-copy strong{font-size:9px;font-weight:500;line-height:11px;letter-spacing:.1px}.node-copy small{font-size:8px;line-height:10px;color:#53648a}.healthy-label{position:absolute;left:263px;top:65px;color:#008c59;background:transparent;text-align:left;padding:0;display:flex;flex-direction:column;gap:1px}.healthy-label strong{font-size:9px;font-weight:500}.healthy-label small{font-size:7px;color:#3c9b79}.longevity{position:absolute;left:640px;top:52px;display:flex;align-items:center;gap:4px;background:#fff;color:#00855d;font-size:10px;padding:0;box-shadow:0 0 10px 5px #fff}.longevity img{width:20px;height:20px}.legend{position:absolute;left:7px;top:177px;width:99px;height:76px;border:1px solid #edf1ff;border-radius:7px;background:#ffffffd9;padding:6px 8px;box-shadow:0 1px 4px #1d6afd03}.legend>div{font-size:7px;line-height:15.5px;color:#3c4c81;display:flex;align-items:center;gap:6px;white-space:nowrap}.legend i{display:inline-block;height:3px;width:12px;border-radius:2px;background:linear-gradient(#72ecc8,#00b779)}.legend i.red{background:linear-gradient(#ff8389,#ff2633)}.legend i.orange{background:linear-gradient(#ffd780,#ffb33b)}.legend i.blue{background:linear-gradient(#b7c5ff,#4977ff)}footer{margin-top:9px;width:735px;height:33px;border:1px solid #eef3fc;border-radius:8px;display:flex;align-items:center;color:#536790;font-size:8px;padding:0 11px;gap:7px;background:linear-gradient(110deg,#fcfdff,#f9fbff)}.footer-shield{font-size:14px;color:#38548e}footer time{margin-left:auto;font-size:8px}footer button{font-size:18px;color:#5779b2;background:none;padding:0 6px;margin-left:3px}.modal-backdrop{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;background:#10234735;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:20;border-radius:27px;display:grid;place-items:center}.dialog{position:relative;width:370px;padding:28px;background:#fff;border:1px solid #e3edf9;border-radius:18px;box-shadow:0 20px 70px #17335133}.close{position:absolute;right:13px;top:9px;font-size:26px;color:#6b7897;background:none}.eyebrow{font-size:10px;font-weight:600;letter-spacing:2px;color:#00a477}.dialog h2{font-size:22px;margin:10px 0}.dialog p{font-size:12px;color:#63718f}.goal-list{margin:20px 0}.goal-list>div{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f8;gap:12px}.goal-list img{width:31px;height:31px}.goal-list span{font-size:12px}.goal-list small{display:block;font-size:10px;color:#72809b;margin-top:4px}.goal-list b{margin-left:auto;font-size:19px;color:#00a073;text-align:right}.dialog-note{font-size:10px;color:#8793a9;line-height:1.8}.done,.primary{display:block;width:100%;border-radius:7px;padding:10px;background:#eff8f4;color:#009b6c;margin-top:18px;font-size:12px}.primary{background:#00a876;color:#fff}.metric-detail{text-align:center;padding:20px}.metric-detail img{width:42px;display:block;margin:0 auto 15px}.metric-detail b{font-size:36px}.metric-detail b small{font-size:13px;font-weight:400}@media(prefers-reduced-motion:no-preference){button{transition:filter .15s}.dialog{animation:appear .2s ease-out}@keyframes appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}}.profile-symbol{width:13px;height:14px;vertical-align:-3px;margin-right:3px}.footer-shield{width:13px;height:14px;object-fit:contain}.reading{font-weight:500}.match>b{font-weight:500}.node-copy{background:#fff}.current img{box-shadow:0 3px 6px #214eac22,0 0 0 1px #e6edfc}h1,h1 span,.fate h2{font-weight:500}.reading{font-weight:600}.target{min-width:70px;text-align:center}.metric:first-child .target{width:80px}.metric:nth-child(2) .target{margin-left:-8px}.metric:nth-child(3) .target{margin-left:-5px}.metric:nth-child(4) .target{margin-left:-19px}.profile p{font-size:7.3px}.legend>div{font-size:7.5px}.metric-name{font-weight:500}.node-copy strong{font-weight:400}h1,h1 span,.fate h2{font-weight:600}.match>b{padding-top:3px}.match svg{top:9px}.profile p{margin-top:9px}.path-hint{min-width:201px}.goal-badge{min-width:130px}.top-hint{width:245px;justify-content:space-between}.custom-node-icon{overflow:visible}.custom-node-icon img{width:28px;height:28px;max-width:none;margin:-2.5px;object-fit:contain}.content header{height:40px;padding-top:0}h1{font-size:23px;line-height:30px}h1 span{font-size:25px}.goal-badge{margin-top:4px}.top-hint{top:4px}.metrics{height:100px}.metric-icon{width:29px;height:29px;top:8px;left:9px}.metric-data{left:46px;top:6px}.metric-name{font-size:10px;line-height:17px}.reading{font-size:24px;line-height:28px}.reading span{font-size:9px;margin-left:7px}.metric .target,.metric:first-child .target,.metric:nth-child(2) .target,.metric:nth-child(3) .target,.metric:nth-child(4) .target{position:absolute;top:45px;left:-36px;margin:0;width:auto;min-width:67px;height:16px;font-size:9px;line-height:12px;padding:1px 8px}.scale{bottom:4px}.track{margin-bottom:7px;height:4px}.fill{height:4px}.scale-labels{font-size:9px;line-height:10px}.ideal{font-size:8px}.guide{height:12px}.fate{height:327px}.paths{height:326px}.node.purple{--glow:#b18be8}.legend{top:204px;height:90px}.legend i.purple{background:linear-gradient(#d4bcfa,#a776da)}.custom-node-icon img,.longevity img{clip-path:circle(49% at 50% 50%);border-radius:50%}.current img{clip-path:circle(49% at 50% 50%)}.node-icon,.custom-node-icon,.longevity .node-icon,.current .node-icon{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;width:23px;height:23px;flex-shrink:0;overflow:visible;border-radius:50%;background:linear-gradient(145deg,#ffffffed,#ffffff9c);border:0;box-shadow:0 0 3px color-mix(in srgb,var(--severity-color,#94a3b8) 28%,transparent),0 2px 6px color-mix(in srgb,var(--severity-color,#94a3b8) 19%,transparent),0 0 7px 4px #fff,0 0 12px 6px #ffffffb8}.fate .node-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:1;box-shadow:inset 0 0 0 .3px var(--severity-color,#94a3b8)}.node-icon img,.custom-node-icon img,.longevity .node-icon img,.current .node-icon img{display:block;width:17px;height:17px;margin:0;object-fit:contain;border:0;border-radius:0;clip-path:none;background:none;box-shadow:none;mix-blend-mode:normal}.current{--glow:#2478ff}.current .current-symbol{width:37px;height:37px;margin:0 auto 4px}.current .current-symbol img{width:27px;height:27px}.longevity{--glow:#00c772;box-shadow:none;background:transparent}.longevity .node-icon{width:20px;height:20px}.longevity .node-icon img{width:14px;height:14px}.node-icon.updated-node-icon img{width:23px;height:23px;max-width:none;clip-path:none;border-radius:0}.fate .node-icon{transform:scale(1.15);transform-origin:center}
