:root{--color-canvas:oklch(98.5% .003 80);--color-surface-paper:oklch(100% 0 0);--color-border-subtle:oklch(88% .008 80);--color-border-paper:oklch(82% .01 80);--color-accent-flow:oklch(69% .139 30.2);--color-accent-flow-muted:oklch(61.8% .173 31);--color-accent-flow-other:oklch(52% .04 250);--color-text-primary:oklch(20% .02 80);--color-text-muted:oklch(48% .02 80);--color-panel-masthead:oklch(96.5% .005 80);--color-preview-banner-bg:oklch(84% .17 86/.82);--color-preview-banner-text:oklch(28% .07 55);--font-display:"EB Garamond", Georgia, serif;--font-body:"Source Sans 3", system-ui, sans-serif;--bp-compact-max:1023px;--bp-sankey-min:1024px;--z-preview-banner:55;--z-sticky:30;--z-detail-sheet-backdrop:34;--z-detail-sheet:35;--z-dropdown:40;--z-sheet:50;--z-sheet-backdrop:45;--radius-sm:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--duration-reveal:.6s;--duration-sheet:.22s;--touch-target-min:2.75rem}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-body);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;background:var(--color-canvas);margin:0;font-size:.95rem;line-height:1.5}@keyframes graph-reveal{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.funding-graph{animation:none!important}}.desktop-hint{z-index:var(--z-sheet);padding:max(var(--space-md), env(safe-area-inset-top,0px)) max(var(--space-md), env(safe-area-inset-right,0px)) max(var(--space-md), env(safe-area-inset-bottom,0px)) max(var(--space-md), env(safe-area-inset-left,0px));pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.desktop-hint__backdrop{z-index:var(--z-sheet-backdrop);cursor:pointer;pointer-events:auto;touch-action:manipulation;animation:desktop-hint-backdrop-in var(--duration-sheet) var(--ease-out-quart) both;background:oklch(20% .02 80/.42);border:none;margin:0;padding:0;position:fixed;inset:0}.desktop-hint__backdrop:active{background:oklch(20% .02 80/.48)}.desktop-hint__dialog{z-index:var(--z-sheet);width:min(100%,22.5rem);max-height:calc(100dvh - var(--space-lg) * 2);pointer-events:auto;background:var(--color-surface-paper);border:1px solid var(--color-border-paper);border-radius:var(--radius-sm);box-shadow:0 1px 0 var(--color-border-subtle), 0 12px 40px oklch(20% .02 80/.12);animation:desktop-hint-dialog-in var(--duration-sheet) var(--ease-out-quart) both;-webkit-overflow-scrolling:touch;padding:0;position:relative;overflow:auto}.desktop-hint__preview{aspect-ratio:880/495;object-fit:contain;object-position:top center;border:none;border-bottom:1px solid var(--color-border-subtle);border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:var(--color-panel-masthead);width:100%;height:auto;margin:0;display:block}.desktop-hint__body{padding:var(--space-md)}.desktop-hint__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.desktop-hint__message{margin:0 0 var(--space-md);font-family:var(--font-display);color:var(--color-text-primary);text-wrap:balance;font-size:1.125rem;line-height:1.35}.desktop-hint__remember{min-height:var(--touch-target-min);margin-bottom:var(--space-sm);font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;touch-action:manipulation;align-items:center;gap:.625rem;padding-block:.25rem;font-size:.875rem;line-height:1.3;display:flex}.desktop-hint__remember input{width:1.125rem;height:1.125rem;accent-color:var(--color-accent-flow);margin:0}.desktop-hint__dismiss{width:100%;min-height:var(--touch-target-min);padding:.625rem var(--space-md);border:1px solid var(--color-border-paper);border-radius:var(--radius-sm);background:var(--color-surface-paper);font-family:var(--font-body);color:var(--color-text-primary);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;display:flex}.desktop-hint__dismiss:hover{background:oklch(52% .17 25/.04);border-color:oklch(52% .17 25/.35)}.desktop-hint__dismiss:active{background:oklch(52% .17 25/.08)}.desktop-hint__dismiss:focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:2px}@keyframes desktop-hint-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes desktop-hint-dialog-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.desktop-hint__backdrop,.desktop-hint__dialog{animation:none}}.app-shell{background:var(--color-canvas);height:100dvh;min-height:100dvh;color:var(--color-text-primary);flex-direction:column;display:flex;position:relative}@supports not (height:100dvh){.app-shell{height:100vh;min-height:100vh}}.app-shell__header{z-index:20;padding:4px var(--space-lg);padding-top:max(4px, env(safe-area-inset-top,0px));padding-left:max(var(--space-lg), env(safe-area-inset-left,0px));padding-right:max(var(--space-lg), env(safe-area-inset-right,0px));border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-paper);position:relative;overflow:visible}.app-shell__preview-banner{z-index:var(--z-preview-banner);top:env(safe-area-inset-top,0px);padding:.35rem var(--space-lg);background:var(--color-preview-banner-bg);font-family:var(--font-body);letter-spacing:.16em;text-align:center;text-transform:uppercase;color:var(--color-preview-banner-text);pointer-events:none;-webkit-user-select:none;user-select:none;border:none;margin:0;font-size:.75rem;font-weight:800;position:absolute;left:0;right:0}.app-shell__meta{border-bottom:1px solid var(--color-border-subtle);font-family:var(--font-body);letter-spacing:.04em;color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:6px;padding-bottom:0;font-size:.6875rem;font-weight:600;display:flex}.app-shell__brand{color:var(--color-text-primary);text-transform:uppercase;align-items:center;gap:.35rem;display:inline-flex}.app-shell__brand-logo{flex-shrink:0;width:auto;height:3.5rem;display:block}.app-shell__meta-sep{opacity:.45}.app-shell__headline{align-items:center;gap:var(--space-lg);grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.app-shell__intro{grid-column:1;min-width:0}.app-shell__filter{grid-area:1/2;justify-content:flex-end;width:auto;margin:0;display:flex}.app-shell__title,.app-shell__lede{max-width:62ch}.app-shell__title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--color-text-primary);text-wrap:balance;margin:0;font-size:clamp(1.625rem,3.6vw,2.25rem);font-weight:700;line-height:1.08}.app-shell__lede{font-family:var(--font-body);color:var(--color-text-primary);text-wrap:pretty;margin:4px 0 0;font-size:.9375rem;font-weight:400;line-height:1.45}.app-shell__lede-amount{color:var(--color-accent-flow);font-variant-numeric:tabular-nums;font-weight:700}.app-shell__main{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.app-shell__footer{justify-content:space-between;align-items:center;gap:var(--space-md);padding:4px var(--space-lg);border-top:1px solid var(--color-border-subtle);font-family:var(--font-body);color:var(--color-text-muted);flex-shrink:0;font-size:.6875rem;display:flex}.app-shell__footer-version{flex-shrink:0;align-items:center;gap:.35rem;display:inline-flex}.app-shell__footer-version-label{font-variant-numeric:tabular-nums}.app-shell__footer-beta{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent-flow);background:oklch(52% .17 25/.08);border-radius:999px;padding:.1rem .4rem;font-size:.625rem;font-weight:600}.app-shell__footer-contact{text-align:right;margin:0}.app-shell__footer-link{color:inherit;text-underline-offset:2px;font-weight:600;-webkit-text-decoration:underline oklch(48% .02 80/.35);text-decoration:underline oklch(48% .02 80/.35)}.app-shell__footer-link:hover,.app-shell__footer-link:focus-visible{color:var(--color-text-primary);outline:none}@media (width<=1023px){.app-shell--mobile-scroll .app-shell__header{z-index:var(--z-sticky);padding:var(--space-sm);padding-top:max(var(--space-sm), env(safe-area-inset-top,0px));padding-left:max(var(--space-sm), env(safe-area-inset-left,0px));padding-right:max(var(--space-sm), env(safe-area-inset-right,0px));flex-shrink:0;position:sticky;top:0}.app-shell--mobile-scroll .app-shell__main{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:hidden auto}.app-shell--mobile-scroll .app-shell__intro{padding:var(--space-sm);padding-bottom:0}.app-shell--mobile-scroll .app-shell__meta{margin-bottom:var(--space-sm)}.app-shell__header{padding:var(--space-sm);padding-top:max(var(--space-sm), env(safe-area-inset-top,0px));padding-left:max(var(--space-sm), env(safe-area-inset-left,0px));padding-right:max(var(--space-sm), env(safe-area-inset-right,0px))}.app-shell__meta{margin-bottom:6px}.app-shell__title{text-align:left;text-wrap:pretty;font-size:clamp(1.375rem,7vw,1.75rem)}.app-shell__lede{font-size:1rem;line-height:1.4}.app-shell__filter{justify-content:center;width:100%;max-width:100%;display:flex}.app-shell__footer{padding-left:var(--space-sm);padding-right:var(--space-sm);flex-wrap:wrap}}.funding-sankey{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.funding-sankey__body{gap:var(--space-md);min-height:0;padding:var(--space-md) var(--space-lg);flex:1;grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:stretch;display:grid;position:relative;overflow:hidden auto}.funding-sankey__source{text-align:left;flex-direction:column;display:flex}.funding-sankey__source-copy{top:var(--space-md);z-index:1;padding-bottom:var(--space-sm);background:var(--color-canvas);text-align:right;transition:opacity .15s var(--ease-out-quart);flex-direction:column;flex:none;align-items:flex-end;display:flex;position:sticky;container-type:inline-size}.funding-sankey__source-rail{pointer-events:none;flex:auto;min-height:0}.funding-sankey__source-stemma{width:auto;height:7rem;margin-bottom:var(--space-sm);color:var(--color-text-primary);display:block}.funding-sankey__source-title{font-family:var(--font-body);color:var(--color-text-primary);text-wrap:pretty;text-align:right;margin:8px 0 0;font-size:1.125rem;font-weight:700;line-height:1.25}.funding-sankey__source-divider{border:none;border-top:1px solid var(--color-border-subtle);align-self:stretch;margin:10px 0}.funding-sankey__source-meta,.funding-sankey__source-unavailable{align-self:stretch}.funding-sankey__source-meta+.funding-sankey__source-meta{border-top:1px solid var(--color-border-subtle);margin-top:10px;padding-top:10px}.funding-sankey__source-row{font-family:var(--font-body);margin:0 0 4px;font-size:.75rem;line-height:1.35}.funding-sankey__source-label{color:var(--color-text-muted);font-size:.6875rem;font-weight:600}.funding-sankey__source-value{color:var(--color-text-primary);font-weight:600}.funding-sankey__source-link{color:var(--color-text-primary);text-underline-offset:2px;font-weight:600;-webkit-text-decoration:underline oklch(52% .17 25/.35);text-decoration:underline oklch(52% .17 25/.35)}.funding-sankey__source-link:hover,.funding-sankey__source-link:focus-visible{color:var(--color-accent-flow);outline:none}.funding-sankey__source-unavailable{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:.75rem;line-height:1.35}.funding-sankey__source-amount{margin:var(--space-sm) 0 0;font-family:var(--font-body);color:var(--color-accent-flow);font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;font-size:clamp(2.25rem,14cqi,3.5rem);font-weight:700;line-height:1.1}.funding-sankey__chart-area,.funding-sankey__chart-content{position:relative}.funding-sankey__links-layer{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:visible}.funding-sankey__svg{width:100%;height:100%;display:block}.funding-sankey__link{stroke:none;fill-opacity:1;transition:fill .15s var(--ease-out-quart)}.funding-sankey__link--tone-a:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow) 45%, var(--color-canvas))}.funding-sankey__link--tone-a.funding-sankey__link--active:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow) 85%, var(--color-canvas))}.funding-sankey__link--tone-a.funding-sankey__link--dimmed:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow) 20.25%, var(--color-canvas))}.funding-sankey__link--tone-b:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-muted) 38%, var(--color-canvas))}.funding-sankey__link--tone-b.funding-sankey__link--active:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-muted) 85%, var(--color-canvas))}.funding-sankey__link--tone-b.funding-sankey__link--dimmed:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-muted) 17.1%, var(--color-canvas))}.funding-sankey__link--aggregate:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-other) 45%, var(--color-canvas))}.funding-sankey__link--aggregate.funding-sankey__link--active:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-other) 85%, var(--color-canvas))}.funding-sankey__link--aggregate.funding-sankey__link--dimmed:not(.funding-sankey__link--gradient-fill){fill:color-mix(in srgb, var(--color-accent-flow-other) 28%, var(--color-canvas))}.funding-sankey__link--active{filter:drop-shadow(0 0 6px oklch(69% .139 30.2/.28))}.funding-sankey__link--aggregate.funding-sankey__link--active{filter:drop-shadow(0 0 6px oklch(52% .04 250/.3))}.funding-sankey__node{stroke:none}.funding-sankey__node--source{fill:var(--color-accent-flow);pointer-events:none}.funding-sankey__testate{pointer-events:none;z-index:1;--sankey-bar-width:44px;--sankey-bar-cap-width:5px;--sankey-logo-height:50px;--sankey-logo-max-width:218px;--sankey-data-min-width:12rem;--sankey-row-gap:12px;--sankey-logo-data-gap:8px;margin-left:auto;position:relative;overflow:visible}.funding-sankey__testata-row{grid-template-columns:var(--sankey-bar-width) minmax(0, 1fr);align-items:center;column-gap:var(--sankey-row-gap);text-align:left;cursor:pointer;pointer-events:auto;font:inherit;color:inherit;background:0 0;border:none;padding:0;transition:opacity .15s;display:grid;position:absolute;left:0;right:0;overflow:visible}.funding-sankey__testata-brand{align-self:center;align-items:center;gap:var(--sankey-logo-data-gap);border-radius:var(--radius-sm);min-width:0;display:flex;position:relative}.funding-sankey__testata-brand:before{content:"";border-radius:var(--radius-sm);transition:background .15s var(--ease-out-quart);z-index:-1;background:0 0;position:absolute;inset:0 -12px}.funding-sankey__testata-row--highlight .funding-sankey__testata-brand:before,.funding-sankey__testata-row--active .funding-sankey__testata-brand:before{background:oklch(52% .17 25/.07)}.funding-sankey__testata-row:disabled{cursor:default}.funding-sankey__testata-row:not(:disabled):focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:2px;border-radius:2px}.funding-sankey__testata-bar{z-index:1;background:var(--sankey-row-tone,var(--color-accent-flow));border-radius:0;align-self:center;align-items:stretch;display:flex;position:relative}.funding-sankey__testata-bar--encoded{place-self:center end}.funding-sankey__testata-bar-cap{width:var(--sankey-bar-cap-width);background:var(--sankey-row-tone-cap,var(--color-accent-flow-muted));flex-shrink:0;margin-left:auto}.funding-sankey__testata-row--tone-a{--sankey-row-tone:var(--color-accent-flow);--sankey-row-tone-cap:var(--color-accent-flow-muted)}.funding-sankey__testata-row--tone-b{--sankey-row-tone:var(--color-accent-flow-muted);--sankey-row-tone-cap:oklch(52% .17 25)}.funding-sankey__testata-row--aggregate{--sankey-row-tone:var(--color-accent-flow-other)}.funding-sankey__testata-row--aggregate .funding-sankey__testata-bar{background:var(--color-accent-flow-other)}.funding-sankey__testata-row--aggregate .funding-sankey__testata-bar-cap{background:oklch(42% .05 250)}.funding-sankey__testata-logo{max-width:var(--sankey-logo-max-width);max-height:var(--sankey-logo-height);object-fit:contain;object-position:left center;flex-shrink:0;width:auto;height:auto;display:block}.funding-sankey__testata-name-fallback{min-width:0;min-height:var(--sankey-logo-height);font-family:var(--font-body);color:var(--color-text-primary);-webkit-line-clamp:4;text-wrap:pretty;-webkit-box-orient:vertical;flex:1;align-self:center;font-size:1.2rem;font-weight:700;line-height:1.15;display:-webkit-box;overflow:hidden}.funding-sankey__testata-data{min-width:var(--sankey-data-min-width);flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:2px;display:flex}.funding-sankey__testata-amount{font-family:var(--font-body);color:var(--sankey-row-tone,var(--color-accent-flow));font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.8rem;font-weight:700;line-height:1.15}.funding-sankey__testata-share{font-family:var(--font-body);color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:500;line-height:1.2}.funding-sankey__testata-row--aggregate .funding-sankey__testata-amount{color:var(--color-accent-flow-other)}.funding-sankey__testata-row--highlight .funding-sankey__testata-amount,.funding-sankey__testata-row--active .funding-sankey__testata-amount{color:var(--color-accent-flow-muted)}@media (width<=1023px){.funding-sankey--mobile-list{flex:none;min-height:auto;overflow:visible}.funding-sankey--mobile-list .funding-sankey__body{gap:var(--space-md);padding:var(--space-sm);flex-direction:column;padding-top:0;display:flex;overflow:visible}.funding-sankey__source-copy--mobile-lead{padding:var(--space-sm);background:var(--color-surface-paper);border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);text-align:left;flex-direction:column;align-items:flex-start;display:flex;position:static}.funding-sankey--mobile-list .funding-sankey__source-stemma{width:auto;height:4rem;margin:0 0 var(--space-sm);order:1;align-self:center}.funding-sankey--mobile-list .funding-sankey__source-amount{text-align:left;order:2;align-self:stretch;margin:0;font-size:clamp(1.75rem,9vw,2.25rem)}.funding-sankey--mobile-list .funding-sankey__source-title{margin-top:var(--space-sm);text-align:left;order:3;align-self:stretch;font-size:1rem}.funding-sankey--mobile-list .funding-sankey__source-divider{order:4;align-self:stretch}.funding-sankey--mobile-list .funding-sankey__source-meta,.funding-sankey--mobile-list .funding-sankey__source-unavailable{order:5;align-self:stretch}.funding-sankey__mobile-testate{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.funding-sankey__mobile-item{margin:0}.funding-sankey__mobile-row{align-items:stretch;column-gap:var(--space-sm);width:100%;min-height:var(--touch-target-min);border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-surface-paper);text-align:left;cursor:pointer;touch-action:manipulation;font:inherit;color:inherit;transition:border-color .15s var(--ease-out-quart);grid-template-columns:auto minmax(0,1fr);padding:0;display:grid;position:static;overflow:hidden}.funding-sankey__mobile-row:not(:disabled):active{opacity:.94}.funding-sankey__mobile-row:not(:disabled):focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:2px}.funding-sankey__mobile-row.funding-sankey__testata-row--highlight,.funding-sankey__mobile-row.funding-sankey__testata-row--active{border-color:oklch(52% .17 25/.35)}.funding-sankey__testata-bar--mobile{place-self:stretch start}.funding-sankey__mobile-row .funding-sankey__testata-bar--encoded{justify-self:start}.funding-sankey__mobile-info{width:100%;min-width:0;padding:var(--space-sm);flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;display:flex}.funding-sankey__testata-logo--mobile{max-width:100%;max-height:var(--sankey-logo-height,36px);object-fit:contain;object-position:left center;align-self:flex-start;width:auto;height:auto}.funding-sankey__testata-name-fallback--mobile{text-align:left;-webkit-line-clamp:3;flex:none;align-self:flex-start;width:100%;max-width:none;min-height:0;font-size:.9375rem}.funding-sankey__mobile-amount{text-align:left;width:100%;font-family:var(--font-body);color:var(--sankey-row-tone,var(--color-accent-flow));font-variant-numeric:tabular-nums;align-self:flex-start;font-size:clamp(1.125rem,4.5vw,1.375rem);font-weight:700;line-height:1.15}.funding-sankey__mobile-share{text-align:left;width:100%;font-family:var(--font-body);color:var(--color-text-muted);font-variant-numeric:tabular-nums;align-self:flex-start;font-size:.875rem;font-weight:500;line-height:1.2}.funding-sankey__testata-row--aggregate .funding-sankey__mobile-amount{color:var(--color-accent-flow-other)}.funding-sankey__mobile-row.funding-sankey__testata-row--highlight .funding-sankey__mobile-amount,.funding-sankey__mobile-row.funding-sankey__testata-row--active .funding-sankey__mobile-amount{color:var(--color-accent-flow-muted)}}@media (prefers-reduced-motion:reduce){.funding-sankey__link,.funding-sankey__testata-row,.funding-sankey__testata-brand:before{transition:none}}.funding-edge-tooltip{z-index:10;background:var(--color-surface-paper);border:1px solid var(--color-border-paper);border-radius:var(--radius-sm);pointer-events:all;width:max-content;max-width:min(280px,80vw);font-family:var(--font-body);padding:6px 8px;font-size:.6875rem;line-height:1.25;position:fixed;box-shadow:0 4px 14px oklch(28% .06 260/.12)}.funding-edge-tooltip__list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.funding-edge-tooltip__item{border-top:1px solid var(--color-border-subtle);margin:0;padding-top:4px}.funding-edge-tooltip__item:first-child{border-top:none;padding-top:0}.funding-edge-tooltip__row{flex-wrap:wrap;align-items:baseline;gap:4px 6px;margin:0 0 2px;display:flex}.funding-edge-tooltip__row:last-child{margin-bottom:0}.funding-edge-tooltip__label{color:var(--color-text-muted);flex-shrink:0}.funding-edge-tooltip__value{font-variant-numeric:tabular-nums;color:var(--color-text-primary)}.funding-edge-tooltip__link{color:var(--color-text-primary);text-wrap:pretty;text-decoration:none}.funding-edge-tooltip__link:hover{color:var(--color-accent-flow);text-decoration:underline}.funding-edge-tooltip__description{color:var(--color-text-muted);text-wrap:pretty;margin:4px 0 0}.funding-edge-tooltip__muted{color:var(--color-text-muted);margin:0}@media (width<=1023px){.funding-edge-tooltip{right:var(--space-sm);width:auto;max-width:none;left:var(--space-sm)!important;transform:translateY(calc(-100% - 8px))!important}}@media (prefers-reduced-motion:reduce){.funding-edge-tooltip{animation:none}}.testata-detail{z-index:2;isolation:isolate;background:var(--color-surface-paper);border:none;border-top:1px solid var(--color-border-paper);box-shadow:0 -1px 0 var(--color-border-subtle), 0 -10px 40px oklch(20% .02 80/.1);animation:detail-reveal var(--duration-reveal) var(--ease-out-quart) both;border-radius:0;flex-shrink:0;margin:-1px 0 0;padding:0;position:relative;overflow:hidden}.testata-detail__masthead{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);background:var(--color-panel-masthead);border-bottom:1px solid var(--color-border-subtle);display:flex}.testata-detail__body{padding:var(--space-sm) var(--space-lg) var(--space-md)}.testata-detail__logo-wrap{margin-bottom:var(--space-sm)}.testata-detail__logo{max-width:100%;max-height:var(--testata-detail-logo-height);object-fit:contain;object-position:left center;width:auto;height:auto;display:block}.testata-detail__name{min-width:0;font-family:var(--font-display);color:var(--color-text-primary);flex:auto;margin:0;font-size:1.25rem;font-weight:700;line-height:1.15}.testata-detail__dismiss{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--color-text-muted);font-family:var(--font-body);cursor:pointer;touch-action:manipulation;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:-.125rem -.25rem 0 0;padding:0;font-size:1.625rem;font-weight:400;line-height:1;display:inline-flex}.testata-detail__dismiss span{margin-top:-.0625rem;display:block}.testata-detail__dismiss:hover,.testata-detail__dismiss:focus-visible{color:var(--color-text-primary);background:oklch(52% .17 25/.06);outline:none}.testata-detail__hero{margin:0 0 var(--space-md);font-family:var(--font-body);flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;line-height:1.25;display:flex}.testata-detail__hero-amount{color:var(--color-accent-flow);font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700}.testata-detail__hero-sep{color:var(--color-text-muted);font-weight:400}.testata-detail__hero-share{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.testata-detail__rule{height:1px;margin:0 0 var(--space-md);background:var(--color-border-subtle)}.testata-detail__metrics{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.testata-detail__metric{min-width:0;margin:0}.testata-detail__metric-label{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:.35rem;margin:0 0 4px;font-size:.6875rem;font-weight:600;display:inline-flex}.testata-detail__metric-value{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:600;line-height:1.35}.testata-detail__metric-value--muted{color:var(--color-text-muted)}.testata-detail__help{border:1px solid var(--color-border-paper);background:var(--color-canvas);width:1.25rem;height:1.25rem;color:var(--color-text-muted);font-family:var(--font-body);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.testata-detail__help:hover,.testata-detail__help:focus-visible{color:var(--color-accent-flow);background:oklch(52% .17 25/.06);border-color:oklch(52% .17 25/.45);outline:none}.testata-detail__piva{color:var(--color-text-muted);margin-top:2px;font-size:.75rem;font-weight:400;display:block}@keyframes detail-reveal{0%{transform:translateY(6px)}to{transform:translateY(0)}}@media (width<=1023px){.testata-detail{padding-bottom:env(safe-area-inset-bottom,0px)}.testata-detail__masthead{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border-subtle)}.testata-detail__body{padding:var(--space-md) var(--space-md) var(--space-md)}.testata-detail__name{text-wrap:pretty;font-size:1.125rem}.testata-detail__dismiss{width:var(--touch-target-min);height:var(--touch-target-min);margin:0;font-size:1.75rem}.testata-detail__dismiss:active{color:var(--color-accent-flow);background:oklch(52% .17 25/.08)}.testata-detail__hero-amount{font-size:clamp(1.5rem,7vw,1.75rem)}.testata-detail__metrics{gap:var(--space-sm);grid-template-columns:1fr}.testata-detail__metric-label{font-size:.75rem}.testata-detail__help{touch-action:manipulation;width:1.25rem;height:1.25rem;font-size:.625rem;position:relative}.testata-detail__help:after{content:"";position:absolute;inset:-.625rem}.testata-detail__help:active{color:var(--color-accent-flow);background:oklch(52% .17 25/.1);border-color:oklch(52% .17 25/.45)}}@media (prefers-reduced-motion:reduce){.testata-detail{animation:none}.testata-detail__help{transition:none}}.testata-filter{z-index:var(--z-dropdown);display:inline-block;position:relative}.testata-filter--open{z-index:var(--z-sheet)}.testata-filter__backdrop{z-index:var(--z-sheet-backdrop);cursor:pointer;animation:filter-backdrop-in var(--duration-sheet) var(--ease-out-quart) both;background:oklch(20% .02 80/.28);border:none;margin:0;padding:0;position:fixed;inset:0}.testata-filter__backdrop:focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:-2px}.testata-filter__trigger{align-items:center;gap:var(--space-sm);min-height:var(--touch-target-min);touch-action:manipulation;font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-surface-paper);border:1px solid var(--color-border-paper);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem .875rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px oklch(28% .06 260/.08)}.testata-filter__trigger:hover{border-color:oklch(52% .17 25/.35)}.testata-filter__trigger:focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:2px}.testata-filter__trigger:active{border-color:oklch(52% .17 25/.45)}.testata-filter__caret{color:var(--color-text-muted);font-size:.75rem}.testata-filter__badge{text-align:center;font-variant-numeric:tabular-nums;min-width:8ch;color:var(--color-accent-flow);background:oklch(52% .17 25/.08);border-radius:999px;padding:.1rem .45rem;font-size:.75rem;font-weight:600;display:inline-block}.testata-filter__panel{top:calc(100% + var(--space-sm));width:min(340px, calc(100vw - 2 * var(--space-lg)));padding:var(--space-md);background:var(--color-surface-paper);border:1px solid var(--color-border-paper);border-radius:var(--radius-sm);z-index:var(--z-sheet);position:absolute;left:auto;right:0;box-shadow:0 8px 24px oklch(28% .06 260/.12)}.testata-filter__search{box-sizing:border-box;width:100%;margin-bottom:var(--space-sm);font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-canvas);border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);padding:.5rem .65rem;font-size:.875rem}.testata-filter__search::placeholder{color:var(--color-text-muted)}.testata-filter__search:focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:1px;border-color:oklch(52% .17 25/.4)}.testata-filter__presets{margin-bottom:var(--space-sm)}.testata-filter__preset{align-items:flex-start;gap:var(--space-sm);font-family:var(--font-body);color:var(--color-text-primary);cursor:pointer;padding:.35rem 0;font-size:.875rem;font-weight:700;line-height:1.35;display:flex}.testata-filter__preset input{accent-color:var(--color-accent-flow);margin-top:.15rem}.testata-filter__bulk-actions{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border-subtle);display:flex}.testata-filter__bulk-actions .testata-filter__preset{flex:1;min-width:0}.testata-filter__deselect-link{font-family:var(--font-body);color:var(--color-text-primary);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:.35rem;padding:0;font-size:.75rem;font-weight:600;line-height:1.35;-webkit-text-decoration:underline oklch(52% .17 25/.35);text-decoration:underline oklch(52% .17 25/.35)}.testata-filter__deselect-link:hover:not(:disabled),.testata-filter__deselect-link:focus-visible:not(:disabled){color:var(--color-accent-flow);outline:none}.testata-filter__deselect-link:disabled{color:var(--color-text-muted);cursor:not-allowed;opacity:.55;text-decoration:none}.testata-filter__list{max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.testata-filter__item{align-items:flex-start;gap:var(--space-sm);font-family:var(--font-body);color:var(--color-text-primary);cursor:pointer;padding:.4rem 0;font-size:.85rem;font-weight:400;line-height:1.35;display:flex}.testata-filter__item input{accent-color:var(--color-accent-flow);margin-top:.15rem}.testata-filter__label{flex-direction:column;gap:2px;min-width:0;display:flex}.testata-filter__company{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;line-height:1.25;overflow:hidden}.testata-filter__empty{padding:var(--space-sm) 0;font-family:var(--font-body);color:var(--color-text-muted);font-size:.85rem}@keyframes filter-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes filter-sheet-in{0%{opacity:.98;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=1023px){.testata-filter{justify-content:center;width:100%;display:flex}.testata-filter__trigger{justify-content:center;width:min(100%,20rem);font-size:.9375rem}.testata-filter__panel{top:auto;right:var(--space-sm);left:var(--space-sm);bottom:max(var(--space-sm), env(safe-area-inset-bottom,0px));width:auto;max-height:min(72dvh,32rem);padding:var(--space-md);padding-bottom:max(var(--space-md), env(safe-area-inset-bottom,0px));border-radius:var(--radius-sm) var(--radius-sm) 0 0;animation:filter-sheet-in var(--duration-sheet) var(--ease-out-quart) both;flex-direction:column;display:flex;position:fixed;box-shadow:0 -8px 32px oklch(28% .06 260/.16)}.testata-filter__search{min-height:var(--touch-target-min);padding:.625rem .75rem;font-size:1rem}.testata-filter__preset,.testata-filter__item{min-height:var(--touch-target-min);padding-block:.625rem;font-size:.875rem}.testata-filter__deselect-link{min-height:var(--touch-target-min);margin-top:0;padding:.625rem 0;font-size:.875rem}.testata-filter__list{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;max-height:none;overflow-y:auto}}@media (prefers-reduced-motion:reduce){.testata-filter__backdrop,.testata-filter__panel{animation:none}}.funding-graph{background:var(--color-canvas);width:100%;min-height:0;animation:graph-reveal var(--duration-reveal) var(--ease-out-quart) both;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.funding-graph--detail-open .funding-sankey__source-copy{opacity:.45;transition:opacity .15s var(--ease-out-quart)}@media (prefers-reduced-motion:reduce){.funding-graph--detail-open .funding-sankey__source-copy{transition:none}}.funding-graph__empty{min-height:420px;color:var(--color-text-muted);text-align:center;padding:var(--space-md);justify-content:center;align-items:center;max-width:40ch;margin:0 auto;font-size:.95rem;display:flex}@media (width<=1023px){.funding-graph{flex:none;min-height:auto;overflow:visible}.funding-graph__detail-backdrop{z-index:var(--z-detail-sheet-backdrop);cursor:pointer;animation:detail-backdrop-in var(--duration-sheet) var(--ease-out-quart) both;background:oklch(20% .02 80/.22);border:none;margin:0;padding:0;position:fixed;inset:0}.funding-graph__detail-backdrop:focus-visible{outline:2px solid var(--color-accent-flow);outline-offset:-2px}@keyframes detail-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.funding-graph__detail-backdrop{animation:none}}.funding-graph__empty{min-height:min(50dvh,20rem);padding:var(--space-sm);font-size:1rem}.funding-graph--detail-open .funding-sankey{flex:none}.funding-graph--detail-open .testata-detail{z-index:var(--z-detail-sheet);-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm) var(--radius-sm) 0 0;width:100%;max-height:min(68dvh,32rem);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -8px 32px oklch(28% .06 260/.16)}}@media (prefers-reduced-motion:reduce){.funding-graph{animation:none}}
