.ExportModal-module__MMpY7G__overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1414148c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ExportModal-module__MMpY7G__modal{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius);box-shadow:var(--sh-lg);width:100%;max-width:460px;max-height:90vh;overflow-y:auto}.ExportModal-module__MMpY7G__modalHead{border-bottom:var(--bw) solid var(--edge);justify-content:space-between;align-items:center;padding:20px 22px 16px;display:flex}.ExportModal-module__MMpY7G__modalTitle{font-family:var(--font-d);letter-spacing:-.2px;font-size:20px;font-weight:800}.ExportModal-module__MMpY7G__closeBtn{border:var(--bw) solid var(--edge);width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:background .1s;display:flex}.ExportModal-module__MMpY7G__closeBtn:hover{background:var(--panel-2)}.ExportModal-module__MMpY7G__body{flex-direction:column;gap:14px;padding:20px 22px 24px;display:flex}.ExportModal-module__MMpY7G__sub{color:var(--muted);margin:0;font-size:13px;font-weight:500}.ExportModal-module__MMpY7G__choices{flex-direction:column;gap:10px;display:flex}.ExportModal-module__MMpY7G__choice{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;font-family:var(--font-u);color:var(--ink);align-items:flex-start;gap:12px;padding:12px 14px;transition:background .1s,box-shadow .1s;display:flex}.ExportModal-module__MMpY7G__choiceOn{background:var(--panel-2);box-shadow:var(--sh-sm)}.ExportModal-module__MMpY7G__radio{border:var(--bw) solid var(--edge);background:var(--panel);border-radius:50%;flex:none;width:16px;height:16px;margin-top:2px;position:relative}.ExportModal-module__MMpY7G__choiceOn .ExportModal-module__MMpY7G__radio:after{content:"";background:var(--accent-2);border-radius:50%;position:absolute;inset:2.5px}.ExportModal-module__MMpY7G__choiceText{flex-direction:column;gap:2px;display:flex}.ExportModal-module__MMpY7G__choiceTitle{font-size:14px;font-weight:700}.ExportModal-module__MMpY7G__choiceSub{color:var(--muted);font-size:12px;font-weight:500}.ExportModal-module__MMpY7G__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:2px;font-size:11.5px;font-weight:700}.ExportModal-module__MMpY7G__seg{border:var(--bw) solid var(--edge);border-radius:999px;max-width:300px;display:flex;overflow:hidden}.ExportModal-module__MMpY7G__segBtn{background:var(--panel);font-family:var(--font-u);color:var(--ink);cursor:pointer;border:none;flex:1;padding:7px 10px;font-size:12.5px;font-weight:700;transition:background .1s}.ExportModal-module__MMpY7G__segBtn:hover:not(.ExportModal-module__MMpY7G__segOn){background:var(--panel-2)}.ExportModal-module__MMpY7G__segOn{background:var(--ink);color:var(--bg)}.ExportModal-module__MMpY7G__foot{justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.ExportModal-module__MMpY7G__filename{color:var(--faint);font-variant-numeric:tabular-nums;word-break:break-all;font-size:11px;font-weight:600}.ExportModal-module__MMpY7G__downloadBtn{border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);background:var(--accent);font-family:var(--font-u);color:var(--on-accent);box-shadow:var(--sh-sm);transition:transform .1s var(--ease), box-shadow .1s var(--ease);flex:none;padding:11px 20px;font-size:14px;font-weight:800;text-decoration:none}.ExportModal-module__MMpY7G__downloadBtn:hover:not(.ExportModal-module__MMpY7G__downloadBtnDisabled){box-shadow:var(--sh);transform:translate(-2px,-2px)}.ExportModal-module__MMpY7G__downloadBtn:active:not(.ExportModal-module__MMpY7G__downloadBtnDisabled){box-shadow:none;transform:translate(2px,2px)}.ExportModal-module__MMpY7G__downloadBtnDisabled{opacity:.45;cursor:default}@media (max-width:480px){.ExportModal-module__MMpY7G__foot{text-align:center;flex-direction:column-reverse;align-items:stretch}}
.TopBar-module__stdOYq__topbar{background:var(--bg);border-bottom:var(--bw) solid var(--edge)}.TopBar-module__stdOYq__inner{align-items:center;gap:22px;max-width:1240px;height:66px;margin:0 auto;padding:0 28px;display:flex}.TopBar-module__stdOYq__logo{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.TopBar-module__stdOYq__mark{background:var(--accent);border:var(--bw) solid var(--edge);width:26px;height:26px;box-shadow:var(--sh-sm);transition:transform .15s var(--ease);border-radius:7px;position:relative}.TopBar-module__stdOYq__logo:hover .TopBar-module__stdOYq__mark{transform:rotate(-8deg)scale(1.05)}.TopBar-module__stdOYq__mark:after{content:"";background:var(--ink);border-radius:2px;width:7px;height:7px;position:absolute;inset:auto 5px 5px auto}.TopBar-module__stdOYq__wordmark{font-family:var(--font-d);letter-spacing:-.3px;font-size:21px;font-weight:800}.TopBar-module__stdOYq__nav{gap:4px;margin-left:8px;display:flex}.TopBar-module__stdOYq__navLink{color:var(--muted);cursor:pointer;transition:color .14s, background .14s, border-color .14s, transform .1s var(--ease);border:2px solid #0000;border-radius:8px;padding:7px 13px;font-size:14px;font-weight:600;text-decoration:none}.TopBar-module__stdOYq__navLink.TopBar-module__stdOYq__active{color:var(--on-accent);background:var(--accent);border-color:var(--edge);box-shadow:var(--sh-sm)}.TopBar-module__stdOYq__navLink:not(.TopBar-module__stdOYq__active):hover{color:var(--ink);transform:translateY(-1px)}.TopBar-module__stdOYq__acct{align-items:center;gap:14px;margin-left:auto;display:flex}.TopBar-module__stdOYq__pill{border:var(--bw) solid var(--edge);background:var(--panel);color:var(--ink-2);cursor:pointer;box-shadow:var(--sh-sm);transition:transform .1s var(--ease), box-shadow .1s var(--ease);border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-size:13px;font-weight:600;display:inline-flex}.TopBar-module__stdOYq__pill:hover{box-shadow:4px 4px 0 var(--shadow);transform:translate(-1px,-1px)}.TopBar-module__stdOYq__pill:active{box-shadow:0 0 0 var(--shadow);transform:translate(3px,3px)}.TopBar-module__stdOYq__pillCaret{color:var(--ink);font-size:11px}.TopBar-module__stdOYq__pillSkeleton{border:var(--bw) solid var(--edge);border-radius:999px;width:128px;height:36px}.TopBar-module__stdOYq__avatar{background:var(--accent-2);border:var(--bw) solid var(--edge);width:34px;height:34px;box-shadow:var(--sh-sm);border-radius:999px}.TopBar-module__stdOYq__acctMenu{position:relative}.TopBar-module__stdOYq__dropdown{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-shadow:var(--sh);z-index:50;min-width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.TopBar-module__stdOYq__dropItem{text-align:left;width:100%;font-family:var(--font-u);color:var(--ink);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:11px 16px;font-size:14px;font-weight:600;transition:background .1s;display:block}.TopBar-module__stdOYq__dropItem:hover{background:var(--accent);color:var(--on-accent)}.TopBar-module__stdOYq__dropItemDanger{color:var(--neg)}.TopBar-module__stdOYq__dropItemDanger:hover{background:var(--neg);color:#fff}.TopBar-module__stdOYq__dropSection{flex-direction:column;gap:9px;padding:10px 12px 8px;display:flex}.TopBar-module__stdOYq__dropLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--faint);font-size:10px;font-weight:700}.TopBar-module__stdOYq__autoRow{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.TopBar-module__stdOYq__autoRowLabel{font-family:var(--font-u);color:var(--muted);font-size:12px;font-weight:600}.TopBar-module__stdOYq__autoCheck{background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:9px;flex-shrink:0;width:32px;height:18px;transition:background .18s,border-color .18s;position:relative}.TopBar-module__stdOYq__autoCheckOn{background:var(--accent);border-color:var(--accent)}.TopBar-module__stdOYq__autoCheck:after{content:"";background:var(--muted);border-radius:50%;width:12px;height:12px;transition:transform .18s cubic-bezier(.4,0,.2,1),background .18s;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.TopBar-module__stdOYq__autoCheckOn:after{background:var(--on-accent);transform:translateY(-50%)translate(12px)}.TopBar-module__stdOYq__themeSlider{background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:10px;padding:3px;transition:opacity .18s;display:flex;position:relative}.TopBar-module__stdOYq__themeSliderDisabled{opacity:.32;pointer-events:none}.TopBar-module__stdOYq__sliderThumb{background:var(--accent);pointer-events:none;border-radius:7px;width:calc(50% - 3px);height:calc(100% - 6px);transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px}.TopBar-module__stdOYq__sliderThumbDark{transform:translate(100%)}.TopBar-module__stdOYq__sliderBtn{z-index:1;cursor:pointer;height:28px;color:var(--muted);-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:7px;flex:1;justify-content:center;align-items:center;transition:color .15s;display:flex;position:relative}.TopBar-module__stdOYq__sliderBtnActive{color:var(--on-accent)}.TopBar-module__stdOYq__sliderBtnFlag{color:inherit;opacity:.45;font-size:16px;transition:opacity .15s}.TopBar-module__stdOYq__sliderBtnFlag.TopBar-module__stdOYq__sliderBtnActive{opacity:1;color:inherit}.TopBar-module__stdOYq__dropDivider{border:none;border-top:1px solid var(--edge);margin:2px 8px}@media (max-width:980px){.TopBar-module__stdOYq__inner{padding-left:16px;padding-right:16px}.TopBar-module__stdOYq__nav{display:none}}@media (min-width:981px){.TopBar-module__stdOYq__dropItemMobileOnly{display:none}}
.Footer-module__Grjkva__footer{border-top:var(--bw) solid var(--edge);padding:32px 40px}.Footer-module__Grjkva__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1240px;margin:0 auto;display:flex}.Footer-module__Grjkva__footerLogo{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.Footer-module__Grjkva__footerLogoMark{background:var(--accent);border:var(--bw) solid var(--edge);border-radius:6px;width:22px;height:22px;position:relative}.Footer-module__Grjkva__footerLogoMark:after{content:"";background:var(--ink);border-radius:2px;width:6px;height:6px;position:absolute;inset:auto 4px 4px auto}.Footer-module__Grjkva__footerWordmark{font-family:var(--font-d);letter-spacing:-.3px;color:var(--ink);font-size:18px;font-weight:800}.Footer-module__Grjkva__footerText{color:var(--faint);font-size:13px;font-weight:500}.Footer-module__Grjkva__footerLinks{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Footer-module__Grjkva__footerLink{color:var(--ink-2);border-bottom:2px solid #0000;padding:6px 0;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s}.Footer-module__Grjkva__footerLink:hover{border-bottom-color:var(--edge);color:var(--ink)}.Footer-module__Grjkva__footerLoginLink{color:var(--accent-2)}.Footer-module__Grjkva__footerLoginLink:hover{color:var(--accent-2);border-bottom-color:var(--accent-2)}@media (max-width:767px){.Footer-module__Grjkva__footer{padding:28px 18px}.Footer-module__Grjkva__footerInner{flex-direction:column;align-items:flex-start;gap:12px}.Footer-module__Grjkva__footerLinks{gap:12px}}
.Amount-module__QFK1Ya__hidden{filter:blur(max(7px,.35em));-webkit-user-select:none;user-select:none}.Amount-module__QFK1Ya__sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Hero-module__JgYmMq__hero{margin-bottom:20px;padding:28px 30px 12px}.Hero-module__JgYmMq__heroTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.Hero-module__JgYmMq__eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.Hero-module__JgYmMq__heroVal{font-family:var(--font-d);letter-spacing:-1.5px;font-variant-numeric:tabular-nums;margin-top:10px;font-size:60px;font-weight:800;line-height:.95}.Hero-module__JgYmMq__cents{color:var(--faint);font-size:30px}.Hero-module__JgYmMq__heroChg{flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;display:flex}.Hero-module__JgYmMq__gainBadge{background:var(--accent);border:var(--bw) solid var(--edge);box-shadow:var(--sh-sm);color:var(--on-accent);white-space:nowrap;transition:transform .15s var(--ease);font-variant-numeric:tabular-nums;border-radius:10px;align-items:center;gap:7px;padding:7px 13px;font-size:16px;font-weight:700;display:inline-flex;transform:rotate(-1.5deg)}.Hero-module__JgYmMq__gainBadge:hover{box-shadow:4px 4px 0 var(--shadow);transform:rotate(0)translate(-1px,-1px)}.Hero-module__JgYmMq__gainBadgeNeg{background:var(--neg);color:#fff}.Hero-module__JgYmMq__allTime{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;margin-left:-4px;font-size:13px;font-weight:700}.Hero-module__JgYmMq__stalePill{color:var(--on-accent);background:var(--warn);border:var(--bw) solid var(--edge);white-space:nowrap;border-radius:999px;padding:3px 11px;font-size:12px;font-weight:700}.Hero-module__JgYmMq__today{color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.Hero-module__JgYmMq__today b{font-weight:700}.Hero-module__JgYmMq__live{letter-spacing:.1em;color:var(--ink);border:2px solid var(--edge);background:var(--panel);border-radius:999px;align-items:center;gap:7px;padding:4px 10px 4px 8px;font-size:11px;font-weight:800;display:inline-flex}.Hero-module__JgYmMq__liveDot{background:var(--pos);border-radius:50%;width:8px;height:8px;animation:1.8s infinite Hero-module__JgYmMq__pulse}@keyframes Hero-module__JgYmMq__pulse{0%{box-shadow:0 0 #00893c80;box-shadow:0 0 lab(49.7747% -48.7973 32.7656/.5)}70%{box-shadow:0 0 0 8px #00893c00;box-shadow:0 0 0 8px lab(49.7747% -48.7973 32.7656/0)}to{box-shadow:0 0 #00893c00;box-shadow:0 0 lab(49.7747% -48.7973 32.7656/0)}}.Hero-module__JgYmMq__heroCtrl{flex-direction:column;align-items:flex-end;gap:16px;display:flex}.Hero-module__JgYmMq__legend{flex-wrap:wrap;gap:12px 18px;display:flex}.Hero-module__JgYmMq__lg{color:var(--ink-2);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.Hero-module__JgYmMq__sw{background:var(--pos);border-radius:2px;width:20px;height:4px}.Hero-module__JgYmMq__swDep{border-top:3px dotted var(--dep);width:20px;height:0}.Hero-module__JgYmMq__swBen{background:var(--bench);border-radius:1px;width:20px;height:2px}.Hero-module__JgYmMq__lgFut .Hero-module__JgYmMq__swDep{border-top-color:var(--muted)}.Hero-module__JgYmMq__swProj{border-top:2.5px dashed var(--accent-2);width:20px;height:0}.Hero-module__JgYmMq__lgAmt{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:2px;font-weight:700}.Hero-module__JgYmMq__lgNote{color:var(--faint);margin-left:-2px;font-size:11.5px;font-weight:500}.Hero-module__JgYmMq__degradedNote{color:var(--faint);margin-top:2px;font-size:11.5px;font-weight:500}.Hero-module__JgYmMq__ctrlRow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.Hero-module__JgYmMq__srTable{table-layout:fixed;width:1px}.Hero-module__JgYmMq__chartWrap{touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;margin-top:22px;position:relative}.Hero-module__JgYmMq__perfSvg{width:100%;height:320px;display:block}.Hero-module__JgYmMq__cxLine{background:var(--edge);pointer-events:none;opacity:0;width:2px;transition:opacity .12s;position:absolute;top:18px;bottom:30px}.Hero-module__JgYmMq__cxDot{pointer-events:none;opacity:0;border:2.5px solid var(--edge);border-radius:50%;width:13px;height:13px;transition:opacity .12s;position:absolute;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__cxDotVal{background:var(--pos)}.Hero-module__JgYmMq__cxDotDep{background:var(--dep)}.Hero-module__JgYmMq__cxDotBen{background:var(--bench);width:11px;height:11px}.Hero-module__JgYmMq__cxTip{pointer-events:none;opacity:0;background:var(--tip-bg);color:var(--tip-fg);border:2.5px solid var(--edge);min-width:176px;box-shadow:var(--sh-sm);z-index:5;border-radius:12px;padding:11px 13px;font-size:12.5px;transition:opacity .12s;position:absolute;top:8px}.Hero-module__JgYmMq__mobileDropWrap{display:none;position:relative}.Hero-module__JgYmMq__mobileDropTrigger{background:var(--panel-2);border:2px solid var(--edge);font-family:var(--font-u);color:var(--ink);cursor:pointer;transition:transform .1s var(--ease);border-radius:9px;align-items:center;gap:7px;padding:5px 11px;font-size:13px;font-weight:700;display:inline-flex}.Hero-module__JgYmMq__mobileDropTrigger:hover{transform:translateY(-1px)}.Hero-module__JgYmMq__mobileDropTrigger:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.Hero-module__JgYmMq__mobileDropPanel{z-index:20;background:var(--panel);border:var(--bw) solid var(--edge);box-shadow:var(--sh-sm);border-radius:11px;flex-direction:column;gap:3px;min-width:90px;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.Hero-module__JgYmMq__mobileDropOption{font-family:var(--font-u);color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:2px solid #0000;border-radius:7px;padding:6px 14px;font-size:13px;font-weight:700;transition:color .12s}.Hero-module__JgYmMq__mobileDropOption:hover{color:var(--ink)}.Hero-module__JgYmMq__mobileDropOption:focus-visible{outline:3px solid var(--accent-2);outline-offset:-2px}.Hero-module__JgYmMq__mobileDropOptionOn{background:var(--accent);color:var(--on-accent);border-color:var(--edge)}.Hero-module__JgYmMq__mobileDropTriggerFuture{border-color:var(--accent-2);color:var(--accent-2)}.Hero-module__JgYmMq__mobileDropDivider{border:none;border-top:1.5px solid var(--grid);margin:3px 4px}.Hero-module__JgYmMq__mobileDropOptionFuture{color:var(--accent-2)}.Hero-module__JgYmMq__mobileDropOptionFuture.Hero-module__JgYmMq__mobileDropOptionOn{background:var(--accent-2);color:var(--on-accent-2);border-color:var(--edge)}.Hero-module__JgYmMq__assumeChip{border:2px solid var(--edge);border-radius:var(--radius-sm);background:var(--panel-2);width:100%;min-height:44px;box-shadow:var(--sh-sm);cursor:pointer;font-family:var(--font-u);color:var(--muted);text-align:left;transition:transform .12s var(--ease), box-shadow .12s var(--ease);align-items:center;gap:10px;margin-top:14px;padding:9px 14px;font-size:12.5px;font-weight:600;display:flex}.Hero-module__JgYmMq__assumeChip:hover{box-shadow:4px 4px 0 var(--shadow);transform:translate(-1px,-1px)}.Hero-module__JgYmMq__assumeChip:active{box-shadow:2px 2px 0 var(--shadow);transform:translate(1px,1px)}.Hero-module__JgYmMq__assumeChip:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.Hero-module__JgYmMq__assumeChipSummary{color:var(--ink);flex:auto;font-weight:700}.Hero-module__JgYmMq__assumeChipIcon{width:18px;height:18px;color:var(--accent-2);flex:none}.Hero-module__JgYmMq__inlineControls{border-top:1.5px solid var(--grid);margin-top:16px;padding-top:16px}@media (max-width:980px){.Hero-module__JgYmMq__heroTop{flex-direction:column;gap:16px}.Hero-module__JgYmMq__heroCtrl{align-items:flex-start}.Hero-module__JgYmMq__heroVal{font-size:48px}.Hero-module__JgYmMq__desktopPills{display:none}.Hero-module__JgYmMq__mobileDropWrap{display:block}.Hero-module__JgYmMq__lgAmt,.Hero-module__JgYmMq__lgNote{display:none}.Hero-module__JgYmMq__legend,.Hero-module__JgYmMq__ctrlRow{justify-content:flex-start}.Hero-module__JgYmMq__inlineControls{display:none}}@media (min-width:981px){.Hero-module__JgYmMq__assumeChip{display:none}}
.BenchmarkControl-module__5uYlRW__wrap{position:relative}.BenchmarkControl-module__5uYlRW__disabled{opacity:.45;pointer-events:none}.BenchmarkControl-module__5uYlRW__chip{background:var(--panel);border:var(--bw) solid var(--edge);box-shadow:var(--sh-sm);border-radius:11px;align-items:center;gap:9px;padding:7px 12px;display:inline-flex}.BenchmarkControl-module__5uYlRW__check{appearance:none;border:2px solid var(--edge);background:var(--panel);cursor:pointer;border-radius:5px;flex:none;place-content:center;width:16px;height:16px;margin:0;display:inline-grid}.BenchmarkControl-module__5uYlRW__check:checked{background:var(--ink)}.BenchmarkControl-module__5uYlRW__check:checked:before{content:"✓";color:var(--panel);font-size:11px;font-weight:800;line-height:1}.BenchmarkControl-module__5uYlRW__check:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.BenchmarkControl-module__5uYlRW__pick{font-family:var(--font-u);color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.BenchmarkControl-module__5uYlRW__pick svg,.BenchmarkControl-module__5uYlRW__chipOff .BenchmarkControl-module__5uYlRW__pick{color:var(--muted)}.BenchmarkControl-module__5uYlRW__chipOff .BenchmarkControl-module__5uYlRW__swatch{opacity:.4}.BenchmarkControl-module__5uYlRW__swatch{background:var(--bench);border-radius:1px;width:14px;height:2px}.BenchmarkControl-module__5uYlRW__menu{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);min-width:240px;box-shadow:var(--sh);z-index:30;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.BenchmarkControl-module__5uYlRW__item{border:none;border-bottom:1.5px solid var(--grid);text-align:left;width:100%;font-family:var(--font-u);color:var(--ink);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:11px 14px;font-size:13.5px;font-weight:600;transition:background .1s;display:flex}.BenchmarkControl-module__5uYlRW__item:last-child{border-bottom:none}.BenchmarkControl-module__5uYlRW__item:hover{background:var(--panel-2)}.BenchmarkControl-module__5uYlRW__tick{width:14px;color:var(--accent-2);font-weight:800}.BenchmarkControl-module__5uYlRW__sym{font-family:var(--font-d);min-width:56px;font-weight:700}.BenchmarkControl-module__5uYlRW__name{color:var(--muted);flex:1;font-size:12.5px}.BenchmarkControl-module__5uYlRW__pxTag{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);border:1.5px solid var(--edge);border-radius:999px;flex:none;padding:1px 7px;font-size:10px;font-weight:700}@media (max-width:980px){.BenchmarkControl-module__5uYlRW__chip{box-shadow:none;background:var(--panel-2);border-width:2px;border-radius:9px;padding:5px 11px}.BenchmarkControl-module__5uYlRW__menu{left:0;right:auto}}
.AssumptionControls-module__73WGBq__controls{flex-direction:column;gap:12px;display:flex}.AssumptionControls-module__73WGBq__row{flex-wrap:wrap;align-items:flex-end;gap:20px;display:flex}.AssumptionControls-module__73WGBq__field{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.AssumptionControls-module__73WGBq__chip{border:2px solid var(--edge);background:var(--panel-2);border-radius:999px;align-items:center;gap:6px;min-height:40px;padding:4px 6px;display:inline-flex}.AssumptionControls-module__73WGBq__fieldLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:11px;font-weight:700}.AssumptionControls-module__73WGBq__val{text-align:center;min-width:5.5ch;color:var(--accent-2);font-variant-numeric:tabular-nums;font-weight:700}.AssumptionControls-module__73WGBq__suffix{color:var(--muted);margin-left:2px;font-size:11px;font-weight:600}.AssumptionControls-module__73WGBq__stepBtn{border:2px solid var(--edge);background:var(--panel);width:40px;height:40px;color:var(--ink);font-family:var(--font-u);cursor:pointer;transition:transform .1s var(--ease);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.AssumptionControls-module__73WGBq__stepBtn:hover:not(:disabled){transform:translateY(-1px)}.AssumptionControls-module__73WGBq__stepBtn:disabled{opacity:.4;cursor:not-allowed}.AssumptionControls-module__73WGBq__stepBtn:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.AssumptionControls-module__73WGBq__seg{border:2px solid var(--edge);border-radius:999px;display:flex;overflow:hidden}.AssumptionControls-module__73WGBq__seg button{font-family:var(--font-u);background:var(--panel);min-height:40px;color:var(--ink);cursor:pointer;border:none;padding:9px 15px;font-size:13px;font-weight:700}.AssumptionControls-module__73WGBq__seg button+button{border-left:2px solid var(--edge)}.AssumptionControls-module__73WGBq__seg button[aria-pressed=true]{background:var(--accent-2);color:var(--on-accent-2)}.AssumptionControls-module__73WGBq__seg button:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}@media (max-width:980px){.AssumptionControls-module__73WGBq__row{grid-template-columns:1fr 1fr;align-items:start;gap:8px;display:grid}.AssumptionControls-module__73WGBq__field{width:100%}.AssumptionControls-module__73WGBq__chip{justify-content:center;gap:3px 4px;width:100%;padding:5px 6px}.AssumptionControls-module__73WGBq__val{min-width:3.5ch;font-size:13px}.AssumptionControls-module__73WGBq__suffix{margin-left:0;font-size:9px}.AssumptionControls-module__73WGBq__horizonField{grid-column:1/-1}}.AssumptionControls-module__73WGBq__warnBanner{border-radius:var(--radius-sm);background:var(--warn-soft);border:1.5px solid var(--warn);color:var(--ink);margin:0;padding:10px 14px;font-size:12.5px}
.AssumptionsSheet-module__sdcIna__backdrop{opacity:0;visibility:hidden;transition:opacity .25s var(--ease), visibility .25s;z-index:60;background:#1414146b;position:fixed;inset:0}.AssumptionsSheet-module__sdcIna__backdrop.AssumptionsSheet-module__sdcIna__open{opacity:1;visibility:visible}.AssumptionsSheet-module__sdcIna__sheet{z-index:61;width:min(430px,100%);transition:transform .3s var(--ease);background:var(--panel);border:var(--bw) solid var(--edge);box-shadow:0 -5px 0 var(--shadow);border-bottom:none;border-radius:22px 22px 0 0;max-height:min(44vh,360px);padding:6px 16px 22px;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%,105%)}.AssumptionsSheet-module__sdcIna__sheet.AssumptionsSheet-module__sdcIna__open{transform:translate(-50%)}.AssumptionsSheet-module__sdcIna__grip{background:var(--faint);opacity:.5;border-radius:999px;width:40px;height:4px;margin:4px auto 8px;display:block}.AssumptionsSheet-module__sdcIna__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.AssumptionsSheet-module__sdcIna__head h3{font-family:var(--font-d);margin:0;font-size:15px;font-weight:800}.AssumptionsSheet-module__sdcIna__head h3:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}.AssumptionsSheet-module__sdcIna__close{cursor:pointer;border:2px solid var(--edge);background:var(--panel-2);width:32px;height:32px;color:var(--ink);border-radius:9px;flex:none;font-size:16px;line-height:1}.AssumptionsSheet-module__sdcIna__close:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}@media (min-width:981px){.AssumptionsSheet-module__sdcIna__backdrop,.AssumptionsSheet-module__sdcIna__sheet{display:none}}@media (prefers-reduced-motion:reduce){.AssumptionsSheet-module__sdcIna__backdrop,.AssumptionsSheet-module__sdcIna__sheet{transition:none}}
.InfoPopover-module__izbsnq__wrap{align-items:center;display:inline-flex;position:relative}.InfoPopover-module__izbsnq__trigger{border:2px solid var(--muted);width:17px;height:17px;color:var(--muted);font-family:var(--font-u);cursor:pointer;text-transform:none;letter-spacing:0;transition:color .12s, border-color .12s, transform .1s var(--ease);background:0 0;border-radius:50%;flex:none;place-content:center;padding:0;font-size:10.5px;font-weight:800;line-height:1;display:inline-grid}.InfoPopover-module__izbsnq__trigger:hover{color:var(--ink);border-color:var(--ink);transform:translateY(-1px)}.InfoPopover-module__izbsnq__panel{z-index:30;background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);min-width:250px;max-width:min(320px,100vw - 32px);box-shadow:var(--sh);text-transform:none;letter-spacing:normal;padding:15px 17px;position:absolute;top:calc(100% + 6px)}.InfoPopover-module__izbsnq__alignRight{right:0}.InfoPopover-module__izbsnq__alignLeft{left:0}.InfoPopover-module__izbsnq__fixed{position:fixed;left:auto;right:auto}.InfoPopover-module__izbsnq__title{font-family:var(--font-d);color:var(--ink);margin:0 0 6px;font-size:15.5px;font-weight:800}.InfoPopover-module__izbsnq__body{color:var(--ink-2);font-size:13px;font-weight:500;line-height:1.55}.InfoPopover-module__izbsnq__body p{margin:0 0 8px}.InfoPopover-module__izbsnq__body p:last-child{margin-bottom:0}.InfoPopover-module__izbsnq__body .popCompare{background:var(--panel-2);border:1.5px solid var(--grid);font-variant-numeric:tabular-nums;border-radius:8px;margin-top:10px;padding:8px 11px;font-size:13px;font-weight:700}.InfoPopover-module__izbsnq__body .popNote{color:var(--muted);margin-top:6px;font-size:11.5px;font-weight:600}.InfoPopover-module__izbsnq__term{color:var(--muted);margin:9px 0 0;font-size:11.5px;font-weight:600}.InfoPopover-module__izbsnq__link{color:var(--accent-2);text-underline-offset:2px;margin-top:8px;font-size:12.5px;font-weight:700;text-decoration:underline;display:inline-block}@media (max-width:980px){.InfoPopover-module__izbsnq__alignRight{left:0;right:auto}}
.KPIStrip-module__NVE54W__kpis{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px;display:grid}.KPIStrip-module__NVE54W__kpi{cursor:default;transition:transform .14s var(--ease), box-shadow .14s var(--ease);padding:20px 22px}.KPIStrip-module__NVE54W__kpi:hover{box-shadow:var(--sh-lg);transform:translate(-3px,-3px)}[data-theme=dark] .KPIStrip-module__NVE54W__kpi:hover{background:var(--panel-3)}.KPIStrip-module__NVE54W__eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--muted);align-items:center;gap:7px;margin-bottom:12px;font-size:11.5px;font-weight:700;display:flex}.KPIStrip-module__NVE54W__value{font-family:var(--font-d);letter-spacing:-.6px;font-variant-numeric:tabular-nums;font-size:33px;font-weight:700;line-height:1}.KPIStrip-module__NVE54W__sub{color:var(--muted);flex-wrap:wrap;align-items:center;gap:2px 7px;margin-top:9px;font-size:13px;font-weight:600;display:flex}.KPIStrip-module__NVE54W__sub .num{white-space:nowrap}.KPIStrip-module__NVE54W__subNote{flex-basis:100%}@media (max-width:980px){.KPIStrip-module__NVE54W__kpis{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;margin-left:-16px;margin-right:-16px;padding-bottom:4px;display:flex;overflow-x:auto}.KPIStrip-module__NVE54W__kpis::-webkit-scrollbar{display:none}.KPIStrip-module__NVE54W__kpi{scroll-snap-align:start;flex:0 0 72%;min-width:200px;scroll-margin-left:16px}.KPIStrip-module__NVE54W__kpi:first-child{margin-left:16px}.KPIStrip-module__NVE54W__kpi:last-child{margin-right:16px}}
.AssetSearchField-module__uix65W__searchWrap{position:relative}.AssetSearchField-module__uix65W__input{width:100%;font-family:var(--font-u);color:var(--ink);background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-sizing:border-box;outline:none;padding:10px 14px;font-size:15px;font-weight:600;transition:box-shadow .12s}.AssetSearchField-module__uix65W__input::placeholder{color:var(--faint);font-weight:500}.AssetSearchField-module__uix65W__input:focus{box-shadow:var(--sh-sm)}.AssetSearchField-module__uix65W__suggestions{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-shadow:var(--sh);z-index:10;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.AssetSearchField-module__uix65W__suggestion{border:none;border-bottom:1.5px solid var(--grid);cursor:pointer;text-align:left;width:100%;font-family:var(--font-u);color:var(--ink);background:0 0;align-items:center;gap:10px;padding:10px 14px;transition:background .1s;display:flex}.AssetSearchField-module__uix65W__suggestion:last-child{border-bottom:none}.AssetSearchField-module__uix65W__suggestion:hover{background:var(--panel-2)}.AssetSearchField-module__uix65W__sugStatus{color:var(--muted);padding:10px 14px;font-size:13px;font-weight:600}.AssetSearchField-module__uix65W__sugTicker{font-family:var(--font-d);min-width:52px;font-size:14px;font-weight:800}.AssetSearchField-module__uix65W__sugName{flex:1;font-size:13.5px;font-weight:600}.AssetSearchField-module__uix65W__sugType{letter-spacing:.06em;text-transform:uppercase;color:var(--faint);font-size:11px;font-weight:700}
.AddHoldingModal-module__rBktCW__overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1414148c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.AddHoldingModal-module__rBktCW__modal{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius);box-shadow:var(--sh-lg);width:100%;max-width:460px;max-height:90vh;overflow-y:auto}.AddHoldingModal-module__rBktCW__modalHead{border-bottom:var(--bw) solid var(--edge);justify-content:space-between;align-items:center;padding:20px 22px 16px;display:flex}.AddHoldingModal-module__rBktCW__modalTitle{font-family:var(--font-d);letter-spacing:-.2px;font-size:20px;font-weight:800}.AddHoldingModal-module__rBktCW__closeBtn{border:var(--bw) solid var(--edge);width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:background .1s;display:flex}.AddHoldingModal-module__rBktCW__closeBtn:hover{background:var(--panel-2)}.AddHoldingModal-module__rBktCW__form{flex-direction:column;gap:16px;padding:20px 22px 24px;display:flex}.AddHoldingModal-module__rBktCW__field{flex-direction:column;gap:6px;display:flex}.AddHoldingModal-module__rBktCW__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:700}.AddHoldingModal-module__rBktCW__labelHint{text-transform:none;letter-spacing:0;color:var(--faint);font-weight:600}.AddHoldingModal-module__rBktCW__row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.AddHoldingModal-module__rBktCW__input{width:100%;font-family:var(--font-u);color:var(--ink);background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-sizing:border-box;outline:none;padding:10px 14px;font-size:15px;font-weight:600;transition:box-shadow .12s}.AddHoldingModal-module__rBktCW__input::placeholder{color:var(--faint);font-weight:500}.AddHoldingModal-module__rBktCW__input:focus{box-shadow:var(--sh-sm)}.AddHoldingModal-module__rBktCW__input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.AddHoldingModal-module__rBktCW__error{color:var(--neg);margin:0;font-size:13px;font-weight:600}.AddHoldingModal-module__rBktCW__priceFeedWarn{color:var(--warn);margin:2px 0 0;font-size:11.5px;font-weight:600;line-height:1.35}.AddHoldingModal-module__rBktCW__saveBtn{border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);background:var(--accent);width:100%;font-family:var(--font-u);color:var(--on-accent);cursor:pointer;box-shadow:var(--sh-sm);transition:transform .1s var(--ease), box-shadow .1s var(--ease);margin-top:4px;padding:13px;font-size:15px;font-weight:800}.AddHoldingModal-module__rBktCW__saveBtn:hover:not(:disabled){box-shadow:var(--sh);transform:translate(-2px,-2px)}.AddHoldingModal-module__rBktCW__saveBtn:active:not(:disabled){box-shadow:none;transform:translate(2px,2px)}.AddHoldingModal-module__rBktCW__saveBtn:disabled{opacity:.45;cursor:default}@media (max-width:480px){.AddHoldingModal-module__rBktCW__row2{grid-template-columns:1fr}}
.RecapCard-module__Vh0A7W__card{margin-bottom:20px;padding:0;overflow:hidden}.RecapCard-module__Vh0A7W__ribbon{border-bottom:var(--bw) solid var(--edge);flex-wrap:wrap;align-items:center;gap:8px 12px;padding:14px 16px;display:flex}.RecapCard-module__Vh0A7W__ribbonWel{background:var(--accent);color:var(--on-accent);border-bottom-color:var(--edge)}.RecapCard-module__Vh0A7W__tag{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:800}.RecapCard-module__Vh0A7W__ribbonWel .RecapCard-module__Vh0A7W__tag{color:var(--on-accent);opacity:.75}.RecapCard-module__Vh0A7W__dates{font-family:var(--font-d);letter-spacing:-.2px;color:var(--ink);margin-left:auto;font-size:15px;font-weight:800}.RecapCard-module__Vh0A7W__ribbonWel .RecapCard-module__Vh0A7W__dates{color:var(--on-accent)}.RecapCard-module__Vh0A7W__dismissBtn{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:2px solid;border-radius:8px;flex:none;justify-content:center;align-items:center;margin-left:6px;font-size:11px;line-height:1;display:flex}.RecapCard-module__Vh0A7W__ribbonWel .RecapCard-module__Vh0A7W__dismissBtn{color:var(--on-accent)}.RecapCard-module__Vh0A7W__dismissBtn:hover{color:var(--ink);background:var(--panel-2)}.RecapCard-module__Vh0A7W__ribbonWel .RecapCard-module__Vh0A7W__dismissBtn:hover{color:var(--on-accent);background:#1414141a}.RecapCard-module__Vh0A7W__demoCaption{color:var(--muted);margin:10px 0 -2px;padding:0 16px;font-size:11.5px;font-weight:600}.RecapCard-module__Vh0A7W__undoErrorLine{color:var(--neg);margin:10px 0 -2px;padding:0 16px;font-size:12.5px;font-weight:600}.RecapCard-module__Vh0A7W__body{grid-template-areas:"hero""story""bar""note""stale";gap:12px;padding:18px 16px 16px;display:grid}.RecapCard-module__Vh0A7W__dhero{grid-area:hero}.RecapCard-module__Vh0A7W__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0;font-size:10.5px;font-weight:800}.RecapCard-module__Vh0A7W__numline{flex-wrap:wrap;align-items:baseline;gap:11px;margin-top:4px;display:flex}.RecapCard-module__Vh0A7W__hnum{font-family:var(--font-d);color:var(--ink);letter-spacing:-1px;font-size:40px;font-weight:800;line-height:.95}.RecapCard-module__Vh0A7W__ctx{color:var(--muted);margin:6px 0 0;font-size:12.5px;font-weight:600}.RecapCard-module__Vh0A7W__dir{border:2px solid var(--edge);border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:12.5px;font-weight:800;display:inline-flex}.RecapCard-module__Vh0A7W__dirUp{color:var(--pos);background:var(--pos-soft)}.RecapCard-module__Vh0A7W__dirDn{color:var(--neg);background:var(--neg-soft)}.RecapCard-module__Vh0A7W__story{color:var(--ink-2);grid-area:story;margin:0;font-size:13.5px;line-height:1.45}.RecapCard-module__Vh0A7W__story strong{color:var(--ink)}.RecapCard-module__Vh0A7W__herobarWrap{grid-area:bar;min-width:0}.RecapCard-module__Vh0A7W__herobar{gap:3px;height:46px;display:flex}.RecapCard-module__Vh0A7W__zeroDivider{background:var(--edge);opacity:.35;border-radius:2px;flex:none;width:2.5px}.RecapCard-module__Vh0A7W__seg{border:2.5px solid var(--edge);color:#fff;border-radius:8px;flex-direction:column;justify-content:center;min-width:84px;padding:0 10px;display:flex;overflow:hidden}.RecapCard-module__Vh0A7W__segSliver{min-width:0;padding:0;flex:0 0 12px!important}.RecapCard-module__Vh0A7W__segMk{background:var(--pos)}.RecapCard-module__Vh0A7W__segMkDn{background:var(--neg)}.RecapCard-module__Vh0A7W__segDv{background:var(--dep)}.RecapCard-module__Vh0A7W__segInleg{background:var(--ink);color:var(--panel)}.RecapCard-module__Vh0A7W__segIn{background:repeating-linear-gradient(-45deg, transparent 0 5px, var(--grid) 5px 9px);color:var(--faint);border-color:var(--edge)}.RecapCard-module__Vh0A7W__segK{letter-spacing:.04em;text-transform:uppercase;opacity:.9;white-space:nowrap;font-size:9.5px;font-weight:800}.RecapCard-module__Vh0A7W__segA{font-family:var(--font-d);white-space:nowrap;margin-top:2px;font-size:15px;font-weight:800;line-height:1}.RecapCard-module__Vh0A7W__segIn .RecapCard-module__Vh0A7W__segA{font-family:var(--font-u);font-size:11px;font-style:italic;font-weight:600}:is([data-theme=dark] .RecapCard-module__Vh0A7W__segMk,[data-theme=dark] .RecapCard-module__Vh0A7W__segMkDn,[data-theme=dark] .RecapCard-module__Vh0A7W__segDv){color:var(--on-accent)}.RecapCard-module__Vh0A7W__barnoteWrap{flex-direction:column;grid-area:note;gap:4px;display:flex}.RecapCard-module__Vh0A7W__barnote{color:var(--muted);align-items:center;gap:7px;margin:0;font-size:11.5px;font-weight:600;display:flex}.RecapCard-module__Vh0A7W__barnote strong{color:var(--ink)}.RecapCard-module__Vh0A7W__sw{border:2px solid var(--edge);border-radius:3px;flex:none;width:11px;height:11px}.RecapCard-module__Vh0A7W__staleLine{color:var(--muted);grid-area:stale;margin:0;font-size:12px}.RecapCard-module__Vh0A7W__importBody{padding:18px 16px 14px}.RecapCard-module__Vh0A7W__tdiff{background:var(--panel-2);border-top:2.5px solid var(--edge);border-bottom:2.5px solid var(--edge);color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;font-size:12.5px;display:flex}.RecapCard-module__Vh0A7W__tdiffMini{border:2px solid var(--edge);border-radius:var(--radius-sm);background:var(--panel-2);margin:14px 0 0}.RecapCard-module__Vh0A7W__lab{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:800}.RecapCard-module__Vh0A7W__tchip{color:var(--ink);background:var(--panel);border:2px solid var(--edge);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11.5px;font-weight:700;display:inline-flex}.RecapCard-module__Vh0A7W__dot{background:var(--accent);border:1.5px solid var(--edge);border-radius:50%;flex:none;width:8px;height:8px}.RecapCard-module__Vh0A7W__chipPos .RecapCard-module__Vh0A7W__dot{background:var(--pos)}.RecapCard-module__Vh0A7W__chipNeg .RecapCard-module__Vh0A7W__dot{background:var(--neg)}.RecapCard-module__Vh0A7W__chipDv .RecapCard-module__Vh0A7W__dot{background:var(--dep)}.RecapCard-module__Vh0A7W__frow{border-top:2.5px solid var(--edge);display:flex}.RecapCard-module__Vh0A7W__frow>*+*{border-left:2.5px solid var(--edge)}.RecapCard-module__Vh0A7W__act{font-family:var(--font-u);color:var(--ink);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:13px;font-weight:700;display:flex}.RecapCard-module__Vh0A7W__act:disabled{opacity:.55;cursor:default}.RecapCard-module__Vh0A7W__actUndo{flex:1.6}.RecapCard-module__Vh0A7W__act:hover:not(:disabled){background:var(--panel-2)}.RecapCard-module__Vh0A7W__actPrimary,.RecapCard-module__Vh0A7W__actPrimary:hover:not(:disabled){background:var(--accent);color:var(--on-accent)}.RecapCard-module__Vh0A7W__actMuted{color:var(--muted)}.RecapCard-module__Vh0A7W__ic{font-size:15px}.RecapCard-module__Vh0A7W__confirm{text-align:center;padding:26px 20px}.RecapCard-module__Vh0A7W__badge{border:2.5px solid var(--edge);background:var(--panel-2);width:44px;height:44px;box-shadow:var(--sh-sm);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:22px;display:flex}.RecapCard-module__Vh0A7W__ct{font-family:var(--font-d);letter-spacing:-.2px;color:var(--ink);margin:0;font-size:19px;font-weight:800}.RecapCard-module__Vh0A7W__cs{color:var(--ink-2);max-width:320px;margin:7px auto 0;font-size:13px;line-height:1.45}.RecapCard-module__Vh0A7W__cs strong{color:var(--ink)}.RecapCard-module__Vh0A7W__expandWrap{transition:grid-template-rows .26s var(--ease);grid-template-rows:0fr;display:grid}.RecapCard-module__Vh0A7W__expandWrap.RecapCard-module__Vh0A7W__open{grid-template-rows:1fr}.RecapCard-module__Vh0A7W__expandInner{visibility:hidden;min-height:0;transition:visibility 0s linear .26s;overflow:hidden}.RecapCard-module__Vh0A7W__expandWrap.RecapCard-module__Vh0A7W__open .RecapCard-module__Vh0A7W__expandInner{visibility:visible;transition-delay:0s}.RecapCard-module__Vh0A7W__rowsToggle{border:0;border-top:2.5px solid var(--edge);width:100%;font-family:var(--font-u);color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:center;align-items:center;gap:6px;padding:13px;font-size:12.5px;font-weight:700;display:flex}.RecapCard-module__Vh0A7W__rowsToggle:active{background:var(--panel-2)}.RecapCard-module__Vh0A7W__c{transition:transform .22s var(--ease);font-size:9px;display:inline-block}.RecapCard-module__Vh0A7W__carUp{transform:rotate(180deg)}.RecapCard-module__Vh0A7W__movers{border-top:2.5px solid var(--edge)}.RecapCard-module__Vh0A7W__mhead{display:none}.RecapCard-module__Vh0A7W__rows{margin:0;padding:0;list-style:none}.RecapCard-module__Vh0A7W__mrow,.RecapCard-module__Vh0A7W__mrowStatic{border-bottom:1.5px solid var(--grid);text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border-top:0;border-left:0;border-right:0;grid-template-columns:92px 1fr 56px;align-items:center;gap:11px;padding:11px 15px;display:grid}.RecapCard-module__Vh0A7W__mrowStatic{cursor:default;grid-template-columns:1fr auto}li:last-child>.RecapCard-module__Vh0A7W__mrow,li:last-child>.RecapCard-module__Vh0A7W__mrowStatic{border-bottom:0}.RecapCard-module__Vh0A7W__mrow:hover{background:var(--panel-2)}.RecapCard-module__Vh0A7W__tk{flex-direction:column;min-width:0;display:flex}.RecapCard-module__Vh0A7W__tk b{font-family:var(--font-d);font-size:14.5px;font-weight:800;line-height:1.05}.RecapCard-module__Vh0A7W__tk span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:600;overflow:hidden}.RecapCard-module__Vh0A7W__ibar{background:var(--panel-2);border:2px solid var(--edge);border-radius:4px;height:14px;position:relative;overflow:hidden}.RecapCard-module__Vh0A7W__ibar:before{content:"";background:var(--edge);opacity:.35;width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.RecapCard-module__Vh0A7W__fill{background:var(--pos);position:absolute;top:0;bottom:0;left:50%}.RecapCard-module__Vh0A7W__fillNeg{background:var(--neg);left:auto;right:50%}.RecapCard-module__Vh0A7W__iv{flex-direction:column;align-items:flex-end;min-width:0;display:flex}.RecapCard-module__Vh0A7W__d{font-size:13.5px;font-weight:700;line-height:1.15}.RecapCard-module__Vh0A7W__pos{color:var(--pos)}.RecapCard-module__Vh0A7W__neg{color:var(--neg)}.RecapCard-module__Vh0A7W__p{color:var(--muted);font-size:10.5px;font-weight:700}.RecapCard-module__Vh0A7W__r{text-align:right}.RecapCard-module__Vh0A7W__importFoot{border-top:1.5px solid var(--grid);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;margin:4px 15px 0;padding:12px 0 14px;display:flex}.RecapCard-module__Vh0A7W__asOf{color:var(--muted);font-size:12.5px}.RecapCard-module__Vh0A7W__linkImport{color:var(--accent-2);border-bottom:2px solid;padding-bottom:1px;font-size:13px;font-weight:800;text-decoration:none}.RecapCard-module__Vh0A7W__linkImport:hover{color:var(--ink)}.RecapCard-module__Vh0A7W__nudge{border-radius:var(--radius-sm);background:var(--warn-soft);border:1.5px solid var(--warn);flex-wrap:wrap;align-items:center;gap:14px;margin:8px 15px 0;padding:13px 16px;display:flex}.RecapCard-module__Vh0A7W__nudge p{min-width:200px;color:var(--ink);flex:1;margin:0;font-size:13px}.RecapCard-module__Vh0A7W__btnImport{background:var(--accent);color:var(--on-accent);border:2px solid var(--ink);cursor:pointer;box-shadow:var(--sh-sm);border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:800;text-decoration:none;display:inline-block}@media (min-width:981px){.RecapCard-module__Vh0A7W__ribbon{padding:16px 24px}.RecapCard-module__Vh0A7W__tag{font-size:11.5px}.RecapCard-module__Vh0A7W__dates{font-size:20px}.RecapCard-module__Vh0A7W__demoCaption,.RecapCard-module__Vh0A7W__undoErrorLine{padding:0 24px}.RecapCard-module__Vh0A7W__body{grid-template-columns:250px 1fr;grid-template-areas:"hero bar""story story""note note""stale stale";align-items:center;gap:8px 30px;padding:22px 24px}.RecapCard-module__Vh0A7W__dhero{align-self:start}.RecapCard-module__Vh0A7W__hnum{font-size:58px}.RecapCard-module__Vh0A7W__herobar{height:58px}.RecapCard-module__Vh0A7W__seg{padding:0 16px}.RecapCard-module__Vh0A7W__segK{font-size:10.5px}.RecapCard-module__Vh0A7W__segA{font-size:19px}.RecapCard-module__Vh0A7W__importBody{padding:22px 24px 16px}.RecapCard-module__Vh0A7W__tdiff{padding:12px 24px}.RecapCard-module__Vh0A7W__rowsToggle{padding:14px;font-size:13px}.RecapCard-module__Vh0A7W__act{padding:15px;font-size:13.5px}.RecapCard-module__Vh0A7W__actUndo{flex:1}.RecapCard-module__Vh0A7W__movers{padding:4px 24px 10px}.RecapCard-module__Vh0A7W__mhead{border-bottom:2px solid var(--grid);grid-template-columns:250px 1fr 110px 90px;gap:16px;padding:10px 0;display:grid}.RecapCard-module__Vh0A7W__mhead span{letter-spacing:.07em;text-transform:uppercase;color:var(--faint);font-size:10.5px;font-weight:800}.RecapCard-module__Vh0A7W__mrow{grid-template-columns:250px 1fr 110px 90px;gap:16px;padding:12px 0}.RecapCard-module__Vh0A7W__mrowStatic{grid-template-columns:250px 1fr;gap:16px;padding:12px 0}.RecapCard-module__Vh0A7W__tk b{font-size:16px}.RecapCard-module__Vh0A7W__tk span{font-size:12px}.RecapCard-module__Vh0A7W__ibar{height:18px}.RecapCard-module__Vh0A7W__iv{display:contents}.RecapCard-module__Vh0A7W__d{text-align:right;font-family:var(--font-d);font-size:18px;font-weight:800}.RecapCard-module__Vh0A7W__p{text-align:right;font-size:13px}.RecapCard-module__Vh0A7W__importFoot{margin:4px 24px 0}.RecapCard-module__Vh0A7W__nudge{margin:8px 24px 0}}@media (prefers-reduced-motion:reduce){.RecapCard-module__Vh0A7W__expandWrap,.RecapCard-module__Vh0A7W__expandWrap .RecapCard-module__Vh0A7W__expandInner,.RecapCard-module__Vh0A7W__c{transition:none}}
.page-module__Fx1_7W__page{max-width:1240px;margin:0 auto;padding:26px 28px 90px}.page-module__Fx1_7W__mid{grid-template-columns:1.62fr 1fr;gap:20px;margin-bottom:20px;display:grid}.page-module__Fx1_7W__lcol,.page-module__Fx1_7W__rcol{flex-direction:column;gap:20px;min-width:0;display:flex}.page-module__Fx1_7W__desktopOnly{display:block}.page-module__Fx1_7W__mobileOnly{display:none}.page-module__Fx1_7W__heroSkeleton{height:340px;margin-bottom:20px}.page-module__Fx1_7W__kpiSkeleton{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px;display:grid}.page-module__Fx1_7W__kpiCard{height:120px}.page-module__Fx1_7W__holdingsSkeleton{height:400px}.page-module__Fx1_7W__spreadSkeleton{height:340px}@media (max-width:980px){.page-module__Fx1_7W__page{padding-left:16px;padding-right:16px;overflow-x:hidden}.page-module__Fx1_7W__mid{grid-template-columns:1fr}.page-module__Fx1_7W__desktopOnly{display:none}.page-module__Fx1_7W__mobileOnly{display:block}.page-module__Fx1_7W__kpiSkeleton{gap:12px;display:flex;overflow:hidden}.page-module__Fx1_7W__kpiCard{flex:0 0 72%;min-width:200px}}
.wizard-module__Vp_cUW__wizard{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius);min-height:min(560px,80vh);box-shadow:var(--sh);flex-direction:column;display:flex;overflow:hidden}.wizard-module__Vp_cUW__top{border-bottom:1.5px solid var(--grid);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.wizard-module__Vp_cUW__dots{gap:6px;display:flex}.wizard-module__Vp_cUW__dots i{background:var(--panel-2);border:1.5px solid var(--edge);border-radius:999px;width:26px;height:6px}.wizard-module__Vp_cUW__dots i.wizard-module__Vp_cUW__on{background:var(--accent)}.wizard-module__Vp_cUW__dots i.wizard-module__Vp_cUW__done{background:var(--ink);border-color:var(--ink)}.wizard-module__Vp_cUW__skip{color:var(--muted);font-family:var(--font-u);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:700;text-decoration:underline}.wizard-module__Vp_cUW__body{flex:1;justify-content:center;align-items:center;padding:28px 24px;display:flex}.wizard-module__Vp_cUW__step{width:100%;max-width:420px}.wizard-module__Vp_cUW__q{font-family:var(--font-d);text-wrap:balance;margin:0 0 16px;font-size:clamp(22px,5vw,27px);font-weight:800;line-height:1.12}.wizard-module__Vp_cUW__why{border:2px dashed var(--edge);border-radius:var(--radius-sm);background:var(--panel-2);gap:10px;margin-bottom:20px;padding:12px 14px;display:flex}.wizard-module__Vp_cUW__why p{color:var(--ink-2);margin:0;font-size:12.5px}.wizard-module__Vp_cUW__whyIc{border:2px solid var(--edge);border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:inline-flex}.wizard-module__Vp_cUW__control{flex-direction:column;gap:12px;display:flex}.wizard-module__Vp_cUW__seg{border:var(--bw) solid var(--edge);border-radius:999px;display:flex;overflow:hidden}.wizard-module__Vp_cUW__seg button{font-family:var(--font-u);background:var(--panel);color:var(--ink);cursor:pointer;border:none;flex:1;padding:12px 0;font-size:14px;font-weight:700}.wizard-module__Vp_cUW__seg button+button{border-left:var(--bw) solid var(--edge)}.wizard-module__Vp_cUW__seg button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.wizard-module__Vp_cUW__seg button:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.wizard-module__Vp_cUW__input{border:2px solid var(--edge);background:var(--panel-2);border-radius:10px;align-items:center;gap:6px;padding:12px 14px;font-size:15px;font-weight:700;display:flex}.wizard-module__Vp_cUW__input:focus-within{outline:3px solid var(--accent-2);outline-offset:2px}.wizard-module__Vp_cUW__input input{color:var(--ink);font-family:var(--font-u);font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;width:100%;font-size:15px;font-weight:700}.wizard-module__Vp_cUW__subInput{margin-top:2px}.wizard-module__Vp_cUW__helpToggle{color:var(--ink);font-family:var(--font-u);border:none;border-bottom:2px solid var(--accent);cursor:pointer;background:0 0;align-self:flex-start;margin-top:4px;padding:0;font-size:12px;font-weight:700}.wizard-module__Vp_cUW__helpPanel{color:var(--ink-2);background:var(--panel-2);border:1.5px dashed var(--edge);border-radius:8px;padding:10px 12px;font-size:12px}.wizard-module__Vp_cUW__foot{border-top:1.5px solid var(--grid);background:var(--panel-2);justify-content:space-between;align-items:center;gap:14px;padding:14px 20px;display:flex}.wizard-module__Vp_cUW__est{flex-direction:column;display:flex}.wizard-module__Vp_cUW__estLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:700}.wizard-module__Vp_cUW__estNum{font-family:var(--font-d);font-size:18px;font-weight:800}.wizard-module__Vp_cUW__nav{gap:8px;display:flex}.wizard-module__Vp_cUW__btn{font-family:var(--font-u);border-radius:var(--radius-sm);border:var(--bw) solid var(--edge);cursor:pointer;box-shadow:var(--sh-sm);transition:transform .12s var(--ease), box-shadow .12s var(--ease);padding:11px 20px;font-size:14px;font-weight:700}.wizard-module__Vp_cUW__btn:active{box-shadow:none;transform:translate(2px,2px)}.wizard-module__Vp_cUW__btn.wizard-module__Vp_cUW__primary{background:var(--accent);color:var(--on-accent)}.wizard-module__Vp_cUW__btn.wizard-module__Vp_cUW__ghost{background:var(--panel);color:var(--ink)}.wizard-module__Vp_cUW__btn:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}@media (prefers-reduced-motion:reduce){.wizard-module__Vp_cUW__btn{transition:none}}
.page-module__rM2rjG__page{max-width:1240px;margin:0 auto;padding:26px 28px 90px}.page-module__rM2rjG__wrap{flex-direction:column;gap:20px;max-width:640px;margin:0 auto;display:flex}.page-module__rM2rjG__heading{font-family:var(--font-d);letter-spacing:-.01em;margin:4px 0 0;font-size:clamp(26px,5vw,34px);font-weight:800}.page-module__rM2rjG__demoNotice{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-shadow:var(--sh-sm);color:var(--ink-2);margin:0;padding:16px 18px;font-size:14px;line-height:1.6}.page-module__rM2rjG__profile{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-shadow:var(--sh-sm);flex-direction:column;gap:4px;padding:18px 20px;display:flex}.page-module__rM2rjG__profileName{font-family:var(--font-d);color:var(--ink);font-size:18px;font-weight:800}.page-module__rM2rjG__profileEmail{color:var(--muted);word-break:break-all;font-size:13px}.page-module__rM2rjG__card{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);box-shadow:var(--sh-sm);flex-direction:column;gap:12px;padding:18px 20px;display:flex}.page-module__rM2rjG__cardLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--faint);font-size:11px;font-weight:700}.page-module__rM2rjG__toggleRow{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module__rM2rjG__toggleRowFetching{opacity:.5;pointer-events:none}.page-module__rM2rjG__toggleLabel{font-family:var(--font-u);color:var(--ink);font-size:14px;font-weight:600}.page-module__rM2rjG__toggleCheck{background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .18s,border-color .18s;position:relative}.page-module__rM2rjG__toggleCheckOn{background:var(--accent);border-color:var(--accent)}.page-module__rM2rjG__toggleCheck:after{content:"";background:var(--muted);border-radius:50%;width:14px;height:14px;transition:transform .18s cubic-bezier(.4,0,.2,1),background .18s;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.page-module__rM2rjG__toggleCheckOn:after{background:var(--on-accent);transform:translateY(-50%)translate(14px)}.page-module__rM2rjG__dangerCard{border-color:var(--neg)}.page-module__rM2rjG__dangerText{color:var(--ink-2);margin:0;font-size:13px;line-height:1.6}.page-module__rM2rjG__deleteBtn{font-family:var(--font-u);color:#fff;background:var(--neg);border:var(--bw) solid var(--neg);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--sh-sm);transition:transform 80ms var(--ease), box-shadow 80ms var(--ease);align-self:flex-start;padding:10px 18px;font-size:14px;font-weight:700}.page-module__rM2rjG__deleteBtn:hover{box-shadow:var(--sh);transform:translate(-1px,-1px)}.page-module__rM2rjG__deleteBtn:active{box-shadow:none;transform:translate(2px,2px)}@media (max-width:980px){.page-module__rM2rjG__page{padding-left:16px;padding-right:16px;overflow-x:hidden}}
.Contact-module__J3q-aa__page{flex-direction:column;min-height:100svh;display:flex}.Contact-module__J3q-aa__nav{z-index:50;-webkit-backdrop-filter:blur(10px);border-bottom:var(--bw) solid var(--edge);background:#f2ecdaf2;position:sticky;top:0}.Contact-module__J3q-aa__navInner{justify-content:space-between;align-items:center;max-width:1240px;height:64px;margin:0 auto;padding:0 40px;display:flex}.Contact-module__J3q-aa__navLogo{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.Contact-module__J3q-aa__navLogoMark{background:var(--accent);border:var(--bw) solid var(--edge);width:26px;height:26px;box-shadow:var(--sh-sm);border-radius:7px;position:relative}.Contact-module__J3q-aa__navLogoMark:after{content:"";background:var(--ink);border-radius:2px;width:7px;height:7px;position:absolute;inset:auto 5px 5px auto}.Contact-module__J3q-aa__navLogoWord{font-family:var(--font-d);letter-spacing:-.3px;color:var(--ink);font-size:21px;font-weight:800}.Contact-module__J3q-aa__main{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.Contact-module__J3q-aa__card{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius);box-shadow:var(--sh-lg);width:100%;max-width:460px;padding:36px 36px 32px}.Contact-module__J3q-aa__title{font-family:var(--font-d);letter-spacing:-.5px;color:var(--ink);margin:0 0 6px;font-size:26px;font-weight:800}.Contact-module__J3q-aa__sub{color:var(--muted);margin:0 0 28px;font-size:14px;font-weight:600}.Contact-module__J3q-aa__form{flex-direction:column;gap:16px;display:flex}.Contact-module__J3q-aa__label{color:var(--ink);letter-spacing:.02em;flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.Contact-module__J3q-aa__input{font-family:var(--font-u);color:var(--ink);background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);outline:none;padding:10px 14px;font-size:15px;font-weight:500;transition:box-shadow .12s}.Contact-module__J3q-aa__input:focus{box-shadow:3px 3px 0 var(--shadow)}.Contact-module__J3q-aa__textarea{resize:vertical;min-height:140px;line-height:1.5}.Contact-module__J3q-aa__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.Contact-module__J3q-aa__error{color:var(--neg);border:2px solid var(--neg);border-radius:var(--radius-sm);background:#d01d2114;background:lab(45.6933% 66.2056 47.555/.08);margin:0;padding:10px 14px;font-size:13px;font-weight:600}.Contact-module__J3q-aa__success{color:var(--ink);background:var(--panel-2);border:2px solid var(--accent-2);border-radius:var(--radius-sm);margin:0;padding:14px 16px;font-size:14px;font-weight:600}.Contact-module__J3q-aa__btn{font-family:var(--font-u);background:var(--accent);color:var(--on-accent);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--sh-sm);transition:transform 80ms var(--ease), box-shadow 80ms var(--ease);margin-top:4px;padding:12px 20px;font-size:15px;font-weight:700}.Contact-module__J3q-aa__btn:hover:not(:disabled){box-shadow:var(--sh);transform:translate(-1px,-1px)}.Contact-module__J3q-aa__btn:active:not(:disabled){box-shadow:none;transform:translate(3px,3px)}.Contact-module__J3q-aa__btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:767px){.Contact-module__J3q-aa__navInner{height:56px;padding:0 18px}}[data-theme=dark] .Contact-module__J3q-aa__nav{background:#100f0af2}
.sheet-module__UqVdUG__scrim{z-index:100;opacity:0;pointer-events:none;transition:opacity .25s var(--ease);background:#14141473;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-module__UqVdUG__scrim.sheet-module__UqVdUG__open{opacity:1;pointer-events:auto}.sheet-module__UqVdUG__sheet{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius) var(--radius) 0 0;width:100%;max-width:560px;max-height:88vh;box-shadow:var(--sh-lg);transition:transform .3s var(--ease);border-bottom:none;overflow-y:auto;transform:translateY(100%)}.sheet-module__UqVdUG__scrim.sheet-module__UqVdUG__open .sheet-module__UqVdUG__sheet{transform:translateY(0)}.sheet-module__UqVdUG__head{background:var(--panel);border-bottom:1.5px solid var(--grid);align-items:center;gap:12px;padding:14px 20px;display:flex;position:sticky;top:0}.sheet-module__UqVdUG__grip{background:var(--faint);opacity:.5;border-radius:999px;width:40px;height:4px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.sheet-module__UqVdUG__head h3{font-family:var(--font-d);margin:0;font-size:16px;font-weight:800}.sheet-module__UqVdUG__close{color:var(--ink);font-family:var(--font-u);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:14px;font-weight:700}.sheet-module__UqVdUG__form{flex-direction:column;gap:18px;padding:18px 20px 28px;display:flex}.sheet-module__UqVdUG__field{flex-direction:column;gap:8px;display:flex}.sheet-module__UqVdUG__label{font-size:12px;font-weight:700}.sheet-module__UqVdUG__seg{border:var(--bw) solid var(--edge);border-radius:999px;display:flex;overflow:hidden}.sheet-module__UqVdUG__seg button{font-family:var(--font-u);background:var(--panel);color:var(--ink);cursor:pointer;border:none;flex:1;padding:11px 0;font-size:14px;font-weight:700}.sheet-module__UqVdUG__seg button+button{border-left:var(--bw) solid var(--edge)}.sheet-module__UqVdUG__seg button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.sheet-module__UqVdUG__seg button:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.sheet-module__UqVdUG__seg.sheet-module__UqVdUG__compact button{padding:9px 0;font-size:13px}.sheet-module__UqVdUG__input{border:2px solid var(--edge);background:var(--panel-2);border-radius:10px;align-items:center;gap:6px;padding:11px 14px;font-size:15px;font-weight:700;display:flex}.sheet-module__UqVdUG__input:focus-within{outline:3px solid var(--accent-2);outline-offset:2px}.sheet-module__UqVdUG__input input{color:var(--ink);font-family:var(--font-u);font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;width:100%;font-size:15px;font-weight:700}.sheet-module__UqVdUG__helpToggle{color:var(--ink);font-family:var(--font-u);border:none;border-bottom:2px solid var(--accent);cursor:pointer;background:0 0;align-self:flex-start;margin-top:4px;padding:0;font-size:12px;font-weight:700}.sheet-module__UqVdUG__helpPanel{color:var(--ink-2);background:var(--panel-2);border:1.5px dashed var(--edge);border-radius:8px;padding:10px 12px;font-size:12px}@media (min-width:720px){.sheet-module__UqVdUG__scrim{align-items:center}.sheet-module__UqVdUG__sheet{border-bottom:var(--bw) solid var(--edge);border-radius:var(--radius);transform:translateY(16px)scale(.98)}.sheet-module__UqVdUG__scrim.sheet-module__UqVdUG__open .sheet-module__UqVdUG__sheet{transform:translateY(0)scale(1)}.sheet-module__UqVdUG__grip{display:none}}@media (prefers-reduced-motion:reduce){.sheet-module__UqVdUG__scrim,.sheet-module__UqVdUG__sheet{transition:none}}
.dev-recap-module__EoRtRG__page{max-width:720px;margin:0 auto;padding:32px 16px 80px}.dev-recap-module__EoRtRG__h1{font-family:var(--font-d);margin:0 0 10px;font-size:22px;font-weight:800}.dev-recap-module__EoRtRG__intro{color:var(--muted);margin:0 0 32px;font-size:13.5px;line-height:1.5}.dev-recap-module__EoRtRG__h2{font-family:var(--font-d);border-top:var(--bw) solid var(--edge);margin:40px 0 16px;padding-top:24px;font-size:16px;font-weight:800}.dev-recap-module__EoRtRG__grid{flex-direction:column;gap:36px;display:flex}.dev-recap-module__EoRtRG__slot{min-width:0}.dev-recap-module__EoRtRG__label{font-family:var(--font-u);color:var(--ink);margin:0 0 4px;font-size:13px;font-weight:700}.dev-recap-module__EoRtRG__note{color:var(--muted);margin:0 0 12px;font-size:12px;line-height:1.45}
.tax-module__EzEsbG__page{max-width:1240px;margin:0 auto;padding:26px 28px 90px}.tax-module__EzEsbG__wrap{flex-direction:column;gap:16px;max-width:720px;margin:0 auto;display:flex}.tax-module__EzEsbG__back{color:var(--muted);align-self:flex-start;font-size:13px;font-weight:700;text-decoration:none}.tax-module__EzEsbG__back:hover{color:var(--ink)}.tax-module__EzEsbG__head h1{font-family:var(--font-d);letter-spacing:-.01em;margin:4px 0 8px;font-size:clamp(28px,5vw,40px);font-weight:800}.tax-module__EzEsbG__head p{color:var(--ink-2);max-width:60ch;margin:0;font-size:15px}.tax-module__EzEsbG__confirmBanner{border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);background:var(--warn-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.tax-module__EzEsbG__answer{padding:22px 24px 24px}.tax-module__EzEsbG__eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--muted);align-items:center;gap:7px;font-size:11.5px;font-weight:700;display:inline-flex}.tax-module__EzEsbG__eyebrow:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px}.tax-module__EzEsbG__answerNum{font-family:var(--font-d);letter-spacing:-.02em;margin:6px 0 8px;font-size:clamp(48px,12vw,92px);font-weight:800;line-height:1.02}.tax-module__EzEsbG__answerNum .tax-module__EzEsbG__approx{color:var(--muted);margin-right:6px;font-size:.5em}.tax-module__EzEsbG__answerNum .tax-module__EzEsbG__cur{margin-right:2px;font-size:.62em}.tax-module__EzEsbG__recency,.tax-module__EzEsbG__subline{color:var(--muted);margin:0 0 12px;font-size:13px}.tax-module__EzEsbG__tags{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.tax-module__EzEsbG__tag{border:2px solid var(--edge);background:var(--panel-2);border-radius:999px;padding:4px 11px;font-size:12px;font-weight:700;line-height:1.3}.tax-module__EzEsbG__tag.tax-module__EzEsbG__due{background:var(--accent);color:var(--on-accent);border-color:var(--ink)}.tax-module__EzEsbG__tag.tax-module__EzEsbG__warn{background:var(--warn-soft);border-style:dashed}.tax-module__EzEsbG__wbar{margin-top:8px}.tax-module__EzEsbG__wbarTrack{border:2px solid var(--edge);border-radius:999px;height:16px;display:flex;overflow:hidden}.tax-module__EzEsbG__wbarFree{background-image:repeating-linear-gradient(45deg, var(--panel-2), var(--panel-2) 5px, transparent 5px, transparent 10px);background-color:var(--panel)}.tax-module__EzEsbG__wbarBase{background:var(--accent)}.tax-module__EzEsbG__wbarLegend{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:9px;font-size:12px;display:flex}.tax-module__EzEsbG__wbarLegend b{color:var(--ink);font-weight:700}.tax-module__EzEsbG__wbarLegend i{vertical-align:baseline;border-radius:2px;width:9px;height:9px;margin-right:5px;display:inline-block}.tax-module__EzEsbG__wbarLegend i.tax-module__EzEsbG__free{background:var(--panel-2);border:1px solid var(--edge)}.tax-module__EzEsbG__wbarLegend i.tax-module__EzEsbG__base{background:var(--accent)}.tax-module__EzEsbG__floor{border:2px dashed var(--edge);border-radius:var(--radius-sm);background:var(--warn-soft);margin-top:6px;padding:14px 16px}.tax-module__EzEsbG__floor b{font-family:var(--font-d);margin-bottom:4px;font-weight:800;display:block}.tax-module__EzEsbG__floor p{color:var(--ink-2);margin:0 0 12px;font-size:13px}.tax-module__EzEsbG__zero{border:2px solid var(--edge);border-radius:var(--radius-sm);background:var(--pos-soft);margin-top:6px;padding:12px 16px;font-size:13.5px}.tax-module__EzEsbG__zero b{font-family:var(--font-d);color:var(--ink);font-weight:800}.tax-module__EzEsbG__section{padding:20px 24px 22px}.tax-module__EzEsbG__secHead{align-items:center;gap:12px;margin-bottom:16px;display:flex}.tax-module__EzEsbG__secHead .tax-module__EzEsbG__ic{border:2px solid var(--edge);background:var(--panel-2);border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.tax-module__EzEsbG__secHead .tax-module__EzEsbG__ic.tax-module__EzEsbG__accent{background:var(--accent)}.tax-module__EzEsbG__secHead .tax-module__EzEsbG__ic svg{width:18px;height:18px;stroke:var(--ink);stroke-width:1.8px;fill:none}.tax-module__EzEsbG__secHead .tax-module__EzEsbG__ic.tax-module__EzEsbG__accent svg{stroke:var(--on-accent)}.tax-module__EzEsbG__secEyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:700;display:block}.tax-module__EzEsbG__secTitle{font-family:var(--font-d);font-size:17px;font-weight:800;display:block}.tax-module__EzEsbG__secRight{margin-left:auto}.tax-module__EzEsbG__verdictQuiet{border-top:1.5px solid var(--grid);padding-top:14px}.tax-module__EzEsbG__verdictQuiet b{font-family:var(--font-d);margin-bottom:3px;font-size:15px;font-weight:800;display:block}.tax-module__EzEsbG__verdictQuiet span{color:var(--ink-2);font-size:13px}.tax-module__EzEsbG__verdictGated{border:2px dashed var(--edge);border-radius:var(--radius-sm);background:var(--warn-soft);padding:14px 16px}.tax-module__EzEsbG__verdictGated b{font-family:var(--font-d);margin-bottom:3px;font-size:15px;font-weight:800;display:block}.tax-module__EzEsbG__verdictGated>span{color:var(--ink-2);font-size:12.5px;display:block}.tax-module__EzEsbG__gatedRow{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.tax-module__EzEsbG__gatedRow .tax-module__EzEsbG__miniInput{flex:1;min-width:130px}.tax-module__EzEsbG__blockedList{color:var(--ink-2);margin:10px 0 0;padding:0 0 0 18px;font-size:12.5px}.tax-module__EzEsbG__blockedList li{margin:2px 0}.tax-module__EzEsbG__blockedList a{color:var(--ink);text-underline-offset:2px;font-weight:700;text-decoration:underline}.tax-module__EzEsbG__blockedList a:hover{color:var(--ink-2)}.tax-module__EzEsbG__blockedCta{color:var(--ink-2);margin:8px 0 0;font-size:12.5px;font-weight:600}.tax-module__EzEsbG__verdictWin{border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);background:var(--accent);color:var(--on-accent);box-shadow:var(--sh-sm);overflow:hidden}.tax-module__EzEsbG__verdictWin .tax-module__EzEsbG__vwBody{padding:14px 16px 12px}.tax-module__EzEsbG__vwKicker{letter-spacing:.08em;text-transform:uppercase;opacity:.75;font-size:10.5px;font-weight:800}.tax-module__EzEsbG__vwTitle{font-family:var(--font-d);margin:3px 0 4px;font-size:22px;font-weight:800}.tax-module__EzEsbG__vwSub{margin:0;font-size:12.5px}.tax-module__EzEsbG__vwOpen{border:none;border-top:2px solid var(--ink);width:100%;color:var(--on-accent);font-family:var(--font-u);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12.5px;font-weight:700;display:flex}.tax-module__EzEsbG__check{border-left:2px dashed var(--edge);margin:12px 0 0 6px;padding:4px 0 0 14px}.tax-module__EzEsbG__cstep{margin-bottom:14px}.tax-module__EzEsbG__cstepHead{flex-wrap:wrap;align-items:baseline;gap:9px;font-size:13px;display:flex}.tax-module__EzEsbG__cstepHead b{font-weight:700}.tax-module__EzEsbG__cstepAmt{white-space:nowrap;margin-left:auto;font-weight:800}.tax-module__EzEsbG__cstepN{background:var(--ink);width:18px;height:18px;color:var(--bg);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex;transform:translateY(2px)}.tax-module__EzEsbG__cbar{border:1.5px solid var(--edge);background:var(--panel);border-radius:999px;height:10px;margin:7px 0 6px 27px;overflow:hidden}.tax-module__EzEsbG__cbar span{background:var(--muted);opacity:.55;height:100%;transition:width .4s var(--ease);border-radius:999px;display:block}.tax-module__EzEsbG__cbar span.tax-module__EzEsbG__actual{background:var(--pos);opacity:1}.tax-module__EzEsbG__cexp{color:var(--muted);max-width:56ch;margin:0 0 0 27px;font-size:12px}.tax-module__EzEsbG__mtrail{flex-direction:column;display:flex}.tax-module__EzEsbG__mrow{border-top:1.5px dashed var(--edge);justify-content:space-between;gap:12px;padding:8px 0;font-size:13.5px;display:flex}.tax-module__EzEsbG__mrow:first-child{border-top:none}.tax-module__EzEsbG__mrow.tax-module__EzEsbG__total{border-top:var(--bw) solid var(--edge);font-weight:800}.tax-module__EzEsbG__ml{color:var(--ink-2)}.tax-module__EzEsbG__mr{white-space:nowrap;font-weight:700}.tax-module__EzEsbG__term{color:var(--muted);font-size:.85em;font-weight:500}.tax-module__EzEsbG__linkbtn{color:var(--ink);font-family:var(--font-u);border:none;border-bottom:2px solid var(--accent);cursor:pointer;background:0 0;align-self:flex-start;margin-top:12px;padding:0;font-size:12.5px;font-weight:700}.tax-module__EzEsbG__working{border:1.5px dashed var(--edge);background:var(--panel-2);border-radius:8px;margin-top:12px;padding:10px 12px}.tax-module__EzEsbG__workingRow{justify-content:space-between;gap:12px;padding:3px 0;font-size:12px;display:flex}.tax-module__EzEsbG__workingRow.tax-module__EzEsbG__sum{border-top:1.5px solid var(--edge);margin-top:3px;padding-top:6px;font-weight:700}.tax-module__EzEsbG__provisional{color:var(--faint);margin:10px 0 0;font-size:11.5px}.tax-module__EzEsbG__dsum{flex-direction:column;gap:2px;display:flex}.tax-module__EzEsbG__drow{border-top:1px solid var(--grid);justify-content:space-between;align-items:center;gap:12px;padding:7px 0;font-size:13px;display:flex}.tax-module__EzEsbG__drow:first-child{border-top:none}.tax-module__EzEsbG__dnote{color:var(--faint);margin:-2px 0 4px;font-size:11px}.tax-module__EzEsbG__dl{align-items:center;gap:7px;font-weight:700;display:flex}.tax-module__EzEsbG__dr{font-weight:700}.tax-module__EzEsbG__swatch{border-radius:2px;flex:none;width:9px;height:9px}.tax-module__EzEsbG__srcChip{letter-spacing:.05em;text-transform:uppercase;border:1.5px solid var(--edge);background:var(--panel-2);color:var(--muted);border-radius:999px;padding:1px 6px;font-size:9px;font-weight:800}.tax-module__EzEsbG__srcChip.tax-module__EzEsbG__you{background:var(--accent);color:var(--on-accent);border-color:var(--ink)}.tax-module__EzEsbG__btn{font-family:var(--font-u);border-radius:var(--radius-sm);border:var(--bw) solid var(--edge);cursor:pointer;box-shadow:var(--sh-sm);transition:transform .12s var(--ease), box-shadow .12s var(--ease);padding:10px 16px;font-size:13px;font-weight:700}.tax-module__EzEsbG__btn:active{box-shadow:none;transform:translate(2px,2px)}.tax-module__EzEsbG__btn.tax-module__EzEsbG__primary{background:var(--accent);color:var(--on-accent)}.tax-module__EzEsbG__btn.tax-module__EzEsbG__ghost{background:var(--panel);color:var(--ink)}.tax-module__EzEsbG__btn:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}.tax-module__EzEsbG__btnFull{width:100%}.tax-module__EzEsbG__input,.tax-module__EzEsbG__miniInput{border:2px solid var(--edge);background:var(--panel-2);border-radius:9px;align-items:center;gap:6px;padding:9px 12px;font-weight:700;display:inline-flex}.tax-module__EzEsbG__input:focus-within,.tax-module__EzEsbG__miniInput:focus-within{outline:3px solid var(--accent-2);outline-offset:2px}.tax-module__EzEsbG__input input,.tax-module__EzEsbG__miniInput input{color:var(--ink);font-family:var(--font-u);font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:700}.tax-module__EzEsbG__seg{border:var(--bw) solid var(--edge);border-radius:999px;display:inline-flex;overflow:hidden}.tax-module__EzEsbG__seg button{font-family:var(--font-u);background:var(--panel);color:var(--ink);cursor:pointer;transition:background .15s var(--ease);border:none;padding:8px 16px;font-size:13px;font-weight:700}.tax-module__EzEsbG__seg button+button{border-left:var(--bw) solid var(--edge)}.tax-module__EzEsbG__seg button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.tax-module__EzEsbG__seg button:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.tax-module__EzEsbG__seg.tax-module__EzEsbG__compact button{padding:7px 13px;font-size:12px}.tax-module__EzEsbG__seg a{font-family:var(--font-u);background:var(--panel);color:var(--ink);cursor:pointer;transition:background .15s var(--ease);align-items:center;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.tax-module__EzEsbG__seg a+a{border-left:var(--bw) solid var(--edge)}.tax-module__EzEsbG__seg a[aria-current=page]{background:var(--accent);color:var(--on-accent)}.tax-module__EzEsbG__seg a:focus-visible{outline:3px solid var(--accent-2);outline-offset:-3px}.tax-module__EzEsbG__yearTabs{align-self:flex-start}.tax-module__EzEsbG__helpToggle{color:var(--ink);font-family:var(--font-u);border:none;border-bottom:2px solid var(--accent);cursor:pointer;background:0 0;align-self:flex-start;margin-top:10px;padding:0;font-size:12px;font-weight:700}.tax-module__EzEsbG__helpPanel{color:var(--ink-2);background:var(--panel-2);border:1.5px dashed var(--edge);border-radius:8px;margin-top:10px;padding:10px 12px;font-size:12px}.tax-module__EzEsbG__cta{flex-wrap:wrap;gap:10px;display:flex}.tax-module__EzEsbG__exportCta{align-self:flex-start;text-decoration:none;display:inline-block}.tax-module__EzEsbG__sheetForm{flex-direction:column;gap:16px;display:flex}.tax-module__EzEsbG__field{flex-direction:column;gap:7px;display:flex}.tax-module__EzEsbG__fieldLabel{align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.tax-module__EzEsbG__subq{margin-top:4px}.tax-module__EzEsbG__unavailable{padding:28px 24px}.tax-module__EzEsbG__unavailableTitle{font-family:var(--font-d);margin:0 0 8px;font-size:28px;font-weight:800}.tax-module__EzEsbG__unavailableBody{color:var(--muted);margin:0}.tax-module__EzEsbG__skelHero{border-radius:var(--radius);height:220px}.tax-module__EzEsbG__skelCard{border-radius:var(--radius);height:150px}@media (prefers-reduced-motion:reduce){.tax-module__EzEsbG__cbar span,.tax-module__EzEsbG__btn{transition:none}}
.DeleteAccountModal-module__Oejphq__overlay{-webkit-backdrop-filter:blur(2px);z-index:200;background:#14141499;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.DeleteAccountModal-module__Oejphq__modal{background:var(--panel);border:var(--bw) solid var(--edge);border-radius:var(--radius);box-shadow:var(--sh-lg);width:100%;max-width:420px}.DeleteAccountModal-module__Oejphq__modalHead{border-bottom:var(--bw) solid var(--edge);justify-content:space-between;align-items:center;padding:20px 22px 16px;display:flex}.DeleteAccountModal-module__Oejphq__modalTitle{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;font-size:17px;font-weight:800}.DeleteAccountModal-module__Oejphq__closeBtn{border:var(--bw) solid var(--edge);width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:14px;transition:background .1s;display:flex}.DeleteAccountModal-module__Oejphq__closeBtn:hover{background:var(--panel-2);color:var(--ink)}.DeleteAccountModal-module__Oejphq__body{flex-direction:column;gap:16px;padding:22px 22px 24px;display:flex}.DeleteAccountModal-module__Oejphq__warningBox{border:var(--bw) solid var(--neg);border-radius:var(--radius-sm);color:var(--ink);background:#d01d2112;background:lab(45.6933% 66.2056 47.555/.07);padding:14px 16px;font-size:14px;line-height:1.6}.DeleteAccountModal-module__Oejphq__exportHint{background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);color:var(--ink);margin:0;padding:12px 16px;font-size:13px;font-weight:500;line-height:1.5}.DeleteAccountModal-module__Oejphq__exportLink{color:var(--ink);text-underline-offset:3px;font-weight:700;text-decoration:underline}.DeleteAccountModal-module__Oejphq__understandRow{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;font-size:13px;font-weight:600;display:flex}.DeleteAccountModal-module__Oejphq__understandCheck{appearance:none;border:2px solid var(--edge);background:var(--panel);cursor:pointer;border-radius:5px;flex-shrink:0;place-content:center;width:18px;height:18px;margin:0;display:inline-grid}.DeleteAccountModal-module__Oejphq__understandCheck:checked{background:var(--neg);border-color:var(--neg)}.DeleteAccountModal-module__Oejphq__understandCheck:checked:before{content:"✓";color:#fff;font-size:12px;font-weight:800;line-height:1}.DeleteAccountModal-module__Oejphq__understandCheck:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.DeleteAccountModal-module__Oejphq__understandCheck:disabled{opacity:.55;cursor:not-allowed}.DeleteAccountModal-module__Oejphq__actions{gap:10px;display:flex}.DeleteAccountModal-module__Oejphq__cancelBtn{font-family:var(--font-u);color:var(--ink);background:var(--panel-2);border:var(--bw) solid var(--edge);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--sh-sm);transition:transform 80ms var(--ease), box-shadow 80ms var(--ease);flex:1;padding:11px 16px;font-size:14px;font-weight:700}.DeleteAccountModal-module__Oejphq__cancelBtn:hover{box-shadow:var(--sh);transform:translate(-1px,-1px)}.DeleteAccountModal-module__Oejphq__cancelBtn:active{box-shadow:none;transform:translate(2px,2px)}.DeleteAccountModal-module__Oejphq__dangerBtn{font-family:var(--font-u);color:#fff;background:var(--neg);border:var(--bw) solid var(--neg);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--sh-sm);transition:transform 80ms var(--ease), box-shadow 80ms var(--ease);flex:1;padding:11px 16px;font-size:14px;font-weight:700}.DeleteAccountModal-module__Oejphq__dangerBtn:hover:not(:disabled){box-shadow:var(--sh);transform:translate(-1px,-1px)}.DeleteAccountModal-module__Oejphq__dangerBtn:active:not(:disabled){box-shadow:none;transform:translate(2px,2px)}.DeleteAccountModal-module__Oejphq__dangerBtn:disabled{opacity:.55;cursor:not-allowed}.DeleteAccountModal-module__Oejphq__error{color:var(--neg);border:2px solid var(--neg);border-radius:var(--radius-sm);background:#d01d2114;background:lab(45.6933% 66.2056 47.555/.08);margin:0;padding:10px 14px;font-size:13px;font-weight:600}