.page-module__EAb--a__container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;overflow:hidden}.page-module__EAb--a__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__EAb--a__pageTitle{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.page-module__EAb--a__actions{gap:1rem;display:flex}.page-module__EAb--a__addBtn{cursor:pointer;background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.page-module__EAb--a__addBtn:hover{opacity:.85}.page-module__EAb--a__toggleSwitch{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:999px;align-items:center;padding:.25rem;display:flex}.page-module__EAb--a__toggleOption{color:var(--text-muted);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.page-module__EAb--a__toggleOption.page-module__EAb--a__active{background:var(--primary);color:#fff;box-shadow:var(--card-shadow)}.page-module__EAb--a__summaryBar{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem;display:grid}.page-module__EAb--a__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:.4rem;min-width:0;padding:1.25rem 1.5rem;display:flex;overflow:hidden}.page-module__EAb--a__summaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.page-module__EAb--a__summaryValue{color:var(--text-primary);font-size:1.4rem;font-weight:700}.page-module__EAb--a__summaryHighlight .page-module__EAb--a__summaryValue{color:var(--primary)}.page-module__EAb--a__summaryNeg .page-module__EAb--a__summaryValue{color:var(--accent-negative)}.page-module__EAb--a__grid{gap:1.5rem;display:grid}.page-module__EAb--a__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.25rem 1.5rem;display:block}.page-module__EAb--a__cardContent{align-items:center;gap:2rem;display:flex}.page-module__EAb--a__propertyInfo{flex-shrink:1;align-items:center;gap:1rem;width:100%;min-width:0;max-width:350px;display:flex}.page-module__EAb--a__propertyName{color:var(--text-primary);margin-bottom:.1rem;font-size:1.1rem;font-weight:700}.page-module__EAb--a__location{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.85rem;display:flex}.page-module__EAb--a__statsRow{flex:1;grid-template-columns:repeat(5,1fr);justify-items:end;gap:1rem;display:grid}.page-module__EAb--a__statItem{flex-direction:column;align-items:flex-end;width:100%;display:flex}.page-module__EAb--a__statItem label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.page-module__EAb--a__value{color:var(--text-primary);font-size:1rem;font-weight:600}.page-module__EAb--a__highlight{color:var(--primary)!important}.page-module__EAb--a__subValue{color:var(--text-muted);font-size:1rem;font-weight:600}.page-module__EAb--a__yield{color:var(--primary);align-items:center;gap:.25rem;font-size:1rem;font-weight:600;display:flex}.page-module__EAb--a__editBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__EAb--a__editBtn:hover{background:var(--sidebar-hover);color:var(--text-primary)}.page-module__EAb--a__iconBox{background:var(--card-hover);width:40px;height:40px;color:var(--primary);border:1px solid var(--card-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.page-module__EAb--a__container{overflow:hidden}.page-module__EAb--a__cardContent{flex-direction:column;align-items:flex-start;gap:.75rem}.page-module__EAb--a__card{padding:1rem 1.25rem}.page-module__EAb--a__propertyInfo{width:100%;max-width:none}.page-module__EAb--a__statsRow{grid-template-columns:repeat(3,1fr);justify-items:start;gap:.75rem;width:100%}.page-module__EAb--a__statItem{align-items:flex-start}.page-module__EAb--a__summaryBar{grid-template-columns:repeat(3,1fr)}.page-module__EAb--a__grid{gap:.75rem}}@media (max-width:768px){.page-module__EAb--a__pageTitle{font-size:1.5rem}.page-module__EAb--a__statsRow{grid-template-columns:repeat(3,1fr);gap:.5rem .75rem}.page-module__EAb--a__header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__EAb--a__actions{flex-wrap:wrap;gap:.5rem;width:100%}.page-module__EAb--a__summaryBar{grid-template-columns:repeat(2,1fr);gap:.75rem}.page-module__EAb--a__summaryCard{padding:1rem 1.25rem}.page-module__EAb--a__summaryValue{font-size:1.2rem}}@media (max-width:480px){.page-module__EAb--a__pageTitle{font-size:1.25rem}.page-module__EAb--a__header{flex-direction:column;align-items:flex-start;gap:.75rem}.page-module__EAb--a__actions{justify-content:flex-end;width:100%}.page-module__EAb--a__card{padding:.85rem 1rem}.page-module__EAb--a__statsRow{grid-template-columns:repeat(2,1fr);gap:.5rem}.page-module__EAb--a__summaryBar{grid-template-columns:1fr 1fr;gap:.5rem}.page-module__EAb--a__summaryCard{padding:.85rem 1rem}.page-module__EAb--a__summaryValue{font-size:1.1rem}.page-module__EAb--a__statItem label{font-size:.62rem}.page-module__EAb--a__value,.page-module__EAb--a__subValue,.page-module__EAb--a__yield{font-size:.85rem}}
.Modal-module__raUV3G__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out Modal-module__raUV3G__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__raUV3G__modal{background:var(--card-bg);border:none;border-radius:1rem;flex-direction:column;width:90%;max-width:700px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__raUV3G__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Modal-module__raUV3G__header{border-bottom:1px solid var(--border);background:var(--surface);border-radius:1rem 1rem 0 0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__raUV3G__title{color:var(--text-primary);font-size:1.1rem;font-weight:700}.Modal-module__raUV3G__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Modal-module__raUV3G__closeBtn:hover{background:var(--surface-hover);color:var(--text-primary)}.Modal-module__raUV3G__content{flex:1;padding:1.5rem;overflow-y:auto}@keyframes Modal-module__raUV3G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__raUV3G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.Modal-module__raUV3G__modal{border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh}.Modal-module__raUV3G__header{border-radius:0;padding:1rem}.Modal-module__raUV3G__content{padding:1rem}.Modal-module__raUV3G__title{font-size:1rem}}
.HedgeForm-module__9krffW__form{flex-direction:column;gap:1.1rem;display:flex}.HedgeForm-module__9krffW__sectionRow{border-bottom:1px solid var(--border);gap:.5rem;padding-bottom:.5rem;display:flex}.HedgeForm-module__9krffW__sectionBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:.5rem;font-size:.85rem;font-weight:500;transition:all .15s}.HedgeForm-module__9krffW__sectionBtnActive{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}.HedgeForm-module__9krffW__typeRow{flex-wrap:wrap;gap:.4rem;display:flex}.HedgeForm-module__9krffW__typeBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:20px;padding:.3rem .75rem;font-size:.78rem;font-weight:500;transition:all .15s}.HedgeForm-module__9krffW__typeBtnActive{border-color:var(--primary);color:var(--primary);background:#10b9811f;font-weight:600}.HedgeForm-module__9krffW__separator{border:none;border-top:1px solid var(--border);margin:.25rem 0}.HedgeForm-module__9krffW__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.HedgeForm-module__9krffW__group{flex-direction:column;gap:.35rem;display:flex}.HedgeForm-module__9krffW__group label{color:var(--muted);font-size:.82rem;font-weight:500}.HedgeForm-module__9krffW__group input,.HedgeForm-module__9krffW__group select,.HedgeForm-module__9krffW__group textarea{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);width:100%;font-size:.875rem;font-family:var(--font-main);border-radius:.5rem;padding:.55rem .7rem;transition:border-color .15s}.HedgeForm-module__9krffW__group input:focus,.HedgeForm-module__9krffW__group select:focus,.HedgeForm-module__9krffW__group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.HedgeForm-module__9krffW__group input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.HedgeForm-module__9krffW__group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.HedgeForm-module__9krffW__group input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.HedgeForm-module__9krffW__group input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.HedgeForm-module__9krffW__group select option{background:var(--card-bg);color:var(--text-primary)}.HedgeForm-module__9krffW__textarea{resize:vertical;min-height:60px;line-height:1.5}.HedgeForm-module__9krffW__optional{color:var(--muted);font-size:.75rem;font-weight:400}.HedgeForm-module__9krffW__actions{border-top:1px solid var(--border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:.75rem;margin-top:.25rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.5rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.HedgeForm-module__9krffW__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem}.HedgeForm-module__9krffW__cancelBtn:hover{border-color:var(--muted)}.HedgeForm-module__9krffW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.HedgeForm-module__9krffW__submitBtn:hover{opacity:.85}.HedgeForm-module__9krffW__navSection{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.HedgeForm-module__9krffW__navHeader{justify-content:space-between;align-items:center;display:flex}.HedgeForm-module__9krffW__navHeader label{color:var(--text-primary);font-size:.82rem;font-weight:600}.HedgeForm-module__9krffW__addNavBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.7rem;display:flex}.HedgeForm-module__9krffW__addNavBtn:hover{background:var(--border);color:var(--text-primary)}.HedgeForm-module__9krffW__navEmpty{color:var(--muted);text-align:center;background:var(--card-bg);border:1px dashed var(--border);border-radius:6px;padding:.5rem;font-size:.75rem}.HedgeForm-module__9krffW__navEntries{flex-direction:column;gap:.4rem;display:flex}.HedgeForm-module__9krffW__navEntryRow{align-items:center;gap:.4rem;display:flex}.HedgeForm-module__9krffW__navInput{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);border-radius:4px;flex:1;min-width:0;padding:.4rem .5rem;font-size:.8rem}.HedgeForm-module__9krffW__navInput[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.HedgeForm-module__9krffW__removeNavBtn{color:var(--accent-negative);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;display:flex}.HedgeForm-module__9krffW__removeNavBtn:hover{background:var(--danger-hover-bg)}@media (max-width:600px){.HedgeForm-module__9krffW__row{grid-template-columns:1fr}.HedgeForm-module__9krffW__actions{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.HedgeForm-module__9krffW__navEntryRow{flex-wrap:wrap}}
.HedgeHoldingCard-module__jhwLEW__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:.75rem;min-width:0;max-width:100%;height:100%;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex;overflow:hidden}.HedgeHoldingCard-module__jhwLEW__card:hover{border-color:#6366f1}.HedgeHoldingCard-module__jhwLEW__cardHeader{align-items:flex-start;gap:1rem;display:flex}.HedgeHoldingCard-module__jhwLEW__cardMeta{flex-direction:column;flex:1;min-width:0;min-height:4.5rem;display:flex}.HedgeHoldingCard-module__jhwLEW__ticker{color:#818cf8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.1rem;font-size:.75rem;font-weight:700}.HedgeHoldingCard-module__jhwLEW__name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex-grow:1;margin-bottom:.35rem;font-size:1rem;font-weight:600;overflow:hidden}.HedgeHoldingCard-module__jhwLEW__badges{flex-wrap:wrap;gap:.4rem;display:flex}.HedgeHoldingCard-module__jhwLEW__badge{color:#818cf8;background:#6366f11f;border:1px solid #6366f140;border-radius:20px;padding:.15rem .5rem;font-size:.68rem;font-weight:600}.HedgeHoldingCard-module__jhwLEW__typeBadge{color:var(--primary);background:#10b9811a;border-color:#10b98140}.HedgeHoldingCard-module__jhwLEW__cardValues{text-align:right;flex-shrink:0}.HedgeHoldingCard-module__jhwLEW__marketValue{color:var(--text-secondary);font-size:1.15rem;font-weight:700}.HedgeHoldingCard-module__jhwLEW__netEquity{color:var(--primary);margin-top:.1rem;font-size:.8rem;font-weight:600}.HedgeHoldingCard-module__jhwLEW__pnlPos{color:var(--primary);margin-top:.15rem;font-size:.78rem}.HedgeHoldingCard-module__jhwLEW__pnlNeg{color:var(--accent-negative);margin-top:.15rem;font-size:.78rem}.HedgeHoldingCard-module__jhwLEW__pnlPct{opacity:.7;font-weight:400}.HedgeHoldingCard-module__jhwLEW__cardActions{flex-direction:column;gap:.4rem;padding-top:.1rem;display:flex}.HedgeHoldingCard-module__jhwLEW__iconBtn{cursor:pointer;color:var(--text-dim);background:0 0;border:none;border-radius:6px;align-items:center;padding:.3rem;transition:color .15s,background .15s;display:flex}.HedgeHoldingCard-module__jhwLEW__iconBtn:hover{color:var(--text-secondary);background:#ffffff12}.HedgeHoldingCard-module__jhwLEW__danger:hover{color:var(--accent-negative);background:#ef44441a}.HedgeHoldingCard-module__jhwLEW__navBtn:hover{color:#818cf8;background:#818cf81f}.HedgeHoldingCard-module__jhwLEW__detail{color:var(--text-dim);border-top:1px solid var(--card-border);flex-wrap:wrap;gap:.25rem .6rem;padding-top:.25rem;font-size:.78rem;display:flex}.HedgeHoldingCard-module__jhwLEW__liabilitySection{border-top:1px solid var(--card-border);flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}.HedgeHoldingCard-module__jhwLEW__liabilityHeader{justify-content:space-between;align-items:center;display:flex}.HedgeHoldingCard-module__jhwLEW__liabilityLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.HedgeHoldingCard-module__jhwLEW__addMonthBtn{color:var(--primary);cursor:pointer;background:#10b98114;border:1px solid #10b98140;border-radius:5px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.72rem;font-weight:600;display:flex}.HedgeHoldingCard-module__jhwLEW__addMonthBtn:hover{background:#10b98126}.HedgeHoldingCard-module__jhwLEW__emptyLiab{color:var(--text-faint);margin:0;font-size:.78rem;font-style:italic}.HedgeHoldingCard-module__jhwLEW__liabTable{border-collapse:collapse;width:100%;font-size:.8rem}.HedgeHoldingCard-module__jhwLEW__liabTable th{color:var(--text-faint);text-align:left;border-bottom:1px solid var(--card-border);padding:.2rem .4rem;font-size:.68rem;font-weight:600}.HedgeHoldingCard-module__jhwLEW__liabTable td{color:var(--text-muted);vertical-align:middle;padding:.3rem .4rem}.HedgeHoldingCard-module__jhwLEW__right{text-align:right}.HedgeHoldingCard-module__jhwLEW__editing td{background:#6366f10d}.HedgeHoldingCard-module__jhwLEW__clickable{cursor:pointer}.HedgeHoldingCard-module__jhwLEW__clickable:hover{color:var(--text-secondary);text-decoration:underline}.HedgeHoldingCard-module__jhwLEW__inlineInput{border:1px solid var(--primary);color:var(--text-secondary);background:#ffffff0f;border-radius:4px;width:100%;padding:.2rem .4rem;font-size:.8rem}.HedgeHoldingCard-module__jhwLEW__note{cursor:pointer}.HedgeHoldingCard-module__jhwLEW__note:hover{color:var(--text-secondary)}.HedgeHoldingCard-module__jhwLEW__muted{color:var(--text-primary)}.HedgeHoldingCard-module__jhwLEW__deleteBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;transition:color .15s;display:flex}.HedgeHoldingCard-module__jhwLEW__deleteBtn:hover{color:var(--accent-negative)}.HedgeHoldingCard-module__jhwLEW__showMoreBtn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.25rem;padding:0;font-size:.75rem;display:flex}.HedgeHoldingCard-module__jhwLEW__showMoreBtn:hover{color:var(--text-secondary)}
.CashClient-module__FaoQrG__container{max-width:1200px;margin:0 auto}.CashClient-module__FaoQrG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.CashClient-module__FaoQrG__pageTitle{color:var(--foreground);letter-spacing:-.02em;font-size:clamp(1.25rem,5vw,2rem);font-weight:700}.CashClient-module__FaoQrG__actions{align-items:center;gap:1rem;display:flex}.CashClient-module__FaoQrG__toggleSwitch{background:var(--overlay-subtle);border:1px solid var(--overlay-light);border-radius:20px;padding:.2rem;display:flex}.CashClient-module__FaoQrG__toggleOption{cursor:pointer;color:var(--muted,#9ca3af);-webkit-user-select:none;user-select:none;border-radius:16px;padding:.25rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.CashClient-module__FaoQrG__toggleOption.CashClient-module__FaoQrG__active{background:var(--primary,#6366f1);color:#fff;font-weight:600}.CashClient-module__FaoQrG__addBtn{background:var(--primary,#6366f1);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s;display:flex}.CashClient-module__FaoQrG__addBtn:hover{opacity:.85}.CashClient-module__FaoQrG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.CashClient-module__FaoQrG__empty{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.CashClient-module__FaoQrG__emptyIcon{opacity:.3}.CashClient-module__FaoQrG__empty h3{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:600}.CashClient-module__FaoQrG__empty p{margin:0;font-size:.9rem}@media (max-width:768px){.CashClient-module__FaoQrG__header{flex-direction:column;align-items:flex-start}.CashClient-module__FaoQrG__actions{justify-content:flex-end;width:100%}.CashClient-module__FaoQrG__grid{grid-template-columns:1fr}}@media (max-width:480px){.CashClient-module__FaoQrG__toggleSwitch{flex-wrap:wrap}}
.EquityForm-module__Q34OTG__form{flex-direction:column;gap:1rem;display:flex}.EquityForm-module__Q34OTG__formHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.EquityForm-module__Q34OTG__formHeader h2{color:var(--text-primary);font-size:1.2rem;font-weight:700}.EquityForm-module__Q34OTG__closeBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:.25rem;display:flex}.EquityForm-module__Q34OTG__closeBtn:hover{background:var(--table-row-hover)}.EquityForm-module__Q34OTG__typeRow{gap:.5rem;display:flex}.EquityForm-module__Q34OTG__typeBtn{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:.45rem 0;font-size:.82rem;font-weight:600;transition:all .15s}.EquityForm-module__Q34OTG__typeBtn:hover{border-color:var(--primary);color:var(--primary)}.EquityForm-module__Q34OTG__typeBtnActive{background:var(--primary);border-color:var(--primary);color:#fff}.EquityForm-module__Q34OTG__row{gap:1rem;display:flex}.EquityForm-module__Q34OTG__formGroup{flex-direction:column;flex:1;gap:.4rem;display:flex}.EquityForm-module__Q34OTG__formGroup label{color:var(--muted);font-size:.82rem;font-weight:500}.EquityForm-module__Q34OTG__optional{color:var(--muted);font-size:.75rem;font-weight:400}.EquityForm-module__Q34OTG__formGroup input,.EquityForm-module__Q34OTG__formGroup select,.EquityForm-module__Q34OTG__formGroup textarea{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);border-radius:.5rem;width:100%;padding:.55rem .7rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.EquityForm-module__Q34OTG__formGroup input:focus,.EquityForm-module__Q34OTG__formGroup select:focus,.EquityForm-module__Q34OTG__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.EquityForm-module__Q34OTG__formGroup input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.EquityForm-module__Q34OTG__formGroup input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.EquityForm-module__Q34OTG__formGroup input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.EquityForm-module__Q34OTG__formGroup input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.EquityForm-module__Q34OTG__formGroup textarea{resize:vertical;line-height:1.5}.EquityForm-module__Q34OTG__inputGroup{gap:0;display:flex}.EquityForm-module__Q34OTG__inputGroup input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.EquityForm-module__Q34OTG__inputGroup select{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;width:75px}.EquityForm-module__Q34OTG__separator{border:none;border-top:1px solid var(--widget-border);margin:.25rem 0}.EquityForm-module__Q34OTG__sectionTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;font-size:.8rem;font-weight:700}.EquityForm-module__Q34OTG__actions{border-top:1px solid var(--widget-border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:.75rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.5rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.EquityForm-module__Q34OTG__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem}.EquityForm-module__Q34OTG__cancelBtn:hover{border-color:var(--muted)}.EquityForm-module__Q34OTG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600}.EquityForm-module__Q34OTG__submitBtn:hover{opacity:.85}.EquityForm-module__Q34OTG__submitBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.EquityForm-module__Q34OTG__form{padding:1rem}.EquityForm-module__Q34OTG__row{flex-direction:column;gap:.75rem}.EquityForm-module__Q34OTG__inputGroup{flex-direction:column}.EquityForm-module__Q34OTG__inputGroup input{border-radius:.5rem}.EquityForm-module__Q34OTG__inputGroup select{border-left:1px solid var(--border);border-radius:.5rem;width:100%}}
.FILiabilityCard-module__gZ_R0G__card{background:var(--card-bg);border:1px solid var(--card-border);border-left:3px solid var(--accent-negative);box-shadow:var(--card-shadow);border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}.FILiabilityCard-module__gZ_R0G__cardHeader{align-items:flex-start;gap:1rem;display:flex}.FILiabilityCard-module__gZ_R0G__meta{flex:1;min-width:0}.FILiabilityCard-module__gZ_R0G__typePill{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:20px;margin-bottom:.3rem;padding:.15rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.FILiabilityCard-module__gZ_R0G__name{color:var(--text-secondary);margin-bottom:.1rem;font-size:.95rem;font-weight:600}.FILiabilityCard-module__gZ_R0G__lender{color:var(--text-dim);font-size:.75rem}.FILiabilityCard-module__gZ_R0G__valueBlock{text-align:right;flex-shrink:0}.FILiabilityCard-module__gZ_R0G__currentBalance{font-size:1.1rem;font-weight:700}.FILiabilityCard-module__gZ_R0G__noBalance{color:var(--text-primary);font-size:.85rem;font-weight:400}.FILiabilityCard-module__gZ_R0G__currency{color:var(--text-faint);margin-top:.1rem;font-size:.7rem}.FILiabilityCard-module__gZ_R0G__actions{flex-direction:column;flex-shrink:0;gap:.4rem;display:flex}.FILiabilityCard-module__gZ_R0G__iconBtn{cursor:pointer;color:var(--text-dim);background:0 0;border:none;border-radius:6px;align-items:center;padding:.3rem;transition:all .15s;display:flex}.FILiabilityCard-module__gZ_R0G__iconBtn:hover{color:var(--text-secondary);background:#ffffff12}.FILiabilityCard-module__gZ_R0G__danger:hover{color:var(--accent-negative);background:#ef44441a}.FILiabilityCard-module__gZ_R0G__tableSection{border-top:1px solid var(--card-border);flex-direction:column;gap:.5rem;padding-top:.6rem;display:flex}.FILiabilityCard-module__gZ_R0G__tableHeader{justify-content:space-between;align-items:center;display:flex}.FILiabilityCard-module__gZ_R0G__tableLabel{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.FILiabilityCard-module__gZ_R0G__addMonthBtn{color:var(--accent-negative);cursor:pointer;background:#ef444414;border:1px solid #ef444440;border-radius:5px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.72rem;font-weight:600;display:flex}.FILiabilityCard-module__gZ_R0G__addMonthBtn:hover{background:#ef444426}.FILiabilityCard-module__gZ_R0G__newRowForm{background:#ef44440a;border:1px dashed #ef444440;border-radius:8px;flex-direction:column;gap:.4rem;padding:.6rem .75rem;display:flex}.FILiabilityCard-module__gZ_R0G__newRowSelectors{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.FILiabilityCard-module__gZ_R0G__rowSelect,.FILiabilityCard-module__gZ_R0G__rowInput{border:1px solid var(--card-border);color:var(--text-secondary);background:#ffffff0f;border-radius:5px;width:100%;padding:.3rem .5rem;font-family:inherit;font-size:.8rem}.FILiabilityCard-module__gZ_R0G__rowSelect:focus,.FILiabilityCard-module__gZ_R0G__rowInput:focus{border-color:var(--accent-negative);outline:none}.FILiabilityCard-module__gZ_R0G__rowSelect option{background:var(--card-bg)}.FILiabilityCard-module__gZ_R0G__newRowActions{justify-content:flex-end;gap:.4rem;display:flex}.FILiabilityCard-module__gZ_R0G__saveRowBtn{color:var(--accent-negative);cursor:pointer;background:#ef44441f;border:1px solid #ef444459;border-radius:5px;align-items:center;gap:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:flex}.FILiabilityCard-module__gZ_R0G__saveRowBtn:hover{background:#ef444433}.FILiabilityCard-module__gZ_R0G__saveRowBtn:disabled{opacity:.5;cursor:not-allowed}.FILiabilityCard-module__gZ_R0G__cancelRowBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:5px;align-items:center;padding:.25rem .4rem;display:flex}.FILiabilityCard-module__gZ_R0G__cancelRowBtn:hover{border-color:var(--text-dim);color:var(--text-secondary)}.FILiabilityCard-module__gZ_R0G__empty{color:var(--text-primary);margin:0;font-size:.78rem;font-style:italic}.FILiabilityCard-module__gZ_R0G__table{border-collapse:collapse;width:100%;font-size:.8rem}.FILiabilityCard-module__gZ_R0G__table th{color:var(--text-faint);text-align:left;border-bottom:1px solid var(--card-border);padding:.2rem .4rem;font-size:.68rem;font-weight:600}.FILiabilityCard-module__gZ_R0G__table td{color:var(--text-muted);vertical-align:middle;padding:.3rem .4rem}.FILiabilityCard-module__gZ_R0G__right{text-align:right}.FILiabilityCard-module__gZ_R0G__editing td{background:#ef44440a}.FILiabilityCard-module__gZ_R0G__clickable{cursor:pointer}.FILiabilityCard-module__gZ_R0G__clickable:hover{color:var(--text-secondary);text-decoration:underline}.FILiabilityCard-module__gZ_R0G__note{cursor:pointer}.FILiabilityCard-module__gZ_R0G__note:hover{color:var(--text-secondary)}.FILiabilityCard-module__gZ_R0G__muted{color:var(--text-primary)}.FILiabilityCard-module__gZ_R0G__inlineInput{border:1px solid var(--accent-negative);color:var(--text-secondary);background:#ffffff0f;border-radius:4px;width:100%;padding:.2rem .4rem;font-size:.8rem}.FILiabilityCard-module__gZ_R0G__deleteBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;transition:color .15s;display:flex}.FILiabilityCard-module__gZ_R0G__deleteBtn:hover{color:var(--accent-negative)}.FILiabilityCard-module__gZ_R0G__showMoreBtn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.25rem;padding:0;font-size:.75rem;display:flex}.FILiabilityCard-module__gZ_R0G__showMoreBtn:hover{color:var(--text-secondary)}
.PIForm-module__IX7Vwa__form{flex-direction:column;gap:.85rem;max-height:70vh;padding-right:.5rem;display:flex;overflow-y:auto}.PIForm-module__IX7Vwa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.PIForm-module__IX7Vwa__field{flex-direction:column;gap:.3rem;display:flex}.PIForm-module__IX7Vwa__field label{color:var(--muted);font-size:.82rem;font-weight:500}.PIForm-module__IX7Vwa__field input,.PIForm-module__IX7Vwa__field select,.PIForm-module__IX7Vwa__field textarea{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);width:100%;font-size:.875rem;font-family:var(--font-main);border-radius:.5rem;outline:none;padding:.55rem .7rem;transition:border-color .2s}.PIForm-module__IX7Vwa__field input:focus,.PIForm-module__IX7Vwa__field select:focus,.PIForm-module__IX7Vwa__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #10b9811a}.PIForm-module__IX7Vwa__field input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.PIForm-module__IX7Vwa__field input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.PIForm-module__IX7Vwa__field input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.PIForm-module__IX7Vwa__field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.PIForm-module__IX7Vwa__field textarea{resize:vertical;min-height:48px}.PIForm-module__IX7Vwa__toggleRow{align-items:center;gap:1.5rem;padding:.5rem 0;display:flex}.PIForm-module__IX7Vwa__toggle{color:var(--foreground);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.PIForm-module__IX7Vwa__toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.PIForm-module__IX7Vwa__actions{border-top:1px solid var(--border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:.75rem;margin-top:.5rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.75rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.PIForm-module__IX7Vwa__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem}.PIForm-module__IX7Vwa__cancelBtn:hover{border-color:var(--muted)}.PIForm-module__IX7Vwa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600}.PIForm-module__IX7Vwa__submitBtn:hover{opacity:.85}.PIForm-module__IX7Vwa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.PIForm-module__IX7Vwa__drawdownSection{border:1px solid var(--border);background:#10b98108;border-radius:10px;padding:.75rem}.PIForm-module__IX7Vwa__drawdownHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.PIForm-module__IX7Vwa__drawdownHeader label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.PIForm-module__IX7Vwa__addDrawdownBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.2rem;padding:.2rem .4rem;font-size:.75rem;font-weight:600;display:flex}.PIForm-module__IX7Vwa__addDrawdownBtn:hover{background:#10b9811a}.PIForm-module__IX7Vwa__drawdownHint{color:var(--text-dim);font-size:.78rem;font-style:italic}.PIForm-module__IX7Vwa__drawdownRow{grid-template-columns:1fr 1fr 1.5fr auto;align-items:center;gap:.5rem;margin-top:.4rem;display:grid}.PIForm-module__IX7Vwa__drawdownInput{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);border-radius:6px;outline:none;padding:.4rem .55rem;font-size:.82rem}.PIForm-module__IX7Vwa__drawdownInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #10b9811a}.PIForm-module__IX7Vwa__drawdownInput[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.PIForm-module__IX7Vwa__removeDrawdownBtn{width:28px;height:28px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;display:grid}.PIForm-module__IX7Vwa__removeDrawdownBtn:hover{color:var(--accent-negative);background:#ef44441a}@media (max-width:600px){.PIForm-module__IX7Vwa__row{grid-template-columns:1fr}.PIForm-module__IX7Vwa__drawdownRow{grid-template-columns:1fr 1fr}}
.GlobalSettings-module__74gjgq__container{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.GlobalSettings-module__74gjgq__description{color:var(--text-faint);font-size:.95rem;line-height:1.5}.GlobalSettings-module__74gjgq__formGroup{flex-direction:column;gap:.5rem;display:flex}.GlobalSettings-module__74gjgq__formGroup label{color:var(--text-primary);font-size:.95rem;font-weight:600}.GlobalSettings-module__74gjgq__helpText{color:var(--text-dim);margin-bottom:.25rem;font-size:.85rem;line-height:1.4}.GlobalSettings-module__74gjgq__formGroup select{border:1px solid var(--card-border);color:var(--text-primary);background-color:var(--surface);border-radius:6px;padding:.6rem;font-family:inherit;font-size:.95rem}.GlobalSettings-module__74gjgq__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.GlobalSettings-module__74gjgq__cancelBtn{cursor:pointer;color:var(--text-faint);background:0 0;border:none;font-family:inherit;font-size:.95rem;font-weight:600}.GlobalSettings-module__74gjgq__cancelBtn:hover{color:#fff}.GlobalSettings-module__74gjgq__saveBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.GlobalSettings-module__74gjgq__saveBtn:hover:not(:disabled){opacity:.9}.GlobalSettings-module__74gjgq__saveBtn:disabled{opacity:.5;cursor:not-allowed}
.AlternateForm-module__Jso-rW__form{flex-direction:column;gap:1.1rem;display:flex}.AlternateForm-module__Jso-rW__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.AlternateForm-module__Jso-rW__gridFull{grid-column:1/-1}.AlternateForm-module__Jso-rW__group{flex-direction:column;gap:.35rem;display:flex}.AlternateForm-module__Jso-rW__group label{color:var(--muted);font-size:.82rem;font-weight:500}.AlternateForm-module__Jso-rW__group input,.AlternateForm-module__Jso-rW__group select,.AlternateForm-module__Jso-rW__group textarea{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);width:100%;font-size:.875rem;font-family:var(--font-main);border-radius:.5rem;padding:.55rem .7rem;transition:border-color .15s}.AlternateForm-module__Jso-rW__group textarea{resize:vertical;min-height:3.5rem}.AlternateForm-module__Jso-rW__group input:focus,.AlternateForm-module__Jso-rW__group select:focus,.AlternateForm-module__Jso-rW__group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.AlternateForm-module__Jso-rW__group input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.AlternateForm-module__Jso-rW__group input[type=month]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.AlternateForm-module__Jso-rW__group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.AlternateForm-module__Jso-rW__group input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.AlternateForm-module__Jso-rW__group input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.AlternateForm-module__Jso-rW__group select option{background:var(--card-bg);color:var(--text-primary)}.AlternateForm-module__Jso-rW__divider{border:none;border-top:1px solid var(--border);margin:.25rem 0}.AlternateForm-module__Jso-rW__sectionLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:-.25rem;font-size:.72rem;font-weight:700}.AlternateForm-module__Jso-rW__actions{border-top:1px solid var(--border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:.75rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.75rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.AlternateForm-module__Jso-rW__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem}.AlternateForm-module__Jso-rW__cancelBtn:hover{border-color:var(--muted)}.AlternateForm-module__Jso-rW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600}.AlternateForm-module__Jso-rW__submitBtn:hover{opacity:.85}.AlternateForm-module__Jso-rW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.AlternateForm-module__Jso-rW__imageUploadSection{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.AlternateForm-module__Jso-rW__imageLabel{color:var(--muted);font-size:.82rem;font-weight:500}.AlternateForm-module__Jso-rW__imageDropArea{border:2px dashed var(--border);cursor:pointer;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.5rem 1rem;transition:border-color .15s,background .15s;display:flex}.AlternateForm-module__Jso-rW__imageDropArea:hover{border-color:var(--primary);background:#10b9810a}.AlternateForm-module__Jso-rW__imageDropActive{transform:scale(1.01);border-color:var(--primary)!important;background:#10b98114!important}.AlternateForm-module__Jso-rW__imageDropIcon{font-size:1.75rem;line-height:1}.AlternateForm-module__Jso-rW__imageDropText{color:var(--text-primary);font-size:.85rem;font-weight:600}.AlternateForm-module__Jso-rW__imageDropHint{color:var(--muted);font-size:.72rem}.AlternateForm-module__Jso-rW__imagePreviewWrap{flex-direction:column;align-items:center;gap:.5rem;display:inline-flex;position:relative}.AlternateForm-module__Jso-rW__imagePreview{object-fit:contain;border:1px solid var(--border);border-radius:.65rem;max-width:100%;max-height:200px}.AlternateForm-module__Jso-rW__removeImageBtn{color:var(--accent-negative);cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:6px;padding:.25rem .75rem;font-family:inherit;font-size:.75rem;transition:background .15s}.AlternateForm-module__Jso-rW__removeImageBtn:hover{background:#ef444414}@media (max-width:600px){.AlternateForm-module__Jso-rW__grid{grid-template-columns:1fr}.AlternateForm-module__Jso-rW__sectionLabel{align-items:center;gap:.35rem;display:flex}.AlternateForm-module__Jso-rW__actions{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.AlternateForm-module__Jso-rW__imagePreview{max-height:150px}}
.NAVHistoryModal-module__1A4ssa__container{flex-direction:column;gap:1.25rem;display:flex}.NAVHistoryModal-module__1A4ssa__holdingInfo{background:#818cf80f;border:1px solid #818cf826;border-radius:10px;padding:.85rem 1.1rem}.NAVHistoryModal-module__1A4ssa__holdingName{color:var(--text-secondary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.NAVHistoryModal-module__1A4ssa__holdingMeta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.NAVHistoryModal-module__1A4ssa__dot{color:var(--text-faint)}.NAVHistoryModal-module__1A4ssa__latestNav{color:#818cf8;font-weight:600}.NAVHistoryModal-module__1A4ssa__formCard{border:1px solid var(--card-border);background:#ffffff08;border-radius:10px;flex-direction:column;gap:.85rem;padding:1rem 1.1rem;display:flex}.NAVHistoryModal-module__1A4ssa__formTitle{color:var(--text-muted);margin:0;font-size:.85rem;font-weight:600}.NAVHistoryModal-module__1A4ssa__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.NAVHistoryModal-module__1A4ssa__formGroup{flex-direction:column;gap:.3rem;display:flex}.NAVHistoryModal-module__1A4ssa__formGroup label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.NAVHistoryModal-module__1A4ssa__formGroup input{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:6px;outline:none;padding:.45rem .65rem;font-size:.85rem;transition:border-color .15s}.NAVHistoryModal-module__1A4ssa__formGroup input:focus{border-color:#818cf8}.NAVHistoryModal-module__1A4ssa__optional{color:var(--text-dim);text-transform:none;letter-spacing:0;font-size:.72rem;font-weight:400}.NAVHistoryModal-module__1A4ssa__formActions{justify-content:flex-end;gap:.6rem;display:flex}.NAVHistoryModal-module__1A4ssa__cancelBtn{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:7px;padding:.4rem .9rem;font-size:.82rem;font-weight:500;transition:all .15s}.NAVHistoryModal-module__1A4ssa__cancelBtn:hover{background:var(--overlay-light);color:var(--text-secondary)}.NAVHistoryModal-module__1A4ssa__saveBtn{color:var(--text-primary);cursor:pointer;background:#818cf8;border:none;border-radius:7px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:opacity .15s}.NAVHistoryModal-module__1A4ssa__saveBtn:hover{opacity:.85}.NAVHistoryModal-module__1A4ssa__saveBtn:disabled{opacity:.5;cursor:not-allowed}.NAVHistoryModal-module__1A4ssa__addBtn{border:1px dashed var(--text-dim);color:#818cf8;cursor:pointer;background:0 0;border-radius:7px;align-self:flex-start;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.NAVHistoryModal-module__1A4ssa__addBtn:hover{background:#818cf80f;border-color:#818cf8}.NAVHistoryModal-module__1A4ssa__empty{color:var(--text-dim);text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:2.5rem 1rem;font-size:.85rem;display:flex}.NAVHistoryModal-module__1A4ssa__empty p{margin:0}.NAVHistoryModal-module__1A4ssa__tableWrapper{overflow-x:auto}.NAVHistoryModal-module__1A4ssa__table{border-collapse:collapse;width:100%;font-size:.83rem}.NAVHistoryModal-module__1A4ssa__table thead tr{border-bottom:1px solid var(--border-subtle)}.NAVHistoryModal-module__1A4ssa__table th{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:.5rem .75rem;font-size:.7rem;font-weight:600}.NAVHistoryModal-module__1A4ssa__table td{color:var(--text-muted);border-bottom:1px solid var(--card-bg);vertical-align:middle;padding:.6rem .75rem}.NAVHistoryModal-module__1A4ssa__latestRow td{background:#818cf80d}.NAVHistoryModal-module__1A4ssa__latestRow .NAVHistoryModal-module__1A4ssa__dateCell{color:var(--text-secondary);font-weight:700}.NAVHistoryModal-module__1A4ssa__right{text-align:right!important}.NAVHistoryModal-module__1A4ssa__navCell{color:var(--text-secondary);font-weight:600}.NAVHistoryModal-module__1A4ssa__totalCell{color:var(--primary);font-weight:600}.NAVHistoryModal-module__1A4ssa__noteCell{color:var(--text-muted);max-width:180px;font-size:.78rem}.NAVHistoryModal-module__1A4ssa__noNote{color:var(--text-faint)}.NAVHistoryModal-module__1A4ssa__actions{justify-content:flex-end;gap:.3rem;display:flex}.NAVHistoryModal-module__1A4ssa__iconBtn{border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-dim);background:0 0;border-radius:5px;align-items:center;padding:.3rem;transition:all .15s;display:flex}.NAVHistoryModal-module__1A4ssa__iconBtn:hover{background:var(--card-hover);color:var(--text-muted)}.NAVHistoryModal-module__1A4ssa__iconBtn.NAVHistoryModal-module__1A4ssa__danger:hover{background:var(--danger-bg);color:var(--accent-negative);border-color:var(--danger-border)}
.FILiabilityForm-module__5wVntG__form{flex-direction:column;gap:1rem;display:flex}.FILiabilityForm-module__5wVntG__typeRow{flex-wrap:wrap;gap:.4rem;display:flex}.FILiabilityForm-module__5wVntG__typeBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:20px;padding:.3rem .75rem;font-size:.78rem;font-weight:500;transition:all .15s}.FILiabilityForm-module__5wVntG__typeBtnActive{border-color:var(--accent-negative);color:var(--accent-negative);background:#ef44441a;font-weight:600}.FILiabilityForm-module__5wVntG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.FILiabilityForm-module__5wVntG__group{flex-direction:column;gap:.35rem;display:flex}.FILiabilityForm-module__5wVntG__group label{color:var(--muted);font-size:.82rem;font-weight:500}.FILiabilityForm-module__5wVntG__group input,.FILiabilityForm-module__5wVntG__group select,.FILiabilityForm-module__5wVntG__group textarea{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);width:100%;font-size:.875rem;font-family:var(--font-main);border-radius:.5rem;padding:.55rem .7rem;transition:border-color .15s}.FILiabilityForm-module__5wVntG__group input:focus,.FILiabilityForm-module__5wVntG__group select:focus,.FILiabilityForm-module__5wVntG__group textarea:focus{border-color:var(--accent-negative);outline:none;box-shadow:0 0 0 3px #ef44441a}.FILiabilityForm-module__5wVntG__group input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.FILiabilityForm-module__5wVntG__group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.FILiabilityForm-module__5wVntG__group input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.FILiabilityForm-module__5wVntG__group input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.FILiabilityForm-module__5wVntG__group select option{background:var(--card-bg);color:var(--text-primary)}.FILiabilityForm-module__5wVntG__textarea{resize:vertical;min-height:60px;line-height:1.5}.FILiabilityForm-module__5wVntG__optional{color:var(--muted);font-size:.75rem;font-weight:400}.FILiabilityForm-module__5wVntG__actions{border-top:1px solid var(--border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:.75rem;margin-top:.25rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.5rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.FILiabilityForm-module__5wVntG__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem}.FILiabilityForm-module__5wVntG__cancelBtn:hover{border-color:var(--muted)}.FILiabilityForm-module__5wVntG__submitBtn{background:var(--accent-negative);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.FILiabilityForm-module__5wVntG__submitBtn:hover{opacity:.85}@media (max-width:600px){.FILiabilityForm-module__5wVntG__row{grid-template-columns:1fr}.FILiabilityForm-module__5wVntG__actions{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}
.LegacyDocument-module__KT6uPq__carouselWrapper{width:100%;position:relative}.LegacyDocument-module__KT6uPq__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:2rem;padding:1rem 0 2rem;display:flex;overflow-x:auto}.LegacyDocument-module__KT6uPq__carousel::-webkit-scrollbar{display:none}.LegacyDocument-module__KT6uPq__navArrow{z-index:10;border:1px solid var(--border);background:var(--card-bg);width:44px;height:44px;color:var(--text-primary);cursor:pointer;opacity:.85;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.LegacyDocument-module__KT6uPq__navArrow:hover{opacity:1;background:var(--primary);color:#fff;border-color:var(--primary)}.LegacyDocument-module__KT6uPq__navArrow:disabled{opacity:.25;cursor:default;pointer-events:none}.LegacyDocument-module__KT6uPq__navArrowLeft{left:-22px}.LegacyDocument-module__KT6uPq__navArrowRight{right:-22px}.LegacyDocument-module__KT6uPq__pageDots{justify-content:center;gap:.5rem;padding:.5rem 0 0;display:flex}.LegacyDocument-module__KT6uPq__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.LegacyDocument-module__KT6uPq__dot:hover{background:var(--muted)}.LegacyDocument-module__KT6uPq__dotActive{background:var(--primary);border-radius:4px;width:24px}.LegacyDocument-module__KT6uPq__page{background:var(--card-bg);border:1px solid var(--border);width:794px;min-height:1123px;max-height:1123px;box-shadow:var(--card-shadow);scroll-snap-align:center;color:var(--text-primary);border-radius:.5rem;flex-direction:column;flex:none;font-family:Georgia,Times New Roman,serif;font-size:.86rem;line-height:1.65;display:flex;position:relative;overflow:hidden}.LegacyDocument-module__KT6uPq__pageStampHeader{color:var(--muted);border-bottom:1px solid var(--border);letter-spacing:.03em;background:#ffffff05;flex-shrink:0;justify-content:space-between;align-items:center;padding:.6rem 1.75rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.68rem;display:flex}.LegacyDocument-module__KT6uPq__pageContent{flex:1;padding:2rem 2.5rem;overflow:hidden}.LegacyDocument-module__KT6uPq__pageStampFooter{color:var(--muted);border-top:1px solid var(--border);letter-spacing:.03em;background:#ffffff05;flex-shrink:0;justify-content:space-between;align-items:center;padding:.6rem 1.75rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.68rem;display:flex}.LegacyDocument-module__KT6uPq__stampBold{color:var(--text-primary);font-weight:700}.LegacyDocument-module__KT6uPq__docHeader{text-align:center;margin-bottom:0;padding-bottom:1.25rem}.LegacyDocument-module__KT6uPq__headerRule{background:linear-gradient(90deg,transparent,var(--primary),transparent);height:3px;margin:.75rem 0}.LegacyDocument-module__KT6uPq__docHeader h1{letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);margin:.75rem 0 .25rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:1.25rem;font-weight:800}.LegacyDocument-module__KT6uPq__headerSubtitle{color:var(--muted);letter-spacing:.04em;margin:0;font-size:.82rem;font-style:italic}.LegacyDocument-module__KT6uPq__particulars{border:1px solid var(--border);background:#ffffff05;border-radius:.5rem;margin:1.25rem 0 1rem;padding:1rem 1.25rem}.LegacyDocument-module__KT6uPq__particularsTable{border-collapse:collapse;width:100%}.LegacyDocument-module__KT6uPq__particularsTable td{border:none;padding:.3rem 0;font-size:.82rem}.LegacyDocument-module__KT6uPq__particularsLabel{width:170px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;vertical-align:top;padding-right:1rem;font-family:Inter,Helvetica Neue,sans-serif;font-weight:700;font-size:.7rem!important}.LegacyDocument-module__KT6uPq__particularsValue{color:var(--text-primary);font-weight:600}.LegacyDocument-module__KT6uPq__disclaimer{color:var(--muted);border-left:3px solid var(--primary);background:#10b98108;border-radius:0 .25rem .25rem 0;margin:1rem 0 0;padding:.75rem 1.25rem;font-size:.75rem;font-style:italic;line-height:1.55}.LegacyDocument-module__KT6uPq__section{margin-bottom:1.5rem}.LegacyDocument-module__KT6uPq__section:last-child{margin-bottom:0}.LegacyDocument-module__KT6uPq__section h2{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--border);margin-bottom:.75rem;padding-bottom:.4rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:700}.LegacyDocument-module__KT6uPq__subheading{color:var(--primary);margin-bottom:.4rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.82rem;font-weight:700}.LegacyDocument-module__KT6uPq__table{border-collapse:collapse;width:100%;font-size:.78rem}.LegacyDocument-module__KT6uPq__table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border);padding:.4rem .6rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.68rem;font-weight:700}.LegacyDocument-module__KT6uPq__table td{border-bottom:1px solid var(--table-border);vertical-align:top;padding:.35rem .6rem}.LegacyDocument-module__KT6uPq__table tr:hover td{background:var(--table-row-hover)}.LegacyDocument-module__KT6uPq__groupHeaderRow td{background:0 0!important}.LegacyDocument-module__KT6uPq__groupHeaderCell{color:var(--primary);font-family:Inter,Helvetica Neue,sans-serif;font-size:.75rem;font-style:italic;font-weight:600;border-bottom:none!important;padding:.6rem .6rem .25rem!important}.LegacyDocument-module__KT6uPq__empty{color:var(--muted);font-size:.82rem;font-style:italic}.LegacyDocument-module__KT6uPq__docLink{color:var(--primary);font-weight:600;text-decoration:none}.LegacyDocument-module__KT6uPq__docLink:hover{text-decoration:underline}.LegacyDocument-module__KT6uPq__notesList{padding-left:1.5rem}.LegacyDocument-module__KT6uPq__notesList li{margin-bottom:.35rem;font-size:.82rem}.LegacyDocument-module__KT6uPq__footer{border-top:2px solid var(--border);margin-top:auto;padding-top:2rem}.LegacyDocument-module__KT6uPq__signatureLine{gap:3rem;margin-bottom:2rem;display:flex}.LegacyDocument-module__KT6uPq__signatureBlock{flex:1}.LegacyDocument-module__KT6uPq__sigLine{background:var(--muted);height:1px;margin-bottom:.5rem}.LegacyDocument-module__KT6uPq__signatureBlock p{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-family:Inter,Helvetica Neue,sans-serif;font-size:.7rem}.LegacyDocument-module__KT6uPq__footerNotice{text-align:center;color:var(--muted);font-size:.7rem;line-height:1.6}.LegacyDocument-module__KT6uPq__footerNotice p+p{margin-top:.4rem}.LegacyDocument-module__KT6uPq__noPrint{display:block}@media (max-width:860px){.LegacyDocument-module__KT6uPq__carousel{gap:1rem;padding:.5rem 0 1.5rem}.LegacyDocument-module__KT6uPq__page{transform:scale(var(--page-scale,.45));transform-origin:0 0;margin-right:calc(-794px*(1 - var(--page-scale,.45)) + 1rem);margin-bottom:calc(-1123px*(1 - var(--page-scale,.45)));cursor:pointer;transition:transform .2s,box-shadow .2s}.LegacyDocument-module__KT6uPq__page:hover{box-shadow:0 8px 32px #10b98133}.LegacyDocument-module__KT6uPq__navArrow{width:36px;height:36px}.LegacyDocument-module__KT6uPq__navArrowLeft{left:-4px}.LegacyDocument-module__KT6uPq__navArrowRight{right:-4px}.LegacyDocument-module__KT6uPq__pageDots{gap:.35rem}.LegacyDocument-module__KT6uPq__dot{width:6px;height:6px}.LegacyDocument-module__KT6uPq__dotActive{width:18px}}.LegacyDocument-module__KT6uPq__tapHint{display:none}@media (max-width:860px){.LegacyDocument-module__KT6uPq__tapHint{bottom:calc(1123px*var(--page-scale,.45) - 2.2rem);background:var(--primary);color:#fff;letter-spacing:.01em;z-index:5;pointer-events:none;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.4rem;padding:.45rem 1rem;font-family:Comfortaa,sans-serif;font-size:.875rem;font-weight:700;transition:filter .15s;display:flex;position:absolute;left:50%;transform:translate(-50%)}}.LegacyDocument-module__KT6uPq__expandOverlay{display:none}@media (max-width:860px){.LegacyDocument-module__KT6uPq__expandOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:flex-start;padding:1rem;animation:.2s LegacyDocument-module__KT6uPq__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}}@keyframes LegacyDocument-module__KT6uPq__fadeIn{0%{opacity:0}to{opacity:1}}.LegacyDocument-module__KT6uPq__expandedPage{background:var(--card-bg);border:1px solid var(--border);width:100%;max-width:600px;color:var(--text-primary);border-radius:.75rem;font-family:Georgia,Times New Roman,serif;font-size:.85rem;line-height:1.65;overflow:hidden;box-shadow:0 16px 48px #0000004d}.LegacyDocument-module__KT6uPq__expandedHeader{border-bottom:1px solid var(--border);color:var(--muted);background:var(--card-bg);z-index:2;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.72rem;display:flex;position:sticky;top:0}.LegacyDocument-module__KT6uPq__expandedContent{padding:1.5rem 1.25rem;overflow-x:auto}.LegacyDocument-module__KT6uPq__expandedContent .LegacyDocument-module__KT6uPq__table{font-size:.72rem}.LegacyDocument-module__KT6uPq__expandedContent .LegacyDocument-module__KT6uPq__table th{padding:.3rem .4rem;font-size:.62rem}.LegacyDocument-module__KT6uPq__expandedContent .LegacyDocument-module__KT6uPq__table td{padding:.3rem .4rem;font-size:.72rem}.LegacyDocument-module__KT6uPq__expandedFooter{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding:.6rem 1.25rem;font-family:Inter,Helvetica Neue,sans-serif;font-size:.68rem;display:flex}.LegacyDocument-module__KT6uPq__closeBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-family:Comfortaa,sans-serif;font-size:.875rem;font-weight:700;transition:filter .15s;display:flex}.LegacyDocument-module__KT6uPq__closeBtn:hover{filter:brightness(1.1)}@media print{.LegacyDocument-module__KT6uPq__noPrint,.LegacyDocument-module__KT6uPq__navArrow,.LegacyDocument-module__KT6uPq__pageDots{display:none!important}.LegacyDocument-module__KT6uPq__carouselWrapper{position:static}.LegacyDocument-module__KT6uPq__carousel{gap:0;padding:0;display:block;overflow:visible}.LegacyDocument-module__KT6uPq__page{page-break-after:always;break-after:page;margin:0;width:100%!important;min-height:auto!important;max-height:none!important;box-shadow:none!important;color:#111!important;background:#fff!important;border:none!important;border-radius:0!important}.LegacyDocument-module__KT6uPq__page:last-child{page-break-after:avoid}.LegacyDocument-module__KT6uPq__pageStampHeader,.LegacyDocument-module__KT6uPq__pageStampFooter{color:#555!important;background:0 0!important;border-color:#ccc!important}.LegacyDocument-module__KT6uPq__stampBold{color:#111!important}.LegacyDocument-module__KT6uPq__pageContent{padding:.5in .6in!important}.LegacyDocument-module__KT6uPq__docHeader h1{color:#111!important}.LegacyDocument-module__KT6uPq__headerRule{background:linear-gradient(90deg,#0000,#333,#0000)!important}.LegacyDocument-module__KT6uPq__headerSubtitle{color:#555!important}.LegacyDocument-module__KT6uPq__particulars{background:0 0!important;border-color:#ccc!important}.LegacyDocument-module__KT6uPq__particularsLabel{color:#555!important}.LegacyDocument-module__KT6uPq__disclaimer{color:#555!important;background:0 0!important;border-left-color:#333!important}.LegacyDocument-module__KT6uPq__section h2{color:#111!important;border-bottom-color:#333!important}.LegacyDocument-module__KT6uPq__subheading{color:#333!important}.LegacyDocument-module__KT6uPq__table th{color:#333!important;border-bottom-color:#333!important}.LegacyDocument-module__KT6uPq__table td{border-bottom-color:#ddd!important}.LegacyDocument-module__KT6uPq__table tr:hover td{background:0 0!important}.LegacyDocument-module__KT6uPq__footer{border-top-color:#333!important}.LegacyDocument-module__KT6uPq__sigLine{background:#333!important}.LegacyDocument-module__KT6uPq__signatureBlock p,.LegacyDocument-module__KT6uPq__footerNotice{color:#555!important}.LegacyDocument-module__KT6uPq__docLink{color:#111!important;text-decoration:none!important}}
.PICard-module__wFiSXW__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;padding:1rem 1.2rem;transition:border-color .2s,box-shadow .2s}.PICard-module__wFiSXW__card:hover{border-color:#10b9814d;box-shadow:0 2px 12px #10b98114}.PICard-module__wFiSXW__writeOff{border-left:3px solid var(--accent-negative);opacity:.75}.PICard-module__wFiSXW__writeOff .PICard-module__wFiSXW__companyName{text-decoration:line-through;color:var(--accent-negative)!important}.PICard-module__wFiSXW__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.65rem;display:flex}.PICard-module__wFiSXW__cardMeta{flex-direction:column;gap:.3rem;min-width:0;display:flex}.PICard-module__wFiSXW__companyName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.PICard-module__wFiSXW__badges{flex-wrap:wrap;gap:.4rem;display:flex}.PICard-module__wFiSXW__badge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.PICard-module__wFiSXW__typeBadge{color:#34d399;background:#10b98126}.PICard-module__wFiSXW__writeOffBadge{color:var(--accent-negative);background:#ef444426}.PICard-module__wFiSXW__excludedBadge{color:#9ca3af;cursor:pointer;background:#6b728026;border:none;transition:background .15s}.PICard-module__wFiSXW__excludedBadge:hover{background:#6b728040}.PICard-module__wFiSXW__includedBadge{color:var(--primary);cursor:pointer;background:#10b9811f;border:none;transition:background .15s}.PICard-module__wFiSXW__includedBadge:hover{background:#10b98138}.PICard-module__wFiSXW__cardActions{flex-shrink:0;gap:.25rem;display:flex}.PICard-module__wFiSXW__iconBtn{border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;place-items:center;transition:all .15s;display:grid}.PICard-module__wFiSXW__iconBtn:hover{background:var(--hover-bg,#10b9811a);color:var(--primary)}.PICard-module__wFiSXW__danger:hover,.PICard-module__wFiSXW__writeOffBtn:hover{color:var(--accent-negative);background:#ef44441a}.PICard-module__wFiSXW__restore:hover{color:var(--primary);background:#10b9811a}.PICard-module__wFiSXW__valuesRow{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:.5rem;display:grid}.PICard-module__wFiSXW__valueBlock{flex-direction:column;gap:.1rem;display:flex}.PICard-module__wFiSXW__valueLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.65rem;font-weight:600}.PICard-module__wFiSXW__valueAmount{color:var(--foreground);font-size:.92rem;font-weight:700}.PICard-module__wFiSXW__outstanding{color:#f59e0b}.PICard-module__wFiSXW__struckThrough{color:var(--accent-negative);text-decoration:line-through}.PICard-module__wFiSXW__progressWrap{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.PICard-module__wFiSXW__progressBar{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.PICard-module__wFiSXW__progressFill{background:linear-gradient(90deg,var(--primary),#34d399);border-radius:3px;height:100%;transition:width .4s}.PICard-module__wFiSXW__progressLabel{color:var(--text-muted);white-space:nowrap;font-size:.7rem;font-weight:600}.PICard-module__wFiSXW__detailRow{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.PICard-module__wFiSXW__remarks{border-top:1px dashed var(--border);color:var(--text-muted);margin-top:.4rem;padding-top:.4rem;font-size:.78rem;line-height:1.4}.PICard-module__wFiSXW__includeToggle{cursor:pointer;letter-spacing:.03em;text-transform:uppercase;border:none;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;min-height:32px;margin-top:.3rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .25s;display:flex}.PICard-module__wFiSXW__included{color:var(--primary);background:#10b9811f;border:1px solid #10b9814d}.PICard-module__wFiSXW__included:hover{background:#10b98133}.PICard-module__wFiSXW__excluded{color:var(--muted);background:#6b72801a;border:1px solid #6b728040}.PICard-module__wFiSXW__excluded:hover{background:#6b72802e}.PICard-module__wFiSXW__toggleDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .2s}.PICard-module__wFiSXW__included .PICard-module__wFiSXW__toggleDot{background:var(--primary);box-shadow:0 0 4px #10b98180}.PICard-module__wFiSXW__excluded .PICard-module__wFiSXW__toggleDot{background:var(--text-dim)}.PICard-module__wFiSXW__toggleLabel{white-space:nowrap}@media (max-width:640px){.PICard-module__wFiSXW__includeToggle{min-height:36px;padding:.4rem .85rem;font-size:.72rem}.PICard-module__wFiSXW__card{padding:.75rem}.PICard-module__wFiSXW__valuesRow{grid-template-columns:repeat(2,1fr);gap:.5rem}.PICard-module__wFiSXW__valueAmount{font-size:.82rem}.PICard-module__wFiSXW__companyName{font-size:.9rem}}
.UserProfile-module__-olnQG__container{max-width:560px;margin:0 auto}.UserProfile-module__-olnQG__loading{color:var(--muted);flex-direction:column;align-items:center;gap:.75rem;padding:3rem;display:flex}.UserProfile-module__-olnQG__spin{animation:1s linear infinite UserProfile-module__-olnQG__spin}@keyframes UserProfile-module__-olnQG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UserProfile-module__-olnQG__accountInfo{background:#10b9810f;border:1px solid #10b98126;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem}.UserProfile-module__-olnQG__accountLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.2rem;font-size:.7rem;font-weight:600}.UserProfile-module__-olnQG__accountValue{color:var(--text-primary);font-size:.88rem;font-weight:500}.UserProfile-module__-olnQG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.UserProfile-module__-olnQG__field{flex-direction:column;gap:.35rem;display:flex}.UserProfile-module__-olnQG__fieldFull{flex-direction:column;grid-column:1/-1;gap:.35rem;display:flex}.UserProfile-module__-olnQG__field label,.UserProfile-module__-olnQG__fieldFull label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.UserProfile-module__-olnQG__field input,.UserProfile-module__-olnQG__fieldFull input,.UserProfile-module__-olnQG__fieldFull textarea{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);font-size:.88rem;font-family:var(--font-main);border-radius:.5rem;outline:none;padding:.6rem .85rem;transition:border-color .2s}.UserProfile-module__-olnQG__field input:focus,.UserProfile-module__-olnQG__fieldFull input:focus,.UserProfile-module__-olnQG__fieldFull textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #10b9811a}.UserProfile-module__-olnQG__field input::placeholder,.UserProfile-module__-olnQG__fieldFull input::placeholder,.UserProfile-module__-olnQG__fieldFull textarea::placeholder{color:var(--muted);opacity:.6}.UserProfile-module__-olnQG__fieldFull textarea{resize:vertical;min-height:60px}.UserProfile-module__-olnQG__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.UserProfile-module__-olnQG__cancelBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:.5rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.UserProfile-module__-olnQG__cancelBtn:hover{border-color:var(--muted);color:var(--text-primary)}.UserProfile-module__-olnQG__saveBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.UserProfile-module__-olnQG__saveBtn:hover{opacity:.9}.UserProfile-module__-olnQG__saveBtn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.UserProfile-module__-olnQG__formGrid{grid-template-columns:1fr}}
.AlternateItemCard-module__4c8WnW__list{background:var(--card-bg);border:1px solid var(--card-border);-webkit-overflow-scrolling:touch;border-radius:.85rem;flex-direction:column;gap:0;display:flex;overflow:auto hidden}.AlternateItemCard-module__4c8WnW__row{border-bottom:1px solid var(--card-border);align-items:center;gap:1.5rem;min-width:0;padding:.9rem 1.25rem;transition:background .15s;display:flex}.AlternateItemCard-module__4c8WnW__row:last-child{border-bottom:none}.AlternateItemCard-module__4c8WnW__row:hover{background:#ffffff08}.AlternateItemCard-module__4c8WnW__gridRow{border-bottom:1px solid var(--card-border);grid-template-columns:200px 45px 120px 120px 120px 200px 230px;align-items:center;padding:.9rem 1.25rem;transition:background .15s;display:grid}.AlternateItemCard-module__4c8WnW__gridRow:last-child{border-bottom:none}.AlternateItemCard-module__4c8WnW__gridRow:hover{background:#ffffff08}.AlternateItemCard-module__4c8WnW__gridCell{border-left:1px solid var(--card-border);text-align:left;flex-direction:column;gap:.1rem;padding:0 .75rem;display:flex}.AlternateItemCard-module__4c8WnW__gridCell:first-of-type{text-align:center}.AlternateItemCard-module__4c8WnW__gridRight{border-left:1px solid var(--card-border);justify-content:flex-start;align-items:center;gap:.5rem;padding-left:.75rem;display:flex}.AlternateItemCard-module__4c8WnW__identity{flex:0 0 200px;align-items:center;gap:.75rem;min-width:180px;display:flex}.AlternateItemCard-module__4c8WnW__categoryPill{text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.12rem .45rem;font-size:.6rem;font-weight:700}.AlternateItemCard-module__4c8WnW__categoryPill.AlternateItemCard-module__4c8WnW__whisky{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.AlternateItemCard-module__4c8WnW__categoryPill.AlternateItemCard-module__4c8WnW__wine{color:#ec4899;background:#ec48991f;border:1px solid #ec48994d}.AlternateItemCard-module__4c8WnW__categoryPill.AlternateItemCard-module__4c8WnW__art{color:#8b5cf6;background:#8b5cf61f;border:1px solid #8b5cf64d}.AlternateItemCard-module__4c8WnW__categoryPill.AlternateItemCard-module__4c8WnW__watches{color:#3b82f6;background:#3b82f61f;border:1px solid #3b82f64d}.AlternateItemCard-module__4c8WnW__nameBlock{flex-direction:column;gap:.1rem;min-width:0;display:flex}.AlternateItemCard-module__4c8WnW__name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.AlternateItemCard-module__4c8WnW__sub{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.AlternateItemCard-module__4c8WnW__stats{flex:1;gap:0;min-width:0;display:flex}.AlternateItemCard-module__4c8WnW__stat{border-left:1px solid var(--card-border);text-align:left;flex-direction:column;flex:1 1 0;gap:.1rem;min-width:0;padding:0 .75rem;display:flex}.AlternateItemCard-module__4c8WnW__stat:first-child{text-align:center;border-left:none;flex:0 0 50px}.AlternateItemCard-module__4c8WnW__artStats{flex-shrink:0;min-width:380px}.AlternateItemCard-module__4c8WnW__artStats .AlternateItemCard-module__4c8WnW__stat,.AlternateItemCard-module__4c8WnW__artStats .AlternateItemCard-module__4c8WnW__stat:first-child{flex:1 1 0;min-width:120px;max-width:none}.AlternateItemCard-module__4c8WnW__statLabel{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:.62rem;font-weight:600}.AlternateItemCard-module__4c8WnW__statValue{color:var(--text-secondary);white-space:nowrap;font-size:.875rem;font-weight:700}.AlternateItemCard-module__4c8WnW__pnlPos{color:var(--primary)}.AlternateItemCard-module__4c8WnW__pnlNeg{color:var(--accent-negative)}.AlternateItemCard-module__4c8WnW__right{flex:0 0 180px;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.AlternateItemCard-module__4c8WnW__location{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;text-align:left;flex:1;align-items:center;gap:.25rem;min-width:0;font-size:.72rem;line-height:1.3;display:flex;overflow:hidden}.AlternateItemCard-module__4c8WnW__location svg{flex-shrink:0;width:12px;height:12px}.AlternateItemCard-module__4c8WnW__fmvDate{color:var(--text-faint);white-space:nowrap;font-size:.68rem;font-style:italic}.AlternateItemCard-module__4c8WnW__actions{flex-shrink:0;gap:.25rem;display:flex}.AlternateItemCard-module__4c8WnW__iconBtn{cursor:pointer;color:var(--text-dim);background:0 0;border:none;border-radius:6px;align-items:center;padding:.3rem;transition:color .15s,background .15s;display:flex}.AlternateItemCard-module__4c8WnW__iconBtn:hover{color:var(--text-secondary);background:#ffffff12}.AlternateItemCard-module__4c8WnW__danger:hover{color:var(--accent-negative);background:#ef44441a}@media (max-width:768px){.AlternateItemCard-module__4c8WnW__list{-webkit-overflow-scrolling:touch;overflow-x:auto}.AlternateItemCard-module__4c8WnW__gridRow,.AlternateItemCard-module__4c8WnW__row{min-width:900px}}.AlternateItemCard-module__4c8WnW__artThumb{cursor:pointer;border:1px solid #8b5cf640;border-radius:.5rem;flex-shrink:0;width:56px;height:56px;transition:border-color .15s,transform .15s;overflow:hidden}.AlternateItemCard-module__4c8WnW__artThumb:hover{border-color:#8b5cf6;transform:scale(1.06)}.AlternateItemCard-module__4c8WnW__artThumb img{object-fit:cover;width:100%;height:100%;display:block}.AlternateItemCard-module__4c8WnW__lightboxOverlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#000000d9;justify-content:center;align-items:center;animation:.2s AlternateItemCard-module__4c8WnW__fadeIn;display:flex;position:fixed;inset:0}@keyframes AlternateItemCard-module__4c8WnW__fadeIn{0%{opacity:0}to{opacity:1}}.AlternateItemCard-module__4c8WnW__lightboxClose{background:var(--overlay-medium);cursor:pointer;width:40px;height:40px;color:var(--text-secondary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.AlternateItemCard-module__4c8WnW__lightboxClose:hover{background:#fff3}.AlternateItemCard-module__4c8WnW__lightboxImage{object-fit:contain;border-radius:.75rem;max-width:90vw;max-height:85vh;box-shadow:0 0 80px #0009}
.AppLayout-module__nrjJVa__layout{background:var(--background);min-height:100vh;display:flex;position:relative}.AppLayout-module__nrjJVa__mainContent{flex-direction:column;flex:1;width:calc(100% - 260px);margin-left:260px;display:flex}.AppLayout-module__nrjJVa__content{flex:1;padding:0 2rem 2rem}.AppLayout-module__nrjJVa__overlay{display:none}@media (max-width:1024px){.AppLayout-module__nrjJVa__mainContent{width:100%;margin-left:0}.AppLayout-module__nrjJVa__content{padding:0 1rem 1rem}.AppLayout-module__nrjJVa__overlay{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:block;position:fixed;inset:0}}@media (max-width:480px){.AppLayout-module__nrjJVa__content{padding:0 .75rem 1rem}}
.EquitiesWidgets-module__D4VRYq__widgetsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.EquitiesWidgets-module__D4VRYq__widgetCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;min-width:0;padding:1.5rem;display:flex;overflow:hidden}.EquitiesWidgets-module__D4VRYq__widgetCard h3{color:var(--text-muted);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.EquitiesWidgets-module__D4VRYq__chartWrapper{width:100%;height:250px}@media (max-width:768px){.EquitiesWidgets-module__D4VRYq__widgetsContainer{grid-template-columns:1fr}}
.HedgeFundsWidgets-module__8PgVOq__widgetsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.HedgeFundsWidgets-module__8PgVOq__widgetCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.25rem 1.5rem 1rem;display:flex}.HedgeFundsWidgets-module__8PgVOq__widgetCard h3{color:var(--text-muted);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.HedgeFundsWidgets-module__8PgVOq__chartWrapper{width:100%;height:250px}.HedgeFundsWidgets-module__8PgVOq__baseSelect{border:1px solid var(--card-border);background:var(--card-bg);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:.25rem .5rem;font-size:.78rem}.HedgeFundsWidgets-module__8PgVOq__baseSelect option{background:var(--card-bg)}@media (max-width:768px){.HedgeFundsWidgets-module__8PgVOq__widgetsContainer{grid-template-columns:1fr}}@media (max-width:480px){.HedgeFundsWidgets-module__8PgVOq__chartWrapper{height:200px}}
.HedgesWidgets-module__kqJCsa__widgetsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.HedgesWidgets-module__kqJCsa__widgetCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.25rem 1.5rem 1rem;display:flex}.HedgesWidgets-module__kqJCsa__widgetCard h3{color:var(--text-muted);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.HedgesWidgets-module__kqJCsa__chartWrapper{width:100%;height:250px}.HedgesWidgets-module__kqJCsa__baseSelect{border:1px solid var(--card-border);background:var(--card-bg);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:.25rem .5rem;font-size:.78rem}.HedgesWidgets-module__kqJCsa__baseSelect option{background:var(--card-bg)}@media (max-width:768px){.HedgesWidgets-module__kqJCsa__widgetsContainer{grid-template-columns:1fr}}@media (max-width:480px){.HedgesWidgets-module__kqJCsa__chartWrapper{height:185px}}
.DrawdownModal-module__fconKa__container{flex-direction:column;gap:1rem;display:flex}.DrawdownModal-module__fconKa__summaryRow{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:.75rem;padding-bottom:.75rem;display:grid}.DrawdownModal-module__fconKa__summaryItem{flex-direction:column;gap:.1rem;display:flex}.DrawdownModal-module__fconKa__summaryLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.68rem;font-weight:600}.DrawdownModal-module__fconKa__summaryValue{color:var(--foreground);font-size:1rem;font-weight:700}.DrawdownModal-module__fconKa__amber{color:#f59e0b}.DrawdownModal-module__fconKa__list{flex-direction:column;gap:.4rem;max-height:300px;display:flex;overflow-y:auto}.DrawdownModal-module__fconKa__empty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.85rem}.DrawdownModal-module__fconKa__row,.DrawdownModal-module__fconKa__addRow{background:#10b9810a;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.DrawdownModal-module__fconKa__row:hover{background:#10b98114}.DrawdownModal-module__fconKa__date{color:var(--text-muted);min-width:100px;font-size:.8rem}.DrawdownModal-module__fconKa__amount{color:var(--foreground);min-width:100px;font-size:.88rem;font-weight:700}.DrawdownModal-module__fconKa__note{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.78rem;overflow:hidden}.DrawdownModal-module__fconKa__inlineInput{border:1px solid var(--border);background:var(--input-bg,var(--card));color:var(--foreground);border-radius:6px;flex:1;min-width:80px;padding:.35rem .5rem;font-size:.82rem}.DrawdownModal-module__fconKa__inlineBtn{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;display:grid}.DrawdownModal-module__fconKa__inlineBtn:hover{color:var(--primary);background:#10b9811a}.DrawdownModal-module__fconKa__dangerBtn:hover{color:var(--accent-negative);background:#ef44441a}.DrawdownModal-module__fconKa__addCallBtn{border:1px dashed var(--border);color:var(--primary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.DrawdownModal-module__fconKa__addCallBtn:hover{background:#10b9810f}.DrawdownModal-module__fconKa__saveBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.82rem;font-weight:600}.DrawdownModal-module__fconKa__cancelBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .75rem;font-size:.82rem}@media (max-width:600px){.DrawdownModal-module__fconKa__summaryRow{grid-template-columns:1fr}.DrawdownModal-module__fconKa__row,.DrawdownModal-module__fconKa__addRow{flex-wrap:wrap}}
.RealEstateForm-module__aDJKma__form{flex-direction:column;gap:1.5rem;display:flex}.RealEstateForm-module__aDJKma__sectionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--card-border);margin-top:.5rem;padding-bottom:.5rem;font-size:.9rem;font-weight:600}.RealEstateForm-module__aDJKma__row{gap:1rem;display:flex}.RealEstateForm-module__aDJKma__formGroup{flex-direction:column;flex:1;gap:.4rem;display:flex}.RealEstateForm-module__aDJKma__formGroup label{color:var(--muted);font-size:.85rem;font-weight:500}.RealEstateForm-module__aDJKma__formGroup input,.RealEstateForm-module__aDJKma__formGroup select{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);width:100%;font-size:.9rem;font-family:var(--font-main);border-radius:.5rem;padding:.6rem;transition:border-color .2s}.RealEstateForm-module__aDJKma__formGroup input:focus,.RealEstateForm-module__aDJKma__formGroup select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.RealEstateForm-module__aDJKma__formGroup input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.RealEstateForm-module__aDJKma__formGroup input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.RealEstateForm-module__aDJKma__formGroup input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.RealEstateForm-module__aDJKma__formGroup input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--card-bg)inset;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out}.RealEstateForm-module__aDJKma__inputGroup{gap:.5rem;display:flex}.RealEstateForm-module__aDJKma__inputGroup input{flex:1;width:auto;min-width:0}.RealEstateForm-module__aDJKma__inputGroup select{flex-shrink:0;width:90px}.RealEstateForm-module__aDJKma__rentalSection{margin-top:.5rem}.RealEstateForm-module__aDJKma__rentalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.RealEstateForm-module__aDJKma__addBtn{background:var(--table-row-hover);color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.RealEstateForm-module__aDJKma__addBtn:hover{background:var(--border)}.RealEstateForm-module__aDJKma__rentalCard{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.RealEstateForm-module__aDJKma__rentalRow{align-items:center;gap:.75rem;display:flex}.RealEstateForm-module__aDJKma__rentalRow input,.RealEstateForm-module__aDJKma__rentalRow select{background:var(--card-bg);border:1px solid var(--border);color:var(--text-primary);border-radius:.375rem;padding:.5rem;font-size:.9rem}.RealEstateForm-module__aDJKma__rentalRow input[type=date]::-webkit-calendar-picker-indicator{filter:invert()brightness(.8);cursor:pointer}.RealEstateForm-module__aDJKma__dateGroup{align-items:center;gap:.5rem;display:flex}.RealEstateForm-module__aDJKma__dateGroup label{color:var(--muted);font-size:.75rem;font-weight:600}.RealEstateForm-module__aDJKma__rentalGrid{grid-template-columns:1.5fr 1.8fr 1fr auto;align-items:end;gap:.75rem;margin-bottom:.75rem;display:grid}.RealEstateForm-module__aDJKma__rentalGrid:last-child{margin-bottom:0}.RealEstateForm-module__aDJKma__deleteBtn{background:var(--sidebar-logout-hover);border:1px solid var(--danger-border);color:var(--accent-negative);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;height:38px;padding:.6rem;display:flex}.RealEstateForm-module__aDJKma__deleteBtn:hover{background:var(--danger-hover-bg)}.RealEstateForm-module__aDJKma__actions{border-top:1px solid var(--border);background:var(--card-bg);z-index:2;justify-content:flex-end;gap:1rem;margin-top:1.5rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem 1.5rem 1rem;display:flex;position:sticky;bottom:-1.5rem}.RealEstateForm-module__aDJKma__cancelBtn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-weight:600}.RealEstateForm-module__aDJKma__cancelBtn:hover{background:var(--surface)}.RealEstateForm-module__aDJKma__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1.2rem;font-weight:600;box-shadow:0 1px 2px #0000001a}.RealEstateForm-module__aDJKma__paymentGrid{grid-template-columns:1fr 2fr 1.2fr auto;align-items:end;gap:.75rem;display:grid}.RealEstateForm-module__aDJKma__deleteTextBtn{color:var(--accent-negative);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500;text-decoration:underline}.RealEstateForm-module__aDJKma__deleteTextBtn:hover{color:var(--accent-negative)}.RealEstateForm-module__aDJKma__labelWithTooltip{cursor:help;align-items:center;gap:.4rem;width:fit-content;display:flex;position:relative}.RealEstateForm-module__aDJKma__tooltipIcon{background:var(--muted);width:14px;height:14px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-flex}.RealEstateForm-module__aDJKma__tooltipContent{visibility:hidden;opacity:0;background:var(--card-border);color:var(--text-primary);text-align:center;z-index:10;border-radius:.375rem;width:max-content;max-width:200px;padding:.5rem .75rem;font-size:.75rem;font-weight:400;line-height:1.4;transition:all .2s;position:absolute;bottom:120%;left:50%;transform:translate(-50%)}.RealEstateForm-module__aDJKma__tooltipContent:after{content:"";border-style:solid;border-width:4px;border-color:var(--text-dim)transparent transparent transparent;margin-left:-4px;position:absolute;top:100%;left:50%}.RealEstateForm-module__aDJKma__labelWithTooltip:hover .RealEstateForm-module__aDJKma__tooltipContent{visibility:visible;opacity:1}@media (max-width:600px){.RealEstateForm-module__aDJKma__row{flex-direction:column;gap:.75rem}.RealEstateForm-module__aDJKma__inputGroup{flex-direction:column}.RealEstateForm-module__aDJKma__inputGroup select{width:100%}.RealEstateForm-module__aDJKma__rentalGrid,.RealEstateForm-module__aDJKma__paymentGrid{grid-template-columns:1fr}.RealEstateForm-module__aDJKma__dateGroup{flex-direction:column;align-items:flex-start}}
.page-module__KTE7Ga__container{max-width:1200px;margin:0 auto}.page-module__KTE7Ga__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__KTE7Ga__pageTitle{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.page-module__KTE7Ga__actions{align-items:center;gap:1rem;display:flex}.page-module__KTE7Ga__addBtn{cursor:pointer;background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.page-module__KTE7Ga__addBtn:hover{opacity:.85}.page-module__KTE7Ga__refreshBtn{background:var(--overlay-light);border:1px solid var(--overlay-medium);color:var(--muted,#9ca3af);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.page-module__KTE7Ga__refreshBtn:hover{background:var(--overlay-medium);color:var(--text-secondary)}.page-module__KTE7Ga__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__KTE7Ga__refreshing svg{animation:1s linear infinite page-module__KTE7Ga__spin}@keyframes page-module__KTE7Ga__spin{to{transform:rotate(360deg)}}.page-module__KTE7Ga__toggleSwitch{background:var(--overlay-subtle);border:1px solid var(--overlay-light);border-radius:20px;align-items:center;padding:.2rem;display:flex}.page-module__KTE7Ga__toggleOption{color:var(--text-muted);-webkit-user-select:none;user-select:none;border-radius:16px;padding:.25rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.page-module__KTE7Ga__toggleOption.page-module__KTE7Ga__active{background:var(--primary);color:#fff;font-weight:600}.page-module__KTE7Ga__summaryBar{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.page-module__KTE7Ga__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:.4rem;padding:1.25rem 1.5rem;display:flex}.page-module__KTE7Ga__summaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.page-module__KTE7Ga__summaryValue{color:var(--text-primary);font-size:1.4rem;font-weight:700}.page-module__KTE7Ga__summaryPct{font-size:.9rem;font-weight:500}.page-module__KTE7Ga__summaryPos .page-module__KTE7Ga__summaryValue{color:var(--primary)}.page-module__KTE7Ga__summaryNeg .page-module__KTE7Ga__summaryValue{color:var(--accent-negative)}.page-module__KTE7Ga__grid{gap:1.25rem;display:grid}.page-module__KTE7Ga__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.25rem 1.5rem}.page-module__KTE7Ga__cardContent{align-items:center;gap:2rem;display:flex}.page-module__KTE7Ga__assetInfo{flex-shrink:0;align-items:center;gap:1rem;width:260px;display:flex}.page-module__KTE7Ga__iconBox{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__KTE7Ga__ticker{color:var(--text-primary);letter-spacing:.03em;font-size:1rem;font-weight:700}.page-module__KTE7Ga__typePill{letter-spacing:.03em;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.page-module__KTE7Ga__assetName{color:var(--text-muted);margin-top:.1rem;font-size:.82rem}.page-module__KTE7Ga__broker{color:var(--text-dim);margin-top:.1rem;font-size:.75rem}.page-module__KTE7Ga__statsRow{flex:1;justify-content:flex-start;gap:1.5rem;display:flex}.page-module__KTE7Ga__statItem{flex-direction:column;flex:1;align-items:flex-start;min-width:80px;display:flex}.page-module__KTE7Ga__statItem label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.page-module__KTE7Ga__value{color:var(--text-primary);font-size:.95rem;font-weight:600}.page-module__KTE7Ga__highlight{color:var(--primary)!important}.page-module__KTE7Ga__editBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__KTE7Ga__editBtn:hover{background:var(--sidebar-hover);color:var(--text-primary)}.page-module__KTE7Ga__deleteBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__KTE7Ga__deleteBtn:hover{background:var(--danger-bg);color:var(--accent-negative);border-color:var(--danger-border)}.page-module__KTE7Ga__emptyState{color:var(--text-dim);text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.page-module__KTE7Ga__emptyState p{font-size:.9rem}@media (max-width:1024px){.page-module__KTE7Ga__cardContent{flex-direction:column;align-items:flex-start;gap:1.25rem}.page-module__KTE7Ga__assetInfo{width:100%}.page-module__KTE7Ga__statsRow{justify-items:start;width:100%}.page-module__KTE7Ga__statItem{align-items:flex-start}.page-module__KTE7Ga__summaryBar{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__KTE7Ga__pageTitle{font-size:1.5rem}.page-module__KTE7Ga__header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__KTE7Ga__actions{flex-wrap:wrap;gap:.5rem;width:100%}.page-module__KTE7Ga__summaryBar{grid-template-columns:repeat(2,1fr)}.page-module__KTE7Ga__summaryCard{padding:.9rem 1rem}.page-module__KTE7Ga__summaryValue{font-size:1.15rem}.page-module__KTE7Ga__cardContent{flex-direction:column;align-items:flex-start;gap:.75rem}.page-module__KTE7Ga__assetInfo{width:100%}.page-module__KTE7Ga__statsRow{flex-wrap:wrap;gap:1rem;width:100%}.page-module__KTE7Ga__statItem{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem)}}@media (max-width:480px){.page-module__KTE7Ga__pageTitle{font-size:1.25rem}.page-module__KTE7Ga__summaryBar{grid-template-columns:1fr 1fr;gap:.5rem}.page-module__KTE7Ga__summaryValue{font-size:1rem}.page-module__KTE7Ga__summaryPct{font-size:.78rem}.page-module__KTE7Ga__addBtn{padding:.35rem .8rem;font-size:.78rem}.page-module__KTE7Ga__refreshBtn{padding:.3rem .6rem;font-size:.72rem}.page-module__KTE7Ga__statsRow{gap:.75rem}.page-module__KTE7Ga__statItem{min-width:calc(50% - .375rem)}.page-module__KTE7Ga__card{padding:.9rem 1rem}}
.page-module__DgVfAG__container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;overflow:hidden}.page-module__DgVfAG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__DgVfAG__pageTitle{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.page-module__DgVfAG__actions{align-items:center;gap:1rem;display:flex}.page-module__DgVfAG__addBtn{cursor:pointer;background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.page-module__DgVfAG__addBtn:hover{opacity:.85}.page-module__DgVfAG__refreshBtn{background:var(--overlay-light);border:1px solid var(--overlay-medium);color:var(--muted,#9ca3af);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.page-module__DgVfAG__refreshBtn:hover{background:var(--overlay-medium);color:var(--text-secondary)}.page-module__DgVfAG__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__DgVfAG__refreshing svg{animation:1s linear infinite page-module__DgVfAG__spin}@keyframes page-module__DgVfAG__spin{to{transform:rotate(360deg)}}.page-module__DgVfAG__toggleSwitch{background:var(--overlay-subtle);border:1px solid var(--overlay-light);border-radius:20px;align-items:center;padding:.2rem;display:flex}.page-module__DgVfAG__toggleOption{color:var(--text-muted);-webkit-user-select:none;user-select:none;border-radius:16px;padding:.25rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.page-module__DgVfAG__toggleOption.page-module__DgVfAG__active{background:var(--primary);color:#fff;font-weight:600}.page-module__DgVfAG__summaryBar{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.page-module__DgVfAG__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:.4rem;min-width:0;padding:1.25rem 1.5rem;display:flex;overflow:hidden}.page-module__DgVfAG__summaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.page-module__DgVfAG__summaryValue{color:var(--text-primary);font-size:1.4rem;font-weight:700}.page-module__DgVfAG__summaryPct{font-size:.9rem;font-weight:500}.page-module__DgVfAG__summaryPos .page-module__DgVfAG__summaryValue{color:var(--primary)}.page-module__DgVfAG__summaryNeg .page-module__DgVfAG__summaryValue{color:var(--accent-negative)}.page-module__DgVfAG__grid{gap:1.25rem;display:grid}.page-module__DgVfAG__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.25rem 1.5rem}.page-module__DgVfAG__cardContent{align-items:center;gap:2rem;display:flex;overflow:hidden}.page-module__DgVfAG__assetInfo{flex-shrink:1;align-items:center;gap:1rem;width:100%;min-width:0;max-width:260px;display:flex}.page-module__DgVfAG__iconBox{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__DgVfAG__ticker{color:var(--text-primary);letter-spacing:.03em;font-size:1rem;font-weight:700}.page-module__DgVfAG__typePill{letter-spacing:.03em;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.page-module__DgVfAG__assetName{color:var(--text-muted);margin-top:.1rem;font-size:.82rem}.page-module__DgVfAG__broker{color:var(--text-dim);margin-top:.1rem;font-size:.75rem}.page-module__DgVfAG__statsRow{flex:1;justify-content:flex-start;gap:1.5rem;min-width:0;display:flex;overflow:hidden}.page-module__DgVfAG__statItem{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.page-module__DgVfAG__statItem label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:.2rem;font-size:.7rem;font-weight:600;overflow:hidden}.page-module__DgVfAG__value{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.95rem;font-weight:600;overflow:hidden}.page-module__DgVfAG__highlight{color:var(--primary)!important}.page-module__DgVfAG__editBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__DgVfAG__editBtn:hover{background:var(--sidebar-hover);color:var(--text-primary)}.page-module__DgVfAG__deleteBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__DgVfAG__deleteBtn:hover{background:var(--danger-bg);color:var(--accent-negative);border-color:var(--danger-border)}.page-module__DgVfAG__emptyState{color:var(--text-dim);text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.page-module__DgVfAG__emptyState p{font-size:.9rem}@media (max-width:1024px){.page-module__DgVfAG__cardContent{flex-direction:column;align-items:flex-start;gap:.75rem}.page-module__DgVfAG__card{padding:1rem 1.25rem}.page-module__DgVfAG__assetInfo{width:100%;max-width:none}.page-module__DgVfAG__statsRow{justify-items:start;gap:1rem;width:100%}.page-module__DgVfAG__statItem{align-items:flex-start}.page-module__DgVfAG__summaryBar{grid-template-columns:repeat(2,1fr)}.page-module__DgVfAG__grid{gap:.75rem}}@media (max-width:768px){.page-module__DgVfAG__pageTitle{font-size:1.5rem}.page-module__DgVfAG__header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__DgVfAG__actions{flex-wrap:wrap;gap:.5rem;width:100%}.page-module__DgVfAG__summaryBar{grid-template-columns:repeat(2,1fr)}.page-module__DgVfAG__statsRow{flex-wrap:wrap;gap:.5rem 1rem}.page-module__DgVfAG__statItem{flex:0 0 calc(33.3% - .75rem);min-width:calc(33.3% - .75rem)}.page-module__DgVfAG__summaryCard{padding:1rem 1.25rem}.page-module__DgVfAG__summaryBar{gap:.75rem}}@media (max-width:480px){.page-module__DgVfAG__pageTitle{font-size:1.25rem}.page-module__DgVfAG__summaryBar{grid-template-columns:1fr 1fr;gap:.5rem}.page-module__DgVfAG__summaryCard{padding:.85rem 1rem}.page-module__DgVfAG__summaryValue{font-size:1.1rem}.page-module__DgVfAG__card{padding:.85rem 1rem}.page-module__DgVfAG__statsRow{gap:.4rem .75rem}.page-module__DgVfAG__statItem{flex:0 0 calc(33.3% - .5rem);min-width:calc(33.3% - .5rem)}.page-module__DgVfAG__statItem label{font-size:.62rem}.page-module__DgVfAG__value{font-size:.85rem}}
.page-module__ntzFjW__container{max-width:1200px;margin:0 auto}.page-module__ntzFjW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__ntzFjW__pageTitle{color:var(--foreground);letter-spacing:-.02em;font-size:2rem;font-weight:700}.page-module__ntzFjW__actions{align-items:center;gap:1rem;display:flex}.page-module__ntzFjW__addBtn{cursor:pointer;background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.page-module__ntzFjW__addBtn:hover{opacity:.85}.page-module__ntzFjW__refreshBtn{background:var(--overlay-light);border:1px solid var(--overlay-medium);color:var(--muted,#9ca3af);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.page-module__ntzFjW__refreshBtn:hover{background:var(--overlay-medium);color:var(--text-secondary)}.page-module__ntzFjW__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__ntzFjW__refreshing svg{animation:1s linear infinite page-module__ntzFjW__spin}@keyframes page-module__ntzFjW__spin{to{transform:rotate(360deg)}}.page-module__ntzFjW__toggleSwitch{background:var(--overlay-subtle);border:1px solid var(--overlay-light);border-radius:20px;align-items:center;padding:.2rem;display:flex}.page-module__ntzFjW__toggleOption{color:var(--text-muted);-webkit-user-select:none;user-select:none;border-radius:16px;padding:.25rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.page-module__ntzFjW__toggleOption.page-module__ntzFjW__active{background:var(--primary);color:#fff;font-weight:600}.page-module__ntzFjW__summaryBar{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.page-module__ntzFjW__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:.4rem;padding:1.25rem 1.5rem;display:flex}.page-module__ntzFjW__summaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.page-module__ntzFjW__summaryValue{color:var(--text-primary);font-size:1.4rem;font-weight:700}.page-module__ntzFjW__summaryPct{font-size:.9rem;font-weight:500}.page-module__ntzFjW__summaryPos .page-module__ntzFjW__summaryValue{color:var(--primary)}.page-module__ntzFjW__summaryNeg .page-module__ntzFjW__summaryValue{color:var(--accent-negative)}.page-module__ntzFjW__grid{gap:1.25rem;display:grid}.page-module__ntzFjW__grid>*{min-width:0;overflow:hidden}.page-module__ntzFjW__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;min-width:0;max-width:100%;padding:1.25rem 1.5rem;overflow:hidden}.page-module__ntzFjW__cardContent{align-items:center;gap:2rem;display:flex}.page-module__ntzFjW__assetInfo{flex-shrink:0;align-items:center;gap:1rem;width:260px;display:flex}.page-module__ntzFjW__iconBox{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__ntzFjW__ticker{color:var(--text-primary);letter-spacing:.03em;font-size:1rem;font-weight:700}.page-module__ntzFjW__typePill{letter-spacing:.03em;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.page-module__ntzFjW__assetName{color:var(--text-muted);margin-top:.1rem;font-size:.82rem}.page-module__ntzFjW__broker{color:var(--text-dim);margin-top:.1rem;font-size:.75rem}.page-module__ntzFjW__statsRow{flex:1;justify-content:flex-start;gap:1.5rem;display:flex}.page-module__ntzFjW__statItem{flex-direction:column;flex:1;align-items:flex-start;min-width:80px;display:flex}.page-module__ntzFjW__statItem label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.page-module__ntzFjW__value{color:var(--text-primary);font-size:.95rem;font-weight:600}.page-module__ntzFjW__highlight{color:var(--primary)!important}.page-module__ntzFjW__editBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__ntzFjW__editBtn:hover{background:var(--sidebar-hover);color:var(--text-primary)}.page-module__ntzFjW__deleteBtn{border:1px solid var(--card-border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__ntzFjW__deleteBtn:hover{background:var(--danger-bg);color:var(--accent-negative);border-color:var(--danger-border)}.page-module__ntzFjW__emptyState{color:var(--text-dim);text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.page-module__ntzFjW__emptyState p{font-size:.9rem}@media (max-width:1024px){.page-module__ntzFjW__cardContent{flex-direction:column;align-items:flex-start;gap:1.25rem}.page-module__ntzFjW__assetInfo{width:100%}.page-module__ntzFjW__statsRow{justify-items:start;width:100%}.page-module__ntzFjW__statItem{align-items:flex-start}.page-module__ntzFjW__summaryBar{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__ntzFjW__pageTitle{font-size:1.5rem}.page-module__ntzFjW__header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__ntzFjW__actions{flex-wrap:wrap;gap:.5rem;width:100%}.page-module__ntzFjW__statsRow{flex-wrap:wrap;gap:1rem}.page-module__ntzFjW__statItem{flex:0 0 calc(50% - .5rem);min-width:calc(50% - .5rem)}}@media (max-width:480px){.page-module__ntzFjW__pageTitle{font-size:1.25rem}.page-module__ntzFjW__summaryBar{grid-template-columns:1fr 1fr}.page-module__ntzFjW__summaryValue{font-size:1.1rem}}.page-module__ntzFjW__section{flex-direction:column;gap:1rem;display:flex}.page-module__ntzFjW__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.page-module__ntzFjW__sectionTitle{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.page-module__ntzFjW__sectionTitle h2{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:700}.page-module__ntzFjW__sectionTotal{color:var(--primary);background:#10b9811a;border-radius:12px;padding:.15rem .6rem;font-size:.9rem;font-weight:700}.page-module__ntzFjW__addCard{background:var(--card-bg);border:1px dashed var(--card-border);cursor:pointer;color:var(--muted);border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.page-module__ntzFjW__addCard:hover{background:var(--card-hover);border-color:var(--text-dim);color:var(--foreground)}.page-module__ntzFjW__addIcon{background:var(--overlay-light);width:40px;height:40px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__ntzFjW__addCard:hover .page-module__ntzFjW__addIcon{background:var(--primary);color:#fff}
.page-module___Fir4G__container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}.page-module___Fir4G__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module___Fir4G__pageTitle{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:clamp(1.25rem,5vw,2rem);font-weight:700}.page-module___Fir4G__addBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .15s;display:flex}.page-module___Fir4G__addBtn:hover{opacity:.85}.page-module___Fir4G__headerRight{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.page-module___Fir4G__toggleSwitch{background:var(--overlay-subtle);border:1px solid var(--overlay-light);border-radius:20px;padding:.2rem;display:flex}.page-module___Fir4G__toggleOption{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;padding:.25rem .8rem;font-size:.8rem;font-weight:500;transition:all .15s}.page-module___Fir4G__active{background:var(--primary);color:#fff;font-weight:600}.page-module___Fir4G__summaryRow{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.page-module___Fir4G__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;flex-direction:column;gap:.35rem;min-width:0;padding:1.25rem 1.5rem;display:flex}.page-module___Fir4G__summaryCard label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.72rem;font-weight:600;display:block}.page-module___Fir4G__summaryCard .page-module___Fir4G__value{color:var(--text-secondary);font-size:1.4rem;font-weight:700}.page-module___Fir4G__investmentList{flex-direction:column;gap:1rem;display:flex}.page-module___Fir4G__emptyState{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.95rem}.page-module___Fir4G__sectionLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.5rem 0 .5rem;padding-left:.25rem;font-size:.75rem;font-weight:700}@media (max-width:768px){.page-module___Fir4G__container{padding:1rem}.page-module___Fir4G__header h1{font-size:1.2rem}.page-module___Fir4G__summaryRow{grid-template-columns:repeat(2,1fr);gap:.6rem}.page-module___Fir4G__summaryCard{padding:.75rem}.page-module___Fir4G__summaryCard .page-module___Fir4G__value{font-size:1rem}}@media (max-width:480px){.page-module___Fir4G__summaryRow{grid-template-columns:1fr 1fr}.page-module___Fir4G__summaryCard label{font-size:.65rem}.page-module___Fir4G__summaryCard .page-module___Fir4G__value{font-size:.9rem}}
.RealEstateWidgets-module__mVHk2a__widgetsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.RealEstateWidgets-module__mVHk2a__widgetCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;min-width:0;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.RealEstateWidgets-module__mVHk2a__widgetCard h3{color:var(--text-muted);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.RealEstateWidgets-module__mVHk2a__equityValue{color:var(--primary);z-index:1;margin-top:auto;margin-bottom:auto;font-size:2.25rem;font-weight:700}.RealEstateWidgets-module__mVHk2a__helperText{color:var(--text-dim);z-index:1;margin-top:.5rem;font-size:.75rem;font-style:italic}.RealEstateWidgets-module__mVHk2a__chartWrapper{width:106%;max-width:calc(100% + 1.5rem);height:250px;margin-top:auto;margin-bottom:-1.25rem;margin-left:-3%}.RealEstateWidgets-module__mVHk2a__mapWrapper{background:var(--surface);border-radius:.5rem;width:100%;height:280px;margin-top:auto;margin-bottom:-1rem;overflow:hidden}@media (max-width:1024px){.RealEstateWidgets-module__mVHk2a__widgetsContainer{grid-template-columns:1fr}}
