@import "https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap";@font-face{font-family:Arial Pro;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Arial Pro;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Arial MT Pro;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Arial MT Pro;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:ArialMTPro-Regular;src:url(/arial-mt-pro-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ArialMTPro-Bold;src:url(/arial-mt-pro-bold.otf)format("opentype");font-weight:700;font-style:normal}:root{--text-primary:#1e293b;--text-secondary:#475569;--text-meta:#94a3b8;--bg-page:#fdfbf7;--bg-surface:#fff;--bg-panel:#fcfcfd;--border-light:#e2e8f0;--border-medium:#cbd5e1;--brand-dark:#055068;--brand-gradient:linear-gradient(90deg, #055068 0%, #0092aa 50%, #a9cfd5 100%)}body{background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100vw;height:100vh;margin:0;padding:0;font-family:Arial Pro,Arial,Helvetica,sans-serif;overflow:hidden}.container{width:100vw;height:100vh;margin:0;padding:0}.app-header{margin-bottom:60px}.app-header h1{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 15px;padding-bottom:20px;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.app-header h1:after{content:"";background:var(--brand-gradient);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:0}.text-sections{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px;display:grid}.text-block{background:var(--bg-surface);border:1px solid var(--border-light);border-top:3px solid var(--brand-dark);box-shadow:none;border-radius:2px;flex-direction:column;padding:35px 35px 40px;display:flex;position:relative;overflow:hidden}#ecf-map{background-color:var(--surface);cursor:grab;width:100%;height:100%;position:relative;overflow:hidden}#ecf-map:active{cursor:grabbing}.text-block:first-child:before{content:"";background:var(--brand-gradient);width:100%;height:3px;position:absolute;top:0;left:0}.text-block h2{color:var(--brand-dark);letter-spacing:-.01em;margin:0 0 16px;font-family:Merriweather,serif;font-size:1.15rem;font-weight:600}.text-block p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.sankey-layout{background:var(--bg-surface);width:100%;height:100%;display:flex}#sankey-container{flex:1;width:100%;min-height:100%;padding:20px}.detail-title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:14px;font-family:Merriweather,serif;font-size:1.4rem;font-weight:600;display:block}.detail-body{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:1.05rem;line-height:1.6}.detail-placeholder{color:var(--text-meta);font-size:.95rem;font-style:italic;line-height:1.5}@media (width<=1024px){.sankey-layout{flex-direction:column}#sankey-container{min-height:500px;padding:30px}}.ecf-tooltip{pointer-events:none;opacity:0;z-index:9999999;border:1px solid var(--border-light);background:#fff;border-radius:6px;width:260px;padding:0;transition:opacity .2s,transform .2s;position:absolute;box-shadow:0 4px 15px #05506826}.ecf-map-dot[data-score="0"],.off-screen-pointer[data-score="0"]{--theme-color:#e63946;--dimmed-color:#decbd0}.ecf-map-dot[data-score="1"],.off-screen-pointer[data-score="1"]{--theme-color:#f4a261;--dimmed-color:#e4d5cc}.ecf-map-dot[data-score="2"],.off-screen-pointer[data-score="2"]{--theme-color:#e9c46a;--dimmed-color:#e0e2ce}.ecf-map-dot[data-score="3"],.off-screen-pointer[data-score="3"]{--theme-color:#a7c957;--dimmed-color:#c5e4c7}.ecf-map-dot[data-score="4"],.off-screen-pointer[data-score="4"]{--theme-color:#2a9d8f;--dimmed-color:#94d3cf}.ecf-map-dot,.off-screen-pointer{--theme-color:#055068;--dimmed-color:#84a8b7}.ecf-map-dot{fill:var(--theme-color);transform-origin:50%;cursor:pointer}#ecf-map.has-active-selection .ecf-map-dot:not(.active-marker):not(:hover),#ecf-map.has-active-selection .off-screen-pointer:not(.active-marker):not(:hover) circle,#ecf-map.has-active-selection .off-screen-pointer:not(.active-marker):not(:hover) path{fill:var(--dimmed-color)!important}.off-screen-pointer circle,.off-screen-pointer path{fill:var(--theme-color)}.ecf-map-dot:hover,.ecf-map-dot.active-marker{filter:drop-shadow(0 0 6px #0092aa80)}.rich-link-card{background:var(--bg-surface);border:1px solid var(--border-medium);color:var(--text-primary);box-shadow:none;border-radius:2px;min-height:80px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.rich-link-card:hover{border-color:var(--brand-interactive);transform:translateY(-2px);box-shadow:0 6px 16px #05506814}.rlc-image{border-right:1px solid var(--border-light);background-color:#f1f5f9;background-position:50%;background-size:cover;flex-shrink:0;width:90px}.rlc-content{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;padding:12px 14px;display:flex}.rlc-title{color:var(--brand-dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-family:Merriweather,serif;font-size:.95rem;font-weight:600;overflow:hidden}.rlc-desc{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.rlc-domain{color:var(--text-meta);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.nlp-highlight{cursor:pointer;border-radius:3px;margin:0 1px;padding:0 4px;line-height:1.3;transition:all .2s;display:inline-block}.nlp-cycling{background-color:#2ecc7140;border-bottom:2px solid #2ecc71}.nlp-cycling:hover{background-color:#2ecc7166}.nlp-ped-cycle{background-color:#1abc9c40;border-bottom:2px solid #1abc9c}.nlp-ped-cycle:hover{background-color:#1abc9c66}.nlp-ped-only{background-color:#f1c40f4d;border-bottom:2px solid #f1c40f}.nlp-ped-only:hover{background-color:#f1c40f73}.nlp-other{background-color:#e67e2240;border-bottom:2px solid #e67e22}.nlp-other:hover{background-color:#e67e2266}.nlp-excluded{color:#7f8c8d;background-color:#95a5a626;text-decoration:line-through}.nlp-excluded:hover{background-color:#95a5a64d}#nlp-tooltip{color:#fff;z-index:10000;pointer-events:none;opacity:0;background:#2c3e50;border-radius:6px;max-width:250px;padding:8px 12px;font-size:.8rem;line-height:1.4;transition:opacity .2s;position:fixed;transform:translate(-50%,-10px);box-shadow:0 4px 12px #00000026}#nlp-tooltip.visible{opacity:1}.rich-text-content ul,.rich-text-content ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.rich-text-content li{margin-bottom:.25rem}.rich-text-content p{margin-bottom:.5rem}.node-modal{background:0 0;border:none;border-radius:2px;width:95vw;max-width:1600px;height:95vh;max-height:900px;margin:auto;padding:0;box-shadow:0 10px 40px #0000001a}.node-modal::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99}.node-modal[open]{animation:.3s ease-out forwards slideIn}.node-modal.closing{animation:.3s ease-out forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.modal-content{background:var(--bg-page);box-sizing:border-box;flex-direction:column;gap:32px;height:100%;padding:40px 50px;display:flex;position:relative;overflow-y:auto}.modal-header-full{border-bottom:1px solid var(--border-light);justify-content:flex-start;align-items:flex-start;gap:48px;width:100%;margin-bottom:16px;padding-bottom:16px;display:flex}.header-left{flex:none;min-width:350px;max-width:40%}.header-right{flex:auto}@media (width<=1024px){.modal-header-full{flex-direction:column;gap:20px}}.modal-columns-wrapper{grid-template-columns:6fr 4fr;align-items:start;gap:40px;display:grid}@media (width<=1024px){.modal-columns-wrapper{grid-template-columns:1fr;gap:30px}}.close-btn{background:var(--bg-surface);border:1px solid var(--border-light);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;transition:all .2s;display:flex;position:absolute;top:20px;right:25px;box-shadow:0 2px 8px #0000000d}.close-btn:hover{color:var(--text-primary);transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.modal-col-left{flex-direction:column;gap:20px;display:flex}.modal-col-right{flex-direction:column;gap:24px;display:flex}.carousel-container{background:#e2e8f0;border-radius:8px;width:100%;max-height:300px;position:relative;overflow:hidden}.carousel-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.carousel-slide.active{opacity:1}.carousel-dots{z-index:10;justify-content:center;gap:8px;width:100%;display:flex;position:absolute;bottom:15px}.carousel-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:background .2s}.carousel-dot.active{background:#fff}.hero-stat-container{padding:0}.hero-stat-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4px;font-family:Merriweather,serif;font-size:2.2rem;font-weight:800;line-height:1.1}.hero-stat-amount{color:var(--brand-dark);margin:8px 0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;line-height:1.1}.pull-quote{background:0 0;margin:0;padding:0 32px;position:relative}.pull-quote-header{align-items:center;gap:16px;margin-bottom:4px;display:flex}.giant-quote-mark{color:#039;opacity:.15;font-family:serif;font-size:6rem;line-height:.5;display:inline-block;transform:translateY(10px)}.pull-quote-label{text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:0;font-size:.75rem;font-weight:300}.pull-quote-text{color:#0f172a;z-index:2;max-width:800px;margin-top:0;font-size:1.2rem;font-weight:500;line-height:1.6;position:relative}.target-badge{border:1px solid var(--border-medium);color:#334155;text-transform:uppercase;letter-spacing:.05em;background:0 0;border-radius:0;margin:0 8px 8px 0;padding:4px 12px;font-family:monospace;font-size:.8rem;font-weight:600;display:inline-block}.info-card{background:var(--bg-surface);border:1px solid #e2e8f0;border-radius:2px;padding:32px}.info-card h4{color:var(--text-primary);align-items:center;gap:8px;margin:0 0 16px;font-family:Merriweather,serif;font-size:1.1rem;font-weight:700;display:flex}.info-card .content{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.info-card .content p{margin-top:0;margin-bottom:.75rem}.info-card .content p:last-child{margin-bottom:0}.proof-editorial-card{border:1px solid #e2e8f0;border-top:3px solid var(--border-medium);background:#fff;border-radius:2px;overflow:hidden}.image-gradient-wrapper{width:100%;height:250px;position:relative}.gradient-overlay{z-index:2;pointer-events:none;background:linear-gradient(#fff0 0%,#fffc 60%,#fff 100%);width:100%;height:150px;position:absolute;bottom:0;left:0}.proof-overlay-title{z-index:3;color:#1e293b;margin:0;font-size:1.1rem;position:absolute;bottom:10px;left:24px}.proof-text-content{z-index:3;color:#475569;margin-top:-10px;padding:0 24px 24px;font-size:.9rem;position:relative}#map-loading-overlay{background:var(--bg-surface);z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.spinner{border:4px solid var(--border-light);border-top:4px solid var(--brand-dark);border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#map-loading-text{color:var(--brand-dark);letter-spacing:.5px;font-size:1.1rem;font-weight:600}
