@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap');
:root{--bg:#f7f8f5;--ink:#193a32;--muted:#78817a;--line:#e2e7df;--green:#214f3f;--gold:#aa9160}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,input,a{-webkit-tap-highlight-color:transparent}button,a,input{outline-offset:5px}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button{transition:background .2s,box-shadow .2s}button:hover{filter:brightness(.96)}.header{height:88px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5.5%;background:#fafbf8}.brand{font-family:Manrope,Arial,sans-serif;font-size:33px;letter-spacing:-2px;font-weight:800;display:flex;align-items:center;gap:10px}.branddot{color:var(--gold);margin-left:-10px}.brandmark{font-size:35px;font-weight:400}nav{display:flex;gap:35px;height:100%;align-items:center}nav a{height:100%;display:flex;align-items:center;font-size:15px;color:var(--muted)}nav a.active{border-bottom:2px solid var(--ink);color:var(--ink)}.edition{font-size:12px;letter-spacing:2px}.edition span{color:#a9afa7}main{max-width:1450px;margin:auto;padding:0 5.5%}.hero{display:flex;justify-content:space-between;align-items:center;min-height:355px;padding:49px 0 38px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:650}.hero .eyebrow{display:flex;align-items:center;gap:10px}.eyebrow>span{width:6px;height:6px;background:var(--gold);border-radius:50%}h1{font-family:Manrope,Arial,sans-serif;font-size:56px;line-height:1.12;font-weight:500;letter-spacing:-2.5px;margin:22px 0 20px}h1 em{font-style:normal;color:#849783}.hero p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}.hero-art{width:390px;height:275px;position:relative;display:grid;place-items:center;overflow:hidden}.orb{width:177px;height:177px;border-radius:50%;background:radial-gradient(circle at 30% 27%,#d8e0c9 0%,#93aa89 33%,#375f46 67%,#173f31 90%);box-shadow:20px 22px 45px #173f3120;position:relative}.orb:after{content:'';position:absolute;inset:0;border-radius:50%;background:repeating-linear-gradient(98deg,transparent 0px,transparent 17px,#fff2 18px,transparent 19px);transform:rotate(-19deg)}.orbit{position:absolute;width:315px;height:132px;border:1px solid #b6c2af80;border-radius:50%;transform:rotate(-25deg);z-index:1}.o2{transform:rotate(40deg);width:285px;height:220px;z-index:0}.o3{transform:rotate(-70deg);width:260px;height:195px;z-index:0}.art-caption{position:absolute;bottom:6px;font-size:10px;letter-spacing:2px;color:#99a291}.art-coordinate{position:absolute;right:0;top:31px;font-size:10px;letter-spacing:1px;color:#99a291}.sectionline{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.snapshot{font-size:12px;color:var(--muted);display:flex;gap:7px;align-items:center}.snapshot i{width:5px;height:5px;background:#779174;border-radius:50%}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.categories button{display:flex;align-items:center;text-align:left;gap:16px;border:1px solid var(--line);background:#fff;border-radius:9px;padding:23px 20px;min-height:99px}.categories button[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 6px 16px #173f3110}.category-icon{font-size:30px;font-weight:400}.categories strong{display:block;font-family:Manrope,sans-serif;font-size:17px;font-weight:600}.categories small{display:block;font-size:13px;margin-top:7px;color:#87958a}.categories [aria-selected=true] small{color:#bfccc2}.count{margin-left:auto;font-size:12px;align-self:flex-start;color:#9fa99e}.count b{font-size:19px;display:block;margin-top:15px;font-weight:400}.market-intro{display:flex;justify-content:space-between;align-items:center;margin:34px 0 22px}h2{font-family:Manrope,sans-serif;font-size:26px;letter-spacing:-.7px;font-weight:550;margin:0 0 9px}.market-intro p{color:var(--muted);font-size:14px;margin:0}.tag{border:1px solid #dce3d7;border-radius:5px;padding:6px 10px;font-size:12px;color:#72836c;background:#eff3eb}.stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:9px;padding:23px 0;margin-bottom:22px}.stat{padding:0 27px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-family:Manrope,sans-serif;font-size:28px;letter-spacing:-.7px;margin:8px 0 4px}.stat-value small{font-size:15px;color:#83927f;margin-left:4px}.stat-sub{font-size:12px;color:var(--muted)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:20px}.chart-card{background:white;border:1px solid var(--line);border-radius:10px;padding:26px 25px 16px;min-width:0}.chart-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.chart-heading .eyebrow{font-size:10px;color:var(--muted)}h3{font-family:Manrope,sans-serif;letter-spacing:-.5px;font-weight:600;font-size:21px;margin:8px 0 0}.segmented{display:flex;gap:2px;border:1px solid var(--line);padding:3px;border-radius:6px}.segmented button{border:0;background:none;font-size:12px;padding:7px 9px;border-radius:4px}.segmented .selected{background:#eaf0e6;color:#244c38}.chart-controls{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:8px;color:var(--muted);font-size:12px}.periods{display:flex;gap:3px}.periods button{font-size:12px;border:0;background:transparent;border-radius:4px;width:30px;height:27px}.periods .selected{background:var(--ink);color:#fff}.plot-wrap{position:relative;margin-top:7px}#plot{width:100%;display:block;overflow:visible}#plot text{font-family:'DM Sans',sans-serif}#plot .bubble{cursor:pointer;transition:fill-opacity .15s,stroke-width .15s}#plot .bubble:hover,#plot .bubble:focus{fill-opacity:.5;stroke-width:3}.legend{display:flex;flex-wrap:wrap;gap:8px 16px;min-height:29px;margin-top:3px}.legend button{border:0;background:transparent;font-size:12px;padding:5px 0;display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.legend .off{opacity:.4;text-decoration:line-through}.chart-foot{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted);gap:12px}.insight{background:#eaf0e5;border-radius:10px;padding:26px 24px;position:relative;overflow:hidden}.insight>.eyebrow{font-size:10px;color:#62765b}.insight-symbol{position:absolute;right:22px;top:47px;font-size:44px;font-weight:400;color:#c1ceba}.insight h3{font-size:28px;font-weight:500;line-height:1.28;margin:27px 0 16px}.insight p{font-size:13px;color:#73816b;line-height:1.8}.insight label{display:flex;justify-content:space-between;font-size:12px;margin-top:25px}.insight output{font-weight:600}.insight input{width:100%;accent-color:var(--green);height:3px;margin:22px 0 16px}.cost-result{border-top:1px solid #d6dfcf;padding-top:18px}.cost-result span,.cost-result small{display:block;font-size:12px;color:#74836a}.cost-result strong{display:block;font-family:Manrope,sans-serif;font-weight:500;font-size:30px;margin:10px 0}.insight .aside-note{font-size:11px;line-height:1.65;margin-bottom:0}.table-section{margin-top:34px}.table-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.table-heading h3{font-size:22px}.table-heading p{font-size:13px;color:var(--muted)}.export{border:1px solid var(--line);border-radius:6px;background:#fff;padding:10px 14px;font-size:13px}.table-scroll{border:1px solid var(--line);border-radius:9px;overflow:auto;background:#fff}table{border-collapse:collapse;width:100%;white-space:nowrap;font-size:14px}th{text-align:left;font-weight:400;color:var(--muted);font-size:12px;background:#f0f3ed;padding:16px 14px}th button{border:0;background:none;font-size:12px;color:var(--muted);padding:0}td{padding:18px 14px;border-top:1px solid #edf0e9}td:first-child,th:first-child{width:45px;padding-left:20px}input[type=checkbox]{accent-color:var(--ink);width:14px;height:14px;cursor:pointer}.fund-name{display:flex;gap:11px;align-items:center}.fund-monogram{width:33px;height:33px;border-radius:7px;background:#f1f3ee;display:grid;place-items:center;font-family:Georgia,serif;font-weight:bold;font-size:18px}.fund-name strong{font-size:14px;font-weight:550}.fund-name small{display:block;font-size:12px;color:var(--muted);margin-top:6px}.positive{color:#467345}.negative{color:#a75b49}.distribution{font-size:12px;border:1px solid var(--line);border-radius:4px;padding:5px 7px;color:#77816e}.external{font-size:19px;color:#8d9788}.data-note{font-size:12px;line-height:1.7;color:var(--muted)}.method{display:grid;grid-template-columns:1fr 1.25fr;gap:70px;padding:55px 0 45px;border-top:1px solid var(--line);margin-top:37px}.method h2{font-size:27px;line-height:1.5;margin-top:18px}.method .eyebrow{font-size:11px;color:var(--muted)}details{border-bottom:1px solid var(--line);padding:15px 0}details:first-child{padding-top:0}summary{cursor:pointer;font-size:14px;font-weight:500}details p{font-size:13px;line-height:1.9;color:var(--muted);margin-bottom:4px}.sources{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;margin-top:12px}.sources a{text-decoration:underline}footer{border-top:1px solid var(--line);padding:26px 0;display:flex;align-items:center;gap:24px}footer .brand{font-size:26px}footer span{color:var(--muted);font-size:12px}footer small{margin-left:auto;color:#939b8d;font-size:11px}#tooltip{position:absolute;top:18px;right:16px;padding:13px 16px;border:1px solid var(--line);border-radius:7px;background:#fffffff5;box-shadow:0 8px 25px #193a3210;font-size:13px;pointer-events:none;line-height:1.8;z-index:3}#tooltip strong{display:block}.empty{fill:#7a8576;font-size:17px}@media(min-width:1500px){main{padding:0 60px}.header{padding:0 max(60px,calc((100vw - 1330px)/2))}}@media(max-width:1050px){main{padding:0 4%}.workspace{grid-template-columns:minmax(0,1fr) 245px}.chart-card{padding:20px 16px}.chart-heading{align-items:flex-start;flex-direction:column}.categories button{padding:19px 14px;gap:10px}.categories strong{font-size:16px}.categories small{font-size:12px}.insight{padding:23px 19px}.hero-art{width:300px}.hero h1{font-size:49px}}@media(max-width:760px){.header{height:70px;padding:0 5%}.edition{display:none}nav{gap:20px}nav a{font-size:13px}.brand{font-size:29px}main{padding:0 5%}.hero{min-height:290px;padding:35px 0}.hero h1{font-size:41px;letter-spacing:-1.8px}.hero-art{width:160px;height:220px;position:absolute;right:10px;opacity:.18;z-index:-1}.hero .eyebrow{font-size:10px}.hero p{font-size:14px}.snapshot{font-size:10px}.sectionline .eyebrow{font-size:10px}.categories{gap:8px}.categories button{padding:14px 10px;min-height:115px;display:block}.category-icon{font-size:23px}.categories strong{font-size:14px;margin-top:9px}.categories small,.count{display:none}.market-intro{margin-top:28px;gap:10px}.market-intro h2{font-size:23px}.market-intro p{font-size:12px;line-height:1.6}.tag{font-size:10px;white-space:nowrap}.stats{padding:18px 0}.stat{padding:0 12px}.stat-label{font-size:11px}.stat-value{font-size:22px}.stat-value small{font-size:12px}.stat-sub{font-size:10px;line-height:1.6}.workspace{grid-template-columns:1fr}.chart-heading{flex-direction:row;align-items:center}.chart-heading h3{font-size:19px}.segmented button{font-size:11px;padding:6px}.chart-heading .eyebrow{font-size:9px}.chart-controls{font-size:10px}.periods button{width:26px}.chart-foot{font-size:10px}.insight{padding:24px}.insight h3{margin-top:16px}.insight-symbol{top:28px}.insight p{max-width:440px}.table-heading h3{font-size:19px}.table-heading p{font-size:11px;max-width:220px;line-height:1.7}.export{font-size:11px;padding:9px}.method{grid-template-columns:1fr;gap:25px;padding-top:35px}.method h2{font-size:25px}.method details p{font-size:14px}footer{flex-wrap:wrap;gap:15px}footer small{margin-left:0;width:100%;line-height:1.6}}
@media(max-width:760px){.plot-wrap{overflow-x:auto;padding-bottom:8px}#plot{min-width:560px}.chart-controls{flex-wrap:wrap;row-gap:10px}.chart-controls:after{content:"Grafik seitlich wischen für alle Details";display:block;width:100%;color:#8b9586;font-size:11px}.chart-heading{flex-wrap:wrap}.categories button:focus{outline:2px solid #aa9160;outline-offset:3px}}

/* Voluntary support stays secondary to the ETF comparison. */
.support{border-top:1px solid var(--line);padding:27px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.support h2{font-size:18px;letter-spacing:-.3px;margin:0 0 8px}.support p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.support-action{display:flex;flex-direction:column;align-items:center;gap:9px;flex-shrink:0}.support-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:1px solid #c7cfbf;border-radius:6px;padding:12px 18px;font-size:14px;min-height:44px;background:#f1f4ed;transition:background .2s,border-color .2s}.support-button:hover{background:#e7eddf;border-color:var(--gold)}.support-button:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.support-button span:first-child{color:var(--gold);font-size:20px}.support-action small{font-size:11px;line-height:1.5;color:var(--muted)}.chart-controls,.chart-foot{flex-wrap:wrap}.sectionline{gap:12px}.snapshot{flex-shrink:0}
@media(max-width:760px){.support{align-items:flex-start;flex-direction:column;gap:18px}.support-action{align-items:flex-start}.sectionline{flex-wrap:wrap}.header nav{gap:14px}.header nav a{font-size:12px}.stat-value{font-size:22px}.stat-value small{margin-left:0}.tag{white-space:normal}.categories strong{overflow-wrap:anywhere}}
