:root{--deep-space: #0a0a14;--cosmos: #12121f;--nebula-dark: #1a1a2e;--nebula-purple: #4a1a6b;--cosmic-magenta: #9b3d8f;--stellar-orange: #d4782c;--aurora-teal: #2dd4bf;--stardust: #e8e4f0;--moonlight: #a8a4b8;--dim-star: #6b6780;--color-success: #2dd4bf;--color-warning: #d4782c;--color-error: #e85d75;--color-info: #9b3d8f;--duration-fast: .15s;--duration-normal: .25s;--ease-out: cubic-bezier(0, 0, .2, 1);--bg-primary: var(--deep-space);--bg-secondary: var(--cosmos);--bg-tertiary: var(--nebula-dark);--bg-card: var(--cosmos);--border-color: rgba(74, 26, 107, .4);--border-hover: rgba(155, 61, 143, .6);--text-primary: var(--stardust);--text-secondary: var(--moonlight);--text-heading: #ffffff;--header-bg: linear-gradient(135deg, var(--deep-space) 0%, var(--nebula-purple) 100%);--glow-color: rgba(155, 61, 143, .3);--content-max-width: 72rem;--content-padding: 1.5rem;--pillar-broken: var(--stellar-orange);--pillar-playbook: var(--aurora-teal);--pillar-proof: var(--cosmic-magenta)}@media(prefers-color-scheme:light){:root{--bg-primary: #f8f7fc;--bg-secondary: #ffffff;--bg-tertiary: #f0eef5;--bg-card: #ffffff;--border-color: #d0d0e0;--border-hover: var(--cosmic-magenta);--text-primary: var(--nebula-dark);--text-secondary: #4a4860;--text-heading: var(--nebula-dark);--header-bg: linear-gradient(135deg, var(--nebula-purple) 0%, var(--cosmic-magenta) 100%);--glow-color: rgba(155, 61, 143, .2)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.7;min-height:100vh}a{color:var(--aurora-teal);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--cosmic-magenta)}img{max-width:100%;height:auto}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:2rem var(--content-padding)}.site-nav{background:var(--header-bg);border-bottom:1px solid var(--border-color);padding:1rem var(--content-padding);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.nav-inner{max-width:var(--content-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-brand{display:flex;align-items:center;gap:.75rem;color:var(--text-heading);font-weight:700;font-size:1.1rem;text-decoration:none}.nav-brand:hover{color:var(--aurora-teal)}.nav-links{display:flex;gap:.25rem;list-style:none}.nav-links a{padding:.5rem 1rem;border-radius:.5rem;color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:all var(--duration-fast) var(--ease-out)}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text-heading);background:#ffffff0d}@media(max-width:768px){.nav-inner{flex-direction:column;gap:.75rem}.nav-links{flex-wrap:wrap;justify-content:center}.nav-links a{padding:.4rem .75rem;font-size:.85rem}}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem var(--content-padding);margin-top:4rem}.footer-ecosystem{margin:0 0 2.5rem}.footer-inner{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand p{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-top:.5rem}.footer-links h3{color:var(--text-heading);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-links ul{list-style:none}.footer-links li+li{margin-top:.4rem}.footer-links a{color:var(--text-secondary);font-size:.9rem}.footer-links a:hover{color:var(--aurora-teal)}.footer-bottom{max-width:var(--content-max-width);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;color:var(--dim-star);font-size:.8rem}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.prose{max-width:48rem;font-size:1.05rem;line-height:1.8}.prose h1{font-size:2.25rem;font-weight:800;color:var(--text-heading);margin-bottom:1rem;line-height:1.2}.prose h2{font-size:1.6rem;font-weight:700;color:var(--text-heading);margin-top:3rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.prose h3{font-size:1.3rem;font-weight:600;color:var(--text-heading);margin-top:2rem;margin-bottom:.5rem}.prose h4{font-size:1.1rem;font-weight:600;color:var(--text-secondary);margin-top:1.5rem;margin-bottom:.5rem}.prose p{margin-bottom:1.25rem}.prose strong{color:var(--text-heading);font-weight:600}.prose em{color:var(--moonlight)}.prose a{color:var(--aurora-teal);text-decoration:underline;text-decoration-color:#2dd4bf4d;text-underline-offset:3px}.prose a:hover{text-decoration-color:var(--aurora-teal)}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem}.prose li::marker{color:var(--dim-star)}.prose blockquote{border-left:3px solid var(--cosmic-magenta);padding:.75rem 1.25rem;margin:1.5rem 0;background:#9b3d8f0d;color:var(--text-secondary)}.prose pre{background:var(--bg-secondary)!important;border:1px solid var(--border-color);border-radius:.5rem;padding:1.25rem;margin:1.5rem 0;overflow-x:auto;font-size:.9rem;line-height:1.6}.prose code{font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:.88em}.prose :not(pre)>code{background:var(--bg-tertiary);padding:.15em .4em;border-radius:.25rem;color:var(--aurora-teal)}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.prose th{background:var(--bg-secondary);padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text-heading);border-bottom:2px solid var(--border-color)}.prose td{padding:.65rem 1rem;border-bottom:1px solid var(--border-color)}.prose tr:hover td{background:#ffffff05}.prose hr{border:none;border-top:1px solid var(--border-color);margin:2.5rem 0}.prose img{border-radius:.5rem;margin:1.5rem 0}.table-wrapper{overflow-x:auto;margin:1.5rem 0}@media(max-width:768px){.prose{font-size:1rem}.prose h1{font-size:1.75rem}.prose h2{font-size:1.35rem}.prose pre{font-size:.82rem;padding:1rem}}.callout{border-left:4px solid var(--border-color);border-radius:.5rem;padding:1rem 1.25rem;margin:1.5rem 0;background:var(--bg-secondary)}.callout-title{font-weight:600;font-size:.95rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.callout-body{font-size:.95rem;color:var(--text-secondary)}.callout-body p:last-child{margin-bottom:0}details.callout{padding:0}details.callout>summary.callout-title{padding:1rem 1.25rem;cursor:pointer;margin-bottom:0;list-style:none}details.callout>summary.callout-title:before{content:"▶";font-size:.7em;transition:transform var(--duration-fast) var(--ease-out)}details.callout[open]>summary.callout-title:before{transform:rotate(90deg)}details.callout>.callout-body{padding:0 1.25rem 1rem}.callout-note{border-left-color:#4a90d9;background:#4a90d90d}.callout-note .callout-title{color:#4a90d9}.callout-info{border-left-color:var(--color-info);background:#9b3d8f0d}.callout-info .callout-title{color:var(--color-info)}.callout-tip{border-left-color:var(--aurora-teal);background:#2dd4bf0d}.callout-tip .callout-title{color:var(--aurora-teal)}.callout-warning{border-left-color:var(--color-warning);background:#d4782c0d}.callout-warning .callout-title{color:var(--color-warning)}.callout-danger{border-left-color:var(--color-error);background:#e85d750d}.callout-danger .callout-title{color:var(--color-error)}.callout-bug{border-left-color:var(--color-error);background:#e85d750d}.callout-bug .callout-title{color:var(--color-error)}.callout-example{border-left-color:var(--cosmic-magenta);background:#9b3d8f0d}.callout-example .callout-title{color:var(--cosmic-magenta)}.callout-quote{border-left-color:var(--dim-star);background:#6b67800d}.callout-quote .callout-title{color:var(--dim-star)}.callout-faq{border-left-color:var(--stellar-orange);background:#d4782c0d}.callout-faq .callout-title{color:var(--stellar-orange)}.callout-abstract{border-left-color:#4a90d9;background:#4a90d90d}.callout-abstract .callout-title{color:#4a90d9}.callout-success{border-left-color:var(--color-success);background:#2dd4bf0d}.callout-success .callout-title{color:var(--color-success)}.callout-failure{border-left-color:var(--color-error);background:#e85d750d}.callout-failure .callout-title{color:var(--color-error)}.callout-question{border-left-color:var(--stellar-orange);background:#d4782c0d}.callout-question .callout-title{color:var(--stellar-orange)}.eco-page.svelte-1jhlhw2{--eco-deep-space: #0a0a14;--eco-cosmos: #12121f;--eco-nebula: #1a1a2e;--eco-nebula-purple: #4a1a6b;--eco-magenta: #9b3d8f;--eco-success: #2dd4bf;--eco-warning: #d4782c;--eco-error: #e85d75;--eco-info: #9b3d8f;--eco-dim: #6b6780;--eco-stardust: #e8e4f0;--eco-moonlight: #a8a4b8;--eco-accent: #2dd4bf;--eco-bg: var(--bg-primary, var(--eco-deep-space));--eco-bg-card: var(--bg-card, var(--eco-cosmos));--eco-bg-hover: var(--bg-tertiary, var(--eco-nebula));--eco-text: var(--text-primary, var(--eco-stardust));--eco-text-muted: var(--text-secondary, var(--eco-moonlight));--eco-border: var(--border-color, rgba(107, 103, 128, .2));--eco-font-mono: "JetBrains Mono", "Fira Code", monospace;--eco-duration: .25s;--eco-ease: cubic-bezier(0, 0, .2, 1);background:var(--eco-bg);padding:24px;color:var(--eco-text);font-family:inherit}@keyframes svelte-1jhlhw2-pulse-breathe{0%,to{opacity:1}50%{opacity:.5}}@keyframes svelte-1jhlhw2-pulse-bar{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes svelte-1jhlhw2-line-pulse-flow{0%{opacity:.6}50%{opacity:.2}to{opacity:.6}}@keyframes svelte-1jhlhw2-detail-expand{0%{opacity:0;max-height:0}to{opacity:1;max-height:3000px}}.eco-pulse--breathe{animation:svelte-1jhlhw2-pulse-breathe 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.eco-pulse--breathe,.eco-block__pulse-bar.svelte-1jhlhw2{animation:none}.eco-graph__line-pulse.svelte-1jhlhw2{animation:none;opacity:0}}.eco-inline-link{color:var(--eco-accent, #2dd4bf);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.eco-inline-link:hover{border-bottom-color:var(--eco-accent, #2dd4bf);color:#5eead4}.eco-inline-link--entity{color:var(--detail-color, var(--eco-accent, #2dd4bf))}.eco-inline-link--entity:hover{border-bottom-color:var(--detail-color, var(--eco-accent, #2dd4bf))}.eco-page__header.svelte-1jhlhw2{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.eco-page__star.svelte-1jhlhw2{font-size:24px;color:var(--eco-accent)}.eco-page__title.svelte-1jhlhw2{font-size:20px;font-weight:700;flex:1;min-width:200px}.eco-page__summary.svelte-1jhlhw2{display:flex;gap:16px}.eco-stat.svelte-1jhlhw2{display:inline-flex;align-items:baseline;gap:4px;font-size:13px}.eco-stat__value.svelte-1jhlhw2{font-weight:700;font-size:16px;font-family:var(--eco-font-mono);color:var(--eco-accent)}.eco-stat__label.svelte-1jhlhw2{color:var(--eco-text-muted);font-size:12px}.eco-page__body.svelte-1jhlhw2{display:flex;gap:20px}.eco-page__content.svelte-1jhlhw2{flex:1;min-width:0}.eco-filter.svelte-1jhlhw2{width:200px;flex-shrink:0;border-right:1px solid var(--eco-border);padding-right:16px;position:relative}.eco-filter--collapsed.svelte-1jhlhw2{width:32px;padding-right:0;border-right:none}.eco-filter__toggle.svelte-1jhlhw2{position:absolute;top:0;right:-12px;width:24px;height:24px;border-radius:50%;border:1px solid var(--eco-border);background:var(--eco-bg-card);color:var(--eco-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:inherit;z-index:1}.eco-filter__search.svelte-1jhlhw2{margin-bottom:16px}.eco-filter__input.svelte-1jhlhw2{width:100%;padding:6px 10px;border-radius:6px;border:1px solid var(--eco-border);background:var(--eco-bg-card);color:var(--eco-text);font-size:13px;font-family:inherit;outline:none}.eco-filter__input.svelte-1jhlhw2:focus{border-color:var(--eco-accent)}.eco-filter__section.svelte-1jhlhw2{margin-bottom:16px}.eco-filter__heading.svelte-1jhlhw2{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--eco-dim);margin-bottom:8px}.eco-filter__option.svelte-1jhlhw2{display:flex;align-items:center;gap:6px;font-size:12px;cursor:pointer;padding:3px 0;color:var(--eco-text)}.eco-filter__option.svelte-1jhlhw2 input[type=checkbox]:where(.svelte-1jhlhw2){accent-color:var(--eco-accent)}.eco-filter__count.svelte-1jhlhw2{margin-left:auto;color:var(--eco-dim);font-size:11px}.eco-page__section.svelte-1jhlhw2{margin-bottom:24px}.eco-page__section-title.svelte-1jhlhw2{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;display:flex;align-items:center;gap:8px}.eco-page__section-count.svelte-1jhlhw2{font-size:11px;font-weight:400;color:var(--eco-dim)}.eco-page__grid.svelte-1jhlhw2{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.eco-page__empty.svelte-1jhlhw2{text-align:center;color:var(--eco-dim);padding:48px 24px;font-size:14px}.eco-card.svelte-1jhlhw2{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:8px;border:1px solid var(--eco-border);background:var(--eco-bg-card);text-align:left;color:var(--eco-text);cursor:pointer;font-family:inherit;font-size:inherit;transition:all var(--eco-duration) var(--eco-ease);position:relative}.eco-card.svelte-1jhlhw2:hover{border-color:var(--card-color, var(--eco-accent));background:var(--eco-bg-hover);box-shadow:0 2px 8px color-mix(in srgb,var(--card-color, var(--eco-accent)) 15%,transparent)}.eco-card--selected.svelte-1jhlhw2{border-color:var(--card-color, var(--eco-accent));background:var(--eco-bg-hover);box-shadow:0 0 16px color-mix(in srgb,var(--card-color, var(--eco-accent)) 25%,transparent)}.eco-card__header.svelte-1jhlhw2{display:flex;align-items:center;justify-content:space-between}.eco-card__icon.svelte-1jhlhw2{font-size:16px;line-height:1}.eco-card__name.svelte-1jhlhw2{font-size:13px;font-weight:600}.eco-card__tagline.svelte-1jhlhw2{font-size:11px;color:var(--eco-text-muted);line-height:1.3}.eco-card__badge.svelte-1jhlhw2{position:absolute;top:6px;right:6px;font-size:9px;font-weight:700;padding:1px 4px;border-radius:3px;background:var(--eco-nebula-purple);color:var(--eco-stardust);letter-spacing:.5px}.eco-detail.svelte-1jhlhw2{margin-top:12px;padding:20px;border-radius:12px;border:1px solid var(--detail-color, var(--eco-accent));background:var(--eco-bg-card);box-shadow:0 4px 20px color-mix(in srgb,var(--detail-color, var(--eco-accent)) 10%,transparent);position:relative;animation:svelte-1jhlhw2-detail-expand .3s var(--eco-ease) forwards;overflow:hidden}.eco-detail__close.svelte-1jhlhw2{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;border:1px solid var(--eco-border);background:var(--eco-bg);color:var(--eco-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-family:inherit;transition:all var(--eco-duration)}.eco-detail__close.svelte-1jhlhw2:hover{border-color:var(--detail-color, var(--eco-accent));color:var(--eco-text)}.eco-detail__header.svelte-1jhlhw2{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-right:36px}.eco-detail__icon.svelte-1jhlhw2{font-size:28px;line-height:1}.eco-detail__title-area.svelte-1jhlhw2{flex:1;min-width:0}.eco-detail__name.svelte-1jhlhw2{font-size:18px;font-weight:700;margin:0}.eco-detail__tagline.svelte-1jhlhw2{font-size:13px;color:var(--eco-text-muted)}.eco-detail__status.svelte-1jhlhw2{display:flex;align-items:center;gap:6px;flex-shrink:0}.eco-detail__status-label.svelte-1jhlhw2{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--eco-text-muted)}.eco-detail__body.svelte-1jhlhw2{margin-bottom:16px}.eco-detail__body--split.svelte-1jhlhw2{display:flex;gap:20px;align-items:flex-start}.eco-detail__content.svelte-1jhlhw2{flex:1;min-width:0}.eco-detail__graph-area.svelte-1jhlhw2{flex-shrink:0;width:260px;display:flex;flex-direction:column;align-items:center}.eco-detail__graph-label.svelte-1jhlhw2{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--eco-dim);margin-bottom:4px}.eco-detail__logo.svelte-1jhlhw2{float:right;margin:0 0 12px 16px;max-width:120px}.eco-detail__logo.svelte-1jhlhw2 img:where(.svelte-1jhlhw2){width:100%;height:auto;border-radius:8px}.eco-detail__summary.svelte-1jhlhw2{font-size:14px;line-height:1.6;margin:0 0 12px}.eco-detail__highlights.svelte-1jhlhw2{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.eco-detail__highlights.svelte-1jhlhw2 li:where(.svelte-1jhlhw2){font-size:13px;padding-left:18px;position:relative}.eco-detail__highlights.svelte-1jhlhw2 li:where(.svelte-1jhlhw2):before{content:"→";position:absolute;left:0;color:var(--detail-color, var(--eco-accent))}.eco-detail__diagram.svelte-1jhlhw2{margin:16px 0;border-radius:8px;overflow:hidden}.eco-detail__diagram.svelte-1jhlhw2 img:where(.svelte-1jhlhw2){width:100%;height:auto}.eco-detail__metrics.svelte-1jhlhw2{display:flex;gap:16px;padding:12px 0;border-top:1px solid var(--eco-border);margin-bottom:12px}.eco-detail__metric.svelte-1jhlhw2{display:flex;align-items:center;gap:6px}.eco-detail__metric-value.svelte-1jhlhw2{font-size:16px;font-weight:700;font-family:var(--eco-font-mono);color:var(--detail-color, var(--eco-accent))}.eco-detail__metric-label.svelte-1jhlhw2{font-size:11px;color:var(--eco-text-muted);text-transform:uppercase;letter-spacing:.5px}.eco-detail__badge-area.svelte-1jhlhw2{margin-bottom:12px}.eco-detail__mp-badge.svelte-1jhlhw2{display:inline-block;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;background:var(--eco-nebula-purple);color:var(--eco-stardust);letter-spacing:.5px;text-transform:uppercase}.eco-detail__footer.svelte-1jhlhw2{display:flex;gap:12px;align-items:center;padding-top:12px;border-top:1px solid var(--eco-border)}.eco-detail__cta.svelte-1jhlhw2{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;background:var(--detail-color, var(--eco-accent));color:var(--eco-deep-space);font-size:13px;font-weight:700;text-decoration:none;transition:all var(--eco-duration)}.eco-detail__cta.svelte-1jhlhw2:hover{opacity:.9;box-shadow:0 2px 12px color-mix(in srgb,var(--detail-color, var(--eco-accent)) 40%,transparent)}.eco-detail__link.svelte-1jhlhw2{font-size:13px;color:var(--detail-color, var(--eco-accent));text-decoration:none;opacity:.8;transition:opacity var(--eco-duration)}.eco-detail__link.svelte-1jhlhw2:hover{opacity:1}.eco-media.svelte-1jhlhw2{margin-top:16px}.eco-media__divider.svelte-1jhlhw2{height:1px;background:var(--eco-border);margin-bottom:12px}.eco-media__header.svelte-1jhlhw2{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--eco-text-muted);margin-bottom:12px}.eco-media__section-label.svelte-1jhlhw2{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--eco-text-muted);margin-bottom:6px}.eco-media__logos.svelte-1jhlhw2{margin-bottom:14px}.eco-media__logo-grid.svelte-1jhlhw2{display:flex;flex-wrap:wrap;gap:8px}.eco-media__logo-item.svelte-1jhlhw2{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;border-radius:8px;background:color-mix(in srgb,var(--eco-bg-card) 80%,white 3%);border:1px solid var(--eco-border);text-decoration:none;color:var(--eco-text);transition:all var(--eco-duration);max-width:120px}.eco-media__logo-item.svelte-1jhlhw2:hover{border-color:var(--detail-color, var(--eco-accent));box-shadow:0 2px 8px color-mix(in srgb,var(--detail-color, var(--eco-accent)) 20%,transparent)}.eco-media__logo-item.svelte-1jhlhw2 img:where(.svelte-1jhlhw2){max-width:96px;max-height:48px;object-fit:contain}.eco-media__logo-meta.svelte-1jhlhw2{font-size:9px;text-align:center;line-height:1.3;color:var(--eco-text-muted)}.eco-media__logo-format.svelte-1jhlhw2{display:inline-block;margin-left:4px;padding:1px 4px;border-radius:3px;background:var(--eco-border);font-size:8px;font-weight:700;text-transform:uppercase}.eco-media__social.svelte-1jhlhw2{margin-bottom:14px}.eco-media__social-row.svelte-1jhlhw2{display:flex;flex-wrap:wrap;gap:6px}.eco-media__social-link.svelte-1jhlhw2{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;background:color-mix(in srgb,var(--eco-bg-card) 80%,white 3%);border:1px solid var(--eco-border);color:var(--eco-text-muted);font-size:11px;text-decoration:none;transition:all var(--eco-duration)}.eco-media__social-link.svelte-1jhlhw2:hover{color:var(--eco-text);border-color:var(--detail-color, var(--eco-accent))}.eco-media__social-link.svelte-1jhlhw2 svg:where(.svelte-1jhlhw2){flex-shrink:0;opacity:.7}.eco-media__social-link.svelte-1jhlhw2:hover svg:where(.svelte-1jhlhw2){opacity:1}.eco-media__boilerplate.svelte-1jhlhw2{margin-bottom:8px}.eco-media__boilerplate-text.svelte-1jhlhw2{font-size:12px;line-height:1.5;color:var(--eco-text-muted);padding:8px 10px;border-radius:6px;background:color-mix(in srgb,var(--eco-bg-card) 80%,white 3%);border:1px solid var(--eco-border);margin-bottom:6px}.eco-media__copy-btn.svelte-1jhlhw2{font-family:inherit;font-size:10px;font-weight:600;padding:3px 10px;border-radius:4px;border:1px solid var(--eco-border);background:transparent;color:var(--eco-text-muted);cursor:pointer;transition:all var(--eco-duration)}.eco-media__copy-btn.svelte-1jhlhw2:hover{border-color:var(--detail-color, var(--eco-accent));color:var(--eco-text)}.eco-graph.svelte-1jhlhw2{width:100%;max-width:280px}.eco-graph__svg.svelte-1jhlhw2{overflow:visible}.eco-graph__link.svelte-1jhlhw2{transition:stroke-opacity .2s,stroke-width .2s}.eco-graph__line-pulse.svelte-1jhlhw2{animation:svelte-1jhlhw2-line-pulse-flow 2s ease-in-out infinite}.eco-graph__node.svelte-1jhlhw2{transition:transform .2s var(--eco-ease)}.eco-graph__node--clickable.svelte-1jhlhw2{cursor:pointer}.eco-graph__node--clickable.svelte-1jhlhw2:hover circle:where(.svelte-1jhlhw2){stroke-width:2.5}.eco-graph__node-icon.svelte-1jhlhw2,.eco-graph__node-label.svelte-1jhlhw2,.eco-graph__center-icon.svelte-1jhlhw2{pointer-events:none;user-select:none}.eco-graph__node-label.svelte-1jhlhw2{font-family:inherit}.eco-graph__center.svelte-1jhlhw2{pointer-events:none}.eco-block__pulse-bar.svelte-1jhlhw2{height:2px;border-radius:1px;margin-top:24px;background:linear-gradient(90deg,var(--eco-accent),var(--eco-magenta),var(--eco-warning),var(--eco-accent));background-size:200% 100%;animation:svelte-1jhlhw2-pulse-bar 4s ease-in-out infinite}@media(max-width:768px){.eco-page__body.svelte-1jhlhw2{flex-direction:column}.eco-filter.svelte-1jhlhw2{width:100%;border-right:none;border-bottom:1px solid var(--eco-border);padding-right:0;padding-bottom:16px}.eco-filter__toggle.svelte-1jhlhw2{display:none}.eco-page__grid.svelte-1jhlhw2{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.eco-detail.svelte-1jhlhw2{padding:16px}.eco-detail__header.svelte-1jhlhw2{flex-wrap:wrap}.eco-detail__body--split.svelte-1jhlhw2{flex-direction:column}.eco-detail__graph-area.svelte-1jhlhw2{width:100%;max-width:260px;align-self:center}.eco-detail__logo.svelte-1jhlhw2{float:none;margin:0 0 12px;max-width:80px}.eco-detail__metrics.svelte-1jhlhw2{flex-wrap:wrap;gap:8px}.eco-detail__footer.svelte-1jhlhw2{flex-direction:column;align-items:stretch}.eco-detail__cta.svelte-1jhlhw2{text-align:center;justify-content:center}.eco-page__summary.svelte-1jhlhw2{gap:10px}}
