.confidence-grid-cube{position:relative;display:flex;flex-direction:column;gap:14px;align-items:stretch;padding:14px 16px 18px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.96));border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 2px rgba(15,23,42,.04),0 6px 18px -8px rgba(15,23,42,.12);color:#0f172a;font-family:inherit;overflow:hidden;isolation:isolate}.confidence-grid-cube:after,.confidence-grid-cube:before{content:"";position:absolute;inset:-30%;z-index:-1;pointer-events:none;filter:blur(40px);opacity:.55;will-change:transform,opacity}.confidence-grid-cube:before{background:radial-gradient(closest-side,rgba(14,165,233,.22),rgba(14,165,233,0) 70%);animation:cgc-aurora-a 14s ease-in-out infinite alternate}.confidence-grid-cube:after{background:radial-gradient(closest-side,rgba(16,185,129,.18),rgba(16,185,129,0) 70%);animation:cgc-aurora-b 18s ease-in-out infinite alternate}@keyframes cgc-aurora-a{0%{transform:translate3d(-12%,-8%,0) scale(1.05);opacity:.45}50%{transform:translate3d(18%,12%,0) scale(1.25);opacity:.7}to{transform:translate3d(-6%,14%,0) scale(1.1);opacity:.5}}@keyframes cgc-aurora-b{0%{transform:translate3d(14%,10%,0) scale(1.15);opacity:.4}50%{transform:translate3d(-10%,-10%,0) scale(1.35);opacity:.65}to{transform:translate3d(12%,-4%,0) scale(1.1);opacity:.45}}@media (prefers-reduced-motion:reduce){.confidence-grid-cube:after,.confidence-grid-cube:before{animation:none;opacity:.35}}.confidence-grid-cube__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.confidence-grid-cube__title{font-weight:600;font-size:.95rem;letter-spacing:.01em;display:inline-flex;align-items:center;gap:8px}.confidence-grid-cube__title-pulse{width:8px;height:8px;border-radius:50%;background:#0ea5e9;box-shadow:0 0 0 0 rgba(14,165,233,.55);animation:cgc-title-pulse 1.6s ease-out infinite;flex-shrink:0}@keyframes cgc-title-pulse{0%{box-shadow:0 0 0 0 rgba(14,165,233,.55);transform:scale(1)}70%{box-shadow:0 0 0 7px rgba(14,165,233,0);transform:scale(1.05)}to{box-shadow:0 0 0 0 rgba(14,165,233,0);transform:scale(1)}}.confidence-grid-cube__counter{font-size:.78rem;color:#64748b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.confidence-grid-cube__live-detail{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:6px 10px;border-radius:999px;background:rgba(14,165,233,.08);border:1px solid rgba(14,165,233,.18);color:#0c4a6e;font-size:.74rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.2;margin-top:-4px}.confidence-grid-cube__live-spinner{display:inline-flex;align-items:center;gap:3px}.confidence-grid-cube__live-spinner span{width:4px;height:4px;border-radius:50%;background:#0ea5e9;animation:cgc-spinner-bounce 1s ease-in-out infinite}.confidence-grid-cube__live-spinner span:nth-child(2){animation-delay:.15s}.confidence-grid-cube__live-spinner span:nth-child(3){animation-delay:.3s}.confidence-grid-cube__disclaimer{margin:.35rem 0 0;padding:.5rem .65rem;border-radius:8px;background:rgba(254,243,199,.45);border:1px solid rgba(251,191,36,.35);font-size:.72rem;line-height:1.45;color:#78350f}.confidence-grid-cube__disclaimer strong{font-weight:600;color:#92400e}@keyframes cgc-spinner-bounce{0%,80%,to{transform:scale(.55);opacity:.5}40%{transform:scale(1);opacity:1}}.confidence-grid-cube__live-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.confidence-grid-cube__svg{width:100%;max-width:420px;height:auto;align-self:center;display:block;overflow:visible}.confidence-grid-cube__floor-hint{fill:rgba(148,163,184,.05);stroke:rgba(148,163,184,.25);stroke-width:.7;stroke-dasharray:2 3}.confidence-grid-cube__cell{transition:transform .22s cubic-bezier(.34,1.36,.64,1),filter .2s ease}.confidence-grid-cube__cell-body{cursor:pointer;stroke-width:1.2;outline:none;transition:fill .24s ease,stroke .24s ease,opacity .24s ease}.confidence-grid-cube__cell-body:focus-visible{stroke:#0ea5e9;stroke-width:2.2;filter:drop-shadow(0 0 6px rgba(14,165,233,.55))}.confidence-grid-cube__pattern{pointer-events:none;fill:rgba(255,255,255,.92);stroke:rgba(255,255,255,.92);stroke-width:1.2;stroke-linecap:round}.confidence-grid-cube__pattern--ring{fill:none;stroke-width:1.5}.confidence-grid-cube__cell--success-high .confidence-grid-cube__cell-body,.confidence-grid-cube__cell--success-high.confidence-grid-cube__flat-cell,.confidence-grid-cube__cell--success-high.confidence-grid-cube__legend-swatch,.confidence-grid-cube__cell--success-high.confidence-grid-cube__tooltip-dot{fill:#16A34A;background-color:#16A34A;stroke:#15803D}.confidence-grid-cube__cell--success-low .confidence-grid-cube__cell-body,.confidence-grid-cube__cell--success-low.confidence-grid-cube__flat-cell,.confidence-grid-cube__cell--success-low.confidence-grid-cube__legend-swatch,.confidence-grid-cube__cell--success-low.confidence-grid-cube__tooltip-dot{fill:#65A30D;background-color:#65A30D;stroke:#4D7C0F}.confidence-grid-cube__cell--warn .confidence-grid-cube__cell-body,.confidence-grid-cube__cell--warn.confidence-grid-cube__flat-cell,.confidence-grid-cube__cell--warn.confidence-grid-cube__legend-swatch,.confidence-grid-cube__cell--warn.confidence-grid-cube__tooltip-dot{fill:#D97706;background-color:#D97706;stroke:#B45309}.confidence-grid-cube__cell--danger .confidence-grid-cube__cell-body,.confidence-grid-cube__cell--danger.confidence-grid-cube__flat-cell,.confidence-grid-cube__cell--danger.confidence-grid-cube__legend-swatch,.confidence-grid-cube__cell--danger.confidence-grid-cube__tooltip-dot{fill:#DC2626;background-color:#DC2626;stroke:#B91C1C}.confidence-grid-cube__cell--pending .confidence-grid-cube__cell-body,.confidence-grid-cube__cell--pending.confidence-grid-cube__flat-cell,.confidence-grid-cube__cell--pending.confidence-grid-cube__legend-swatch,.confidence-grid-cube__cell--pending.confidence-grid-cube__tooltip-dot{fill:rgba(226,232,240,.55);background-color:rgba(226,232,240,.55);stroke:rgba(148,163,184,.55);stroke-dasharray:2.5 2.5}.confidence-grid-cube__cell--pending .confidence-grid-cube__cell-body,.confidence-grid-cube__flat-cell.confidence-grid-cube__cell--pending{animation:cgc-cell-breath 3.6s ease-in-out infinite}@keyframes cgc-cell-breath{0%,to{opacity:.55;fill:rgba(226,232,240,.45);background-color:rgba(226,232,240,.45);stroke:rgba(148,163,184,.45)}50%{opacity:1;fill:rgba(186,230,253,.65);background-color:rgba(186,230,253,.65);stroke:rgba(14,165,233,.75)}}@media (prefers-reduced-motion:reduce){.confidence-grid-cube__cell--pending .confidence-grid-cube__cell-body,.confidence-grid-cube__flat-cell.confidence-grid-cube__cell--pending,.confidence-grid-cube__live-spinner span,.confidence-grid-cube__title-pulse{animation:none}}.confidence-grid-cube__cell--hover .confidence-grid-cube__cell-body{filter:brightness(1.08) drop-shadow(0 2px 6px rgba(15,23,42,.25));stroke:#0f172a;stroke-width:1.8}.confidence-grid-cube__cell--just{animation:cgc-cell-pulse .7s ease-out;transform-origin:center;transform-box:fill-box}@keyframes cgc-cell-pulse{0%{transform:scale(.5);filter:drop-shadow(0 0 12px rgba(255,255,255,.9)) brightness(1.5);opacity:.4}40%{transform:scale(1.12);filter:drop-shadow(0 0 10px rgba(14,165,233,.55)) brightness(1.15);opacity:1}to{transform:scale(1);filter:drop-shadow(0 0 0 rgba(14,165,233,0)) brightness(1);opacity:1}}@media (prefers-reduced-motion:reduce){.confidence-grid-cube__cell--just{animation:none}}.confidence-grid-cube__axis-labels text{font-size:9px;font-weight:600;fill:#475569;letter-spacing:.02em;paint-order:stroke;stroke:rgba(255,255,255,.9);stroke-width:2.5}.confidence-grid-cube__axis-subtitle{font-size:8px;font-weight:500;fill:#0ea5e9;letter-spacing:0}.confidence-grid-cube__axis-bound{fill:none;stroke:none;pointer-events:none}.confidence-grid-cube__tooltip{position:absolute;top:56px;left:50%;transform:translateX(-50%);max-width:280px;padding:12px 14px;border-radius:10px;background:#0f172a;color:#f8fafc;font-size:.78rem;line-height:1.4;box-shadow:0 10px 30px -10px rgba(15,23,42,.45);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .2s ease;z-index:4}.confidence-grid-cube__tooltip--visible{opacity:1;pointer-events:auto}.confidence-grid-cube__tooltip--flip-x{left:auto;right:12px;transform:translateX(0)}.confidence-grid-cube__tooltip--flip-y{top:auto;bottom:90px}.confidence-grid-cube__tooltip-body{display:flex;flex-direction:column;gap:8px}.confidence-grid-cube__tooltip-title{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.confidence-grid-cube__tooltip-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.4);flex-shrink:0}.confidence-grid-cube__tooltip-section{display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px;margin:0}.confidence-grid-cube__tooltip-section dt{font-weight:600;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;margin-bottom:2px}.confidence-grid-cube__tooltip-section dd{display:flex;justify-content:space-between;gap:12px;margin:0}.confidence-grid-cube__tooltip-key{color:#cbd5f5}.confidence-grid-cube__tooltip-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#f8fafc;font-weight:500;display:inline-flex;align-items:center;gap:6px}.confidence-grid-cube__tooltip-badge{display:inline-block;padding:1px 6px;border-radius:999px;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#0c4a6e;background:rgba(125,211,252,.85);border:1px solid rgba(14,165,233,.55)}.confidence-grid-cube__legend{display:flex;flex-wrap:wrap;gap:6px 12px;padding:0;margin:0;list-style:none;font-size:.7rem;color:#64748b}.confidence-grid-cube__legend-item{display:inline-flex;align-items:center;gap:6px}.confidence-grid-cube__legend-swatch{display:inline-block;width:10px;height:10px;border-radius:3px;border:1px solid}.confidence-grid-cube__legend-text{white-space:nowrap}.confidence-grid-cube__flat{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.confidence-grid-cube__flat-row{display:contents}.confidence-grid-cube__flat-cell{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 6px;border-radius:6px;border:1px solid rgba(15,23,42,.12);color:#fff;font-size:.72rem;line-height:1.2;text-align:center;cursor:pointer;transition:transform .2s ease,filter .2s ease}.confidence-grid-cube__flat-cell.confidence-grid-cube__cell--pending{color:#475569}.confidence-grid-cube__flat-cell:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.confidence-grid-cube__flat-cell-pos{font-size:.65rem;opacity:.85}.confidence-grid-cube__flat-cell-rate{font-weight:600;font-size:.95rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:640px){.confidence-grid-cube__svg{display:none}.confidence-grid-cube__flat{display:grid!important}}@media (min-width:641px){.confidence-grid-cube:not(.confidence-grid-cube--compact) .confidence-grid-cube__flat{display:none}}.confidence-grid-cube--compact .confidence-grid-cube__svg{display:none}.confidence-grid-insights{margin-top:.45rem}.confidence-grid-insights__actions-row{display:flex;align-items:stretch;gap:.35rem}.confidence-grid-insights__btn{flex:1 1;margin:0;padding:.3rem .5rem;font-size:.65rem;font-weight:600;line-height:1.2;color:#0f766e;background:#fff;border:1px solid #99f6e4;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.confidence-grid-insights__btn:hover{background:#f0fdfa;border-color:#5eead4}.confidence-grid-insights__btn--active{background:#f0fdfa;border-color:#2dd4bf}.confidence-grid-insights__btn--lab{color:#2563eb;border-color:#bfdbfe}.confidence-grid-insights__btn--lab:hover{background:#eff6ff;border-color:#93c5fd}.confidence-grid-insights__details{margin-top:.4rem;padding:.45rem .55rem;border-radius:8px;border:1px solid #e8edf3;background:#f8fafc}.confidence-grid-insights__summary{margin:0 0 .4rem;padding:0;list-style:none;font-size:.65rem;line-height:1.3;color:#64748b}.confidence-grid-insights__summary li+li{margin-top:.15rem}.confidence-grid-insights__summary strong{color:#334155;font-weight:600}.confidence-grid-insights__lever{margin:0 0 .45rem;font-size:.65rem;line-height:1.3;color:#475569}.confidence-grid-insights__lever-badge{display:inline-block;margin-right:.25rem;padding:.05rem .35rem;border-radius:999px;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f766e;background:#ccfbf1}.confidence-grid-insights__block{margin-bottom:.45rem}.confidence-grid-insights__subtitle{margin:0 0 .2rem;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.confidence-grid-insights__list{margin:0;padding-left:.9rem;font-size:.65rem;line-height:1.3;color:#475569}.confidence-grid-insights__list li+li{margin-top:.15rem}.confidence-grid-insights__actions{margin:0;padding:0;list-style:none}.confidence-grid-insights__actions li+li{margin-top:.25rem}.confidence-grid-insights__action-btn{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;width:100%;padding:.35rem .45rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s}.confidence-grid-insights__action-btn:hover{border-color:#94a3b8}.confidence-grid-insights__action-text{font-size:.65rem;line-height:1.3;color:#334155;font-weight:500}.confidence-grid-insights__action-result{font-weight:400;color:#94a3b8}.confidence-grid-insights__action-delta{flex-shrink:0;font-size:.58rem;font-weight:700;padding:.1rem .3rem;border-radius:4px}.confidence-grid-insights__action-delta--up{color:#166534;background:#dcfce7}.confidence-grid-insights__action-delta--risk{color:#b45309;background:#fef3c7}.confidence-grid-insights__hint{margin:0;font-size:.65rem;color:#0f766e;line-height:1.3}.plan-health-command-center{position:-webkit-sticky;position:sticky;top:var(--dashboard-sticky-top,.5rem);z-index:15;margin-bottom:var(--dash-space-2,12px);margin-top:0;background:var(--color-background-primary,#ffffff);border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)}@media (max-width:1024px){.plan-health-command-center{position:static!important;top:auto!important}}.plan-health-command-center__inner{padding:var(--dash-space-3,16px)}.plan-health-command-center__title{margin:0 0 .35rem;font-size:1.125rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.plan-health-command-center__subtitle{margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;color:#64748b;max-width:52rem}.plan-health-command-center__subtitle strong{color:#334155;font-weight:600}.plan-health-command-center__loading-wrap{border-radius:12px;overflow:hidden}.plan-health-command-center__loading-wrap .rcg-loading-panel{min-height:auto;padding:1rem 0}.plan-health-command-center__grid{display:flex;align-items:flex-start;gap:.75rem}.plan-health-command-center__col{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.plan-health-command-center__col--wide{flex:1.12 1}.plan-health-command-center__cell{min-width:0}.plan-health-command-center__cell--ai,.plan-health-command-center__cell--breakdown{display:flex;flex-direction:column;align-items:stretch}.plan-health-command-center__cell--ai .dashboard-hero__ai-card{width:100%;max-width:none}.plan-health-command-center__cell--por{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.plan-health-command-center__assumptions{width:100%;text-align:left;margin-top:.25rem;padding:.7rem .8rem;border:1px solid #e7ecf3;border-radius:10px;background:linear-gradient(180deg,#fbfcfe,#f6f9fc);display:flex;flex-direction:column}.plan-health-command-center__assumptions-title{font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.45rem}.plan-health-command-center__assumptions-list{margin:0;display:flex;flex-direction:column;gap:.5rem}.plan-health-command-center__assumptions-row{display:flex;flex-direction:column;gap:.1rem}.plan-health-command-center__assumptions-row+.plan-health-command-center__assumptions-row{border-top:1px dashed #e7ecf3;padding-top:.45rem}.plan-health-command-center__assumptions-main{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.plan-health-command-center__assumptions-sub{font-size:.62rem;line-height:1.25;color:#94a3b8}.plan-health-command-center__assumptions-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:600;color:#334155;line-height:1.25}.plan-health-command-center__assumptions-flag{font-size:.55rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1d4ed8;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:.05rem .35rem;white-space:nowrap;cursor:help}.plan-health-command-center__assumptions-value{margin:0;font-size:.8rem;font-weight:700;color:#0f172a;white-space:nowrap}.plan-health-command-center__por-footer{width:100%;padding-top:.65rem;display:flex;flex-direction:column;align-items:center}.plan-health-command-center__cell--por .plan-health-command-center__gauge-block{margin-bottom:0}.plan-health-command-center__cell--por .plan-health-command-center__cta{width:100%;max-width:280px}.plan-health-command-center__loading-wrap--cell{width:100%}.plan-health-command-center__loading-wrap--cell .rcg-loading-panel{min-height:120px;grid-template-columns:1fr;max-width:none;margin-left:0;margin-right:0;padding:.75rem .5rem 1rem;gap:.65rem 0}.plan-health-command-center__loading-wrap--cell .rcg-loading-visual{flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:0;gap:.65rem}.plan-health-command-center__loading-wrap--cell .rcg-loading-gauge-ring{width:88px;height:88px}.plan-health-command-center__loading-wrap--cell .rcg-loading-chart-skeleton{max-width:180px;height:56px}.plan-health-command-center__loading-wrap--cell .rcg-loading-headline{font-size:.98rem;text-align:center}.plan-health-command-center__loading-wrap--cell .rcg-loading-subline{text-align:center;margin-bottom:.75rem}.plan-health-command-center__loading-wrap--cell .rcg-loading-copy{text-align:left}.plan-health-command-center__loading-wrap--cell .rcg-loading-live-detail,.plan-health-command-center__loading-wrap--cell .rcg-loading-live-detail--muted{text-align:center}.plan-health-command-center__loading-wrap--cell .rcg-loading-progress-wrap{margin-bottom:.75rem}.plan-health-command-center__loading-wrap--cell .rcg-loading-steps{gap:6px}.plan-health-command-center__loading-wrap--cell .rcg-loading-step{font-size:.75rem;line-height:1.35}.plan-health-command-center__por-visual-wrap{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.plan-health-command-center__reassess-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:12px;background:rgba(255,255,255,.82);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:phcc-reassess-pulse 1.4s ease-in-out infinite;z-index:2;text-align:center}.plan-health-command-center__reassess-text{font-size:.75rem;font-weight:600;color:#334155;line-height:1.3;max-width:11rem}.plan-health-command-center__reassess-spinner{width:22px;height:22px;border:2.5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:phcc-spin .75s linear infinite}@keyframes phcc-spin{to{transform:rotate(1turn)}}@keyframes phcc-reassess-pulse{0%,to{opacity:.92}50%{opacity:1}}.plan-health-command-center__cta-hint--in-cell{max-width:none;text-align:left}.plan-health-command-center__cell--mc-success{display:flex;flex-direction:column;align-items:stretch}.plan-health-command-center__cell--mc-success .plan-health-command-center__mc-success-ring{transform:scale(.94);transform-origin:center center}.plan-health-command-center__mc-success{display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:.35rem;padding:0;min-height:100%;width:100%}.plan-health-command-center__mc-success-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;line-height:1.2;margin:0;text-align:left;width:100%}.plan-health-command-center__mc-success-ring-btn,.plan-health-command-center__mc-success-ring-wrap{display:flex;justify-content:center;align-items:center;width:100%;flex-shrink:0}.plan-health-command-center__mc-success-ring-btn{margin:0;padding:0;background:none;border:none;cursor:pointer;border-radius:12px;line-height:0;transition:background-color .15s ease,transform .15s ease}.plan-health-command-center__mc-success-ring-btn:hover{background:#f8fafc}.plan-health-command-center__mc-success-ring-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.plan-health-command-center__mc-success-ring{position:relative;width:104px;height:104px;flex-shrink:0;margin-left:auto;margin-right:auto;box-sizing:border-box}.plan-health-command-center__mc-success-svg{width:100%;height:100%;transform:rotate(-90deg)}.plan-health-command-center__mc-success-track{fill:none;stroke:#e5e7eb;stroke-width:8}.plan-health-command-center__mc-success-progress{fill:none;stroke:#059669;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s ease-out}.plan-health-command-center__mc-success-ring-value{position:absolute;inset:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.06em;pointer-events:none}.plan-health-command-center__mc-success-ring-num{font-size:1.75rem;font-weight:700;line-height:1;color:#0f172a;letter-spacing:-.04em}.plan-health-command-center__mc-success-ring-pct{font-size:1.05rem;font-weight:600;line-height:1;color:#475569}.plan-health-command-center__mc-success-subtext{margin:0;font-size:.8125rem;line-height:1.4;color:#64748b;max-width:none;width:100%;text-align:center;box-sizing:border-box}.plan-health-command-center__mc-success-differentiator{margin:.35rem 0 0;font-size:.7rem;line-height:1.4;color:#94a3b8;width:100%;text-align:center}.plan-health-command-center__mc-success-cta-btn{display:block;width:100%;max-width:none;margin:.35rem 0 0;padding:.5rem .875rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.plan-health-command-center__mc-success-cta-btn:hover{background:#2563eb}.plan-health-command-center__success-detail{width:100%;display:flex;flex-direction:column;gap:.5rem;margin:0}.plan-health-command-center__corroboration{display:inline-flex;align-items:center;gap:.4rem;width:100%;padding:.4rem .6rem;border-radius:8px;border:1px solid transparent;font-size:.78rem;font-weight:600;line-height:1.25;text-align:left;cursor:default;background:#f1f5f9;color:#475569}.plan-health-command-center__corroboration[disabled]{cursor:default}.plan-health-command-center__corroboration:not([disabled]){cursor:pointer}.plan-health-command-center__corroboration--agree{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.plan-health-command-center__corroboration--lower{background:#fffbeb;border-color:#fde68a;color:#b45309}.plan-health-command-center__corroboration--higher{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.plan-health-command-center__corroboration--loading,.plan-health-command-center__corroboration--none{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.plan-health-command-center__corroboration-icon{font-size:.85rem;line-height:1;flex-shrink:0}.plan-health-command-center__corroboration-text{flex:1 1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.plan-health-command-center__corroboration-headline{font-weight:700}.plan-health-command-center__corroboration-basis{font-size:.72rem;font-weight:500;opacity:.92}.plan-health-command-center__corroboration-cta{font-size:.72rem;font-weight:700;white-space:nowrap;opacity:.9}.plan-health-command-center__outcome{width:100%;text-align:left}.plan-health-command-center__outcome-title{font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:.35rem}.plan-health-command-center__outcome-title span{font-weight:600;color:#94a3b8;letter-spacing:0;text-transform:none}.plan-health-command-center__outcome-bar{position:relative;height:8px;border-radius:999px;overflow:visible;background:#e2e8f0}.plan-health-command-center__outcome-fill{position:absolute;inset:0;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fcd34d 45%,#34d399);opacity:.85}.plan-health-command-center__outcome-marker{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:#ffffff;border:2.5px solid #1d4ed8;box-shadow:0 1px 3px rgba(15,23,42,.25);transform:translate(-50%,-50%)}.plan-health-command-center__outcome-scale{display:flex;justify-content:space-between;margin-top:.3rem;gap:.5rem}.plan-health-command-center__outcome-pt{display:flex;flex-direction:column;line-height:1.15}.plan-health-command-center__outcome-pt strong{font-size:.8rem;font-weight:700;color:#0f172a}.plan-health-command-center__outcome-pt small{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.plan-health-command-center__outcome-pt--mid{align-items:center}.plan-health-command-center__outcome-pt--end{align-items:flex-end;text-align:right}@media (max-width:960px){.plan-health-command-center__grid{flex-direction:column}.plan-health-command-center__col,.plan-health-command-center__col--wide{flex:1 1 auto;width:100%}.plan-health-command-center__mc-success-subtext{max-width:none}}.plan-health-command-center__gauge-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 2rem}.plan-health-command-center__gauge-block{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.plan-health-command-center__gauge-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:.25rem}.plan-health-command-center__pct{font-size:2rem;font-weight:600;line-height:1;margin-top:-.35rem;transition:color .3s ease}.plan-health-command-center__status{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-top:.2rem}.plan-health-command-center__fineprint{font-size:.65rem;color:#94a3b8;font-style:italic;margin-top:.15rem}.plan-health-command-center__fineprint-sub{font-size:.6rem;line-height:1.35;color:#94a3b8;margin-top:.25rem;max-width:14rem;margin-left:auto;margin-right:auto;text-align:center}.plan-health-command-center__grid-meta{font-size:.62rem;line-height:1.35;color:#64748b;margin-top:.35rem;max-width:14rem;margin-left:auto;margin-right:auto}.plan-health-command-center__grid-meta--muted{color:#94a3b8;font-style:italic}.plan-health-command-center__cta-block{flex:1 1;min-width:200px;max-width:320px}.plan-health-command-center__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.55rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6c4ee8,#2563eb);border:none;border-radius:10px;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.25);transition:transform .15s ease,box-shadow .15s ease}.plan-health-command-center__cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,99,235,.35)}.plan-health-command-center__cta:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.plan-health-command-center__cta-hint{margin:.35rem 0 0;font-size:.75rem;line-height:1.4;color:#94a3b8}@media (max-width:640px){.plan-health-command-center__gauge-row{flex-direction:column;align-items:stretch}.plan-health-command-center__gauge-block{align-self:center}.plan-health-command-center__cta-block{max-width:none}}.plan-health-command-center__cube-wrap{position:relative;display:flex;justify-content:center;align-items:stretch;width:100%;opacity:1;transform:translateY(0);transition:opacity .38s ease,transform .38s ease}.plan-health-command-center__cube-wrap--fade-out{opacity:0;transform:translateY(-6px) scale(.985);pointer-events:none}.plan-health-command-center__cube-wrap--overlay{position:absolute;inset:0;z-index:3}.plan-health-command-center__por-visual-wrap--reveal{animation:phcc-gauge-reveal .7s cubic-bezier(.16,1,.3,1)}@keyframes phcc-gauge-reveal{0%{opacity:0;transform:translateY(8px) scale(.985)}60%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}.plan-health-command-center__gauge-arc-reveal{filter:drop-shadow(0 0 6px rgba(14,165,233,.45));animation:phcc-arc-glow .7s ease-out}@keyframes phcc-arc-glow{0%{filter:drop-shadow(0 0 12px rgba(14,165,233,.65))}to{filter:drop-shadow(0 0 0 rgba(14,165,233,0))}}@media (prefers-reduced-motion:reduce){.plan-health-command-center__cube-wrap,.plan-health-command-center__cube-wrap--fade-out,.plan-health-command-center__gauge-arc-reveal,.plan-health-command-center__por-visual-wrap--reveal{animation:none!important;transition:none!important}}.plan-health-command-center__benchmark{margin:.625rem 0 .5rem;padding:0;width:100%;max-width:280px}.plan-health-command-center__benchmark-bar{position:relative;display:flex;width:100%;height:8px;border-radius:999px;overflow:hidden;background:#e2e8f0}.plan-health-command-center__benchmark-zone{display:block;height:100%}.plan-health-command-center__benchmark-zone--low{background:#fee2e2}.plan-health-command-center__benchmark-zone--mid{background:#fef3c7}.plan-health-command-center__benchmark-zone--ok{background:#d1fae5}.plan-health-command-center__benchmark-zone--top{background:#6ee7b7}.plan-health-command-center__benchmark-marker{position:absolute;top:-3px;width:3px;height:14px;background:#0f172a;border-radius:2px;transform:translateX(-50%);box-shadow:0 0 0 2px #ffffff}.plan-health-command-center__benchmark-scale{display:flex;justify-content:space-between;margin-top:4px;font-size:.625rem;color:#94a3b8;letter-spacing:.02em}.plan-health-command-center__benchmark-scale>span:first-child{transform:translateX(0)}.plan-health-command-center__benchmark-scale>span:nth-child(2){transform:translateX(calc(60% - 50%))}.plan-health-command-center__benchmark-scale>span:nth-child(3){transform:translateX(calc(80% - 50%))}.plan-health-command-center__benchmark-scale>span:nth-child(4){transform:translateX(calc(95% - 50%))}.plan-health-command-center__benchmark-scale>span:last-child{transform:translateX(0)}.plan-health-command-center__benchmark-legend{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem .875rem;font-size:.6875rem;color:#475569;line-height:1.2}.plan-health-command-center__benchmark-legend>span{display:inline-flex;align-items:center;gap:4px}.plan-health-command-center__benchmark-dot{display:inline-block;width:8px;height:8px;border-radius:2px}.plan-health-command-center__benchmark-dot--low{background:#fca5a5}.plan-health-command-center__benchmark-dot--mid{background:#fcd34d}.plan-health-command-center__benchmark-dot--ok{background:#6ee7b7}.plan-health-command-center__benchmark-dot--top{background:#34d399}.cfa-risk-banner{display:flex;align-items:center;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1rem}.cfa-risk-banner--yellow{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fcd34d}.cfa-risk-banner--red{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5}.cfa-risk-banner--nudge{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd}.cfa-risk-banner--nudge .cfa-risk-banner__icon-svg{color:#2563eb}.cfa-risk-banner--nudge .cfa-risk-banner__headline{color:#1e40af}.cfa-risk-banner--nudge .cfa-risk-banner__subtext{color:#1e3a8a}.cfa-risk-banner__actions{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.cfa-risk-banner__link{background:none;border:none;padding:0;font-size:.875rem;color:#2563eb;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cfa-risk-banner__link:hover{color:#1d4ed8}.cfa-risk-banner__cta{display:inline-block;color:#fff;background:#2563eb;transition:background-color .2s}.cfa-risk-banner__cta:hover{background:#1d4ed8}.cfa-risk-banner--nudge .cfa-risk-banner__cta{background:#2563eb}.cfa-risk-banner--nudge .cfa-risk-banner__cta:hover{background:#1d4ed8}.cfa-nudge-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.cfa-nudge-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);max-width:420px;width:100%;max-height:90vh;overflow:auto}.cfa-nudge-modal__header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.cfa-nudge-modal__title{flex:1 1;margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.cfa-nudge-modal__pct{font-size:1rem;font-weight:600;color:#7c3aed}.cfa-nudge-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer}.cfa-nudge-modal__close:hover{background:#f3f4f6;color:#374151}.cfa-nudge-modal__close svg{width:1.25rem;height:1.25rem}.cfa-nudge-modal__progress-wrap{height:6px;background:#e5e7eb;overflow:hidden}.cfa-nudge-modal__progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .2s ease}.cfa-nudge-modal__body{padding:1.25rem}.cfa-nudge-modal__required-label{display:flex;align-items:center;gap:.375rem;margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:#dc2626}.cfa-nudge-modal__missing-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.875rem;color:#374151;line-height:1.6}.cfa-nudge-modal__missing-list li{margin-bottom:.25rem}.cfa-nudge-modal__hint{margin:0;font-size:.8125rem;color:#6b7280}.cfa-nudge-modal__footer{padding:1rem 1.25rem;border-top:1px solid #e5e7eb}.cfa-nudge-modal__footer .cfa-risk-banner__cta{width:100%;text-align:center}.cfa-risk-banner__content{display:flex;align-items:center;gap:1rem;width:100%}.cfa-risk-banner__icon{flex-shrink:0}.cfa-risk-banner__icon-svg{width:24px;height:24px}.cfa-risk-banner--yellow .cfa-risk-banner__icon-svg{color:#d97706}.cfa-risk-banner--red .cfa-risk-banner__icon-svg{color:#dc2626}.cfa-risk-banner__text{flex:1 1}.cfa-risk-banner__headline{font-size:.9375rem;font-weight:600;line-height:1.4}.cfa-risk-banner--yellow .cfa-risk-banner__headline{color:#92400e}.cfa-risk-banner--red .cfa-risk-banner__headline{color:#991b1b}.cfa-risk-banner__subtext{font-size:.8125rem;margin-top:.25rem;opacity:.85}.cfa-risk-banner--yellow .cfa-risk-banner__subtext{color:#a16207}.cfa-risk-banner--red .cfa-risk-banner__subtext{color:#b91c1c}.cfa-risk-banner__tips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:.5rem}.cfa-risk-banner__tip{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;color:#b91c1c}.cfa-risk-banner__tip-info{display:inline-flex;cursor:help;color:#b91c1c;opacity:.9}.cfa-risk-banner__tip-info:hover{opacity:1}.cfa-risk-banner__tip-icon{width:1rem;height:1rem;flex-shrink:0}.cfa-risk-banner__score-link{display:inline-block;margin-top:.5rem;background:none;border:none;padding:0;font-size:.8125rem;color:rgba(255,255,255,.95);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cfa-risk-banner__score-link:hover{color:#fff}.cfa-risk-banner--yellow .cfa-risk-banner__score-link{color:rgba(0,0,0,.75)}.cfa-risk-banner--yellow .cfa-risk-banner__score-link:hover{color:#000}.cfa-risk-banner__cta{flex-shrink:0;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.cfa-risk-banner--yellow .cfa-risk-banner__cta{background:#f59e0b;color:white}.cfa-risk-banner--yellow .cfa-risk-banner__cta:hover{background:#d97706}.cfa-risk-banner--red .cfa-risk-banner__cta{background:#dc2626;color:white}.cfa-risk-banner--red .cfa-risk-banner__cta:hover{background:#b91c1c}@media (max-width:768px){.cfa-risk-banner__content{flex-direction:column;text-align:center;gap:.75rem}.cfa-risk-banner__cta{width:100%}}.dashboard-hero{display:flex;align-items:center;background:white;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1.25rem 1.5rem;gap:1.5rem;margin-bottom:1rem}.dashboard-hero--with-scenario-lab{align-items:flex-start}#scenario-lab{scroll-margin-top:7.5rem}.dashboard-hero--post-command-grid{display:flex;flex-direction:column;align-items:stretch;background:transparent;box-shadow:none;border-radius:0;padding:0;gap:0;margin-bottom:0}.dashboard-hero__networth--in-grid{flex:none;width:100%}.dashboard-hero__health--in-grid{width:100%}.dashboard-hero__ai-card--in-grid{width:100%;min-width:0;max-width:none;margin:0;gap:.4rem}.dashboard-hero__ai-card--in-grid .dashboard-hero__ai-card-inner{padding:.875rem 1rem .75rem;gap:.4rem;border-radius:10px;width:100%;box-sizing:border-box}.dashboard-hero__ai-card--in-grid .dashboard-hero__ai-card-features{margin:.1rem 0 .3rem;gap:.2rem}.dashboard-hero__ai-card--in-grid .dashboard-hero__ai-card-features li{font-size:.74rem;line-height:1.28}.dashboard-hero__summary-cards--in-grid{flex-direction:column;margin-bottom:0;box-shadow:none;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;width:100%}.dashboard-hero__summary-cards--in-grid .dashboard-hero__summary-divider{width:90%;height:1px;margin:0 auto;align-self:center}.dashboard-hero__summary-cards--in-grid .dashboard-hero__summary-card{padding:.4rem .65rem}.dashboard-hero__networth--in-grid .dashboard-hero__nw-projection{margin-top:.5rem;padding-top:.5rem;gap:.35rem}.dashboard-hero__networth--in-grid .dashboard-hero__nw-projection-line{gap:.5rem}.dashboard-hero__networth--primary{flex:1.35 1;min-width:0}.dashboard-hero__right-stack{display:flex;flex-direction:column;align-items:stretch;gap:1rem;flex-shrink:0;width:min(100%,300px)}.dashboard-hero__right-stack .dashboard-hero__health{width:100%;padding-bottom:.75rem;margin-bottom:0;border-bottom:1px solid #f1f5f9}.dashboard-hero__right-stack .dashboard-hero__ai-card{width:100%;margin:0}.dashboard-hero__health{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex-shrink:0}.dashboard-hero__health-title{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.dashboard-hero__gauge{position:relative;width:100px;height:100px}.dashboard-hero__gauge svg{width:100%;height:100%;transform:rotate(-90deg)}.dashboard-hero__gauge-track{fill:none;stroke:#e5e7eb;stroke-width:8}.dashboard-hero__gauge-progress{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .8s ease-out}.dashboard-hero__gauge-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);text-align:center;display:flex;flex-direction:column;align-items:center}.dashboard-hero__gauge-number{font-size:2rem;font-weight:700;color:#111827;line-height:1;margin-left:-2px}.dashboard-hero__gauge-subtitle{font-size:.6rem;color:#9ca3af;margin-top:0;line-height:1.2}.dashboard-hero__gauge-label{font-size:.875rem;font-weight:700;letter-spacing:.05em}.dashboard-hero__health-bar-block{width:100%;display:flex;flex-direction:column;gap:.4rem;margin:.15rem 0 .1rem}.dashboard-hero__health-bar-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.dashboard-hero__health-bar-score{font-size:1.9rem;font-weight:700;line-height:1;color:#0f172a;letter-spacing:-.03em}.dashboard-hero__health-bar-score small{font-size:.8rem;font-weight:600;color:#94a3b8;margin-left:.1rem}.dashboard-hero__health-bar-grade{font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dashboard-hero__health-bar-track{position:relative;display:flex;width:100%;height:10px;border-radius:999px;overflow:visible}.dashboard-hero__health-bar-zone{height:100%}.dashboard-hero__health-bar-zone--risk{width:40%;background:#fca5a5;border-radius:999px 0 0 999px}.dashboard-hero__health-bar-zone--fair{width:30%;background:#fcd34d}.dashboard-hero__health-bar-zone--good{width:30%;background:#6ee7b7;border-radius:0 999px 999px 0}.dashboard-hero__health-bar-marker{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#ffffff;border:3px solid #0f172a;box-shadow:0 1px 3px rgba(15,23,42,.3);transform:translate(-50%,-50%)}.dashboard-hero__health-bar-scale{display:flex;justify-content:space-between;font-size:.6rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#94a3b8}.dashboard-hero__score-description{font-size:.75rem;color:#6b7280;text-align:center;max-width:240px;line-height:1.3}.dashboard-hero__health-factors{font-size:.7rem;color:#666666;text-align:center;max-width:160px;line-height:1.5;margin-top:.5rem;padding:.5rem .625rem;background:#f9fafb;border-radius:6px}.dashboard-hero__health-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:.5rem}.dashboard-hero__pill{display:inline-flex;align-items:center;padding:.2rem .55rem;font-size:.65rem;font-weight:500;color:#475569;background:#f1f5f9;border-radius:10px;white-space:nowrap;letter-spacing:.01em}.dashboard-hero__pill.pill--success{color:#059669;background:#ecfdf5}.dashboard-hero__pill.pill--warning{color:#d97706;background:#fffbeb}.dashboard-hero__pill.pill--accent{color:#059669;background:#ecfdf5}.dashboard-hero__pill--stale{border:1px solid #fde68a;color:#b45309;background:#fffbeb;cursor:pointer;font-family:inherit;font-weight:600;transition:background .15s ease,border-color .15s ease}.dashboard-hero__pill--stale:hover{background:#fef3c7;border-color:#fcd34d}.dashboard-hero__divider{width:1px;height:90px;background:#e5e7eb;flex-shrink:0}.dashboard-hero__networth{flex:1 1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.dashboard-hero__nw-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.1rem}.dashboard-hero__nw-title-block{display:flex;flex-direction:column;gap:.1rem}.dashboard-hero__nw-label{font-size:.7rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.dashboard-hero__nw-footnote{font-size:.58rem;color:#9ca3af;font-weight:400;letter-spacing:.02em}.dashboard-hero__nw-timeframe{display:inline-flex;align-items:center;background:#f1f5f9;border-radius:8px;padding:2px;gap:0}.dashboard-hero__nw-timeframe-btn{padding:.2rem .55rem;background:transparent;border:none;border-radius:6px;font-size:.65rem;font-weight:500;color:#94a3b8;cursor:pointer;transition:all .15s ease}.dashboard-hero__nw-timeframe-btn:hover{color:#64748b}.dashboard-hero__nw-timeframe-btn.active{background:#ffffff;color:#1e293b;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}.dashboard-hero__nw-value-row{display:flex;align-items:baseline;gap:.75rem}.dashboard-hero__nw-value{font-size:2.25rem;font-weight:700;color:#111827;line-height:1.1}.dashboard-hero__nw-total-block{margin-top:.45rem;padding-top:.45rem;border-top:1px solid #e5e7eb}.dashboard-hero__nw-total-label{display:flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.dashboard-hero__nw-info-wrap{display:inline-flex;cursor:help;color:#94a3b8}.dashboard-hero__nw-info-icon{width:.9rem;height:.9rem;flex-shrink:0}.dashboard-hero__nw-total-value{font-size:1.2rem;font-weight:700;color:#334155;margin-top:.15rem;line-height:1.2}.dashboard-hero__nw-qualifier{display:block;font-size:.65rem;color:#94a3b8;margin-top:.05rem;letter-spacing:.01em}.dashboard-hero__nw-growth-line{display:flex;align-items:center;gap:.4rem;margin-top:.1rem}.dashboard-hero__nw-change{display:inline-flex;align-items:center;gap:.15rem;font-size:.72rem;font-weight:600;padding:.1rem .4rem;border-radius:4px}.dashboard-hero__nw-change.positive{color:#10b981;background:#ecfdf5}.dashboard-hero__nw-change.negative{color:#ef4444;background:#fef2f2}.dashboard-hero__nw-change-context{font-size:.68rem;color:#9ca3af;font-weight:400}.dashboard-hero__nw-growth-note{font-size:.62rem;color:#9ca3af;font-style:italic}.dashboard-hero__nw-projection{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.dashboard-hero__nw-projection-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.8125rem;color:#374151;line-height:1.5}.dashboard-hero__nw-projection-line--collapsed{justify-content:flex-end;margin-top:6px}.dashboard-hero__nw-projection-text{flex:1 1}.dashboard-hero__nw-projection-label{color:#6b7280;font-weight:500}.dashboard-hero__nw-projection-line strong{font-weight:700;color:#111827;font-size:.875rem}.dashboard-hero__nw-projection-line strong.projection-positive{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:.125rem .375rem;border-radius:4px}.dashboard-hero__nw-projection-line strong.projection-negative{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:.125rem .375rem;border-radius:4px}.dashboard-hero__nw-projection-line strong.projection-neutral{color:#6b7280;background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:.125rem .375rem;border-radius:4px}.dashboard-hero__nw-goal-status{color:#9ca3af;font-size:.75rem;font-weight:400}.dashboard-hero__nw-peak-inline{color:#6b7280;font-size:.75rem;font-weight:400}.dashboard-hero__plan-success{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;margin-left:.25rem}.dashboard-hero__plan-success.success-excellent{color:#059669;background:#ecfdf5}.dashboard-hero__plan-success.success-good{color:#d97706;background:#fffbeb}.dashboard-hero__plan-success.success-attention{color:#dc2626;background:#fef2f2}.dashboard-hero__nw-probability{font-weight:600;padding:.125rem .375rem;border-radius:.25rem;display:inline-block}.dashboard-hero__nw-probability.high{color:#059669;background:#d1fae5}.dashboard-hero__nw-probability.medium{color:#d97706;background:#fef3c7}.dashboard-hero__nw-probability.low{color:#dc2626;background:#fee2e2}.dashboard-hero__nw-separator{width:100%;height:1px;background:#e5e7eb;margin:.5rem 0}.dashboard-hero__nw-trajectory-label{font-size:.65rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.dashboard-hero__nw-projection-note{font-size:.6rem;color:#6b7280;font-weight:400;margin-left:.5rem;font-style:italic;text-transform:lowercase;letter-spacing:0}.dashboard-hero__nw-projection-note--muted{font-style:normal;text-transform:none;max-width:14rem;line-height:1.35;color:#64748b}.dashboard-hero__assumptions-icon{position:relative;display:inline-flex;align-items:center;margin-left:.5rem;color:#9ca3af;cursor:help;vertical-align:middle}.dashboard-hero__assumptions-icon:hover{color:#6b7280}.dashboard-hero__assumptions-tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:.5rem;background:white;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;width:260px;font-size:.75rem;color:#374151;text-transform:none;letter-spacing:0;line-height:1.4;font-weight:400}.dashboard-hero__assumptions-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-bottom-color:white}.dashboard-hero__assumptions-tooltip-title{font-weight:600;margin-bottom:.75rem;color:#1e4b8f;font-size:.8rem;text-align:center}.dashboard-hero__assumptions-tooltip-section{margin-bottom:.75rem}.dashboard-hero__assumptions-tooltip-section:last-of-type{margin-bottom:.5rem}.dashboard-hero__assumptions-tooltip-subtitle{font-weight:600;font-size:.7rem;color:#6b7280;margin-bottom:.25rem}.dashboard-hero__assumptions-tooltip-list{list-style:none;padding:0;margin:0}.dashboard-hero__assumptions-tooltip-list li{padding:.25rem 0;font-size:.7rem}.dashboard-hero__assumptions-tooltip-text{font-size:.7rem;color:#374151;line-height:1.5}.dashboard-hero__assumptions-tooltip-footer{font-size:.65rem;color:#1e4b8f;font-style:normal;font-weight:500;margin-top:.5rem;padding:.5rem 0 0;text-align:center;background:none;border:none;border-top:1px solid #f3f4f6;cursor:pointer;width:100%;transition:color .2s ease}.dashboard-hero__assumptions-tooltip-footer:hover{color:#1e3a8a;text-decoration:underline}.dashboard-hero__assumptions-timestamp{font-size:.6rem;color:#9ca3af;text-align:center;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.dashboard-hero__nw-chart{margin:.125rem 0;width:100%;background:#f0f9ff;border-radius:12px;padding:.75rem}.dashboard-hero__nw-trajectory-insight{margin-top:.5rem;font-size:.7rem;line-height:1.4;color:#6b7280}.dashboard-hero__nw-trajectory-insight-label{font-weight:600;color:#374151}.dashboard-hero__nw-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem}.dashboard-hero__nw-info{font-size:.875rem;color:#6b7280}.dashboard-hero__nw-info strong{color:#374151;font-weight:600}.dashboard-hero__expand-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap;flex-shrink:0}.dashboard-hero__expand-btn:hover{background:#e5e7eb;border-color:#d1d5db}.dashboard-hero__ai-card{display:flex;flex-direction:column;flex-shrink:0;min-width:260px;max-width:300px;gap:.625rem}.dashboard-hero__ai-card.dashboard-hero__ai-card--in-grid{min-width:0;max-width:none;width:100%;align-self:stretch;flex-shrink:1}.dashboard-hero__ai-card-inner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.5rem}.dashboard-hero__ai-card-inner--guest-locked{border-color:#fcd34d;background:linear-gradient(165deg,#fffbeb,#f0fdf4 55%,#ecfdf5)}.dashboard-hero__ai-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.dashboard-hero__ai-card-lock-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#fee2e2;color:#b91c1c;box-shadow:0 1px 2px rgba(0,0,0,.06)}.dashboard-hero__ai-card-lock-badge svg{width:14px;height:14px}.dashboard-hero__ai-card-header{font-size:.75rem;font-weight:600;color:#16a34a;text-transform:uppercase;letter-spacing:.04em}.dashboard-hero__ai-card-title{font-size:1.05rem;font-weight:700;color:#1e293b;line-height:1.3}.dashboard-hero__ai-card-features{list-style:none;margin:.25rem 0 .5rem;padding:0;display:flex;flex-direction:column;gap:.25rem}.dashboard-hero__ai-card-features li{display:flex;align-items:flex-start;gap:.4rem;font-size:.78rem;color:#334155;line-height:1.3}.dashboard-hero__ai-card-check{color:#16a34a;flex-shrink:0}.dashboard-hero__ai-card-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;font-size:.9rem;font-weight:700;color:white;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;letter-spacing:.02em;margin-top:.25rem}.dashboard-hero__ai-card-cta:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.dashboard-hero__ai-card-cta:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.dashboard-hero__ai-card-cta--guest-locked{background:linear-gradient(135deg,#64748b,#475569);cursor:pointer}.dashboard-hero__ai-card-cta--guest-locked:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px);box-shadow:0 4px 12px rgba(71,85,105,.35)}.dashboard-hero__ai-card-cta-locked-inner{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.dashboard-hero__ai-card-cta-lock-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.dashboard-hero__ai-card-estimate-note{font-size:.68rem;line-height:1.35;color:#94a3b8;margin:0 0 .35rem;font-style:italic}.dashboard-hero__ai-card-limit{font-size:.75rem;color:#6b7280;text-align:center;line-height:1.3}.dashboard-hero__ai-card-analysis-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.625rem 1rem;background:#ffffff;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;transition:background .2s,border-color .2s,transform .15s}.dashboard-hero__ai-card-analysis-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#334155;transform:translateY(-1px)}.dashboard-hero__ai-card-analysis-btn--guest-locked{border-color:#fcd34d;color:#92400e;background:#fffbeb}.dashboard-hero__ai-card-analysis-btn--guest-locked:hover{background:#fef3c7;border-color:#fbbf24;color:#78350f}.dashboard-hero__ai-card-analysis-locked-inner{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.dashboard-hero__ai-card-analysis-lock-icon{width:1rem;height:1rem;flex-shrink:0;color:#b45309}.dashboard-hero__summary-cards{display:flex;align-items:stretch;background:white;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:.5rem 0;margin-bottom:1rem}.dashboard-hero__summary-card{flex:1 1;display:flex;align-items:center;gap:.75rem;padding:.375rem 1.25rem}.dashboard-hero__summary-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:10px;flex-shrink:0}.dashboard-hero__summary-icon svg{width:24px;height:24px}.dashboard-hero__summary-content{display:flex;flex-direction:column;gap:.125rem}.dashboard-hero__summary-label{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.dashboard-hero__summary-value{font-size:1.25rem;font-weight:700;color:#111827;line-height:1.1}.dashboard-hero__summary-sublabel{font-size:.7rem;color:#9ca3af}.dashboard-hero__summary-qualifier{font-size:.6rem;color:#94a3b8;margin-top:.1rem}.dashboard-hero__summary-divider{width:1px;background:#e5e7eb;align-self:stretch}.dashboard-hero__badges{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.dashboard-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;border:1.5px solid;cursor:pointer;transition:all .2s ease;font-family:inherit}.dashboard-hero__badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.dashboard-hero__badge:active{transform:translateY(0)}.dashboard-hero__badge-icon{font-weight:700}@keyframes badge-warning-entrance{0%{opacity:0;transform:scale(.85) translateY(4px)}60%{opacity:1;transform:scale(1.04) translateY(-1px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes badge-warning-pulse{0%,to{box-shadow:0 0 0 0 rgba(251,191,36,0);border-color:#fcd34d}50%{box-shadow:0 0 0 5px rgba(251,191,36,.22);border-color:#fbbf24}}@keyframes badge-icon-wobble{0%,to{transform:rotate(0deg)}20%{transform:rotate(-12deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(4deg)}}.dashboard-hero__badge--warning{color:#d97706;background:#fffbeb;border-color:#fcd34d;animation:badge-warning-entrance .45s cubic-bezier(.34,1.56,.64,1) both,badge-warning-pulse 2.4s ease-in-out .8s infinite}.dashboard-hero__badge--warning .dashboard-hero__badge-icon{display:inline-block;animation:badge-icon-wobble .7s ease-in-out .5s 2}.dashboard-hero__badge--warning:hover{background:#fef3c7;border-color:#fbbf24;animation:none;box-shadow:0 2px 10px rgba(251,191,36,.35)}.dashboard-hero__badge--success{color:#059669;background:#ecfdf5;border-color:#6ee7b7}.dashboard-hero__badge--success:hover{background:#d1fae5;border-color:#34d399}.dashboard-hero__badge--info{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.dashboard-hero__badge--info:hover{background:#dbeafe;border-color:#60a5fa}.dashboard-hero--loading{background:white;border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem}.dashboard-hero__skeleton{display:flex;align-items:center;gap:2rem}.skeleton-gauge{width:100px;height:100px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:20px;width:100px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-line--long{width:150px;height:36px}.skeleton-chart{height:50px;border-radius:8px}.skeleton-chart,.skeleton-cta{width:180px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-cta{height:48px;border-radius:10px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:900px){.dashboard-hero{flex-direction:column;padding:0;gap:0}.dashboard-hero__right-stack{width:100%;max-width:none}.dashboard-hero__health,.dashboard-hero__right-stack .dashboard-hero__health{padding:1.25rem 1rem 1rem}.dashboard-hero__health{width:100%;gap:.125rem}.dashboard-hero__gauge{width:80px;height:80px}.dashboard-hero__gauge-number{font-size:1.5rem;margin-left:-2px}.dashboard-hero__gauge-subtitle{font-size:.55rem}.dashboard-hero__gauge-label{font-size:.8rem}.dashboard-hero__score-description{font-size:.7rem}.dashboard-hero__health-factors{font-size:.65rem;max-width:280px;padding:.375rem .5rem;margin-bottom:0}.dashboard-hero__health-link{margin-top:0}.dashboard-hero__divider{width:100%;height:8px;background:#f3f4f6;margin:0}.dashboard-hero__networth{align-items:flex-start;text-align:left;width:100%;padding:1rem 1.25rem 1.25rem}.dashboard-hero__nw-header{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%}.dashboard-hero__nw-label{font-size:.8rem}.dashboard-hero__nw-timeframe{width:auto;justify-content:flex-end;gap:.25rem}.dashboard-hero__nw-timeframe-btn{flex:none;padding:.2rem .5rem;font-size:.65rem;text-align:center}.dashboard-hero__nw-value{font-size:2.5rem}.dashboard-hero__nw-value-row{flex-wrap:wrap;gap:.5rem}.dashboard-hero__nw-change{font-size:.8rem}.dashboard-hero__nw-footer{justify-content:space-between;flex-wrap:wrap;width:100%}.dashboard-hero__nw-chart{width:100%;max-width:none;background:#f0f9ff;border-radius:12px;padding:.75rem}.dashboard-hero__nw-separator{margin:.75rem 0}.dashboard-hero__nw-trajectory-label{font-size:.7rem}.dashboard-hero__ai-card{min-width:unset;max-width:100%;width:100%;padding:0;gap:0}.dashboard-hero__ai-card-inner{padding:1.25rem 1.25rem 1rem;gap:.5rem;border-radius:0;border:none;border-top:1px solid #bbf7d0;text-align:center;align-items:center}.dashboard-hero__ai-card-header{font-size:.75rem}.dashboard-hero__ai-card-title{font-size:1.1rem}.dashboard-hero__ai-card-features{display:none}.dashboard-hero__ai-card-cta{padding:.75rem 1rem;font-size:.9rem;margin-top:.25rem;width:100%}.dashboard-hero__ai-card-limit{font-size:.7rem}.dashboard-hero__ai-card-analysis-btn{padding:.625rem 1rem;font-size:.85rem;border-radius:0 0 16px 16px;border:none;border-top:1px solid #e5e7eb}.dashboard-hero__divider:last-of-type{display:none}.dashboard-hero__skeleton{flex-direction:column;gap:1rem}.dashboard-hero__summary-cards{flex-direction:column;padding:.5rem 0}.dashboard-hero__summary-card{padding:.75rem 1.25rem;justify-content:flex-start}.dashboard-hero__summary-divider{width:90%;height:1px;margin:0 auto}.skeleton-content{align-items:center}}@media (max-width:480px){.dashboard-hero__health{padding:1rem .75rem .75rem}.dashboard-hero__networth{padding:.875rem 1rem 1rem}.dashboard-hero__nw-value{font-size:2rem}.dashboard-hero__nw-timeframe-btn{padding:.4rem .75rem;font-size:.8rem}.dashboard-hero__badges{gap:.5rem}.dashboard-hero__badge{padding:.375rem .75rem;font-size:.8rem}}.dashboard-hero__health-footnote{font-size:.65rem;line-height:1.35;color:#64748b;margin:.35rem 0 0;max-width:260px}.dashboard-hero__health-vs-odds{font-size:.68rem;line-height:1.4;color:#64748b;margin:.4rem 0 0;max-width:280px}.dashboard-hero__health-vs-odds-link{display:inline;margin-left:.25rem;padding:0;font-size:inherit;font-weight:600;color:#2563eb;background:none;border:none;cursor:pointer;text-decoration:underline}.dashboard-hero__health-vs-odds-link:hover{color:#1d4ed8}.dashboard-hero__scenario-block--first{width:100%;margin-bottom:.5rem}.dashboard-hero__health-link{font-size:.7rem;color:#2563eb;background:none;border:none;cursor:pointer;margin-top:.375rem;transition:color .2s;text-decoration:none;font-weight:500}.dashboard-hero__health-link:hover{color:#1d4ed8;text-decoration:underline}.dashboard-hero__plan-risks{margin-top:.75rem;padding:.5rem .75rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;width:100%;max-width:240px}.dashboard-hero__plan-risks-title{font-size:.7rem;font-weight:600;color:#92400e;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.dashboard-hero__plan-risks-list{margin:0;padding-left:1.1rem;list-style:none}.dashboard-hero__plan-risks-item{font-size:.7rem;color:#78350f;line-height:1.4;margin-bottom:.35rem;display:flex;align-items:flex-start;gap:.35rem}.dashboard-hero__plan-risks-item:last-child{margin-bottom:0}.dashboard-hero__plan-risks-icon{flex-shrink:0;width:14px;height:14px;color:#d97706;margin-top:1px}.health-explain-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.health-explain-modal{background:white;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.25);width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.health-explain-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.health-explain-header h2{font-size:1.125rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem;margin:0}.health-explain-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:background .2s}.health-explain-close:hover{background:#e5e7eb}.health-explain-body{padding:1.5rem}.health-explain-intro{font-size:.9rem;color:#374151;line-height:1.6;margin-bottom:1.5rem}.health-explain-section-title{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.health-explain-tiers{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.health-tier{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600}.health-tier.excellent{background:#d1fae5;color:#059669}.health-tier.good{background:#dbeafe;color:#2563eb}.health-tier.fair{background:#fef3c7;color:#d97706}.health-tier.poor{background:#fee2e2;color:#dc2626}.health-tier-dot{width:8px;height:8px;border-radius:50%}.health-explain-factors{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.health-factor{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;background:#f9fafb;position:relative;border-radius:8px;border-left:3px solid}.health-factor.critical{border-color:#dc2626}.health-factor.major{border-color:#f59e0b}.health-factor.moderate{border-color:#3b82f6}.health-factor.minor{border-color:#6b7280}.health-factor__impacted-cross{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.health-factor__impacted-cross svg{display:block}.health-factor:not(.health-factor--impacted){padding-left:.875rem}.health-factor--impacted{padding-left:2.25rem;background:#fef2f2;border-left-color:#dc2626}.health-explain-factors--has-deductions .health-factor--ok{background:#f0fdf4}.health-factor-name{font-size:.85rem;color:#374151}.health-factor-impact{font-size:.8rem;font-weight:600;color:#dc2626;white-space:nowrap;margin-left:1rem}.health-explain-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;display:flex;gap:.75rem;align-items:flex-start}.health-explain-note svg{flex-shrink:0;color:#2563eb}.health-explain-note p{font-size:.85rem;color:#1e40af;line-height:1.5;margin:0}.health-explain-note strong{font-weight:600}.health-explain-cfa-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.health-explain-actions-section{margin-top:1.5rem}.health-explain-loading{padding:2rem;text-align:center;color:#6b7280;font-size:.9rem}@media (max-width:600px){.health-explain-modal{width:95%;max-height:95vh}.health-explain-header{padding:1rem}.health-explain-header h2{font-size:1rem}.health-explain-body{padding:1rem}.health-explain-tiers{gap:.375rem}.health-tier{padding:.25rem .5rem;font-size:.75rem}.health-factor{flex-direction:column;align-items:flex-start;gap:.25rem}.health-factor-impact{margin-left:0}}.dashboard-hero__score-description-wrapper{display:flex;align-items:center;gap:.5rem;justify-content:center;flex-wrap:nowrap}.dashboard-hero__score-description-wrapper .dashboard-hero__score-description{flex:1 1 auto;min-width:0}.dashboard-hero__score-info{position:relative;display:inline-flex;align-items:center;flex-shrink:0;margin-left:.15rem}.dashboard-hero__score-info-icon{width:16px;height:16px;color:#9ca3af;cursor:help;transition:color .15s ease}.dashboard-hero__score-info:hover .dashboard-hero__score-info-icon{color:#4b5563}.dashboard-hero__score-tooltip{position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 8px);width:220px;padding:.875rem;background:white;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.15);border:1px solid #e5e7eb;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:50}.dashboard-hero__score-info:hover .dashboard-hero__score-tooltip{opacity:1;pointer-events:auto}.dashboard-hero__score-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white}.dashboard-hero__score-tooltip-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.dashboard-hero__score-components{display:flex;flex-direction:column;gap:.5rem}.component-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;padding:.25rem 0}.component-status__icon{font-weight:700;font-size:.875rem;width:16px;text-align:center;flex-shrink:0}.component-status__label{color:#374151;font-weight:500}@media (max-width:600px){.dashboard-hero__score-tooltip{width:200px;padding:.75rem}.component-status{font-size:.75rem;gap:.375rem}}.dashboard-hero__health-wrap{position:relative}.dashboard-hero__health-refresh-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:12px;background:rgba(255,255,255,.82);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:dashboard-hero-reassess-pulse 1.4s ease-in-out infinite;z-index:2;text-align:center}.dashboard-hero__health-refresh-spinner{width:22px;height:22px;border:2.5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:dashboard-hero-spin .75s linear infinite}.dashboard-hero__health-refresh-label{font-size:.75rem;font-weight:600;color:#334155;line-height:1.3;max-width:12rem}@keyframes dashboard-hero-spin{to{transform:rotate(1turn)}}@keyframes dashboard-hero-reassess-pulse{0%,to{opacity:.92}50%{opacity:1}}@media (max-width:1024px){section.plan-health-command-center{position:static!important;top:auto!important}}.dashboard-hero__score-buckets{margin:6px 0 4px;padding:6px 8px 4px;background:rgba(255,255,255,.7);border:1px solid rgba(15,23,42,.08);border-radius:8px}.dashboard-hero__score-buckets-title{font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:3px}.dashboard-hero__score-buckets-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.dashboard-hero__score-bucket{display:grid;grid-template-columns:16px 1fr auto;align-items:center;grid-gap:6px;gap:6px;padding:1px 0;font-size:11.5px;color:#0f172a;line-height:1.3}.dashboard-hero__score-bucket-icon{font-size:12px;line-height:1;text-align:center}.dashboard-hero__score-bucket-label{font-weight:600}.dashboard-hero__score-bucket-badge{display:inline-flex;align-items:center;gap:3px;font-size:9.5px;font-weight:700;padding:1px 6px;border-radius:999px;line-height:1.2;white-space:nowrap}.dashboard-hero__score-bucket-dot{width:5px;height:5px;border-radius:999px;background:currentColor}.dashboard-hero__score-bucket-badge--good{background:#d1fae5;color:#047857}.dashboard-hero__score-bucket-badge--needs-work{background:#fef3c7;color:#92400e}.dashboard-hero__score-bucket-badge--at-risk{background:#fee2e2;color:#b91c1c}.dashboard-hero__score-buckets-link{background:transparent;border:none;padding:2px 0 0;margin-top:1px;font-size:11px;font-weight:600;color:#1d4ed8;cursor:pointer;text-decoration:underline}.dashboard-hero__nw-composition{margin:6px 0 4px}.dashboard-hero__nw-composition-bar{display:flex;width:100%;height:8px;border-radius:999px;overflow:hidden;background:#e2e8f0}.dashboard-hero__nw-composition-seg{display:block;height:100%;min-width:2px}.dashboard-hero__nw-composition-legend{display:flex;flex-wrap:wrap;gap:4px 12px;margin-top:6px;font-size:11px;color:#475569;line-height:1.3}.dashboard-hero__nw-composition-legend-item{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.dashboard-hero__nw-composition-legend-item strong{color:#0f172a;font-weight:600}.dashboard-hero__nw-composition-dot{display:inline-block;width:8px;height:8px;border-radius:2px;flex-shrink:0}.dashboard-hero__nw-timeline{position:relative;margin:10px 0 4px;padding:8px 6px 4px;background:rgba(255,255,255,.7);border:1px solid rgba(15,23,42,.08);border-radius:8px}.dashboard-hero__nw-timeline-track{position:absolute;left:10%;right:10%;top:30px;height:2px;background:linear-gradient(90deg,#94a3b8 0,#2563eb 35%,#059669 65%,#94a3b8);border-radius:2px;z-index:0}.dashboard-hero__nw-timeline-nodes{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-gap:4px;gap:4px;position:relative;z-index:1}.dashboard-hero__nw-timeline-node{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.dashboard-hero__nw-timeline-value{font-size:13px;font-weight:700;color:#0f172a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-hero__nw-timeline-dot{width:10px;height:10px;border-radius:999px;background:#ffffff;border:2px solid #2563eb;margin:2px 0;box-shadow:0 0 0 3px rgba(255,255,255,.9)}.dashboard-hero__nw-timeline-node--today .dashboard-hero__nw-timeline-dot{border-color:#94a3b8}.dashboard-hero__nw-timeline-node--retirement .dashboard-hero__nw-timeline-dot{border-color:#2563eb}.dashboard-hero__nw-timeline-node--peak .dashboard-hero__nw-timeline-dot{border-color:#059669;background:#059669}.dashboard-hero__nw-timeline-node--legacy .dashboard-hero__nw-timeline-dot{border-color:#94a3b8}.dashboard-hero__nw-timeline-label{font-size:11px;font-weight:600;color:#334155;line-height:1.2;white-space:nowrap}.dashboard-hero__nw-timeline-age{font-size:10px;color:#94a3b8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.2}.dashboard-hero__nw-timeline-footer{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.dashboard-hero__nw-timeline-note{font-size:10px;color:#94a3b8;font-style:italic}.dashboard-hero__expand-btn--inline{margin:0;padding:3px 10px;font-size:11px;line-height:1.4}@media (max-width:480px){.dashboard-hero__nw-timeline-value{font-size:12px}.dashboard-hero__nw-timeline-label{font-size:10px}.dashboard-hero__nw-timeline-age{font-size:9px}}.educational-insight-disclaimer{margin-top:.65rem;padding:.55rem .65rem;font-size:.6875rem;line-height:1.5;color:#64748b;background:#f8fafc;border-left:2px solid #cbd5e1;border-radius:0 4px 4px 0}.educational-insight-disclaimer--ai{border-left-color:#93c5fd;background:#f8fafc}.educational-insight-disclaimer__text{margin:0}.plan-snapshot-card{margin-top:var(--dash-space-2,12px);margin-bottom:var(--dash-space-3,16px);padding:1rem 1.25rem;background:#ffffff;border:1px solid #e2e8f0;border-left:4px solid var(--color-primary,#1e3a5f);border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.plan-snapshot-card__headline{margin:0 0 .85rem;font-size:1.05rem;font-weight:700;line-height:1.35;color:#0f172a;letter-spacing:-.01em}.plan-snapshot-card__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem}.plan-snapshot-card__item{display:flex;gap:.65rem;align-items:flex-start}.plan-snapshot-card__rail{width:3px;min-height:1.25rem;border-radius:2px;flex-shrink:0;margin-top:.2rem}.plan-snapshot-card__rail--positive{background:var(--color-success,#10b981)}.plan-snapshot-card__rail--neutral{background:#94a3b8}.plan-snapshot-card__rail--caution{background:var(--color-warning,#f59e0b)}.plan-snapshot-card__text{margin:0;flex:1 1;min-width:0;font-size:.875rem;line-height:1.5;color:#334155}.plan-snapshot-card__footer{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.plan-snapshot-card__footer-link{font-size:.875rem;font-weight:600;color:#2563eb;text-decoration:none;background:none;border:none;padding:0;font:inherit;cursor:pointer}.plan-snapshot-card__footer-link:hover{text-decoration:underline}.plan-snapshot-card__footer-link:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:2px}.plan-snapshot-card .model-attribution{margin-bottom:.45rem}.plan-snapshot-card .educational-insight-disclaimer{margin-top:.75rem;margin-bottom:0}.plan-snapshot-card__footer .projection-disclosure{margin:0}@media (max-width:640px){.plan-snapshot-card{padding:.9rem 1rem}.plan-snapshot-card__headline{font-size:1rem}}