.sipra-rect{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:.8rem;box-sizing:border-box;border-radius:12px;background:#fff;border:1px solid #e5e7eb;position:relative;transition:transform .15s,box-shadow .2s}.sipra-rect:hover{transform:scale(1.02);box-shadow:0 4px 10px #0000001f}.sipra-rect-title{font-size:1rem;font-weight:600;color:#111;margin-bottom:.6rem;min-height:2.8rem;display:flex;align-items:center;justify-content:center;line-height:1.2;text-align:center}.sipra-title-second-line{font-weight:500;color:#4b5563}.sipra-rect-circle{flex:1;width:100%;max-width:220px;max-height:220px;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center;margin:0 auto;position:relative}.sipra-rect-circle>*{width:100%;height:100%;max-width:100%;max-height:100%}.sipra-rect-emoji{position:absolute;font-size:2rem;z-index:50;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%)}.sipra-rect-score-text{margin-top:.4rem;font-size:.95rem;font-weight:500;color:#111;display:flex;gap:.35rem;align-items:baseline;justify-content:center}.sipra-rect-score-diff.diff-up{color:#dc2626;font-weight:600}.sipra-rect-score-diff.diff-down{color:#16a34a;font-weight:600}.sipra-rect-score-diff.diff-zero{color:#6b7280;font-weight:500}.sipra-rect-subtitle{font-size:.85rem;color:#4b5563;margin-top:-.3rem;margin-bottom:.4rem;text-align:center}.sipra-rect{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;padding:1.2rem 1rem}.sipra-rect-large .sipra-rect-title{font-size:1rem;line-height:1}.sipra-rect-large .sipra-rect-circle{width:100%}.sipra-rect-large .sipra-rect-score-text{font-size:.9rem}.sipra-rect-small .sipra-rect-title{font-size:1.3rem;line-height:1.15}.sipra-rect-small .sipra-rect-circle{width:80%}.sipra-rect-small .sipra-rect-score-text{font-size:1.1rem}.radial-bar-chart{--radial-track-color: rgba(148, 163, 184, .65);display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.radial-bar-chart__inner{position:relative;display:inline-flex;width:100%;height:100%;border-radius:999px;z-index:0}.radial-bar-chart__svg{width:100%;height:100%;position:relative;z-index:1}.radial-bar-chart__inner:after{content:"";position:absolute;inset:15%;border-radius:50%;background:#020617e6;box-shadow:inset 0 0 10px #00000059;z-index:0}.radial-bar-chart__track{fill:none;stroke:var(--radial-track-color)}.radial-bar-chart__progress{fill:none;stroke-linecap:round;transition:stroke-dashoffset .7s ease,opacity .2s ease}.radial-bar-chart--loading .radial-bar-chart__track{stroke:#374151cc}.radial-bar-chart__spinner{fill:none;stroke:#9ca3aff2;stroke-linecap:round;transform-origin:50% 50%;animation:radial-bar-spin 1.1s linear infinite}.radial-bar-chart__indicator-dot{stroke:#fff;stroke-width:2px}@keyframes radial-bar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.risk-h-wrapper{width:100%;height:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:stretch;justify-items:stretch;box-sizing:border-box}.risk-h-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:visible;min-height:0;min-width:0;box-sizing:border-box;flex-shrink:1}.risk-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:30}.risk-overlay-content{width:min(600px,90vw);min-height:240px;background:#fff;border-radius:16px;box-shadow:0 12px 32px #0000002e;padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.risk-overlay-content h2{margin:0;font-size:1.4rem;color:#111}.risk-overlay-content p{margin:0;color:#4b5563;font-size:.95rem}.score-sipra-bar{display:flex;align-items:center;justify-content:space-between;padding-left:var(--small-padding);border-radius:var(--border);font-family:sans-serif;font-size:.9rem;background:#fff;width:100%;height:90px;box-shadow:0 1px 4px #0000000d}.left-section{display:flex;align-items:center;gap:var(--small-gap);flex:1}.emoji{font-size:1.2rem}.title{font-weight:500;white-space:nowrap}.barchart-rect{height:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:10px;border:2px dashed #ccc;background:#fafafa;flex-shrink:0}.barchart-rect>*{width:70%;height:70%}.score-sipra-bar:hover{background:#f5f5f5;transition:background .2s}.overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:20}.overlay-content{background:#fff;width:600px;height:400px;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;justify-content:center;align-items:center}.riskbar-wrapper{width:100%;height:100%;display:grid;grid-template-rows:repeat(5,1fr);gap:1rem}.riskbar-clickable{cursor:pointer;transition:transform .15s,background .2s,box-shadow .2s;border-radius:12px}.riskbar-clickable:hover{transform:scale(1.02);background:#f5f5f5;box-shadow:0 4px 10px #0000001a}.riskbar-clickable>*{width:100%;height:100%!important}@media (max-width: 900px){.riskbar-wrapper{height:auto;display:flex;flex-direction:column;gap:.6rem}.riskbar-clickable>*{height:60px!important;min-height:60px!important}.overlay-content{width:90%;height:260px}}.overview{display:flex;flex-direction:column;align-items:center;font-family:system-ui,sans-serif;background-color:#f9f9f9;min-height:100%;padding-bottom:120px}.topbar{width:100%;display:flex;justify-content:space-between;align-items:center;background:#111;color:#fff;padding:.8rem 1.5rem;position:sticky;top:0;z-index:10}.topbar a{color:#fff;margin-left:1.2rem;text-decoration:none;font-weight:500}.risk-score-header{width:80%;margin-top:2rem}.risk-header-inline{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.main-title{font-size:2rem;font-weight:700;color:#111;white-space:nowrap}.circle-placeholder{width:120px;height:120px;border-radius:50%}.chart-section{width:80%;background:#fff;border-radius:12px;margin:1rem 0 1.5rem;padding:1.5rem 1.8rem;box-shadow:0 2px 8px #0000000d;height:55vh;display:flex;align-items:center;justify-content:center}.chart-placeholder{width:100%;height:100%;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#777}.floating-buttons{position:fixed;bottom:2rem;display:flex;gap:2rem;justify-content:center;width:100%;pointer-events:none}.btn{pointer-events:all;background:#111;color:#fff;padding:.8rem 1.8rem;border-radius:8px;text-decoration:none;transition:background .2s}.btn:hover{background:#333}.risklayoutwrapper{width:80%}.risklayout-desktop{display:block}.risklayout-mobile{display:none;width:100%;margin-top:1rem}@media (max-width: 900px){.risklayoutwrapper{width:90%}.risklayout-desktop{display:none}.risklayout-mobile{display:block}}.lab-single-chart{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden}.ss-chart-placeholder{height:100%;width:100%;background:#f3f4f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.8rem}.ss-row{display:flex;gap:1rem;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem;background:#fff}.ss-row.removed{border-style:dashed;background:#f3f4f6;opacity:.75}.ss-chart{width:35%;min-width:100px;display:flex;align-items:center;border-style:solid;border-color:gray;border-radius:10px}.ss-chart-placeholder{width:100%;height:100%;background:#f3f4f6;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#6b7280}.ss-right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.ss-header{display:flex;justify-content:space-between;align-items:center}.ss-header strong{font-size:1rem;display:block}.ss-header small{font-size:.75rem;color:#6b7280}.ss-remove{border:none;background:none;color:#ef4444;cursor:pointer;font-size:.85rem}.ss-remove.restore{color:#059669}.ss-removed-label{margin:.25rem 0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.ss-controls-row{display:flex;justify-content:space-between;align-items:center}.ss-controls{display:flex;gap:.4rem;align-items:center}.ss-controls button{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:.35rem .75rem;cursor:pointer}.ss-controls button:disabled,.ss-controls input[type=number]:disabled{opacity:.5;cursor:not-allowed}.ss-controls input[type=number]{border:1px solid #d1d5db;border-radius:8px;padding:.3rem .6rem;width:60px}.ss-meta{display:flex;gap:.75rem;font-size:.8rem;color:#4b5563;align-items:center}.ss-meta em{color:#6b7280}.ss-meta .positive{color:#059669}.ss-meta .negative{color:#dc2626}@media (max-width: 600px){.ss-controls-row{flex-direction:column;align-items:flex-start;gap:.6rem}.ss-controls{width:100%;justify-content:flex-start;gap:.5rem}.ss-meta{width:100%;flex-wrap:wrap;font-size:.8rem;gap:.5rem}.ss-chart{display:none!important}}.lab-search-suggestions button span{display:flex;flex-direction:column}.lab-search-suggestions strong{font-size:.95rem;font-weight:600;line-height:1.1}.lab-search-suggestions small{font-size:.75rem;color:#6b7280;margin-top:2px}.lab-search-suggestions button{display:flex;justify-content:space-between;align-items:center;padding:.65rem .75rem;gap:.75rem}.lab-search-suggestions .lab-pill{align-self:center}.lab-portfolio-editor{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:hidden}.lab-search.morph{width:100%;border:1px solid #ddd;border-radius:10px;padding:.6rem .8rem;background:#fff;display:flex;flex-direction:column;gap:.35rem}.lab-search input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.6rem .8rem;font-size:.95rem}.lab-search-meta{font-size:.75rem;color:#6b7280}.lab-search-suggestions{border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;max-height:180px;overflow-y:auto;background:#fff;z-index:2}.lab-search-suggestions button{border:none;background:transparent;padding:.65rem .75rem;text-align:left;display:flex;justify-content:space-between;gap:.75rem;cursor:pointer}.lab-search-suggestions button:hover{background:#f3f4f6}.lab-editor-list{flex:1;min-height:0;overflow-y:auto;padding:.25rem .25rem 0;display:flex;flex-direction:column;gap:.75rem;opacity:.85;transition:opacity .3s}.lab-editor-summary{border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;padding:.9rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.portfolio-summary-actions{display:flex;gap:.5rem;align-items:center}.portfolio-add-holding{border:1px solid #111;background:#111;color:#fff;border-radius:999px;padding:.3rem 1.2rem;font-size:.85rem;cursor:pointer;transition:background .2s,color .2s}.portfolio-add-holding:hover{background:#fff;color:#111}.lab-inline-hint{color:#6b7280;font-size:.9rem;text-align:center;padding:1rem 0}.lab-pill{border-radius:999px;background:#111;color:#fff;font-size:.75rem;padding:.2rem .75rem}.lab-pill.subtle{background:#e5e7eb;color:#374151}.lab{font-family:system-ui,sans-serif;height:100vh;display:flex;flex-direction:column;padding-bottom:1.5rem}.lab-inline-buttons{display:none}.lab-back-button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid #d1d5db;background:#fff;color:#111;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.lab-back-button:hover{background:#f3f4f6;border-color:#111;transform:scale(1.05)}.lab-back-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.lab-cta-band{width:100%;padding:.5rem 2rem 0;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#4b5563;font-size:.95rem}.lab-container{display:flex;height:calc(100vh - 80px)}.lab-left{width:50%;border-right:1px solid #ddd;display:flex;justify-content:center;align-items:stretch}.lab-right{width:50%;display:flex;flex-direction:column;height:100%;padding:1.5rem;gap:1rem;box-sizing:border-box}.chart-box{flex:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1rem 1.5rem;display:flex;flex-direction:column}.lab-chart-placeholder{flex:1;position:relative;border-radius:12px;background:linear-gradient(120deg,#6366f114,#f9731614);padding:.25rem;min-height:220px}.lab-chart-placeholder.filled{background:#fafafa;border:1px solid #eee;padding:.5rem;border-radius:12px;min-height:0}.lab-chart-loading{position:absolute;top:.75rem;right:.75rem;background:#ffffffd9;color:#4b5563;font-size:.75rem;padding:.2rem .75rem;border-radius:999px;box-shadow:0 2px 6px #0000001a;z-index:2}.portfolio-editor-wrapper{width:100%;height:100%;padding:1.5rem;box-sizing:border-box;overflow:hidden}.portfolio-editor{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.riskholder{position:relative;width:100%}.riskholder-desktop{display:block}.riskholder-mobile{display:none;margin-bottom:1rem}@media (max-width: 900px){body,.lab{height:auto;overflow-y:auto}.lab-container{flex:1;min-height:0;display:flex}.lab-left,.lab-right{width:100%;border-right:none;padding:1rem 1.5rem}.chart-box{display:block;order:2}.portfolio-editor{flex:none;height:auto;min-height:280px}.lab-header-inline{flex-direction:column;align-items:flex-start;gap:.6rem;padding-bottom:.5rem}.lab-cta-band{flex-direction:column;align-items:flex-start;padding-right:1.5rem;padding-left:1.5rem}.riskholder-desktop{display:none}.riskholder-mobile{display:block}.lab-cta-band .cta-link{margin-left:0}}.progress-wrapper{width:100%;height:18px;border-bottom-left-radius:var(--big-border);border-top-left-radius:var(--big-border);position:relative;overflow:hidden;background:linear-gradient(90deg,var(--positive),var(--negative))}.progress-fill{position:absolute;top:0;right:0;bottom:0;width:calc(100% - calc(var(--p) + 9px));background:var(--box-background);transition:width .8s ease-in-out}.progress-dot{position:absolute;top:50%;left:calc(var(--p) + 9px);transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;pointer-events:none;transition:left .8s ease-in-out,background .8s ease-in-out}.scenario-panel{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.scenario-panel-header{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem}.scenario-panel-header h3{margin:0;font-size:1.1rem;color:#111}.scenario-config-btn{background:#111;color:#fff;border:none;border-radius:999px;padding:.45rem 1.4rem;font-size:.9rem;cursor:pointer;transition:transform .2s,opacity .2s}.scenario-config-btn:disabled{opacity:.4;cursor:default;transform:none}.scenario-macro-list{flex:1;overflow-y:auto;padding:.25rem .25rem 0;display:flex;flex-direction:column;gap:.75rem;opacity:.85;transition:opacity .3s}.scenario-macro-list.active{opacity:1}.scenario-macro-list.inactive{opacity:.65}.scenario-macro-card{background:#fff;border-radius:12px;border:1px solid #ececec;box-shadow:0 2px 8px #0000000a;padding:.9rem 1rem;transition:border-color .2s,box-shadow .2s,transform .25s}.scenario-macro-list>.scenario-macro-card:first-child{margin-top:.2rem}.scenario-macro-card.locked{opacity:.92}.scenario-macro-card.expanded{border-color:#111;box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.scenario-macro-header{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.5rem}.scenario-toggle-placeholder{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.scenario-reset-btn{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.25rem .8rem;font-size:.75rem;color:#6b7280;cursor:pointer;transition:border-color .2s,color .2s}.scenario-reset-btn:hover{border-color:#111;color:#111}.scenario-toggle{width:32px;height:32px;border-radius:8px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.scenario-toggle span{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #111;transition:transform .2s}.scenario-toggle.open span{transform:rotate(180deg)}.scenario-macro-info{display:flex;align-items:center;gap:.6rem;min-width:0;width:200px}.scenario-macro-info strong{display:block;font-size:.95rem}.scenario-macro-info small{color:#6b7280;font-size:.75rem}.scenario-macro-emoji{font-size:1.5rem}.scenario-macro-indicator{width:100%;justify-self:flex-start}.scenario-macro-body{max-height:0;opacity:0;overflow:hidden;padding-top:0;transition:max-height .35s ease,opacity .3s ease,padding .3s ease}.scenario-macro-body.open{max-height:220px;opacity:1;padding-top:.6rem}.scenario-macro-body p{margin:0 0 .65rem;color:#4b5563;font-size:.85rem}.scenario-slider-row{display:flex;align-items:center;gap:.75rem}.scenario-slider-row input[type=range]{flex:1}.scenario-value{font-size:.9rem;color:#111;width:36px;text-align:right}.simulation{font-family:system-ui,sans-serif;height:100vh;overflow:hidden;display:flex;flex-direction:column}.lab-header-inline{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 2rem 0}.lab-title{font-size:1.8rem;font-weight:600;color:#111;margin:0;flex:1}.lab-inline-buttons{display:flex;gap:1rem;margin-left:auto}.lab-btn{background:#111;color:#fff;text-decoration:none;padding:.5rem 1.2rem;border-radius:8px;font-size:.9rem;transition:background .2s}.lab-btn:hover{background:#333}.cta-link{background:#111;color:#fff;padding:.5rem 1.4rem;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .2s;margin-left:auto}.cta-link:hover{background:#333}.simulation-back-button{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid #d1d5db;background:#fff;color:#111;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.simulation-back-button:hover{background:#f3f4f6;border-color:#111;transform:scale(1.05)}.simulation-back-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.simulation-cta-band{width:100%;padding:.5rem 2rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#4b5563;font-size:.95rem}.lab-container{flex:1;height:auto;min-height:0}.lab-left{width:50%;border-right:1px solid #ddd;display:flex;justify-content:center;align-items:stretch;overflow:hidden;position:relative}.lab-right{width:50%;display:flex;flex-direction:column;height:100%;padding:1.5rem;gap:1rem}.chart-box,.macrochart-box{flex:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1rem 1.5rem;display:flex;flex-direction:column}.chart-placeholder{flex:1;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#777}@media (max-width: 900px){body,.simulation{height:auto;overflow-y:auto}.lab-container{flex-direction:column;height:auto;overflow-y:visible}.lab-left,.lab-right{width:100%;border-right:none;padding:1rem 1.5rem}.chart-box{display:none}.macrochart-box{min-height:280px}.lab-header-inline{flex-direction:column;align-items:flex-start;gap:.6rem;padding-bottom:.5rem}.lab-inline-buttons{align-self:flex-start;margin-left:0}.lab-left,.macroholder,.macroholder-scroll{height:auto;overflow:visible}.simulation-cta-band{flex-direction:column;align-items:flex-start;padding:.5rem 1.5rem 0}.simulation-cta-band .cta-link{margin-left:0}}.macroholder{width:100%;height:100%;overflow:hidden;position:relative}.macroholder-padding{padding-top:1.5rem;padding-bottom:1.5rem;width:100%;height:100%;box-sizing:border-box}.macroholder-scroll{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;position:relative;padding-left:1.5rem;padding-right:1.5rem}.scenario-panel-wrapper{width:100%;height:100%;padding:1.5rem;box-sizing:border-box;overflow:hidden}.macro-timeline-viewer{flex:1;display:flex;flex-direction:column;gap:.6rem}.macro-timeline-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;padding-bottom:.4rem}.macro-timeline-header p{margin:0;font-size:.75rem;color:#6b7280}.macro-timeline-header strong{font-size:1rem;color:#111}.macro-timeline-value{font-size:.9rem;color:#6b7280}.macro-timeline-chart{flex:1;min-height:220px}.simulation-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.simulation-card-header p{margin:0;font-size:.8rem;color:#6b7280}.simulation-card-body{flex:1;display:flex}*{margin:0;padding:0;box-sizing:border-box}:root{--font-family-sans: "Inter", "Helvetica Neue", Arial, sans-serif;--font-family-serif: "Georgia", "Times New Roman", serif;--font-family-mono: "Fira Code", "Courier New", monospace;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-loose: 1.8}:root{--background: #1b44ad;--box-background: #ffffff;--primary: #0099ff;--secondary: rgb(237, 237, 237);--highlight: #000000;--positive: #2e6475;--negative: #000000}:root{--sidebar-width: 140px;--sidebar-border: 20px;--very-small-padding: 6px;--small-padding: 10px;--padding: 15px;--big-padding: 40px;--very-small-border: 6px;--small-border: 10px;--border: 15px;--big-border: 40px;--very-small-gap: 6px;--small-gap: 10px;--gap: 15px;--big-gap: 40px;--border-width: 2px;--radial-bar-chart-size: 100px}
