.AddPortfolioMethodModal-module__mCUchW__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:1.5rem;width:36rem;padding:0 1.5rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__header{flex-direction:column;display:flex}.AddPortfolioMethodModal-module__mCUchW__title{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-semibold)}.AddPortfolioMethodModal-module__mCUchW__field{flex-direction:column;gap:.375rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__label{color:var(--mb-text-dark);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold)}.AddPortfolioMethodModal-module__mCUchW__input{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-dark);font-size:var(--mb-text-body2);outline:none;width:100%;padding:.5rem .75rem}.AddPortfolioMethodModal-module__mCUchW__input:focus,.AddPortfolioMethodModal-module__mCUchW__input:hover{border-color:var(--mb-border-color-hovered)}.AddPortfolioMethodModal-module__mCUchW__input::placeholder{color:var(--mb-text-light);font-size:var(--mb-text-caption)}.AddPortfolioMethodModal-module__mCUchW__section{flex-direction:column;gap:.75rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__sectionLabel{color:var(--mb-text-dark);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);margin:0}.AddPortfolioMethodModal-module__mCUchW__options{flex-direction:row;gap:.75rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__option{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);cursor:pointer;text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:.5rem;padding:1rem;transition:border-color .15s;display:flex}.AddPortfolioMethodModal-module__mCUchW__option:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.AddPortfolioMethodModal-module__mCUchW__optionSelected{border-color:var(--mb-brand-color-primary);background:var(--mb-bg-color-primary)}.AddPortfolioMethodModal-module__mCUchW__optionSelected:hover{border-color:var(--mb-brand-color-primary)}.AddPortfolioMethodModal-module__mCUchW__iconWrap{background:color-mix(in srgb, var(--mb-brand-color-primary) 12%, transparent);border-radius:var(--mb-border-radius-md);color:var(--mb-brand-color-primary);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__icon{width:1rem;height:1rem}.AddPortfolioMethodModal-module__mCUchW__optionText{flex-direction:column;gap:.25rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__optionTitle{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.AddPortfolioMethodModal-module__mCUchW__optionDesc{color:var(--mb-text-light);font-size:var(--mb-text-caption);line-height:1.4}.AddPortfolioMethodModal-module__mCUchW__footer{justify-content:flex-end;gap:.75rem;display:flex}.AddPortfolioMethodModal-module__mCUchW__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;padding:.5rem 1.25rem}.AddPortfolioMethodModal-module__mCUchW__cancelBtn:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.AddPortfolioMethodModal-module__mCUchW__continueBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);border:none;padding:.5rem 1.5rem}.AddPortfolioMethodModal-module__mCUchW__continueBtn:hover:not(.AddPortfolioMethodModal-module__mCUchW__continueBtnDisabled){background:var(--mb-brand-color-700)}.AddPortfolioMethodModal-module__mCUchW__continueBtnDisabled{cursor:not-allowed;opacity:.5}@media screen and (max-width:744px){.AddPortfolioMethodModal-module__mCUchW__modal{width:100%}}
.HoldingsRow-module__agWu7W__row{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);grid-template-columns:minmax(8rem,1fr) 3.5rem 9rem 7rem 5rem;align-items:center;min-height:2.75rem;padding:.5rem 1rem;display:grid}.HoldingsRow-module__agWu7W__row:last-child{border-bottom:none}.HoldingsRow-module__agWu7W__symbol{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold)}.HoldingsRow-module__agWu7W__icons{align-items:center;gap:.125rem;display:flex}.HoldingsRow-module__agWu7W__iconBtn,.HoldingsRow-module__agWu7W__saveBtn{border-radius:var(--mb-border-radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.HoldingsRow-module__agWu7W__pencilIcon{stroke:var(--mb-text-light);width:.875rem;height:.875rem}.HoldingsRow-module__agWu7W__iconBtn:hover .HoldingsRow-module__agWu7W__pencilIcon{stroke:var(--mb-text-normal)}.HoldingsRow-module__agWu7W__trashIcon{stroke:var(--mb-color-red-primary);width:.875rem;height:.875rem}.HoldingsRow-module__agWu7W__iconBtn:hover .HoldingsRow-module__agWu7W__trashIcon{stroke:var(--mb-color-red-primary)}.HoldingsRow-module__agWu7W__saveIcon{stroke:var(--mb-color-green-600);width:1rem;height:1rem}.HoldingsRow-module__agWu7W__numCell{color:var(--mb-text-dark);font-size:var(--mb-text-body2);text-align:right;padding-inline:.5rem}.HoldingsRow-module__agWu7W__editInput{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-sm);color:var(--mb-text-dark);font-size:var(--mb-text-body2);text-align:right;outline:none;width:8rem;margin-inline:.5rem;padding:.25rem .375rem}.HoldingsRow-module__agWu7W__remark{justify-content:center;min-width:5rem;display:flex}.HoldingsRow-module__agWu7W__remarkIcon{fill:var(--mb-color-green-primary);width:1.125rem;height:1.125rem}
.HoldingsPreview-module__71OMJq__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:1.5rem;width:44rem;max-height:90vh;display:flex;overflow-y:auto}.HoldingsPreview-module__71OMJq__header{padding:0 1.5rem}.HoldingsPreview-module__71OMJq__title{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.HoldingsPreview-module__71OMJq__subtitle{color:var(--mb-text-light);font-size:var(--mb-text-body2);margin:0}.HoldingsPreview-module__71OMJq__body{flex-direction:column;gap:1rem;padding-inline:1.5rem;display:flex}.HoldingsPreview-module__71OMJq__holdingsSection{flex-direction:column;gap:.5rem;display:flex}.HoldingsPreview-module__71OMJq__holdingsLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);letter-spacing:.05em;text-transform:uppercase;margin:0}.HoldingsPreview-module__71OMJq__holdingsTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);max-height:22rem;overflow-y:auto}.HoldingsPreview-module__71OMJq__tableHeader{background:var(--mb-bg-color-secondary);border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);letter-spacing:.03em;text-transform:uppercase;z-index:1;grid-template-columns:minmax(8rem,1fr) 3.5rem 9rem 7rem 5rem;padding:.5rem 1rem;display:grid;position:sticky;top:0}.HoldingsPreview-module__71OMJq__thRight{text-align:right;padding-inline:.5rem}.HoldingsPreview-module__71OMJq__thCenter{text-align:center}.HoldingsPreview-module__71OMJq__footer{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.HoldingsPreview-module__71OMJq__footerRight{gap:.75rem;display:flex}.HoldingsPreview-module__71OMJq__backBtn{color:var(--mb-text-light);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;border:none;padding:0}.HoldingsPreview-module__71OMJq__backBtn:hover{color:var(--mb-text-dark)}.HoldingsPreview-module__71OMJq__backIcon{width:1rem;height:1rem;stroke:var(--mb-text-light);flex-shrink:0;margin-bottom:-.25rem;margin-right:.25rem}.HoldingsPreview-module__71OMJq__backBtn:hover .HoldingsPreview-module__71OMJq__backIcon{stroke:var(--mb-text-dark)}.HoldingsPreview-module__71OMJq__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);white-space:nowrap;background:0 0;padding:.5rem 1rem}.HoldingsPreview-module__71OMJq__cancelBtn:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.HoldingsPreview-module__71OMJq__submitBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);white-space:nowrap;border:none;padding:.5rem 1.25rem}.HoldingsPreview-module__71OMJq__submitBtn:hover:not(.HoldingsPreview-module__71OMJq__submitDisabled){background:var(--mb-brand-color-700)}.HoldingsPreview-module__71OMJq__submitDisabled{cursor:not-allowed;opacity:.5}.HoldingsPreview-module__71OMJq__loadingRow{align-items:center;gap:.5rem;display:flex}@media screen and (max-width:744px){.HoldingsPreview-module__71OMJq__modal{width:100%}.HoldingsPreview-module__71OMJq__footer{flex-wrap:wrap;gap:.75rem}.HoldingsPreview-module__71OMJq__footerRight{width:100%}.HoldingsPreview-module__71OMJq__cancelBtn,.HoldingsPreview-module__71OMJq__submitBtn{text-align:center;flex:1}}
.UploadStep-module__HP0KKq__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:1.5rem;width:44rem;max-height:90vh;display:flex;overflow-y:auto}.UploadStep-module__HP0KKq__header{padding:0 1.5rem}.UploadStep-module__HP0KKq__title{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.UploadStep-module__HP0KKq__subtitle{color:var(--mb-text-light);font-size:var(--mb-text-body2);margin:0}.UploadStep-module__HP0KKq__body{flex-direction:column;gap:1rem;padding-inline:1.5rem;display:flex}.UploadStep-module__HP0KKq__field{flex-direction:column;gap:.375rem;display:flex}.UploadStep-module__HP0KKq__label{color:var(--mb-text-dark);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold)}.UploadStep-module__HP0KKq__input{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-dark);font-size:var(--mb-text-body2);outline:none;width:100%;padding:.5rem .75rem}.UploadStep-module__HP0KKq__input:focus,.UploadStep-module__HP0KKq__input:hover{border-color:var(--mb-border-color-hovered)}.UploadStep-module__HP0KKq__uploadZone{background:var(--mb-bg-color-secondary);border:2px dashed var(--mb-border-color);border-radius:var(--mb-border-radius-lg);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;transition:border-color .2s;display:flex}.UploadStep-module__HP0KKq__uploadZone:hover,.UploadStep-module__HP0KKq__dragging{border-color:var(--mb-border-color-hovered)}.UploadStep-module__HP0KKq__uploadIcon{stroke:var(--mb-text-light);width:2.5rem;height:2.5rem}.UploadStep-module__HP0KKq__fileInfo{text-align:center}.UploadStep-module__HP0KKq__fileName{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.UploadStep-module__HP0KKq__fileMeta{color:var(--mb-text-light);font-size:var(--mb-text-caption2);margin-top:.25rem}.UploadStep-module__HP0KKq__greenBadge{fill:var(--mb-color-green-primary);height:3rem;stroke:var(--mb-color-green-primary);width:3rem;margin-bottom:.5rem}.UploadStep-module__HP0KKq__downloadLink{color:var(--mb-brand-color-primary);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;border:none;align-items:center;gap:.375rem;padding:0;display:flex}.UploadStep-module__HP0KKq__downloadLink:hover{text-decoration:underline}.UploadStep-module__HP0KKq__downloadLinkIcon{height:1rem;stroke:var(--mb-brand-color-primary);flex-shrink:0;width:1rem}.UploadStep-module__HP0KKq__errorText{color:var(--mb-color-red-primary);font-size:var(--mb-text-caption)}.UploadStep-module__HP0KKq__footer{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.UploadStep-module__HP0KKq__footerRight{gap:.75rem;display:flex}.UploadStep-module__HP0KKq__backBtn{color:var(--mb-text-light);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;border:none;padding:0}.UploadStep-module__HP0KKq__backBtn:hover{color:var(--mb-text-dark)}.UploadStep-module__HP0KKq__backIcon{width:1rem;height:1rem;stroke:var(--mb-text-light);flex-shrink:0;margin-bottom:-.25rem;margin-right:.25rem}.UploadStep-module__HP0KKq__backBtn:hover .UploadStep-module__HP0KKq__backIcon{stroke:var(--mb-text-dark)}.UploadStep-module__HP0KKq__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.UploadStep-module__HP0KKq__cancelBtn:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.UploadStep-module__HP0KKq__submitBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);white-space:nowrap;border:none;padding:.5rem 1.25rem}.UploadStep-module__HP0KKq__submitBtn:hover:not(.UploadStep-module__HP0KKq__submitDisabled){background:var(--mb-brand-color-700)}.UploadStep-module__HP0KKq__submitDisabled{cursor:not-allowed;opacity:.6}.UploadStep-module__HP0KKq__loadingRow{color:var(--mb-text-white);align-items:center;gap:.5rem;display:flex}@media screen and (max-width:744px){.UploadStep-module__HP0KKq__modal{width:100%}.UploadStep-module__HP0KKq__footer{flex-wrap:wrap;gap:.75rem}.UploadStep-module__HP0KKq__footerRight{width:100%}.UploadStep-module__HP0KKq__cancelBtn,.UploadStep-module__HP0KKq__submitBtn{text-align:center;flex:1}}
.GainLoss-module__eEiB2a__gainLoss{flex-direction:column;justify-content:space-around;align-items:flex-start;width:50%;padding-block:1.375rem;display:flex}.GainLoss-module__eEiB2a__gainLoss p{color:var(--mb-text-light);text-align:left;width:100%}.GainLoss-module__eEiB2a__values{align-items:center;gap:.5rem;display:flex}.GainLoss-module__eEiB2a__priceChange{font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold);align-self:center}.GainLoss-module__eEiB2a__caption{display:none}.GainLoss-module__eEiB2a__gainLoss img{width:1.5rem}@media screen and (max-width:1024px){.GainLoss-module__eEiB2a__gainLoss{border-radius:var(--mb-border-radius-lg);flex-direction:row;justify-content:center;align-items:center;width:max-content;max-width:100%;padding:.375rem .75rem}.GainLoss-module__eEiB2a__gain{background-color:var(--mb-color-green-50)}.GainLoss-module__eEiB2a__loss{background-color:var(--mb-color-red-50)}:is(.dark .GainLoss-module__eEiB2a__gain,.dark .GainLoss-module__eEiB2a__loss){background-color:var(--mb-bg-color-tertiary)}.GainLoss-module__eEiB2a__label{display:none}.GainLoss-module__eEiB2a__values{justify-content:center;gap:.375rem;width:max-content}.GainLoss-module__eEiB2a__priceChange{font-size:var(--mb-text-body2);margin-bottom:0}.GainLoss-module__eEiB2a__caption{color:var(--mb-text-light);font-size:var(--mb-text-body2);font-weight:var(--mb-font-regular);display:inline}.GainLoss-module__eEiB2a__gainLoss img{width:.875rem}.GainLoss-module__eEiB2a__gainLoss p{text-align:unset;width:unset}}
.ConcentrationModal-module__wgzfjW__sheet{background-color:var(--mb-bg-color-primary);flex-direction:column;width:40rem;max-width:100%;max-height:min(32rem,100vh - 8rem);padding:.25rem 0 .5rem;display:flex}.ConcentrationModal-module__wgzfjW__scroller{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;padding-left:1.5rem;padding-right:1.25rem;overflow:hidden auto}.ConcentrationModal-module__wgzfjW__head{background-color:var(--mb-bg-color-primary);border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);flex:none;margin-bottom:0;padding:.25rem 3rem .75rem 1.5rem}.ConcentrationModal-module__wgzfjW__title{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-bold);letter-spacing:-.02em;margin:0 0 .375rem}.ConcentrationModal-module__wgzfjW__standfirst{color:var(--mb-text-normal);font-size:var(--mb-text-body2);max-width:46ch;margin:0;line-height:1.5}.ConcentrationModal-module__wgzfjW__step{border-bottom:var(--mb-border-width-primary) dashed var(--mb-border-color-hovered);grid-template-columns:1.75rem 1fr;gap:.75rem;padding:.875rem 0;display:grid}.ConcentrationModal-module__wgzfjW__step:first-of-type{padding-top:.75rem}.ConcentrationModal-module__wgzfjW__step:last-of-type{border-bottom:none}.ConcentrationModal-module__wgzfjW__stepMark{border:var(--mb-border-width-primary) solid var(--mb-text-dark);border-radius:var(--mb-border-radius-full);color:var(--mb-text-dark);font-size:var(--mb-text-caption2);font-weight:var(--mb-font-bold);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.25rem;display:flex}.ConcentrationModal-module__wgzfjW__stepBody{min-width:0}.ConcentrationModal-module__wgzfjW__stepTitle{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);margin:0 0 .125rem;line-height:1.4}.ConcentrationModal-module__wgzfjW__note{color:var(--mb-text-light);font-size:var(--mb-text-caption);max-width:52ch;margin:0 0 .625rem;line-height:1.5}.ConcentrationModal-module__wgzfjW__rows{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ConcentrationModal-module__wgzfjW__row{grid-template-columns:5.5rem 1fr auto;align-items:center;gap:.625rem;display:grid}.ConcentrationModal-module__wgzfjW__rowName{color:var(--mb-text-dark);font-size:var(--mb-text-caption2);font-weight:var(--mb-font-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ConcentrationModal-module__wgzfjW__rowBar{background-color:var(--mb-bg-color-tertiary);border-radius:var(--mb-border-radius-full);height:.5rem;overflow:hidden}.ConcentrationModal-module__wgzfjW__rowFill{background-color:var(--mb-text-dark);border-radius:var(--mb-border-radius-full);height:100%;display:block}.ConcentrationModal-module__wgzfjW__rowMath{color:var(--mb-text-normal);font-size:var(--mb-text-label);font-variant-numeric:tabular-nums;white-space:nowrap}.ConcentrationModal-module__wgzfjW__aside{color:var(--mb-text-light);font-size:var(--mb-text-caption2);margin:.625rem 0 0;font-style:italic}.ConcentrationModal-module__wgzfjW__formula{background-color:var(--mb-bg-color-secondary);border-left:var(--mb-border-width-primary) solid var(--mb-border-color-selected);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-variant-numeric:tabular-nums;margin:0 0 .5rem;padding:.375rem .625rem;display:inline-block}.ConcentrationModal-module__wgzfjW__formula strong{font-weight:var(--mb-font-bold)}.ConcentrationModal-module__wgzfjW__callout{background-color:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-md);color:var(--mb-text-dark);font-size:var(--mb-text-body2);margin:.5rem 0 0;padding:.625rem .75rem;line-height:1.55}.ConcentrationModal-module__wgzfjW__scale{margin-top:.25rem}.ConcentrationModal-module__wgzfjW__scaleTrack{border-radius:var(--mb-border-radius-full);height:.625rem;display:flex;position:relative;overflow:visible}.ConcentrationModal-module__wgzfjW__scaleBand:first-child{border-bottom-left-radius:var(--mb-border-radius-full);border-top-left-radius:var(--mb-border-radius-full)}.ConcentrationModal-module__wgzfjW__scaleBand:nth-child(3){border-bottom-right-radius:var(--mb-border-radius-full);border-top-right-radius:var(--mb-border-radius-full)}.ConcentrationModal-module__wgzfjW__scaleBand[data-band=high]{background-color:var(--mb-color-red-primary)}.ConcentrationModal-module__wgzfjW__scaleBand[data-band=moderate]{background-color:var(--mb-color-yellow-primary)}.ConcentrationModal-module__wgzfjW__scaleBand[data-band=balanced]{background-color:var(--mb-color-green-primary)}.ConcentrationModal-module__wgzfjW__scalePin{background-color:var(--mb-text-dark);border:2px solid var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-full);width:.625rem;height:1.25rem;position:absolute;top:-.3125rem;transform:translate(-50%)}.ConcentrationModal-module__wgzfjW__scaleLegend{color:var(--mb-text-light);font-size:var(--mb-text-label);justify-content:space-between;margin-top:.5rem;display:flex}.ConcentrationModal-module__wgzfjW__scaleRead{color:var(--mb-text-dark);font-size:var(--mb-text-body2);margin:.75rem 0 0}.ConcentrationModal-module__wgzfjW__scaleRead strong[data-label=High]{color:var(--mb-color-red-primary)}.ConcentrationModal-module__wgzfjW__scaleRead strong[data-label=Moderate]{color:var(--mb-color-yellow-primary)}.ConcentrationModal-module__wgzfjW__scaleRead strong[data-label=Balanced]{color:var(--mb-color-green-primary)}.ConcentrationModal-module__wgzfjW__verdict{color:var(--mb-text-normal);font-size:var(--mb-text-body2);margin:.75rem 0 0}.ConcentrationModal-module__wgzfjW__verdict strong{color:var(--mb-text-dark);font-weight:var(--mb-font-bold)}.ConcentrationModal-module__wgzfjW__foot{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);color:var(--mb-text-light);font-size:var(--mb-text-caption2);flex:none;margin-top:.5rem;padding-top:.875rem;padding-left:1.5rem;padding-right:1.5rem;line-height:1.55}@media screen and (max-width:744px){.ConcentrationModal-module__wgzfjW__sheet{width:100%;max-height:calc(85vh - 3rem);padding:.25rem 0 .5rem}.ConcentrationModal-module__wgzfjW__scroller{padding-left:1rem;padding-right:.75rem}.ConcentrationModal-module__wgzfjW__head{padding-left:1rem;padding-right:2.5rem}.ConcentrationModal-module__wgzfjW__foot{padding-left:1rem;padding-right:1rem}.ConcentrationModal-module__wgzfjW__row{grid-template-columns:4.5rem 1fr;row-gap:.25rem}.ConcentrationModal-module__wgzfjW__rowMath{grid-column:1/-1}}
.IrisGenerating-module__siF7Cq__generating{align-items:center;gap:.5rem;padding:.25rem 0;display:flex}.IrisGenerating-module__siF7Cq__text{-webkit-text-fill-color:transparent;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:linear-gradient(90deg,#7f5af0,#5f7afe);-webkit-background-clip:text;background-clip:text;animation:1.6s ease-in-out infinite IrisGenerating-module__siF7Cq__generatingPulse}@keyframes IrisGenerating-module__siF7Cq__generatingPulse{0%,to{opacity:1}50%{opacity:.55}}
.IrisInsights-module__UBBZSG__irisInsights{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-xl);flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.IrisInsights-module__UBBZSG__header{align-items:center;gap:.5rem;display:flex}.IrisInsights-module__UBBZSG__regenerate{border-radius:var(--mb-border-radius-md);color:var(--mb-text-normal);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:.375rem;transition:background-color .2s,color .2s;display:flex}.IrisInsights-module__UBBZSG__regenerate:hover:not(:disabled){background-color:var(--mb-bg-color-secondary);color:var(--mb-text-dark)}.IrisInsights-module__UBBZSG__regenerate:disabled{cursor:not-allowed;opacity:.5}.IrisInsights-module__UBBZSG__regenerateIcon{stroke:currentColor;width:1rem;height:1rem}.IrisInsights-module__UBBZSG__srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.IrisInsights-module__UBBZSG__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold);letter-spacing:-.25px;margin:0;line-height:1.3}.IrisInsights-module__UBBZSG__points{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.IrisInsights-module__UBBZSG__point{color:var(--mb-text-normal);font-size:var(--mb-text-body);align-items:flex-start;gap:.5rem;line-height:1.55;display:flex}.IrisInsights-module__UBBZSG__pointIcon{flex-shrink:0;width:1rem;height:1rem;margin-top:.2em}@media screen and (max-width:744px){.IrisInsights-module__UBBZSG__irisInsights{padding:1rem}.IrisInsights-module__UBBZSG__point{font-size:var(--mb-text-body2)}}
.ClientPortfolioContainer-module__BvNBAW__container{margin-bottom:.75rem}.ClientPortfolioContainer-module__BvNBAW__portfolioContainer{background-color:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-xl);grid-template-columns:1fr 1fr;column-gap:2rem;padding-inline:2rem;display:grid;position:relative;overflow:hidden}.ClientPortfolioContainer-module__BvNBAW__fetchPortfolioButton,.ClientPortfolioContainer-module__BvNBAW__desktopFetchButton{border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);border-radius:var(--mb-border-radius-full);cursor:pointer;justify-content:center;align-items:center;gap:.325rem;padding:.125rem .5rem;display:flex}.ClientPortfolioContainer-module__BvNBAW__fetchPortfolioButton{display:none;position:absolute;top:.5rem;right:.75rem}.ClientPortfolioContainer-module__BvNBAW__fetchPortfolioButton span,.ClientPortfolioContainer-module__BvNBAW__desktopFetchButton span{font-size:var(--mb-text-body2)}.ClientPortfolioContainer-module__BvNBAW__icon{width:auto;height:1rem}.ClientPortfolioContainer-module__BvNBAW__desktopFetchButton{width:max-content;padding:.25rem 1rem}.ClientPortfolioContainer-module__BvNBAW__lastRefresh{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.ClientPortfolioContainer-module__BvNBAW__totalInvestment{align-items:center;width:100%;display:flex}.ClientPortfolioContainer-module__BvNBAW__investedValue,.ClientPortfolioContainer-module__BvNBAW__currentValue{flex-direction:column;width:50%;display:flex}.ClientPortfolioContainer-module__BvNBAW__investedValue{justify-content:center;align-items:center}.ClientPortfolioContainer-module__BvNBAW__investedValue span{width:4rem}.ClientPortfolioContainer-module__BvNBAW__currentValue{border-right:var(--mb-border-width-primary) solid var(--mb-border-color)}.ClientPortfolioContainer-module__BvNBAW__currentValue span:first-child,.ClientPortfolioContainer-module__BvNBAW__investedValue span:first-child{color:var(--mb-text-light)}.ClientPortfolioContainer-module__BvNBAW__currentPrice{color:var(--mb-text-dark);font-size:var(--mb-text-h5);font-weight:var(--mb-font-bold)}.ClientPortfolioContainer-module__BvNBAW__investmentPrice{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.ClientPortfolioContainer-module__BvNBAW__profitAndLoss{justify-content:space-between;align-items:center;width:100%;display:flex}.ClientPortfolioContainer-module__BvNBAW__investedValueMobile{display:none}@media screen and (max-width:1024px){.ClientPortfolioContainer-module__BvNBAW__portfolioContainer{background-color:#0000;flex-direction:column;margin-bottom:0;padding:12px;display:flex}.ClientPortfolioContainer-module__BvNBAW__fetchPortfolioButton{display:flex}.ClientPortfolioContainer-module__BvNBAW__desktopFetchButton,.ClientPortfolioContainer-module__BvNBAW__lastRefresh{display:none}.ClientPortfolioContainer-module__BvNBAW__totalInvestment{border-bottom:var(--mb-border-width-primary) dashed var(--mb-border-color-hovered);flex-direction:column;gap:.325rem;padding-bottom:.5rem}.ClientPortfolioContainer-module__BvNBAW__currentValue{border-right:none;width:100%}.ClientPortfolioContainer-module__BvNBAW__investedValue{display:none}.ClientPortfolioContainer-module__BvNBAW__investedValueMobile{justify-content:space-between;align-items:center;width:100%;display:flex}.ClientPortfolioContainer-module__BvNBAW__investmentPriceMobile{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.ClientPortfolioContainer-module__BvNBAW__profitAndLoss{flex-direction:column;gap:.325rem;padding-top:.75rem}.ClientPortfolioContainer-module__BvNBAW__investedValue span{width:max-content}}@media screen and (max-width:480px){.ClientPortfolioContainer-module__BvNBAW__fetchPortfolioButton{top:1rem}}
.TablePagination-module__Geb4la__tablePagination{justify-content:flex-end;align-items:center;gap:1rem;width:100%;display:flex}.TablePagination-module__Geb4la__paginationControls{align-items:center;gap:.5rem;display:flex}.TablePagination-module__Geb4la__rowsLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption2);white-space:nowrap}.TablePagination-module__Geb4la__inputRows{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-normal);font-size:var(--mb-text-caption2);padding:.5rem}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination{margin-top:0}@media screen and (max-width:1024px){.TablePagination-module__Geb4la__tablePagination{flex-wrap:nowrap;justify-content:space-between;gap:.5rem}.TablePagination-module__Geb4la__rowsLabel{display:none}.TablePagination-module__Geb4la__paginationControls{flex-shrink:0}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination{flex-wrap:wrap;flex:auto;justify-content:flex-end;width:auto;min-width:0;overflow:visible}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination{flex-wrap:wrap;flex-shrink:0;row-gap:.5rem;overflow:visible}}@media screen and (max-width:744px){.TablePagination-module__Geb4la__tablePagination{gap:.5rem}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination{flex-wrap:nowrap;justify-content:flex-end;gap:.375rem}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination{flex-wrap:nowrap;margin:0}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination>li{min-width:1.5rem;height:1.5rem;margin-right:.125rem;line-height:1.5rem}.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination-item a{width:1.5rem;height:1.5rem;padding-top:0}:is(.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination-prev,.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination-next){justify-content:center;align-items:center;display:flex}:is(.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination-prev svg,.TablePagination-module__Geb4la__tablePagination .TablePagination-module__Geb4la__customPagination .rc-pagination-next svg){width:1rem;height:1rem;padding:0}}
.AddStockModal-module__0O2lfq__addStockModal{background-color:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-xl);flex-direction:column;gap:1.5rem;width:30rem;padding:2rem 1rem;display:flex}.AddStockModal-module__0O2lfq__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold)}.AddStockModal-module__0O2lfq__searchInput,.AddStockModal-module__0O2lfq__input{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);font-size:var(--mb-text-body2);width:100%;padding:.5rem}.AddStockModal-module__0O2lfq__searchInput{box-sizing:border-box;color:var(--mb-text-dark);font-weight:var(--mb-font-light);height:2.5rem;padding-left:2.5rem}.AddStockModal-module__0O2lfq__searchInput::placeholder{color:var(--mb-text-light);font-weight:var(--mb-font-light)}.AddStockModal-module__0O2lfq__searchInput:focus{border-color:var(--mb-border-color-selected);outline:none}.AddStockModal-module__0O2lfq__priceQuantity{grid-template-columns:1fr 1fr;column-gap:1rem;display:grid}.AddStockModal-module__0O2lfq__avgPrice,.AddStockModal-module__0O2lfq__quantity,.AddStockModal-module__0O2lfq__searchBar{flex-direction:column;gap:.5rem;display:flex}.AddStockModal-module__0O2lfq__searchBar{position:relative}.AddStockModal-module__0O2lfq__inputWrapper{width:100%;position:relative}.AddStockModal-module__0O2lfq__searchIcon{pointer-events:none;height:1.25rem;stroke:var(--mb-text-light);width:1.25rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.AddStockModal-module__0O2lfq__searchResults{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);z-index:10;border-top:none;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}body.dark .AddStockModal-module__0O2lfq__searchResults{background-color:var(--mb-bg-color-tertiary)}.AddStockModal-module__0O2lfq__resultItem{cursor:pointer;justify-content:space-between;padding:.325rem .5rem;display:flex}.AddStockModal-module__0O2lfq__resultItem:hover{background-color:var(--mb-bg-color-tertiary)}.AddStockModal-module__0O2lfq__buttons{justify-content:flex-end;align-items:flex-end;gap:.5rem;margin-top:1rem;display:flex}.AddStockModal-module__0O2lfq__cancel,.AddStockModal-module__0O2lfq__submit{height:2.5rem;width:5rem!important;padding:.5rem 1rem!important}.AddStockModal-module__0O2lfq__submit{justify-content:center;align-items:center;gap:.325rem;display:flex}.AddStockModal-module__0O2lfq__type,.AddStockModal-module__0O2lfq__name{color:var(--mb-text-dark);font-size:var(--mb-text-body2)}@media screen and (max-width:1024px){.AddStockModal-module__0O2lfq__addStockModal{padding-inline:1.5rem}}@media screen and (max-width:744px){.AddStockModal-module__0O2lfq__addStockModal{width:100vw}}
.ActionButton-module__JolVKG__actionButtons{cursor:pointer;stroke:var(--mb-color-gray-400);width:1.5rem;height:1.5rem;margin-right:-.5rem}.ActionButton-module__JolVKG__actionButtons:hover{stroke:var(--mb-color-gray-500)}body.dark .ActionButton-module__JolVKG__actionButtons:hover{stroke:var(--mb-color-gray-0)}.ActionButton-module__JolVKG__mobileActions{display:none}.ActionButton-module__JolVKG__buttons{background-color:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);box-shadow:var(--mb-drop-shadow-l4);z-index:1;flex-direction:column;width:8rem;padding:.5rem;display:flex;position:absolute;top:3rem;right:1.25rem}body.dark .ActionButton-module__JolVKG__buttons{background-color:var(--mb-bg-color-tertiary2)}.ActionButton-module__JolVKG__button:hover{background-color:var(--mb-bg-color-secondary)}.ActionButton-module__JolVKG__button{cursor:pointer;border-radius:0;align-items:center;gap:1rem;width:100%;padding:.5rem;display:flex}.ActionButton-module__JolVKG__delete{color:var(--mb-color-red-primary)}
.HoldingName-module__SMFb2W__content{align-items:center;gap:.5rem;width:14rem;display:flex}.HoldingName-module__SMFb2W__etfHover{cursor:not-allowed}.HoldingName-module__SMFb2W__leftContent{align-items:center;gap:1rem;width:100%;min-width:13rem;display:flex}.HoldingName-module__SMFb2W__logo{border-radius:var(--mb-border-radius-full);background:#fff}@media screen and (max-width:1024px){.HoldingName-module__SMFb2W__content{width:11rem}.HoldingName-module__SMFb2W__leftContent{min-width:unset}}
.GlossaryFigure-module__-z6Mja__figure{background-color:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);justify-content:center;align-items:center;padding:.75rem;display:flex}.GlossaryFigure-module__-z6Mja__svg{width:100%;max-width:14rem;height:auto}
.GlossaryPanel-module__MoZ9Oq__glossaryPanel{flex-direction:column;gap:1rem;max-width:44rem;padding:.25rem 1.25rem .5rem;display:flex}.GlossaryPanel-module__MoZ9Oq__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-inline-end:1.75rem;display:flex}.GlossaryPanel-module__MoZ9Oq__titles{flex-direction:column;flex:18rem;gap:.25rem;min-width:0;display:flex}.GlossaryPanel-module__MoZ9Oq__titles .GlossaryPanel-module__MoZ9Oq__section{margin-block-start:.75rem}.GlossaryPanel-module__MoZ9Oq__title{font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold);color:var(--mb-text-dark);letter-spacing:-.25px}.GlossaryPanel-module__MoZ9Oq__caption{font-size:var(--mb-text-caption);color:var(--mb-text-light)}.GlossaryPanel-module__MoZ9Oq__sections{flex-direction:column;gap:1rem;display:flex}.GlossaryPanel-module__MoZ9Oq__section{flex-direction:column;gap:.25rem;display:flex}.GlossaryPanel-module__MoZ9Oq__label{font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);color:var(--mb-brand-color-800)}.GlossaryPanel-module__MoZ9Oq__body{font-size:var(--mb-text-body2);color:var(--mb-text-normal);line-height:1.55}.GlossaryPanel-module__MoZ9Oq__chips{border-block-start:var(--mb-border-width-primary) solid var(--mb-border-color);flex-wrap:wrap;gap:.5rem;padding-block-start:1rem;display:flex}.GlossaryPanel-module__MoZ9Oq__chip{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-full);font-size:var(--mb-text-caption);color:var(--mb-text-normal);cursor:pointer;background-color:#0000;padding:.375rem .75rem;transition:border-color .15s,color .15s}.GlossaryPanel-module__MoZ9Oq__chip:hover{border-color:var(--mb-border-color-hovered)}.GlossaryPanel-module__MoZ9Oq__active{background-color:var(--mb-brand-color-primary);border-color:var(--mb-brand-color-primary);color:var(--mb-color-gray-0)}.dark .GlossaryPanel-module__MoZ9Oq__label{color:var(--mb-brand-color-300)}@media (prefers-reduced-motion:reduce){.GlossaryPanel-module__MoZ9Oq__chip{transition:none}}
.GlossaryTerm-module__jUY3iq__term{border:none;border-block-end:2px dotted var(--mb-border-color-selected);font:inherit;color:inherit;line-height:inherit;cursor:pointer;background:0 0;padding:0;transition:border-color .15s,color .15s}.GlossaryTerm-module__jUY3iq__term:hover,.GlossaryTerm-module__jUY3iq__term:focus-visible{border-block-end-color:var(--mb-brand-color-primary);color:var(--mb-brand-color-primary);outline:none}@media (prefers-reduced-motion:reduce){.GlossaryTerm-module__jUY3iq__term{transition:none}}
.LensCell-module__RUdvNW__state{border-radius:var(--mb-border-radius-full);font-size:var(--mb-text-caption2);white-space:nowrap;font-weight:var(--mb-font-semibold);padding:.125rem .5rem;display:inline-block}.LensCell-module__RUdvNW__plainState{color:var(--mb-text-normal);white-space:nowrap;background:0 0;padding:0;display:inline-block}.LensCell-module__RUdvNW__clickable{font:inherit;line-height:inherit;cursor:pointer;border:none}.LensCell-module__RUdvNW__content{color:inherit;border-bottom:1px solid #0000;display:inline-block}.LensCell-module__RUdvNW__clickable:hover .LensCell-module__RUdvNW__content,.LensCell-module__RUdvNW__clickable:focus-visible .LensCell-module__RUdvNW__content{border-bottom:1px dotted}.LensCell-module__RUdvNW__direction{width:.7em;height:.7em;color:inherit;background:currentColor;display:inline-block}.LensCell-module__RUdvNW__triangleUp{clip-path:polygon(50% 0,100% 100%,0 100%)}.LensCell-module__RUdvNW__triangleDown{clip-path:polygon(0 0,100% 0,50% 100%)}.LensCell-module__RUdvNW__diamond{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.LensCell-module__RUdvNW__working{background-color:var(--mb-color-green-100);color:var(--mb-color-green-primary)}.LensCell-module__RUdvNW__stretched{background-color:var(--mb-color-orange-100);color:var(--mb-color-orange-primary)}.LensCell-module__RUdvNW__stalled{background-color:var(--mb-bg-color-tertiary);color:var(--mb-text-normal)}.LensCell-module__RUdvNW__falling{background-color:var(--mb-color-red-100);color:var(--mb-color-red-primary)}body.dark .LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__working{background-color:rgb(from var(--mb-color-green-900) r g b / .2)}body.dark .LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__stretched{background-color:rgb(from var(--mb-color-orange-900) r g b / .2)}body.dark .LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__falling{background-color:rgb(from var(--mb-color-red-900) r g b / .2)}.LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__working.LensCell-module__RUdvNW__muted{background-color:var(--mb-color-green-50);color:var(--mb-color-green-700)}.LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__falling.LensCell-module__RUdvNW__muted{background-color:var(--mb-color-red-50);color:var(--mb-color-red-700)}body.dark .LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__working.LensCell-module__RUdvNW__muted{background-color:var(--mb-bg-color-tertiary);color:var(--mb-color-green-300)}body.dark .LensCell-module__RUdvNW__state.LensCell-module__RUdvNW__falling.LensCell-module__RUdvNW__muted{background-color:var(--mb-bg-color-tertiary);color:var(--mb-color-red-300)}.LensCell-module__RUdvNW__meter{flex-direction:column;align-items:flex-end;gap:.25rem;min-width:3.5rem;display:inline-flex}.LensCell-module__RUdvNW__meterValue{font-variant-numeric:tabular-nums}.LensCell-module__RUdvNW__meterTrack{background-color:var(--mb-bg-color-tertiary2);border-radius:var(--mb-border-radius-full);width:100%;height:.1875rem;overflow:hidden}.LensCell-module__RUdvNW__meterFill{background-color:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-full);height:100%;display:block}
.HealthCells-module__NHXKbW__greenFlags{--flag-color:var(--mb-color-green-primary);--flag-icon:url(/icons/portfolio/check-circle.svg);color:var(--mb-color-green-primary)}.HealthCells-module__NHXKbW__redFlags{--flag-color:var(--mb-color-red-primary);--flag-icon:url(/icons/portfolio/siren.svg);color:var(--mb-color-red-primary)}.HealthCells-module__NHXKbW__watchouts{--flag-color:var(--mb-color-yellow-primary);--flag-icon:url(/icons/portfolio/flag.svg);color:var(--mb-color-yellow-primary)}.HealthCells-module__NHXKbW__zero{color:var(--mb-text-light)}.HealthCells-module__NHXKbW__redFlagToggle{font:inherit;font-weight:var(--mb-font-regular);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;justify-content:flex-end;align-items:center;gap:.125rem;margin-left:auto;padding:0;display:flex}.HealthCells-module__NHXKbW__redFlagToggle:hover:not(:disabled),.HealthCells-module__NHXKbW__redFlagToggle:focus-visible:not(:disabled){border-bottom:2px dotted}.HealthCells-module__NHXKbW__redFlagToggle:disabled{cursor:default}.HealthCells-module__NHXKbW__redFlagToggle:focus-visible{outline-offset:3px;outline:2px solid}.HealthCells-module__NHXKbW__icon{background-color:var(--flag-color);width:1.125rem;height:1.125rem;-webkit-mask:var(--flag-icon) center / contain no-repeat;mask:var(--flag-icon) center / contain no-repeat;flex-shrink:0;display:block}.HealthCells-module__NHXKbW__flagsLoading{color:var(--mb-text-light);font-size:var(--mb-text-body2)}
.FlagModal-module__e0P_ha__flagModal{background-color:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-xl);flex-direction:column;width:40rem;height:32rem;max-height:85vh;display:flex;overflow:hidden}.FlagModal-module__e0P_ha__flagModal.FlagModal-module__e0P_ha__locked{height:24rem}.FlagModal-module__e0P_ha__header{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);flex-shrink:0;align-items:center;gap:.625rem;padding:1.25rem 1.5rem;display:flex}.FlagModal-module__e0P_ha__logo{border-radius:var(--mb-border-radius-full);object-fit:contain;width:1.75rem;height:1.75rem}.FlagModal-module__e0P_ha__companyName{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.FlagModal-module__e0P_ha__countBadge{font-size:var(--mb-text-caption2);font-weight:var(--mb-font-semibold);align-items:center;gap:.25rem;display:inline-flex}.FlagModal-module__e0P_ha__symbol{display:none}.FlagModal-module__e0P_ha__flagList{flex-direction:column;flex:1;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.FlagModal-module__e0P_ha__flagItem{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);flex-direction:column;gap:.375rem;padding:1rem 1.5rem;display:flex}.FlagModal-module__e0P_ha__flagItem:last-child{border-bottom:none}.FlagModal-module__e0P_ha__flagTitle{color:var(--mb-text-dark);font-size:var(--mb-text-body);font-weight:var(--mb-font-semibold)}.FlagModal-module__e0P_ha__flagReason{color:var(--mb-text-normal);font-size:var(--mb-text-body2);font-weight:var(--mb-font-regular);line-height:1.55}.FlagModal-module__e0P_ha__footer{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);flex-shrink:0;justify-content:flex-end;padding:1rem 1.5rem;display:flex}@media screen and (max-width:744px){.FlagModal-module__e0P_ha__flagModal{border-radius:var(--mb-border-radius-3xl) var(--mb-border-radius-3xl) 0 0;width:100vw;height:85dvh;max-height:85dvh}.FlagModal-module__e0P_ha__fullName{display:none}.FlagModal-module__e0P_ha__symbol{display:inline}.FlagModal-module__e0P_ha__header{flex-wrap:wrap;padding-right:3rem}.FlagModal-module__e0P_ha__header,.FlagModal-module__e0P_ha__flagItem,.FlagModal-module__e0P_ha__footer{padding-inline:1rem}}.FlagModal-module__e0P_ha__lockedBody{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.FlagModal-module__e0P_ha__blurred{filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;overflow:hidden}.FlagModal-module__e0P_ha__lockedBody .FlagModal-module__e0P_ha__flagList.FlagModal-module__e0P_ha__blurred{flex:1;min-height:0}.FlagModal-module__e0P_ha__unlockCard{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-xl);flex-direction:column;align-items:center;gap:.75rem;max-width:calc(100% - 2rem);padding:1.5rem 2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FlagModal-module__e0P_ha__unlockHeading{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-semibold);white-space:nowrap;align-items:center;gap:.5rem;display:flex}.FlagModal-module__e0P_ha__unlockHeading img{flex-shrink:0}.FlagModal-module__e0P_ha__unlockCopy{color:var(--mb-text-normal);font-size:var(--mb-text-body2);text-align:center}.FlagModal-module__e0P_ha__unlockButton{padding:.5rem 2.5rem}
.DataTable-module__e7c4DG__wrapper{isolation:isolate;border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-grow:1;width:100%;overflow:auto}.DataTable-module__e7c4DG__table{border-collapse:collapse;width:100%}.DataTable-module__e7c4DG__header th{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);text-align:right;text-transform:capitalize;-webkit-user-select:none;user-select:none;white-space:nowrap;border-top:0;border-bottom:0;min-width:9rem;padding:.75rem}.DataTable-module__e7c4DG__header th:first-child{border-left:0}.DataTable-module__e7c4DG__header th:last-child{border-right:0}.DataTable-module__e7c4DG__headerCell span{cursor:pointer}.DataTable-module__e7c4DG__heading{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);align-items:center;gap:.125rem;width:fit-content;margin-left:auto;display:flex}.DataTable-module__e7c4DG__headerCell:first-child .DataTable-module__e7c4DG__heading{margin-left:0}.DataTable-module__e7c4DG__arrowIcon{fill:var(--mb-brand-color-primary);flex-shrink:0;width:1rem;height:1rem}.DataTable-module__e7c4DG__rotate{transform:rotate(180deg)}.DataTable-module__e7c4DG__upDownIcon{flex-shrink:0;width:1rem;height:1rem}.DataTable-module__e7c4DG__body td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);font-size:var(--mb-text-body2);text-align:right;border-bottom:0;border-left:0;min-width:9rem;padding:.75rem}.DataTable-module__e7c4DG__body td:last-child{border-right:0}.DataTable-module__e7c4DG__body tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}body.dark .DataTable-module__e7c4DG__body tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}.DataTable-module__e7c4DG__table td:first-child,.DataTable-module__e7c4DG__table th:first-child{font-weight:var(--mb-font-semibold);z-index:1;text-align:left;min-width:13rem;position:sticky;left:0}.DataTable-module__e7c4DG__companyCell span{border-bottom:2px dotted var(--mb-border-color-selected);color:var(--mb-text-dark);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);-webkit-user-select:none;user-select:none}.DataTable-module__e7c4DG__row:hover .DataTable-module__e7c4DG__companyCell span{border-color:var(--mb-brand-color-primary);color:var(--mb-brand-color-primary)}.DataTable-module__e7c4DG__footer td{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);text-align:right;white-space:nowrap;z-index:2;border-bottom:0;min-width:9rem;padding:.75rem;position:sticky;bottom:0}.DataTable-module__e7c4DG__footer td:first-child{text-align:left;z-index:3;border-left:0;min-width:13rem;left:0}.DataTable-module__e7c4DG__footer td:last-child{border-right:0}.DataTable-module__e7c4DG__footer td.DataTable-module__e7c4DG__positive{color:var(--mb-color-green-primary)}.DataTable-module__e7c4DG__footer td.DataTable-module__e7c4DG__negative{color:var(--mb-color-red-primary)}.DataTable-module__e7c4DG__positive{color:var(--mb-color-green-primary);font-weight:var(--mb-font-semibold)}.DataTable-module__e7c4DG__negative{color:var(--mb-color-red-primary);font-weight:var(--mb-font-semibold)}.DataTable-module__e7c4DG__table tr:hover td{background-color:var(--mb-bg-color-tertiary)!important}@media screen and (max-width:1024px){.DataTable-module__e7c4DG__wrapper{overflow-y:visible!important}}@media screen and (max-width:480px){.DataTable-module__e7c4DG__wrapper{width:100%}.DataTable-module__e7c4DG__body td{min-width:9rem}.DataTable-module__e7c4DG__body tr{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color)}.DataTable-module__e7c4DG__body tr:last-child{border-bottom:none}body.dark .DataTable-module__e7c4DG__body td{color:var(--mb-text-normal)}}.DataTable-module__e7c4DG__sortButton{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;display:inline-flex}
.IrisInsightCard-module__pFieAa__card{isolation:isolate;background:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-lg);flex-shrink:0;width:100%;min-height:8.5rem;padding:1rem;position:relative;overflow:hidden}.IrisInsightCard-module__pFieAa__inner{z-index:1;flex-direction:column;gap:.5rem;display:flex;position:relative}
.IrisGridDecor-module__Z8Y7-q__gridDecor{z-index:0;pointer-events:none;width:60%;max-width:22rem;position:absolute;top:0;bottom:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(270deg,#000 35%,#0000);mask-image:linear-gradient(270deg,#000 35%,#0000)}.IrisGridDecor-module__Z8Y7-q__gridDecor:before{content:"";z-index:0;opacity:.02;background:linear-gradient(90deg,#4a91f2,#9747ff);position:absolute;inset:0}.IrisGridDecor-module__Z8Y7-q__grid{z-index:1;opacity:1;width:auto;max-width:none;height:100%;position:absolute;top:0;right:0}@media screen and (max-width:480px){.IrisGridDecor-module__Z8Y7-q__gridDecor{display:none}}
.IrisInsightBody-module__9Ghg-W__header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.IrisInsightBody-module__9Ghg-W__period{font-family:var(--mb-font-bold);font-size:var(--mb-text-body);color:var(--mb-text-dark)}.IrisInsightBody-module__9Ghg-W__badge{border-radius:var(--mb-border-radius-full);background:linear-gradient(to right, color-mix(in srgb, var(--mb-color-purple-primary) 18%, transparent), color-mix(in srgb, var(--mb-brand-color-primary) 10%, transparent));color:var(--mb-text-dark);font-size:var(--mb-text-caption);white-space:nowrap;align-items:center;padding:.2rem .65rem;display:inline-flex}.IrisInsightBody-module__9Ghg-W__points{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.IrisInsightBody-module__9Ghg-W__point{color:var(--mb-text-body);font-size:var(--mb-text-body);align-items:flex-start;gap:.5rem;line-height:1.55;display:flex}.IrisInsightBody-module__9Ghg-W__pointIcon{flex-shrink:0;margin-top:.2em}.IrisInsightBody-module__9Ghg-W__single{color:var(--mb-text-body);font-size:var(--mb-text-body2);line-height:1.5}
.IrisLoginPrompt-module__awXVoq__prompt{background:var(--mb-bg-color-secondary);border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);align-items:center;min-height:8.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.IrisLoginPrompt-module__awXVoq__left{z-index:1;flex-direction:column;gap:.125rem;max-width:60%;display:flex}.IrisLoginPrompt-module__awXVoq__heading{font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold);color:var(--mb-text-dark)}.IrisLoginPrompt-module__awXVoq__subtext{color:var(--mb-text-light);font-size:var(--mb-text-body2)}.IrisLoginPrompt-module__awXVoq__loginBtn{background:var(--mb-brand-color-primary);color:var(--mb-color-gray-0);border-radius:var(--mb-border-radius-md);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);cursor:pointer;border:none;align-self:flex-start;margin-top:.75rem;padding:.55rem 1.5rem;transition:opacity .15s}.IrisLoginPrompt-module__awXVoq__loginBtn:hover{opacity:.9}.IrisLoginPrompt-module__awXVoq__mock{z-index:0;pointer-events:none;width:auto;height:85%;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media screen and (max-width:744px){.IrisLoginPrompt-module__awXVoq__left{max-width:100%}.IrisLoginPrompt-module__awXVoq__mock{display:none}.IrisLoginPrompt-module__awXVoq__heading{font-size:var(--mb-text-body)}}
.IrisPanel-module__XTCHdG__wrapper{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.IrisPanel-module__XTCHdG__insightBox{isolation:isolate;background:var(--mb-bg-color-secondary);border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);min-height:8.5rem;padding:1rem;position:relative;overflow:hidden}.IrisPanel-module__XTCHdG__insightInner{z-index:1;height:100%;position:relative}.IrisPanel-module__XTCHdG__loadingWrap{justify-content:center;align-items:center;min-height:6.5rem;display:flex}.IrisPanel-module__XTCHdG__points{margin-top:.5rem}
.InstitutionalFlowsCard-module__yr-QaG__card{flex-direction:column;display:flex}.InstitutionalFlowsCard-module__yr-QaG__rightControls{align-items:center;gap:.75rem;display:flex}.InstitutionalFlowsCard-module__yr-QaG__viewToggle{background:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);gap:.25rem;padding:.25rem;display:flex}.InstitutionalFlowsCard-module__yr-QaG__viewBtn,.InstitutionalFlowsCard-module__yr-QaG__viewActive{border-radius:var(--mb-border-radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:background .15s;display:inline-flex}.InstitutionalFlowsCard-module__yr-QaG__viewActive{background:var(--mb-bg-color-primary);box-shadow:0 1px 2px #00000014}.InstitutionalFlowsCard-module__yr-QaG__viewIcon{width:1.1rem;height:1.1rem;color:var(--mb-text-body)}.InstitutionalFlowsCard-module__yr-QaG__toggles{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.InstitutionalFlowsCard-module__yr-QaG__chartArea{height:30rem}
.SectorStocksTable-module__KlPG2q__tableContainer{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);width:100%;overflow-x:auto}.SectorStocksTable-module__KlPG2q__table{border-collapse:collapse;width:100%}.SectorStocksTable-module__KlPG2q__header td{background-color:var(--mb-bg-color-tertiary);border:var(--mb-border-width-primary) solid var(--mb-border-color-hovered);color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);border-top:0;min-width:8.5rem;padding:.75rem}.SectorStocksTable-module__KlPG2q__header td:first-child{border-left:0;min-width:10rem}.SectorStocksTable-module__KlPG2q__header td:last-child{border-right:0}.SectorStocksTable-module__KlPG2q__firstHeader{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.SectorStocksTable-module__KlPG2q__tableHeader{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.SectorStocksTable-module__KlPG2q__infoIcon{width:1rem;height:1rem;color:var(--mb-text-light);cursor:pointer;flex-shrink:0}.SectorStocksTable-module__KlPG2q__body td{background-color:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);font-size:var(--mb-text-body2);text-align:right;border-bottom:0;border-left:0;min-width:8.5rem;padding:.75rem}.SectorStocksTable-module__KlPG2q__body td:last-child{border-right:0}.SectorStocksTable-module__KlPG2q__body td:first-child{text-align:left;color:var(--mb-text-dark)!important;font-weight:var(--mb-font-semibold)!important}.SectorStocksTable-module__KlPG2q__body tr:nth-child(2n) td{background-color:var(--mb-bg-color-secondary)}body.dark .SectorStocksTable-module__KlPG2q__body tr:nth-child(odd) td{background-color:var(--mb-bg-color-primary)}.SectorStocksTable-module__KlPG2q__companyCell{text-align:left;width:max-content}.SectorStocksTable-module__KlPG2q__rankHeader,.SectorStocksTable-module__KlPG2q__rankCell{white-space:nowrap;width:1%;text-align:left!important;min-width:0!important;padding-inline:.75rem!important}.SectorStocksTable-module__KlPG2q__rank{border-radius:var(--mb-border-radius-full);width:1.5rem;height:1.5rem;font-size:.8rem;font-weight:var(--mb-font-semibold);background:var(--mb-bg-color-secondary);color:var(--mb-text-body);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SectorStocksTable-module__KlPG2q__companyLink{align-items:center;gap:.5rem;width:max-content;text-decoration:none;display:flex}.SectorStocksTable-module__KlPG2q__logo{border-radius:var(--mb-border-radius-full);background:#fff;flex-shrink:0}.SectorStocksTable-module__KlPG2q__tickerName{border-bottom:2px dotted var(--mb-border-color-selected);color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.SectorStocksTable-module__KlPG2q__body .SectorStocksTable-module__KlPG2q__tr:hover .SectorStocksTable-module__KlPG2q__tickerName{border-color:var(--mb-brand-color-primary);color:var(--mb-brand-color-primary)!important}.SectorStocksTable-module__KlPG2q__value{justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.SectorStocksTable-module__KlPG2q__value p{color:var(--mb-text-normal)}.SectorStocksTable-module__KlPG2q__up p,.SectorStocksTable-module__KlPG2q__up{color:var(--mb-color-green-primary)!important}.SectorStocksTable-module__KlPG2q__down p,.SectorStocksTable-module__KlPG2q__down{color:var(--mb-color-red-primary)!important}.SectorStocksTable-module__KlPG2q__cards{display:none}.SectorStocksTable-module__KlPG2q__desktopSkeletonWrap{display:block}@media screen and (max-width:1024px){.SectorStocksTable-module__KlPG2q__tableContainer,.SectorStocksTable-module__KlPG2q__desktopSkeletonWrap{display:none}.SectorStocksTable-module__KlPG2q__cards{flex-direction:column;gap:.75rem;display:flex}.SectorStocksTable-module__KlPG2q__cardsScroll{flex:1 1 0;min-height:0;padding-top:.75rem;padding-right:.25rem;overflow-y:auto}.SectorStocksTable-module__KlPG2q__mobileCard{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);cursor:pointer;flex-direction:column;padding:.85rem 1rem;display:flex;position:relative}.SectorStocksTable-module__KlPG2q__mobileCard:hover{border-color:var(--mb-border-color-hovered)}.SectorStocksTable-module__KlPG2q__cardTop{align-items:center;gap:.6rem;display:flex}.SectorStocksTable-module__KlPG2q__cardCompanyLink{flex:1;align-items:center;gap:.6rem;min-width:0;text-decoration:none;display:flex}.SectorStocksTable-module__KlPG2q__chevron{stroke-width:2px;width:1.25rem;height:1.25rem;color:var(--mb-text-light);flex-shrink:0;transition:transform .3s}.SectorStocksTable-module__KlPG2q__chevronOpen{transform:rotate(180deg)}.SectorStocksTable-module__KlPG2q__expandable{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.SectorStocksTable-module__KlPG2q__expandableOpen{grid-template-rows:1fr}.SectorStocksTable-module__KlPG2q__expandInner{overflow:hidden}.SectorStocksTable-module__KlPG2q__rank{width:1.5rem;height:1.5rem;font-size:.8rem;position:absolute;top:0;left:.75rem;transform:translateY(-50%)}.SectorStocksTable-module__KlPG2q__cardCompany{flex-direction:column;flex:1;min-width:0;display:flex}.SectorStocksTable-module__KlPG2q__cardTicker{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.SectorStocksTable-module__KlPG2q__cardName{color:var(--mb-text-light);font-size:var(--mb-text-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SectorStocksTable-module__KlPG2q__cardFlow{font-weight:var(--mb-font-semibold);white-space:nowrap}.SectorStocksTable-module__KlPG2q__cardBottom{flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.75rem;display:flex}.SectorStocksTable-module__KlPG2q__metricChip{background:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-sm);flex-direction:column;flex:1;gap:.1rem;min-width:8rem;padding:.5rem .75rem;display:flex}.SectorStocksTable-module__KlPG2q__metricLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption)}.SectorStocksTable-module__KlPG2q__metricValue{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}}
.SectorDeepDiveModal-module__S8tIia__modalBody{flex-direction:column;gap:1rem;width:min(88vw,56rem);padding:.5rem 1.5rem;display:flex;overflow-y:auto}.SectorDeepDiveModal-module__S8tIia__headerBlock{flex-shrink:0}.SectorDeepDiveModal-module__S8tIia__title{font-size:var(--mb-text-h7);font-family:var(--mb-font-bold);color:var(--mb-text-dark)}.SectorDeepDiveModal-module__S8tIia__subtitle{color:var(--mb-text-body);font-size:var(--mb-text-body2);margin-top:.25rem}.SectorDeepDiveModal-module__S8tIia__generatingBox{background:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-lg);flex-shrink:0;justify-content:center;align-items:center;min-height:8.5rem;padding:1rem 1.25rem;display:flex}.SectorDeepDiveModal-module__S8tIia__empty{color:var(--mb-text-body)}@media screen and (max-width:1024px){.SectorDeepDiveModal-module__S8tIia__modalBody{width:100vw;overflow:hidden}}@media screen and (max-width:744px){.SectorDeepDiveModal-module__S8tIia__modalBody{height:80dvh}}
.SectorFlowsCard-module__M93-Ya__card{flex-direction:column;gap:1rem;display:flex}.SectorFlowsCard-module__M93-Ya__insightLoading{background:var(--mb-bg-color-secondary);border-radius:var(--mb-border-radius-lg);justify-content:center;align-items:center;min-height:8.5rem;padding:1rem;display:flex}.SectorFlowsCard-module__M93-Ya__title{font-size:var(--mb-text-h6);font-family:var(--mb-font-bold);color:var(--mb-text-dark);align-items:center;gap:.5rem;display:flex}.SectorFlowsCard-module__M93-Ya__estimateInfoIcon{width:1rem;height:1rem;color:var(--mb-text-light);cursor:pointer;flex-shrink:0}.SectorFlowsCard-module__M93-Ya__subtitle{color:var(--mb-text-light);font-size:var(--mb-text-body2);margin-top:.25rem;line-height:1.5}@media screen and (max-width:1024px){.SectorFlowsCard-module__M93-Ya__subtitle{display:none}}.SectorFlowsCard-module__M93-Ya__toggleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.SectorFlowsCard-module__M93-Ya__listLabel{letter-spacing:.04em;color:var(--mb-text-light);font-size:.75rem;font-family:var(--mb-font-bold)}.SectorFlowsCard-module__M93-Ya__rows{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.SectorFlowsCard-module__M93-Ya__skelCircle{border-radius:var(--mb-border-radius-full);background:linear-gradient(90deg, var(--mb-bg-color-tertiary) 25%, var(--mb-bg-color-primary) 50%, var(--mb-bg-color-tertiary) 75%);background-size:200% 100%;flex-shrink:0;width:1.5rem;height:1.5rem;animation:1.4s linear infinite SectorFlowsCard-module__M93-Ya__shimmer}.SectorFlowsCard-module__M93-Ya__skelName,.SectorFlowsCard-module__M93-Ya__skelAmt{border-radius:var(--mb-border-radius-sm);background:linear-gradient(90deg, var(--mb-bg-color-tertiary) 25%, var(--mb-bg-color-primary) 50%, var(--mb-bg-color-tertiary) 75%);background-size:200% 100%;height:.85rem;animation:1.4s linear infinite SectorFlowsCard-module__M93-Ya__shimmer;display:block}.SectorFlowsCard-module__M93-Ya__skelName{width:10rem}.SectorFlowsCard-module__M93-Ya__skelAmt{width:5.5rem}@keyframes SectorFlowsCard-module__M93-Ya__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SectorFlowsCard-module__M93-Ya__empty{color:var(--mb-text-body)}.SectorFlowsCard-module__M93-Ya__rowCard{background:var(--mb-bg-color-secondary);border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);font:inherit;text-align:left;cursor:pointer;flex-direction:column;gap:.5rem;width:100%;padding:.85rem 1rem;text-decoration:none;transition:border-color .15s;display:flex}.SectorFlowsCard-module__M93-Ya__rowCard:hover{border-color:var(--mb-border-color-hovered)}.SectorFlowsCard-module__M93-Ya__rowTop{align-items:center;gap:.5rem;display:flex}.SectorFlowsCard-module__M93-Ya__rank{border-radius:var(--mb-border-radius-full);width:1.5rem;height:1.5rem;font-size:.8rem;font-family:var(--mb-font-bold);background:var(--mb-bg-color-secondary);color:var(--mb-text-body);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SectorFlowsCard-module__M93-Ya__sector{font-family:var(--mb-font-bold);color:var(--mb-text-dark);flex:1}.SectorFlowsCard-module__M93-Ya__redirect{line-height:0}.SectorFlowsCard-module__M93-Ya__redirectIcon{width:1.1rem;height:1.1rem;color:var(--mb-text-light)}.SectorFlowsCard-module__M93-Ya__barRow{align-items:center;gap:.75rem;display:flex}.SectorFlowsCard-module__M93-Ya__barTrack{background:var(--mb-bg-color-tertiary);border-radius:var(--mb-border-radius-full);flex:1;height:.4rem;overflow:hidden}.SectorFlowsCard-module__M93-Ya__bar{border-radius:var(--mb-border-radius-full);height:100%}.SectorFlowsCard-module__M93-Ya__barBuy{background:var(--mb-color-green-primary)}.SectorFlowsCard-module__M93-Ya__barSell{background:var(--mb-color-red-primary)}.SectorFlowsCard-module__M93-Ya__amtBuy{color:var(--mb-color-green-primary);font-family:var(--mb-font-bold);white-space:nowrap}.SectorFlowsCard-module__M93-Ya__amtSell{color:var(--mb-color-red-primary);font-family:var(--mb-font-bold);white-space:nowrap}.SectorFlowsCard-module__M93-Ya__w0{width:0}.SectorFlowsCard-module__M93-Ya__w10{width:10%}.SectorFlowsCard-module__M93-Ya__w20{width:20%}.SectorFlowsCard-module__M93-Ya__w30{width:30%}.SectorFlowsCard-module__M93-Ya__w40{width:40%}.SectorFlowsCard-module__M93-Ya__w50{width:50%}.SectorFlowsCard-module__M93-Ya__w60{width:60%}.SectorFlowsCard-module__M93-Ya__w70{width:70%}.SectorFlowsCard-module__M93-Ya__w80{width:80%}.SectorFlowsCard-module__M93-Ya__w90{width:90%}.SectorFlowsCard-module__M93-Ya__w100{width:100%}
.FIIDII-module__5Iht2G__fiiDii{gap:var(--page-content-gap);min-height:calc(100vh - var(--header-height));padding-block:var(--page-top-gap) 2rem;flex-direction:column;display:flex}.FIIDII-module__5Iht2G__pageHeader,.FIIDII-module__5Iht2G__header,.FIIDII-module__5Iht2G__fiiChart,.FIIDII-module__5Iht2G__institutionalFlow,.FIIDII-module__5Iht2G__tableSection,.FIIDII-module__5Iht2G__stack{width:calc(100vw - 2 * var(--global-padding));margin-inline:auto}.FIIDII-module__5Iht2G__stack{flex-direction:column;gap:2.5rem;display:flex}.FIIDII-module__5Iht2G__pieChartHeader{justify-content:space-between;align-items:center;display:flex}.FIIDII-module__5Iht2G__header{justify-content:space-between;align-items:center;gap:2rem;display:flex}.FIIDII-module__5Iht2G__tableToggle{justify-content:flex-end;align-items:center;margin-top:2rem;display:flex}.FIIDII-module__5Iht2G__heading{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold)}.FIIDII-module__5Iht2G__heading span{font-size:var(--mb-text-body2);font-weight:var(--mb-font-regular)}.FIIDII-module__5Iht2G__dropdowns{align-items:center;gap:1rem;display:flex}.FIIDII-module__5Iht2G__actionButtons{align-items:center;gap:.5rem;display:flex}.FIIDII-module__5Iht2G__mobileDropdowns{display:none}.FIIDII-module__5Iht2G__tableSection{width:inherit}.FIIDII-module__5Iht2G__tableDropdowns{align-items:center;gap:.5rem;display:flex}@media screen and (max-width:1024px){.FIIDII-module__5Iht2G__pageHeader p{display:none}}@media screen and (max-width:744px){.FIIDII-module__5Iht2G__header{flex-direction:column;align-items:flex-start;gap:1rem}.FIIDII-module__5Iht2G__dropdowns{justify-content:space-between;align-items:center;width:100%;display:flex}.FIIDII-module__5Iht2G__tableDropdowns{flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}.FIIDII-module__5Iht2G__heading{font-size:var(--mb-text-h7)}}@media only screen and (max-width:480px){.FIIDII-module__5Iht2G__tableSection{margin:0;width:100vw!important}}
.ClientPortfolioManualModal-module__vaGXgG__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;width:40rem;max-height:90vh;display:flex;overflow-y:auto}.ClientPortfolioManualModal-module__vaGXgG__header{padding:1.5rem 1.5rem 0}.ClientPortfolioManualModal-module__vaGXgG__title{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-semibold);margin:0 0 .375rem}.ClientPortfolioManualModal-module__vaGXgG__subtitle{color:var(--mb-text-light);font-size:var(--mb-text-body2);margin:0}.ClientPortfolioManualModal-module__vaGXgG__body{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.ClientPortfolioManualModal-module__vaGXgG__field{flex-direction:column;gap:.375rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__label{color:var(--mb-text-dark);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold)}.ClientPortfolioManualModal-module__vaGXgG__input{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-dark);font-size:var(--mb-text-body2);outline:none;width:100%;padding:.5rem .75rem}.ClientPortfolioManualModal-module__vaGXgG__input:focus{border-color:var(--mb-border-color-hovered)}.ClientPortfolioManualModal-module__vaGXgG__addStockSection{background:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);flex-direction:column;gap:.875rem;padding:1rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__stockSearch{flex-direction:column;gap:.375rem;display:flex;position:relative}.ClientPortfolioManualModal-module__vaGXgG__searchInputWrap{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);align-items:center;gap:.5rem;height:2.5rem;padding:0 .75rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__searchInputWrap:focus-within{border-color:var(--mb-border-color-selected)}.ClientPortfolioManualModal-module__vaGXgG__searchIcon{stroke:var(--mb-text-light);flex-shrink:0;width:1rem;height:1rem}.ClientPortfolioManualModal-module__vaGXgG__searchInput{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-light);background:0 0;border:none;outline:none;flex:1}.ClientPortfolioManualModal-module__vaGXgG__searchInput::placeholder{color:var(--mb-text-light);font-weight:var(--mb-font-light)}.ClientPortfolioManualModal-module__vaGXgG__searchDropdown{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);z-index:20;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0}.ClientPortfolioManualModal-module__vaGXgG__searchItem{cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__searchItem:hover{background:var(--mb-bg-color-secondary)}.ClientPortfolioManualModal-module__vaGXgG__searchName{color:var(--mb-text-dark);font-size:var(--mb-text-body2);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ClientPortfolioManualModal-module__vaGXgG__searchType{color:var(--mb-text-light);font-size:var(--mb-text-caption);flex-shrink:0}.ClientPortfolioManualModal-module__vaGXgG__priceQtyRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ClientPortfolioManualModal-module__vaGXgG__addStockBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-md);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);border:none;justify-content:center;align-items:center;width:100%;padding:.5rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__addStockBtn:hover:not(.ClientPortfolioManualModal-module__vaGXgG__addStockDisabled){background:var(--mb-brand-color-700)}.ClientPortfolioManualModal-module__vaGXgG__addStockDisabled{cursor:not-allowed;opacity:.5}.ClientPortfolioManualModal-module__vaGXgG__holdingsSection{flex-direction:column;gap:.5rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__holdingsLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);letter-spacing:.05em;text-transform:uppercase;margin:0}.ClientPortfolioManualModal-module__vaGXgG__holdingsTable{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);overflow:hidden}.ClientPortfolioManualModal-module__vaGXgG__tableHeader{background:var(--mb-bg-color-secondary);border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);letter-spacing:.05em;text-transform:uppercase;grid-template-columns:1fr 2rem 8rem 6rem;padding:.625rem 1rem;display:grid}.ClientPortfolioManualModal-module__vaGXgG__tableHeader>span:nth-child(3),.ClientPortfolioManualModal-module__vaGXgG__tableHeader>span:nth-child(4){text-align:right}.ClientPortfolioManualModal-module__vaGXgG__tableRow{border-bottom:var(--mb-border-width-primary) solid var(--mb-border-color);grid-template-columns:1fr 2rem 8rem 6rem;align-items:center;padding:.75rem 1rem;display:grid}.ClientPortfolioManualModal-module__vaGXgG__tableRow:last-child{border-bottom:none}.ClientPortfolioManualModal-module__vaGXgG__stockCell{flex-direction:column;gap:.125rem;min-width:0;display:flex}.ClientPortfolioManualModal-module__vaGXgG__stockSymbol{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold)}.ClientPortfolioManualModal-module__vaGXgG__stockName{color:var(--mb-text-light);font-size:var(--mb-text-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ClientPortfolioManualModal-module__vaGXgG__tableCell{color:var(--mb-text-dark);font-size:var(--mb-text-body2);text-align:right}.ClientPortfolioManualModal-module__vaGXgG__deleteBtn{cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__trashIcon{height:1rem;stroke:var(--mb-color-red-primary);width:1rem}.ClientPortfolioManualModal-module__vaGXgG__footer{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__footerRight{gap:.75rem;display:flex}.ClientPortfolioManualModal-module__vaGXgG__backBtn{color:var(--mb-text-light);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;border:none;padding:0}.ClientPortfolioManualModal-module__vaGXgG__backBtn:hover{color:var(--mb-text-dark)}.ClientPortfolioManualModal-module__vaGXgG__backIcon{width:1rem;height:1rem;stroke:var(--mb-text-light);flex-shrink:0;margin-bottom:-.25rem;margin-right:.25rem}.ClientPortfolioManualModal-module__vaGXgG__backBtn:hover .ClientPortfolioManualModal-module__vaGXgG__backIcon{stroke:var(--mb-text-dark)}.ClientPortfolioManualModal-module__vaGXgG__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);white-space:nowrap;background:0 0;padding:.5rem 1rem}.ClientPortfolioManualModal-module__vaGXgG__cancelBtn:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.ClientPortfolioManualModal-module__vaGXgG__submitBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);white-space:nowrap;border:none;padding:.5rem 1.25rem}.ClientPortfolioManualModal-module__vaGXgG__submitBtn:hover:not(.ClientPortfolioManualModal-module__vaGXgG__submitDisabled){background:var(--mb-brand-color-700)}.ClientPortfolioManualModal-module__vaGXgG__submitDisabled{cursor:not-allowed;opacity:.6}.ClientPortfolioManualModal-module__vaGXgG__loadingRow{color:var(--mb-text-white);align-items:center;gap:.5rem;display:flex}@media screen and (max-width:744px){.ClientPortfolioManualModal-module__vaGXgG__modal{width:100%}.ClientPortfolioManualModal-module__vaGXgG__priceQtyRow{grid-template-columns:1fr}.ClientPortfolioManualModal-module__vaGXgG__footer{flex-wrap:wrap;gap:.75rem}.ClientPortfolioManualModal-module__vaGXgG__footerRight{width:100%}.ClientPortfolioManualModal-module__vaGXgG__cancelBtn,.ClientPortfolioManualModal-module__vaGXgG__submitBtn{text-align:center;flex:1}}
.PortfolioCard-module__LNXlGq__portfolioCard{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-xl);cursor:pointer;flex-direction:column;padding:1rem 1.25rem 0;display:flex}.PortfolioCard-module__LNXlGq__portfolioCard:hover{border-color:var(--mb-border-color-hovered)}.PortfolioCard-module__LNXlGq__top{align-items:center;gap:.625rem;padding-bottom:.875rem;display:flex}.PortfolioCard-module__LNXlGq__icon{background:color-mix(in srgb, var(--mb-brand-color-primary) 12%, transparent);border-radius:var(--mb-border-radius-md);color:var(--mb-brand-color-primary);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.PortfolioCard-module__LNXlGq__meta{flex-direction:column;gap:.125rem;min-width:0;display:flex}.PortfolioCard-module__LNXlGq__name{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PortfolioCard-module__LNXlGq__stockCount{color:var(--mb-text-light);font-size:var(--mb-text-caption)}.PortfolioCard-module__LNXlGq__stats{border-top:var(--mb-border-width-primary) solid var(--mb-border-color);grid-template-columns:repeat(3,1fr);display:grid}.PortfolioCard-module__LNXlGq__stat{flex-direction:column;gap:.1875rem;padding:.625rem .875rem .875rem 0;display:flex}.PortfolioCard-module__LNXlGq__stat+.PortfolioCard-module__LNXlGq__stat{border-left:var(--mb-border-width-primary) solid var(--mb-border-color);padding-left:.875rem}.PortfolioCard-module__LNXlGq__stat:last-child{padding-right:0}.PortfolioCard-module__LNXlGq__statLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption2);letter-spacing:.02em;text-transform:uppercase}.PortfolioCard-module__LNXlGq__statValue{color:var(--mb-text-dark);font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold)}.PortfolioCard-module__LNXlGq__gain{color:var(--mb-color-green-600)}.PortfolioCard-module__LNXlGq__loss{color:var(--mb-color-red-primary)}.PortfolioCard-module__LNXlGq__menuBtn{border-radius:var(--mb-border-radius-sm);color:var(--mb-text-light);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;margin-left:auto;padding:.125rem;display:flex}.PortfolioCard-module__LNXlGq__menuBtn:hover{background:var(--mb-bg-color-secondary);color:var(--mb-text-normal)}.PortfolioCard-module__LNXlGq__menuBtnIcon{width:1.125rem;height:1.125rem}
.DeletePortfolioModal-module__WWpmtq__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:1rem;width:28rem;padding:0 1.5rem;display:flex}.DeletePortfolioModal-module__WWpmtq__deleteIcon{background-color:var(--mb-bg-color-tertiary);border-radius:var(--mb-border-radius-full);justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.DeletePortfolioModal-module__WWpmtq__icon{height:1.5rem;stroke:var(--mb-color-red-primary);width:1.5rem}.DeletePortfolioModal-module__WWpmtq__content{flex-direction:column;gap:.375rem;display:flex}.DeletePortfolioModal-module__WWpmtq__title{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold);margin:0}.DeletePortfolioModal-module__WWpmtq__body{color:var(--mb-text-light);font-size:var(--mb-text-caption);margin:0}.DeletePortfolioModal-module__WWpmtq__footer{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.DeletePortfolioModal-module__WWpmtq__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;padding:.5rem 1rem}.DeletePortfolioModal-module__WWpmtq__cancelBtn:hover:not(:disabled){background:var(--mb-bg-color-secondary)}.DeletePortfolioModal-module__WWpmtq__cancelBtn:disabled{cursor:not-allowed;opacity:.5}.DeletePortfolioModal-module__WWpmtq__deleteBtn{background:var(--mb-color-red-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);border:none;justify-content:center;align-items:center;min-width:8.5rem;padding:.5rem 1.25rem;display:flex}.DeletePortfolioModal-module__WWpmtq__deleteBtn:hover:not(:disabled){background:var(--mb-color-red-600)}.DeletePortfolioModal-module__WWpmtq__deleteBtn:disabled{cursor:not-allowed;opacity:.7}@media screen and (max-width:744px){.DeletePortfolioModal-module__WWpmtq__modal{width:100vw}}
.PortfolioCardMenu-module__QbnYMW__menu{background:var(--mb-bg-color-primary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-direction:column;min-width:9rem;padding:.25rem;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000001f}.PortfolioCardMenu-module__QbnYMW__menuItem{border-radius:var(--mb-border-radius-sm);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;display:flex}.PortfolioCardMenu-module__QbnYMW__menuItem:hover{background:var(--mb-bg-color-secondary)}.PortfolioCardMenu-module__QbnYMW__menuIcon{flex-shrink:0;width:.875rem;height:.875rem}.PortfolioCardMenu-module__QbnYMW__deleteItem{color:var(--mb-color-red-primary)}.PortfolioCardMenu-module__QbnYMW__deleteItem .PortfolioCardMenu-module__QbnYMW__menuIcon{stroke:var(--mb-color-red-primary)}.PortfolioCardMenu-module__QbnYMW__deleteItem:hover{background:color-mix(in srgb, var(--mb-color-red-primary) 8%, transparent)}
.page-module__PtcaIW__wrapper{width:calc(100vw - 2 * var(--global-padding));padding-block:var(--page-top-gap) 2rem;flex-direction:column;gap:1rem;margin-inline:auto;display:flex}.page-module__PtcaIW__insightBox{background:var(--mb-bg-color-secondary);border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-body);padding:.85rem;line-height:1.5}.page-module__PtcaIW__insightLabel{color:var(--mb-color-purple-primary);font-family:var(--mb-font-bold)}.page-module__PtcaIW__empty{color:var(--mb-text-body)}.page-module__PtcaIW__noData{border:var(--mb-border-width-primary) dashed var(--mb-border-color);border-radius:var(--mb-border-radius-lg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3.5rem 1rem;display:flex}.page-module__PtcaIW__noDataIcon{width:2.5rem;height:2.5rem;color:var(--mb-text-light)}.page-module__PtcaIW__noDataTitle{color:var(--mb-text-dark);font-weight:var(--mb-font-semibold)}.page-module__PtcaIW__noDataText{color:var(--mb-text-body);font-size:var(--mb-text-body2);max-width:28rem}.page-module__PtcaIW__noDataLink{color:var(--mb-brand-color-primary);font-size:var(--mb-text-body2);margin-top:.5rem;text-decoration:none}.page-module__PtcaIW__noDataLink:hover{text-decoration:underline}.page-module__PtcaIW__table{border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);flex-direction:column;display:flex;overflow:hidden}.page-module__PtcaIW__headRow,.page-module__PtcaIW__row{grid-template-columns:minmax(0,2fr) 1fr .8fr 1fr;align-items:center;gap:1rem;padding:.75rem 1rem;display:grid}.page-module__PtcaIW__headRow{background:var(--mb-bg-color-secondary);color:var(--mb-text-light);letter-spacing:.04em;font-size:.75rem;font-family:var(--mb-font-bold)}.page-module__PtcaIW__numHead{text-align:right}.page-module__PtcaIW__row{border-top:1px solid var(--mb-border-color);text-decoration:none;transition:background .15s}.page-module__PtcaIW__row:hover{background:var(--mb-bg-color-secondary)}.page-module__PtcaIW__company{align-items:baseline;gap:.5rem;min-width:0;display:flex}.page-module__PtcaIW__symbol{font-family:var(--mb-font-bold);color:var(--mb-text-dark);flex-shrink:0}.page-module__PtcaIW__companyName{color:var(--mb-text-light);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.85rem;overflow:hidden}.page-module__PtcaIW__num{text-align:right;color:var(--mb-text-dark);white-space:nowrap}.page-module__PtcaIW__up{color:var(--mb-color-green-primary)}.page-module__PtcaIW__down{color:var(--mb-color-red-primary)}.page-module__PtcaIW__back{color:var(--mb-color-purple-primary);margin-top:.5rem;font-size:.9rem;text-decoration:none}@media screen and (max-width:1024px){.page-module__PtcaIW__companyName,.page-module__PtcaIW__pageHeader p{display:none}}
.RenamePortfolioModal-module__pQtyFa__modal{background:var(--mb-bg-color-primary);border-radius:var(--mb-border-radius-md);flex-direction:column;gap:1rem;width:26rem;padding:0 1.5rem;display:flex}.RenamePortfolioModal-module__pQtyFa__title{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-bold);margin:0}.RenamePortfolioModal-module__pQtyFa__input{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-md);color:var(--mb-text-dark);font-size:var(--mb-text-body2);background:0 0;outline:none;width:100%;padding:.625rem .75rem}.RenamePortfolioModal-module__pQtyFa__input:focus{border-color:var(--mb-border-color-hovered)}.RenamePortfolioModal-module__pQtyFa__footer{justify-content:flex-end;gap:.75rem;display:flex}.RenamePortfolioModal-module__pQtyFa__cancelBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);background:0 0;padding:.5rem 1rem}.RenamePortfolioModal-module__pQtyFa__cancelBtn:hover:not(:disabled){background:var(--mb-bg-color-secondary)}.RenamePortfolioModal-module__pQtyFa__cancelBtn:disabled{cursor:not-allowed;opacity:.5}.RenamePortfolioModal-module__pQtyFa__saveBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);border:none;justify-content:center;align-items:center;min-width:4.5rem;padding:.5rem 1.25rem;display:flex}.RenamePortfolioModal-module__pQtyFa__saveBtn:hover:not(:disabled){background:var(--mb-brand-color-700)}.RenamePortfolioModal-module__pQtyFa__saveBtn:disabled{cursor:not-allowed;opacity:.5}@media screen and (max-width:744px){.RenamePortfolioModal-module__pQtyFa__modal{width:100vw}}
.ClientDetailPage-module__47YroW__clientDetailPage{flex-direction:column;gap:1.25rem;padding-block:.5rem 3rem;display:flex}.ClientDetailPage-module__47YroW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ClientDetailPage-module__47YroW__title{color:var(--mb-text-dark);font-size:var(--mb-text-h6);font-weight:var(--mb-font-bold);letter-spacing:-.5px;line-height:1.2}.ClientDetailPage-module__47YroW__portfolioCount{color:var(--mb-text-light);font-size:var(--mb-text-caption);margin-top:.125rem}.ClientDetailPage-module__47YroW__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ClientDetailPage-module__47YroW__editBtn{border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-normal);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-semibold);white-space:nowrap;background:0 0;align-items:center;gap:.375rem;padding:.625rem 1rem;display:flex}.ClientDetailPage-module__47YroW__editBtn:hover{background:var(--mb-bg-color-secondary);border-color:var(--mb-border-color-hovered)}.ClientDetailPage-module__47YroW__editIcon{color:var(--mb-text-light);flex-shrink:0;width:1rem;height:1rem}.ClientDetailPage-module__47YroW__addBtn{background:var(--mb-brand-color-primary);border-radius:var(--mb-border-radius-lg);color:var(--mb-text-white);cursor:pointer;font-size:var(--mb-text-body2);font-weight:var(--mb-font-bold);white-space:nowrap;border:none;align-items:center;gap:.375rem;padding:.625rem 1rem;display:flex}.ClientDetailPage-module__47YroW__addBtn:hover{background:var(--mb-brand-color-700)}.ClientDetailPage-module__47YroW__plusIcon{width:1rem;height:1rem;stroke:var(--mb-text-white);flex-shrink:0}.ClientDetailPage-module__47YroW__metrics{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.ClientDetailPage-module__47YroW__metricBox{background:var(--mb-bg-color-secondary);border:var(--mb-border-width-primary) solid var(--mb-border-color);border-radius:var(--mb-border-radius-xl);flex-direction:column;gap:.375rem;padding:1.25rem 1.5rem;display:flex}.ClientDetailPage-module__47YroW__metricLabel{font-size:var(--mb-text-caption);letter-spacing:.03em;text-transform:uppercase}.ClientDetailPage-module__47YroW__metricValue{color:var(--mb-text-dark);font-size:var(--mb-text-h7);font-weight:var(--mb-font-semibold)}.ClientDetailPage-module__47YroW__sectionLabel{color:var(--mb-text-light);font-size:var(--mb-text-caption);font-weight:var(--mb-font-semibold);letter-spacing:.05em;text-transform:uppercase}.ClientDetailPage-module__47YroW__firstPortfolioEmpty{border:1px solid var(--mb-border-color);border-radius:var(--mb-border-radius-lg);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:18rem;display:flex}.ClientDetailPage-module__47YroW__portfolioGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ClientDetailPage-module__47YroW__gain{color:var(--mb-color-green-600)}.ClientDetailPage-module__47YroW__loss{color:var(--mb-color-red-primary)}@media screen and (max-width:1280px){.ClientDetailPage-module__47YroW__portfolioGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:744px){.ClientDetailPage-module__47YroW__header{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.ClientDetailPage-module__47YroW__metrics,.ClientDetailPage-module__47YroW__portfolioGrid{grid-template-columns:1fr}}
