@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;750;800&display=swap');
:root{--navy:#102d35;--ink:#18353d;--muted:#738287;--green:#237768;--mint:#b8edd9;--line:#e2e8e7;--bg:#f5f7f7;--bonds:#94b8c4;--cash:#e1e8e9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{outline-offset:5px}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}h1{font-size:clamp(26px,2.5vw,38px);letter-spacing:-1.4px;font-weight:750;line-height:1.3}h2{font-size:19px;letter-spacing:-.4px}h3{font-size:19px;letter-spacing:-.5px}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:var(--navy);color:#eaf4f2;padding:35px 24px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;font-weight:800;font-size:21px;letter-spacing:-1px}.brandmark{border:1px solid #8bb5ab;width:32px;height:33px;margin-right:10px;text-align:center;font-size:24px;line-height:30px;color:var(--mint)}.branddot{color:var(--mint)}.workspace-label{font-size:10px;letter-spacing:1.7px;color:#93a8aa;margin:54px 0 17px}nav{display:grid;gap:8px}nav a{font-size:13px;color:#b9cbcc;padding:12px 10px;border-radius:6px;white-space:nowrap}nav a span{display:inline-block;font-size:20px;width:26px;vertical-align:middle}nav a:hover,nav .nav-active{color:#e0f6ed;background:#24444b}nav .nav-active{box-shadow:inset 3px 0 #b8edd9}.sidebar-bottom{margin-top:auto;padding-top:35px;font-size:14px}.small-icon{font-size:27px;color:#b8edd9;margin-bottom:14px}.sidebar-bottom strong{font-weight:500}.sidebar-bottom p{font-size:12px;color:#9db3b6;line-height:1.8;margin-top:15px}.country{border-top:1px solid #365159;margin-top:30px;padding-top:22px;font-size:12px;color:#afc0c1;display:flex;gap:10px;align-items:center}.flag{display:inline-block;width:18px;height:12px;background:linear-gradient(#d86c70 33%,#fff 33%,#fff 66%,#d86c70 66%);border-radius:2px;flex-shrink:0}.page{margin-left:248px}header{height:76px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 42px;background:#fff;font-size:13px;color:var(--muted)}header strong{font-weight:500;color:var(--ink)}header span{margin:0 14px}.header-link{color:var(--ink)}main{max-width:1450px;margin:auto;padding:36px 42px}.intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.eyebrow{font-size:11px;letter-spacing:1.6px;color:var(--green);font-weight:700;margin-bottom:10px}.intro p{color:var(--muted);font-size:14px;margin-top:11px}.outline-pill{border:1px solid var(--line);padding:7px 11px;border-radius:6px;display:inline-flex;align-items:center;gap:8px;font-size:12px;white-space:nowrap;background:#fff}.settings{background:white;border:1px solid var(--line);border-radius:10px;padding:22px 25px;display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:30px}.setting label{font-size:13px;font-weight:500;display:block;margin-bottom:10px}.number-field{display:flex;border:1px solid #dbe3e3;border-radius:5px;align-items:center;padding:7px 13px}.number-field input{min-width:0;width:100%;border:0;background:none;font-size:20px;font-weight:650;color:var(--ink);outline:none}.number-field span{white-space:nowrap;color:var(--muted);font-size:13px}.horizon{border-left:1px solid var(--line);padding-left:30px}.horizon label{display:flex;justify-content:space-between}.horizon strong{font-size:13px;color:var(--green)}input[type=range]{width:100%;accent-color:var(--green);height:15px;margin:9px 0}.range-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.section-title{margin:28px 0 17px;display:flex;align-items:center;justify-content:space-between;gap:16px}.section-title>span{font-size:12px;color:var(--muted)}.step{font:12px 'DM Sans',sans-serif;display:inline-grid;place-items:center;border:1px solid #d5e0de;border-radius:50%;height:25px;width:25px;margin-right:9px;color:var(--green)}.strategies{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.strategy{position:relative;text-align:left;border:1px solid var(--line);border-radius:9px;background:#fff;padding:19px 18px;color:var(--ink);transition:background .18s,transform .18s}.strategy:hover{transform:translateY(-2px);border-color:#87b3a6}.strategy.selected{border:1.5px solid var(--green);background:#ecf5f0;box-shadow:0 0 0 2px #23776808}.strategy-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.risk-bars{display:flex;gap:3px;align-items:end;height:21px}.risk-bars i{width:5px;background:#dce5e3;border-radius:2px}.risk-bars i:nth-child(1){height:7px}.risk-bars i:nth-child(2){height:11px}.risk-bars i:nth-child(3){height:16px}.risk-bars i:nth-child(4){height:21px}.risk-bars i.on{background:var(--green)}.radio{height:16px;width:16px;border:1px solid #cbd7d3;border-radius:50%;background:white}.selected .radio{border:5px solid var(--green)}.strategy h3{font-size:16px;margin-bottom:5px}.strategy p{font-size:12px;color:var(--muted);min-height:38px;line-height:1.5}.strategy-bottom{display:flex;justify-content:space-between;margin-top:19px;padding-top:12px;border-top:1px solid #dfe7e3;font-size:11px}.strategy-bottom strong{font-weight:500}.result-title{margin-top:30px}.portfolio-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px}.panel{border:1px solid var(--line);border-radius:10px;background:white}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.allocation{padding:24px 26px 0}.allocation .eyebrow{font-size:10px;margin-bottom:6px;color:var(--muted)}.badge{font-size:11px;color:var(--green);background:#edf5f1;border:1px solid #d8e9e0;padding:5px 9px;border-radius:5px;white-space:nowrap}.allocation-content{display:flex;align-items:center;justify-content:space-around;gap:24px;padding:30px 0}.donut{height:200px;width:200px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;transform:rotate(-90deg)}.donut-hole{width:152px;height:152px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(90deg)}.donut-hole span{font-size:11px;color:var(--muted)}.donut-hole strong{font-size:26px;letter-spacing:-1px}.donut-hole small{font-size:10px;color:var(--muted);margin-top:4px}.legend{min-width:175px;flex:1;max-width:240px}.legend-row{margin:0 0 20px}.legend-top{display:flex;align-items:center;font-size:13px;gap:9px}.legend-top strong{margin-left:auto}.dot{height:9px;width:9px;border-radius:3px;display:inline-block;flex-shrink:0}.legend-sub{font-size:11px;color:var(--muted);margin-left:18px}.allocation-bottom{border-top:1px solid var(--line);padding:16px 0;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.allocation-bottom a{color:var(--green)}.strategy-note{background:var(--navy);color:#fff;border-radius:10px;padding:24px 26px;position:relative}.note-icon{position:absolute;right:24px;top:18px;font-size:30px;color:var(--mint)}.strategy-note .eyebrow{color:#aed6c9;font-size:10px}.strategy-note h3{font-size:25px;line-height:1.3;max-width:280px;margin:15px 0 12px}.strategy-note p{font-size:12px;color:#b8ccce;line-height:1.7}.note-metrics{display:flex;gap:36px;margin:22px 0 17px}.note-metrics span{display:block;font-size:10px;color:#afc4c6}.note-metrics strong{font-size:16px;font-weight:500}.stress{border-top:1px solid #3b565d;padding-top:14px}.stress>span{font-size:10px;color:#c1d2d2}.stress strong{float:right;font-size:15px;color:#b8edd9}.stress small{display:block;font-size:10px;color:#9db6b9;margin-top:7px}.holdings{margin-top:22px;padding:24px 26px 18px}.panel-heading p{font-size:12px;color:var(--muted);margin-top:5px}table{width:100%;border-collapse:collapse;margin-top:22px;text-align:left;font-size:13px}th{font-size:10px;letter-spacing:.7px;text-transform:uppercase;font-weight:500;background:#f5f7f7;color:var(--muted);padding:11px 12px}td{padding:18px 12px;border-bottom:1px solid var(--line)}th:not(:first-child),td:not(:first-child){text-align:right;white-space:nowrap}td:first-child{display:flex;gap:12px;align-items:center}.asset-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:7px;background:#eaf2ef;color:#317366;font-size:19px;flex-shrink:0}td strong{font-weight:550}td small{display:block;color:var(--muted);font-size:11px;margin-top:3px}td a:hover{text-decoration:underline}.table-note{font-size:11px;line-height:1.65;color:var(--muted);margin-top:15px}.austria-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.austria-grid article{border:1px solid var(--line);background:#fff;border-radius:8px;padding:23px}.info-number{font-size:10px;letter-spacing:1.1px;color:var(--green);font-weight:650}.austria-grid h3{margin:10px 0;font-size:17px}.austria-grid p{font-size:13px;color:var(--muted);line-height:1.75}.austria-grid a{display:inline-block;margin-top:16px;font-size:12px;color:var(--green)}.knowledge{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;padding:40px 0}.knowledge h2{font-size:23px;line-height:1.5}.accordions details{border-bottom:1px solid var(--line);padding:13px 0}.accordions summary{cursor:pointer;font-size:14px;list-style:none;display:flex;justify-content:space-between;gap:20px}.accordions summary:after{content:'+';color:var(--green)}.accordions details[open] summary:after{content:'−'}.accordions p{font-size:13px;color:var(--muted);line-height:1.8;padding:14px 22px 4px 0}footer{border-top:1px solid var(--line);display:flex;gap:25px;justify-content:space-between;align-items:center;padding-top:24px;font-size:10px;color:var(--muted)}.footer-brand{font-size:16px;font-weight:700;color:var(--ink)}footer>span{white-space:nowrap}.warning{border:1px solid #dec58c;color:#795e24;background:#fff9e9;padding:12px 17px;border-radius:8px;font-size:14px;margin-bottom:17px}[hidden]{display:none!important}@media(min-width:1600px){.allocation-content{padding:40px 0}.donut{width:220px;height:220px}.donut-hole{width:170px;height:170px}}@media(max-width:1200px){.sidebar{width:215px;padding:30px 16px}.brand{font-size:19px}.page{margin-left:215px}main{padding:28px 25px}header{padding:0 25px}.intro{align-items:flex-start}.intro>.outline-pill{display:none}.portfolio-grid{grid-template-columns:1.5fr 1fr}.allocation{padding:21px 20px 0}.allocation-content{gap:18px}.donut{height:165px;width:165px}.donut-hole{width:125px;height:125px}.donut-hole strong{font-size:23px}.legend{min-width:135px}.badge{display:none}.strategy{padding:16px 13px}.strategy-bottom{font-size:10px}.strategy-note{padding:22px}.strategy-note h3{font-size:23px}.settings{gap:20px;padding:20px}.horizon{padding-left:20px}}@media(max-width:960px){.sidebar{width:190px}.brand{font-size:17px}.brandmark{width:27px;margin-right:6px}nav a{font-size:12px;padding:11px 6px}.workspace-label{font-size:8px}.page{margin-left:190px}.portfolio-grid{grid-template-columns:1fr}.allocation-content{justify-content:center;gap:45px}.donut{height:200px;width:200px}.donut-hole{height:152px;width:152px}.strategy-note{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.strategy-note .eyebrow,.strategy-note h3,.strategy-note>p{grid-column:1}.note-metrics{grid-column:2;grid-row:2;margin:12px 0}.stress{grid-column:2;grid-row:3}.strategy-note h3{margin-top:7px}.settings{grid-template-columns:1fr 1fr}.horizon{grid-column:1/-1;padding-left:0;border:0}.strategies{grid-template-columns:1fr 1fr}.strategy p{min-height:0}.austria-grid{grid-template-columns:1fr}.austria-grid article{padding:20px}.knowledge{grid-template-columns:1fr;gap:18px}footer>span{display:none}.section-title>span{display:none}}@media(max-width:650px){.sidebar{position:static;width:auto;padding:18px 20px;display:block}.sidebar .brand{font-size:22px}.workspace-label,.sidebar-bottom,nav{display:none}.page{margin:0}header{height:53px;padding:0 20px;font-size:12px}header span{margin:0 8px}main{padding:26px 18px}.intro{margin-bottom:23px}.intro p{font-size:14px}.eyebrow{font-size:10px}h1{font-size:29px}.settings{padding:16px;gap:17px}.number-field{padding:7px 8px}.number-field input{font-size:18px}.number-field span{font-size:11px}.setting label{font-size:12px}.strategies{gap:10px}.strategy h3{font-size:15px}.strategy-bottom{font-size:10px}.section-title h2{font-size:17px}.allocation{padding:20px 17px 0}.allocation h3{font-size:18px}.allocation-content{gap:20px;padding:27px 0}.donut{height:158px;width:158px}.donut-hole{height:119px;width:119px}.donut-hole strong{font-size:21px}.donut-hole small{font-size:9px}.legend{min-width:125px}.legend-top{font-size:12px}.allocation-bottom{font-size:10px}.strategy-note{display:block}.strategy-note h3{max-width:none}.strategy-note p{font-size:14px}.note-metrics{margin:20px 0}.note-metrics span,.stress>span,.stress small{font-size:12px}.holdings{padding:20px 16px}.holdings .outline-pill{display:none}.holdings h2{font-size:18px}.table-wrap{overflow-x:auto}table{min-width:570px}.austria-grid p{font-size:14px}.knowledge{padding:30px 0}.knowledge h2{font-size:22px}footer{display:block}.footer-brand{display:block;margin-bottom:12px}footer p{font-size:11px}.table-note{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.support{border-top:1px solid var(--line);padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.support h2{font-size:19px;margin-bottom:8px}.support p{font-size:14px;color:var(--muted);line-height:1.7}.support-action{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.support-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:1px solid #bed7cd;border-radius:7px;padding:12px 18px;min-height:46px;background:#eaf4ef;color:var(--green);font-size:14px;font-weight:600;transition:background .2s}.support-button:hover{background:#dceee4}.support-button:focus-visible{outline:2px solid var(--green);outline-offset:4px}.support-button span:first-child{font-size:22px;line-height:1}.support-action small{font-size:12px;line-height:1.6;color:var(--muted);text-align:center}@media(max-width:1100px){.support{align-items:flex-start;flex-direction:column;gap:18px}.support-action{align-items:flex-start}.support-action small{text-align:left}}@media(max-width:400px){.support-action{width:100%}.support-button{width:100%;padding:12px 10px;font-size:13px}}
