.DashboardLayout-module__zGh_ua__overlay{background:var(--bg-primary);width:100vw;height:100vh;color:var(--text-primary);z-index:2000;display:flex;position:fixed;top:0;left:0}.DashboardLayout-module__zGh_ua__sidebarOverlay{-webkit-backdrop-filter:blur(8px);z-index:2050;background:#0009;width:100vw;height:100vh;position:fixed;top:0;left:0}.DashboardLayout-module__zGh_ua__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);z-index:2200;flex-direction:column;width:250px;min-width:250px;padding:1.25rem 1rem;display:flex;overflow-y:auto}.DashboardLayout-module__zGh_ua__dashboardHeader{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);z-index:2100;background:#030509f2;justify-content:space-between;align-items:center;width:100%;height:54px;padding:0 1rem;display:none;position:sticky;top:0}.DashboardLayout-module__zGh_ua__headerActions{align-items:center;gap:.5rem;display:flex}.DashboardLayout-module__zGh_ua__hamburgerBtn{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:#fff;background:#ffffff0a;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.DashboardLayout-module__zGh_ua__hamburgerBtn:hover{background:#ffffff14}.DashboardLayout-module__zGh_ua__sidebarTop{justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:0 .3rem;display:flex}.DashboardLayout-module__zGh_ua__logo{letter-spacing:.3em;color:var(--accent-blue);font-size:1.15rem;font-weight:800}.DashboardLayout-module__zGh_ua__closeBtn{border-radius:var(--radius-sm);color:#64748b;width:32px;height:32px;transition:all .25s var(--ease-out-expo);justify-content:center;align-items:center;display:flex}.DashboardLayout-module__zGh_ua__closeBtn:hover{color:#fff;background:#ffffff0f;transform:rotate(90deg)}.DashboardLayout-module__zGh_ua__sidebarBalance{border-radius:var(--radius-md);background:#3b82f60f;border:1px solid #3b82f61a;flex-direction:column;gap:.2rem;margin-bottom:1.25rem;padding:.9rem;display:flex}.DashboardLayout-module__zGh_ua__sidebarBalanceLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;font-weight:700}.DashboardLayout-module__zGh_ua__sidebarBalanceValue{color:#fff;letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.DashboardLayout-module__zGh_ua__sidebarSavings{color:var(--text-secondary);align-items:center;gap:.35rem;margin-top:.15rem;font-size:.68rem;font-weight:600;display:flex}.DashboardLayout-module__zGh_ua__nav{flex-direction:column;gap:1.5rem;display:flex}.DashboardLayout-module__zGh_ua__navGroup{flex-direction:column;gap:2px;display:flex}.DashboardLayout-module__zGh_ua__navGroupLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.4rem;padding-left:.6rem;font-size:.6rem;font-weight:700}.DashboardLayout-module__zGh_ua__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all .2s var(--ease-smooth);text-align:left;align-items:center;gap:.65rem;width:100%;padding:.55rem .6rem;font-size:.82rem;display:flex;position:relative}.DashboardLayout-module__zGh_ua__navItem:hover{color:var(--text-primary);background:#ffffff0a}.DashboardLayout-module__zGh_ua__navItemActive{color:#fff;background:#3b82f614;font-weight:600}.DashboardLayout-module__zGh_ua__navItemActive:before{content:"";background:var(--accent-blue);border-radius:0 3px 3px 0;width:3px;position:absolute;top:25%;bottom:25%;left:0}.DashboardLayout-module__zGh_ua__navBadge{color:var(--text-secondary);background:#ffffff0f;border-radius:100px;margin-left:auto;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.DashboardLayout-module__zGh_ua__navItemAdd{border-radius:var(--radius-sm);color:var(--text-muted);transition:all .2s var(--ease-smooth);text-align:left;align-items:center;gap:.6rem;width:100%;padding:.5rem .6rem;font-size:.78rem;display:flex}.DashboardLayout-module__zGh_ua__navItemAdd:hover{color:var(--accent-emerald);background:#10b9810f}.DashboardLayout-module__zGh_ua__main{flex-grow:1;padding:1.75rem;overflow-y:auto}.DashboardLayout-module__zGh_ua__grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1100px;display:grid}.DashboardLayout-module__zGh_ua__wideCard{grid-column:span 2}.DashboardLayout-module__zGh_ua__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);transition:all .3s var(--ease-smooth);padding:1.4rem;position:relative;overflow:hidden}.DashboardLayout-module__zGh_ua__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg)}.DashboardLayout-module__zGh_ua__heroCard{background:linear-gradient(135deg, var(--bg-card) 0%, #3b82f60a 100%)}.DashboardLayout-module__zGh_ua__cardHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.DashboardLayout-module__zGh_ua__iconBox{border-radius:var(--radius-sm);background:var(--glow-blue);width:38px;height:38px;color:var(--accent-blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.DashboardLayout-module__zGh_ua__cardLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.DashboardLayout-module__zGh_ua__cardValue{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.DashboardLayout-module__zGh_ua__cardDesc{color:var(--text-secondary);font-size:.72rem}.DashboardLayout-module__zGh_ua__viewAllBtn{color:var(--accent-blue);border-radius:var(--radius-xs);transition:all .2s var(--ease-smooth);align-items:center;gap:.3rem;margin-left:auto;padding:.3rem .6rem;font-size:.72rem;font-weight:600;display:flex}.DashboardLayout-module__zGh_ua__viewAllBtn:hover{background:var(--glow-blue)}.DashboardLayout-module__zGh_ua__statRow{gap:1.25rem;margin-top:.4rem;display:flex}.DashboardLayout-module__zGh_ua__stat{border-radius:var(--radius-sm);transition:background .2s var(--ease-smooth);flex-direction:column;gap:.2rem;padding:.5rem .6rem;display:flex}.DashboardLayout-module__zGh_ua__stat:hover{background:#ffffff08}.DashboardLayout-module__zGh_ua__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.62rem;font-weight:600}.DashboardLayout-module__zGh_ua__statValue{font-size:1rem;font-weight:700}.DashboardLayout-module__zGh_ua__insightGrid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.DashboardLayout-module__zGh_ua__insightItem{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);transition:all .2s var(--ease-smooth);background:#ffffff05;align-items:center;gap:.6rem;padding:.6rem;display:flex}.DashboardLayout-module__zGh_ua__insightItem:hover{border-color:var(--border-hover);background:#ffffff0a}.DashboardLayout-module__zGh_ua__insightIcon{border-radius:var(--radius-xs);background:#ffffff08;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.DashboardLayout-module__zGh_ua__insightInfo{flex-direction:column;gap:.1rem;min-width:0;display:flex}.DashboardLayout-module__zGh_ua__insightLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:600}.DashboardLayout-module__zGh_ua__insightValue{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.DashboardLayout-module__zGh_ua__chartWrapper{align-items:center;gap:1.25rem;display:flex}.DashboardLayout-module__zGh_ua__chartWrapperFull{width:100%}.DashboardLayout-module__zGh_ua__legend{flex-direction:column;gap:.6rem;min-width:130px;display:flex}.DashboardLayout-module__zGh_ua__legendItem{color:var(--text-secondary);align-items:center;gap:.45rem;font-size:.75rem;display:flex}.DashboardLayout-module__zGh_ua__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.DashboardLayout-module__zGh_ua__legendContent{flex-direction:column;gap:.05rem;display:flex}.DashboardLayout-module__zGh_ua__legendValue{color:var(--text-primary);font-weight:700}.DashboardLayout-module__zGh_ua__txCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);max-width:750px;padding:1.4rem}.DashboardLayout-module__zGh_ua__txCount{color:var(--text-secondary);background:#ffffff0f;border-radius:100px;margin-left:auto;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.DashboardLayout-module__zGh_ua__searchBar{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.DashboardLayout-module__zGh_ua__searchInputWrapper{align-items:center;display:flex;position:relative}.DashboardLayout-module__zGh_ua__searchBarIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:.75rem}.DashboardLayout-module__zGh_ua__searchBarInput{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:#fff;width:100%;transition:all .2s var(--ease-smooth);background:#ffffff08;outline:none;padding:.6rem 2rem .6rem 2.2rem;font-family:inherit;font-size:.82rem}.DashboardLayout-module__zGh_ua__searchBarInput:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f614}.DashboardLayout-module__zGh_ua__searchBarInput::placeholder{color:var(--text-muted)}.DashboardLayout-module__zGh_ua__searchClear{color:var(--text-muted);border-radius:4px;padding:.2rem;position:absolute;right:.6rem}.DashboardLayout-module__zGh_ua__searchClear:hover{color:var(--text-primary)}.DashboardLayout-module__zGh_ua__filterPills{flex-wrap:wrap;gap:.3rem;display:flex}.DashboardLayout-module__zGh_ua__filterPill{color:var(--text-secondary);border:1px solid var(--border-subtle);transition:all .2s var(--ease-smooth);background:#ffffff08;border-radius:100px;padding:.3rem .7rem;font-size:.7rem;font-weight:600}.DashboardLayout-module__zGh_ua__filterPill:hover{border-color:var(--border-hover);color:var(--text-primary)}.DashboardLayout-module__zGh_ua__filterPillActive{color:#fff;background:var(--accent-blue);border-color:#0000}.DashboardLayout-module__zGh_ua__txList{flex-direction:column;gap:3px;display:flex}.DashboardLayout-module__zGh_ua__txItem{border-radius:var(--radius-sm);transition:all .15s var(--ease-smooth);align-items:center;gap:.7rem;padding:.6rem .7rem;display:flex}.DashboardLayout-module__zGh_ua__txItem:hover{background:#ffffff08}.DashboardLayout-module__zGh_ua__txIconWrap{border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.DashboardLayout-module__zGh_ua__txInfo{flex-direction:column;flex-grow:1;gap:.05rem;min-width:0;display:flex}.DashboardLayout-module__zGh_ua__txLabel{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.DashboardLayout-module__zGh_ua__txType{color:var(--text-muted);font-size:.65rem;font-weight:500}.DashboardLayout-module__zGh_ua__txAmount{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.DashboardLayout-module__zGh_ua__txDelete{color:var(--text-muted);border-radius:var(--radius-xs);transition:all .2s var(--ease-smooth);opacity:0;padding:.3rem}.DashboardLayout-module__zGh_ua__txItem:hover .DashboardLayout-module__zGh_ua__txDelete{opacity:1}.DashboardLayout-module__zGh_ua__txDelete:hover{background:var(--glow-rose);color:#ef4444;transform:scale(1.05)}.DashboardLayout-module__zGh_ua__emptyState{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2rem;display:flex}.DashboardLayout-module__zGh_ua__emptyState p{font-size:.85rem}.DashboardLayout-module__zGh_ua__emptyBtn{border-radius:var(--radius-sm);color:var(--accent-blue);background:var(--glow-blue);transition:all .2s var(--ease-smooth);border:1px solid #3b82f633;align-items:center;gap:.4rem;margin-top:.3rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex}.DashboardLayout-module__zGh_ua__emptyBtn:hover{background:#3b82f626}.DashboardLayout-module__zGh_ua__addInlineBtn{border-radius:var(--radius-sm);color:var(--text-muted);width:100%;transition:all .2s var(--ease-smooth);border:1px dashed #ffffff0f;align-items:center;gap:.5rem;margin-top:.6rem;padding:.55rem .7rem;font-size:.78rem;display:flex}.DashboardLayout-module__zGh_ua__addInlineBtn:hover{color:var(--accent-emerald);background:#10b9810f;border-color:#10b98133}.DashboardLayout-module__zGh_ua__formCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);max-width:460px;padding:1.6rem}.DashboardLayout-module__zGh_ua__formHeader{align-items:center;gap:.7rem;margin-bottom:1.5rem;display:flex}.DashboardLayout-module__zGh_ua__formHeader h2{letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.DashboardLayout-module__zGh_ua__backBtn{border-radius:var(--radius-sm);color:#64748b;width:32px;height:32px;transition:all .2s var(--ease-smooth);flex-shrink:0;justify-content:center;align-items:center;display:flex}.DashboardLayout-module__zGh_ua__backBtn:hover{color:#fff;background:#ffffff0f;transform:translate(-2px)}.DashboardLayout-module__zGh_ua__formGroup{margin-bottom:1rem}.DashboardLayout-module__zGh_ua__formLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.65rem;font-weight:700;display:block}.DashboardLayout-module__zGh_ua__typeSelector{gap:.35rem;display:flex}.DashboardLayout-module__zGh_ua__typeBtn{border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid var(--border-subtle);transition:all .2s var(--ease-smooth);background:#ffffff08;padding:.5rem .9rem;font-size:.78rem;font-weight:600}.DashboardLayout-module__zGh_ua__typeBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.DashboardLayout-module__zGh_ua__typeBtnActive{color:#fff;font-weight:700}.DashboardLayout-module__zGh_ua__formInput{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:#fff;width:100%;transition:all .2s var(--ease-smooth);background:#ffffff08;padding:.65rem .8rem;font-family:inherit;font-size:.85rem}select.DashboardLayout-module__zGh_ua__formInput{background-color:var(--bg-secondary)!important;color:#fff!important;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}select.DashboardLayout-module__zGh_ua__formInput option{background-color:var(--bg-secondary)!important;color:#fff!important}.DashboardLayout-module__zGh_ua__formInput:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 3px #3b82f614}.DashboardLayout-module__zGh_ua__formInput::placeholder{color:var(--text-muted)}.DashboardLayout-module__zGh_ua__submitBtn{border-radius:var(--radius-sm);color:#fff;width:100%;transition:all .25s var(--ease-out-expo);justify-content:center;align-items:center;gap:.5rem;margin-top:.4rem;padding:.7rem;font-size:.88rem;font-weight:700;display:flex}.DashboardLayout-module__zGh_ua__submitBtn:hover{filter:brightness(1.1);box-shadow:var(--shadow-md);transform:translateY(-2px)}.DashboardLayout-module__zGh_ua__submitBtn:active{transform:translateY(0)scale(.98)}.DashboardLayout-module__zGh_ua__fab{background:var(--accent-blue);color:#fff;z-index:2300;width:52px;height:52px;transition:all .25s var(--ease-spring);border-radius:50%;justify-content:center;align-items:center;display:none;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #3b82f666}.DashboardLayout-module__zGh_ua__fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #3b82f680}.DashboardLayout-module__zGh_ua__fab:active{transform:scale(.95)}.DashboardLayout-module__zGh_ua__rangeSelector{border-radius:var(--radius-xs);border:1px solid var(--border-subtle);background:#ffffff08;gap:2px;margin-left:auto;padding:3px;display:flex}.DashboardLayout-module__zGh_ua__rangeBtn{color:var(--text-muted);transition:all .15s var(--ease-smooth);background:0 0;border-radius:4px;padding:3px 8px;font-size:.68rem;font-weight:600}.DashboardLayout-module__zGh_ua__rangeBtn:hover{color:#fff;background:#ffffff0f}.DashboardLayout-module__zGh_ua__rangeBtnActive{background:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #3b82f64d}.DashboardLayout-module__zGh_ua__rangeBtnActiveInvest{background:var(--accent-amber);color:#fff;box-shadow:0 2px 8px #f59e0b4d}.DashboardLayout-module__zGh_ua__summaryGrid{grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.25rem;display:grid}.DashboardLayout-module__zGh_ua__summaryCard{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff05;padding:1rem}.DashboardLayout-module__zGh_ua__summaryLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;font-size:.6rem;font-weight:700}.DashboardLayout-module__zGh_ua__summaryValue{font-variant-numeric:tabular-nums;margin:0;font-size:1.3rem;font-weight:800}.DashboardLayout-module__zGh_ua__profitRow{align-items:baseline;gap:6px;display:flex}.DashboardLayout-module__zGh_ua__profitPercent{font-size:.68rem;font-weight:500}.DashboardLayout-module__zGh_ua__chartCard{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff05;margin-bottom:1.5rem;padding:1.25rem}.DashboardLayout-module__zGh_ua__chartCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DashboardLayout-module__zGh_ua__chartCardTitle{color:#ccc;margin:0;font-size:.78rem;font-weight:600}.DashboardLayout-module__zGh_ua__chartArea{width:100%;height:220px}.DashboardLayout-module__zGh_ua__chartEmpty{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.82rem;display:flex}.DashboardLayout-module__zGh_ua__assetForm{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff05;margin-bottom:1.5rem;padding:1.25rem}.DashboardLayout-module__zGh_ua__assetFormTitle{color:#ccc;margin:0 0 1rem;font-size:.78rem;font-weight:600}.DashboardLayout-module__zGh_ua__assetFormGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));align-items:flex-start;gap:.75rem;display:grid}.DashboardLayout-module__zGh_ua__assetSelect{border:1px solid var(--border-subtle);color:#fff;border-radius:var(--radius-xs);width:100%;transition:border-color .2s var(--ease-smooth);background:#0000004d;outline:none;padding:.6rem;font-family:inherit;font-size:.82rem}.DashboardLayout-module__zGh_ua__assetSelect:focus{border-color:var(--accent-blue)}.DashboardLayout-module__zGh_ua__assetSelect option{background:var(--bg-secondary);color:#fff}.DashboardLayout-module__zGh_ua__searchWrapper{position:relative}.DashboardLayout-module__zGh_ua__searchIcon{color:var(--text-muted);position:absolute;top:11px;left:10px}.DashboardLayout-module__zGh_ua__searchInput{border:1px solid var(--border-subtle);color:#fff;border-radius:var(--radius-xs);width:100%;transition:border-color .2s var(--ease-smooth);background:#0000004d;outline:none;padding:.6rem .6rem .6rem 2.1rem;font-family:inherit;font-size:.82rem}.DashboardLayout-module__zGh_ua__searchInput:focus{border-color:var(--accent-blue)}.DashboardLayout-module__zGh_ua__searchInput::placeholder{color:var(--text-muted)}.DashboardLayout-module__zGh_ua__searchLoading{color:var(--text-muted);font-size:.68rem;position:absolute;top:11px;right:10px}.DashboardLayout-module__zGh_ua__searchDropdown{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);z-index:10;max-height:200px;box-shadow:var(--shadow-lg);margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.DashboardLayout-module__zGh_ua__searchDropdownItem{cursor:pointer;transition:background .1s var(--ease-smooth);border-bottom:1px solid #ffffff08;justify-content:space-between;padding:.5rem .75rem;font-size:.82rem;display:flex}.DashboardLayout-module__zGh_ua__searchDropdownItem:hover{background:#ffffff0a}.DashboardLayout-module__zGh_ua__searchDropdownItem:last-child{border-bottom:none}.DashboardLayout-module__zGh_ua__searchDropdownName{color:var(--text-muted);font-size:.72rem}.DashboardLayout-module__zGh_ua__selectedAssetPill{background:var(--glow-blue);color:#fff;border-radius:var(--radius-xs);border:1px solid #3b82f640;justify-content:space-between;align-items:center;padding:.6rem;display:flex}.DashboardLayout-module__zGh_ua__selectedAssetLabel{font-size:.85rem;font-weight:600}.DashboardLayout-module__zGh_ua__selectedAssetName{color:var(--text-muted);margin-left:.3rem;font-size:.72rem;font-weight:400}.DashboardLayout-module__zGh_ua__selectedAssetClear{color:var(--text-muted);cursor:pointer;transition:color .15s var(--ease-smooth);background:0 0;border:none;padding:0;display:flex}.DashboardLayout-module__zGh_ua__selectedAssetClear:hover{color:#fff}.DashboardLayout-module__zGh_ua__assetNumberInput{border:1px solid var(--border-subtle);color:#fff;border-radius:var(--radius-xs);width:100%;transition:border-color .2s var(--ease-smooth);background:#0000004d;outline:none;padding:.6rem;font-family:inherit;font-size:.82rem}.DashboardLayout-module__zGh_ua__assetNumberInput:focus{border-color:var(--accent-blue)}.DashboardLayout-module__zGh_ua__assetNumberInput::placeholder{color:var(--text-muted)}.DashboardLayout-module__zGh_ua__assetNumberInput:disabled{opacity:.35}.DashboardLayout-module__zGh_ua__assetAddBtn{background:var(--accent-blue);color:#fff;border-radius:var(--radius-xs);cursor:pointer;width:100%;transition:all .2s var(--ease-out-expo);border:none;justify-content:center;align-items:center;gap:6px;padding:.6rem;font-size:.82rem;font-weight:700;display:flex}.DashboardLayout-module__zGh_ua__assetAddBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f640}.DashboardLayout-module__zGh_ua__assetAddBtn:disabled{cursor:not-allowed;opacity:.4;background:#1e293b}.DashboardLayout-module__zGh_ua__assetsTable{border-collapse:collapse;text-align:left;width:100%;font-size:.8rem}.DashboardLayout-module__zGh_ua__assetsTable thead tr{color:var(--text-secondary);border-bottom:1px solid #ffffff0f}.DashboardLayout-module__zGh_ua__assetsTable th{text-transform:uppercase;letter-spacing:.05em;padding:.7rem .5rem;font-size:.65rem;font-weight:600}.DashboardLayout-module__zGh_ua__assetsTable tbody tr{border-bottom:1px solid var(--border-subtle);transition:background .1s var(--ease-smooth)}.DashboardLayout-module__zGh_ua__assetsTable tbody tr:hover{background:#ffffff05}.DashboardLayout-module__zGh_ua__assetsTable td{font-variant-numeric:tabular-nums;padding:.7rem .5rem}.DashboardLayout-module__zGh_ua__assetSymbolCell{font-weight:700}.DashboardLayout-module__zGh_ua__assetNameCell{color:var(--text-muted);font-size:.68rem}.DashboardLayout-module__zGh_ua__assetValueCell{font-weight:700}.DashboardLayout-module__zGh_ua__assetEmptyRow{text-align:center;color:var(--text-muted);padding:2rem .5rem}.DashboardLayout-module__zGh_ua__deleteAssetBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-xs);transition:all .15s var(--ease-smooth);background:0 0;border:none;padding:4px;display:flex}.DashboardLayout-module__zGh_ua__deleteAssetBtn:hover{background:var(--glow-rose);color:#ef4444}.DashboardLayout-module__zGh_ua__assetCardList{flex-direction:column;gap:.6rem;margin-top:.6rem;display:none}.DashboardLayout-module__zGh_ua__assetCard{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff05;flex-direction:column;gap:.3rem;padding:.9rem;display:flex}.DashboardLayout-module__zGh_ua__assetCard:hover{border-color:var(--border-hover)}.DashboardLayout-module__zGh_ua__assetCardHeader{justify-content:space-between;align-items:center;display:flex}.DashboardLayout-module__zGh_ua__assetCardSymbol{font-size:.95rem;font-weight:700}.DashboardLayout-module__zGh_ua__assetCardName{color:var(--text-secondary);margin-left:.35rem;font-size:.68rem}.DashboardLayout-module__zGh_ua__assetCardRow{justify-content:space-between;font-size:.78rem;display:flex}.DashboardLayout-module__zGh_ua__assetCardLabel{color:var(--text-secondary)}.DashboardLayout-module__zGh_ua__assetCardValue{font-variant-numeric:tabular-nums;font-weight:600}.DashboardLayout-module__zGh_ua__assetCardProfit{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.DashboardLayout-module__zGh_ua__desktopOnly{display:table!important}.DashboardLayout-module__zGh_ua__mobileOnly{display:none!important}@media (max-width:1024px){.DashboardLayout-module__zGh_ua__dashboardHeader{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);z-index:2100;background:#030509f2;width:100%;height:54px;padding:0 1rem;display:flex;position:fixed;top:0;left:0}.DashboardLayout-module__zGh_ua__closeBtnHeader{border-radius:var(--radius-xs);border:1px solid var(--border-subtle);color:#64748b;background:#ffffff0a;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.DashboardLayout-module__zGh_ua__hamburgerBtn{width:34px;height:34px}.DashboardLayout-module__zGh_ua__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);width:265px;height:calc(100dvh - 54px);padding:1.25rem 1rem;position:fixed;top:54px;left:0}.DashboardLayout-module__zGh_ua__sidebarTop{display:none}.DashboardLayout-module__zGh_ua__logo{letter-spacing:.2em;font-size:.95rem}.DashboardLayout-module__zGh_ua__nav{gap:1rem;padding-bottom:2rem}.DashboardLayout-module__zGh_ua__navGroup{gap:1px}.DashboardLayout-module__zGh_ua__navGroupLabel{font-size:.55rem}.DashboardLayout-module__zGh_ua__navItem{padding:.55rem .6rem;font-size:.8rem}.DashboardLayout-module__zGh_ua__main{width:100%;max-width:100vw;padding:calc(54px + .75rem) .75rem .75rem;overflow-x:hidden}.DashboardLayout-module__zGh_ua__card{border-radius:var(--radius-md);padding:1.1rem}.DashboardLayout-module__zGh_ua__cardValue{font-size:1.25rem}.DashboardLayout-module__zGh_ua__cardLabel{font-size:.6rem}.DashboardLayout-module__zGh_ua__statRow{flex-wrap:wrap;justify-content:space-between;gap:.6rem}.DashboardLayout-module__zGh_ua__statValue{font-size:.88rem}.DashboardLayout-module__zGh_ua__statLabel{font-size:.58rem}.DashboardLayout-module__zGh_ua__overlay{flex-direction:column;width:100%;max-width:100vw;height:100dvh;overflow:hidden auto}.DashboardLayout-module__zGh_ua__grid{grid-template-columns:1fr}.DashboardLayout-module__zGh_ua__wideCard{grid-column:span 1}.DashboardLayout-module__zGh_ua__formCard,.DashboardLayout-module__zGh_ua__txCard{max-width:100%;padding:1.1rem}.DashboardLayout-module__zGh_ua__chartWrapper{flex-direction:column;align-items:flex-start}.DashboardLayout-module__zGh_ua__legend{grid-template-columns:repeat(2,1fr);gap:.4rem;width:100%;margin-top:.6rem;display:grid}.DashboardLayout-module__zGh_ua__insightGrid{grid-template-columns:1fr;gap:.4rem}.DashboardLayout-module__zGh_ua__desktopOnly{display:none!important}.DashboardLayout-module__zGh_ua__mobileOnly{display:block!important}.DashboardLayout-module__zGh_ua__assetCardList{display:flex!important}.DashboardLayout-module__zGh_ua__summaryGrid{grid-template-columns:1fr;gap:.6rem}.DashboardLayout-module__zGh_ua__rangeSelector{margin-top:.3rem;margin-left:0}.DashboardLayout-module__zGh_ua__fab{display:flex}.DashboardLayout-module__zGh_ua__txDelete{opacity:1}.DashboardLayout-module__zGh_ua__viewAllBtn{padding:.25rem .5rem;font-size:.68rem}}
.AuthModal-module__DLnrsa__overlay{z-index:2000;background:#000;justify-content:center;align-items:center;padding:1.5rem;animation:.4s ease-out AuthModal-module__DLnrsa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__DLnrsa__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__DLnrsa__card{text-align:center;background:#000;border:1px solid #ffffff1a;border-radius:32px;width:100%;max-width:440px;padding:3rem 2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) AuthModal-module__DLnrsa__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.AuthModal-module__DLnrsa__closeBtn{color:#64748b;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.AuthModal-module__DLnrsa__closeBtn:hover{color:#fff;background:#ffffff1a}@keyframes AuthModal-module__DLnrsa__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__DLnrsa__header{margin-bottom:2rem}.AuthModal-module__DLnrsa__logoBadge{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 1rem;display:flex;box-shadow:0 0 20px #3b82f633}.AuthModal-module__DLnrsa__header h1{letter-spacing:.15em;background:linear-gradient(#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.4rem;font-size:2.2rem;font-weight:800}.AuthModal-module__DLnrsa__header p{color:#64748b;letter-spacing:.05em;font-size:.9rem;font-weight:500}.AuthModal-module__DLnrsa__tabs{background:#ffffff08;border:1px solid #ffffff0d;border-radius:14px;margin-bottom:2rem;padding:4px;display:flex}.AuthModal-module__DLnrsa__tab{color:#64748b;cursor:pointer;border-radius:10px;flex:1;padding:.7rem;font-size:.85rem;font-weight:600;transition:all .3s}.AuthModal-module__DLnrsa__activeTab{color:#fff;background:#ffffff14;box-shadow:0 4px 12px #0003}.AuthModal-module__DLnrsa__authBody{flex-direction:column;min-height:220px;display:flex}.AuthModal-module__DLnrsa__googleSection{flex-direction:column;gap:1.5rem;animation:.4s AuthModal-module__DLnrsa__fadeIn;display:flex}.AuthModal-module__DLnrsa__methodDesc{color:#94a3b8;font-size:.85rem;line-height:1.6}.AuthModal-module__DLnrsa__googleBtn{color:#030509;cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:1rem;width:100%;padding:.8rem .8rem .8rem .6rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.AuthModal-module__DLnrsa__googleIconWrapper{color:#4285f4;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AuthModal-module__DLnrsa__googleBtn span{text-align:left;flex:1}.AuthModal-module__DLnrsa__arrow{opacity:.3;transition:transform .3s}.AuthModal-module__DLnrsa__googleBtn:hover:not(:disabled){background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff1a}.AuthModal-module__DLnrsa__googleBtn:hover .AuthModal-module__DLnrsa__arrow{opacity:1;transform:translate(4px)}.AuthModal-module__DLnrsa__emailForm{flex-direction:column;gap:1rem;animation:.4s AuthModal-module__DLnrsa__fadeIn;display:flex}.AuthModal-module__DLnrsa__inputGroup{align-items:center;display:flex;position:relative}.AuthModal-module__DLnrsa__inputIcon{color:#475569;pointer-events:none;position:absolute;left:1.2rem}.AuthModal-module__DLnrsa__inputGroup input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:1rem 1rem 1rem 3.2rem;font-size:.95rem;transition:all .2s}.AuthModal-module__DLnrsa__inputGroup input:focus{background:#ffffff0f;border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f61a}.AuthModal-module__DLnrsa__mainBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.AuthModal-module__DLnrsa__mainBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.AuthModal-module__DLnrsa__authToggle{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.AuthModal-module__DLnrsa__textBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.8rem;font-weight:600;transition:color .2s}.AuthModal-module__DLnrsa__textBtn:hover{color:#fff}.AuthModal-module__DLnrsa__successState{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.AuthModal-module__DLnrsa__successIcon{color:#10b981;animation:.5s cubic-bezier(.17,.67,.83,.67) AuthModal-module__DLnrsa__bounceIn}@keyframes AuthModal-module__DLnrsa__bounceIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.AuthModal-module__DLnrsa__successState h3{font-size:1.3rem;font-weight:700}.AuthModal-module__DLnrsa__successState p{color:#94a3b8;font-size:.9rem;line-height:1.5}.AuthModal-module__DLnrsa__error{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:14px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem;line-height:1.4;animation:.4s cubic-bezier(.36,.07,.19,.97) both AuthModal-module__DLnrsa__shake}@keyframes AuthModal-module__DLnrsa__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.AuthModal-module__DLnrsa__footer{color:#475569;margin-top:2.5rem;font-size:.75rem;font-weight:500;line-height:1.6}
.LandingPage-module__42Jd1W__container{color:#fff;box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow-x:hidden}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__container{color:#111827}}.LandingPage-module__42Jd1W__backdropWrapper{z-index:-1;width:100%;height:100%;position:fixed;inset:0}.LandingPage-module__42Jd1W__glowOrb{filter:blur(80px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 70%);border-radius:50%;width:80vw;height:60vh;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.LandingPage-module__42Jd1W__navContainer{z-index:1000;pointer-events:none;justify-content:center;width:100%;display:flex;position:fixed;top:32px;left:0}.LandingPage-module__42Jd1W__navPill{pointer-events:auto;-webkit-backdrop-filter:blur(24px);background:#0a0a0a80;border:1px solid #ffffff14;border-radius:100px;justify-content:space-between;align-items:center;width:90%;max-width:700px;padding:.6rem 1rem .6rem 1.5rem;display:flex;position:relative;box-shadow:0 8px 32px #0003}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__navPill{background:#fff9;border:1px solid #0000000d}}.LandingPage-module__42Jd1W__logo{letter-spacing:.25em;color:#fff;font-size:1rem;font-weight:800}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__logo{color:#000}}.LandingPage-module__42Jd1W__loginBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:100px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__loginBtn{color:#fff;background:#000}}.LandingPage-module__42Jd1W__loginBtn:hover{transform:scale(1.05);box-shadow:0 4px 12px #fff3}.LandingPage-module__42Jd1W__hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative}.LandingPage-module__42Jd1W__navBadge{text-transform:uppercase;letter-spacing:.15em;color:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;left:50%;transform:translate(-50%)}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__navBadge{color:#0009;background:#00000008;border:1px solid #0000000d}}.LandingPage-module__42Jd1W__navPulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite LandingPage-module__42Jd1W__pulseAnim;box-shadow:0 0 10px #10b981}@keyframes LandingPage-module__42Jd1W__pulseAnim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.LandingPage-module__42Jd1W__title{letter-spacing:-.04em;flex-direction:column;margin-bottom:1.5rem;font-size:clamp(3rem,10vw,6.5rem);font-weight:900;line-height:1;display:flex}.LandingPage-module__42Jd1W__titleLine{display:block}.LandingPage-module__42Jd1W__gradientText{background:linear-gradient(135deg,#fff 30%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__gradientText{background:linear-gradient(135deg,#000 30%,#64748b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}.LandingPage-module__42Jd1W__subtitle{color:#9ca3af;max-width:500px;margin-bottom:4rem;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.6}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__subtitle{color:#64748b}}.LandingPage-module__42Jd1W__heroActions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.LandingPage-module__42Jd1W__mainBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 0 #fff6}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__mainBtn{color:#fff;background:#000;box-shadow:0 0 #0003}}.LandingPage-module__42Jd1W__mainBtn:hover{transform:scale(1.03);box-shadow:0 10px 25px #ffffff26}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__mainBtn:hover{box-shadow:0 10px 25px #00000026}}.LandingPage-module__42Jd1W__liveUsers{color:#6b7280;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.LandingPage-module__42Jd1W__pulse{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #10b981}.LandingPage-module__42Jd1W__section{z-index:10;padding:10vh 5%;position:relative}.LandingPage-module__42Jd1W__bentoGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px;gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.LandingPage-module__42Jd1W__bentoCard{-webkit-backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0a;border-radius:32px;flex-direction:column;justify-content:flex-end;padding:2.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__bentoCard{background:#fff9;border:1px solid #00000008;box-shadow:0 20px 40px #00000005}}.LandingPage-module__42Jd1W__bentoCard:hover{background:#ffffff08;border-color:#ffffff14;transform:translateY(-4px)}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__bentoCard:hover{background:#fffc;border-color:#0000000f}}.LandingPage-module__42Jd1W__bentoImgWrapper{pointer-events:none;justify-content:flex-end;align-items:flex-start;width:60%;height:70%;display:flex;position:absolute;top:0;right:0}.LandingPage-module__42Jd1W__bentoImgFocus{object-fit:contain;opacity:.6;filter:saturate(0);width:100%;height:auto;transition:all .5s;-webkit-mask-image:radial-gradient(circle at 100% 0,#000 20%,#0000 80%);mask-image:radial-gradient(circle at 100% 0,#000 20%,#0000 80%)}.LandingPage-module__42Jd1W__bentoCard:hover .LandingPage-module__42Jd1W__bentoImgFocus{opacity:.9;filter:saturate()}.LandingPage-module__42Jd1W__cardLarge{grid-area:span 2/span 2}.LandingPage-module__42Jd1W__cardContent{z-index:2;flex-direction:column;gap:1rem;max-width:80%;display:flex}.LandingPage-module__42Jd1W__iconWrapper{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__iconWrapper{color:#000;background:#00000008;border:1px solid #0000000d}}.LandingPage-module__42Jd1W__cardContent h3{letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.LandingPage-module__42Jd1W__cardContent p{color:#9ca3af;margin:0;font-size:1rem;line-height:1.5}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__cardContent p{color:#64748b}}.LandingPage-module__42Jd1W__footer{text-align:center;z-index:10;padding:6rem 5% 3rem;position:relative}.LandingPage-module__42Jd1W__footerLine{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;max-width:600px;height:1px;margin:0 auto 2rem}@media (prefers-color-scheme:light){.LandingPage-module__42Jd1W__footerLine{background:linear-gradient(90deg,#0000,#0000000d,#0000)}}.LandingPage-module__42Jd1W__footer p{color:#6b7280;letter-spacing:.2em;font-size:.85rem;font-weight:600}@media (max-width:768px){.LandingPage-module__42Jd1W__navContainer{top:16px}.LandingPage-module__42Jd1W__navPill{width:95%}.LandingPage-module__42Jd1W__navBadge{padding:.3rem .6rem}.LandingPage-module__42Jd1W__navBadge span{display:none}.LandingPage-module__42Jd1W__navPulse{width:8px;height:8px}.LandingPage-module__42Jd1W__hero{padding:140px 5% 60px}.LandingPage-module__42Jd1W__title{font-size:3.2rem}.LandingPage-module__42Jd1W__subtitle{font-size:1.05rem}.LandingPage-module__42Jd1W__bentoGrid{grid-template-columns:1fr;grid-auto-rows:auto}.LandingPage-module__42Jd1W__cardLarge{grid-area:span 1/span 1;min-height:380px}.LandingPage-module__42Jd1W__bentoCard{min-height:250px;padding:2rem}.LandingPage-module__42Jd1W__cardContent{max-width:100%}}
.page-module__E0kJGG__main{background:radial-gradient(ellipse at 70% 20%, #0d1a3a 0%, var(--bg-primary) 60%);touch-action:none;width:100vw;height:100dvh;position:relative;overflow:hidden}.page-module__E0kJGG__canvasWrapper{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__E0kJGG__uiOverlay{z-index:20;pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.75rem 2.25rem;display:flex;position:relative}.page-module__E0kJGG__topBar{justify-content:space-between;align-items:center;display:flex}.page-module__E0kJGG__logo{letter-spacing:.35em;color:#fff;text-shadow:0 0 40px #3b82f633;font-size:1.3rem;font-weight:800}.page-module__E0kJGG__userSection{align-items:center;gap:.6rem;display:flex}.page-module__E0kJGG__badge{color:#cbd5e1;pointer-events:all;border-radius:100px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.72rem;font-weight:500;display:flex}.page-module__E0kJGG__logoutBtn{border-radius:var(--radius-sm);color:#f87171;pointer-events:all;width:36px;height:36px;transition:all .25s var(--ease-out-expo);z-index:100;background:#ef444414;border:1px solid #ef44441f;justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__logoutBtn:hover{background:#ef44442e;transform:scale(1.06);box-shadow:0 4px 16px #ef44441f}.page-module__E0kJGG__balanceCard{border-radius:var(--radius-lg);pointer-events:all;cursor:pointer;width:320px;transition:all .35s var(--ease-out-expo);padding:1.75rem 2rem;position:relative;overflow:hidden}.page-module__E0kJGG__balanceCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f666,#0000);height:1px;transition:opacity .3s;position:absolute;top:-1px;left:20%;right:20%}.page-module__E0kJGG__balanceCard:hover{transform:translateY(-3px);box-shadow:0 16px 48px #0006,0 0 32px #3b82f60f}.page-module__E0kJGG__balanceCard:hover:before{opacity:1}.page-module__E0kJGG__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.4rem;font-size:.68rem;font-weight:600}.page-module__E0kJGG__value{color:#fff;letter-spacing:-.02em;margin-bottom:.8rem;font-size:2rem;font-weight:800}.page-module__E0kJGG__balanceMeta{align-items:center;gap:1rem;display:flex}.page-module__E0kJGG__liveIndicator{color:var(--accent-emerald);align-items:center;gap:.4rem;font-size:.68rem;font-weight:600;display:flex}.page-module__E0kJGG__savingsIndicator{align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;display:flex}.page-module__E0kJGG__pulseIcon{animation:2s ease-in-out infinite page-module__E0kJGG__pulse}@keyframes page-module__E0kJGG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.page-module__E0kJGG__bottomActions{pointer-events:all;justify-content:flex-end;gap:.6rem;display:flex}.page-module__E0kJGG__actionBtn{border-radius:var(--radius-md);color:#fff;-webkit-backdrop-filter:blur(20px);transition:all .3s var(--ease-out-expo);background:#3b82f61a;border:1px solid #3b82f62e;align-items:center;gap:.6rem;padding:.75rem 1.35rem;font-size:.85rem;font-weight:600;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__actionBtn:after{content:"";opacity:0;background:linear-gradient(135deg,#3b82f61f,#0000);transition:opacity .25s;position:absolute;inset:0}.page-module__E0kJGG__actionBtn:hover{background:#3b82f629;border-color:#3b82f659;transform:translateY(-2px);box-shadow:0 8px 28px #3b82f62e}.page-module__E0kJGG__actionBtn:hover:after{opacity:1}.page-module__E0kJGG__actionBtn:active{transform:translateY(-1px)scale(.98)}@media (max-width:768px){.page-module__E0kJGG__uiOverlay{flex-direction:column;justify-content:flex-start;gap:.8rem;height:100dvh;padding:.9rem;display:flex;overflow:hidden}.page-module__E0kJGG__topBar{flex-shrink:0;align-items:center;gap:.5rem;width:100%}.page-module__E0kJGG__logo{display:none}.page-module__E0kJGG__userSection{pointer-events:none;flex-direction:row;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.page-module__E0kJGG__logoutBtn{pointer-events:all;z-index:100;flex-shrink:0;width:32px;height:32px}.page-module__E0kJGG__badge{pointer-events:all;max-width:120px;padding:.35rem .55rem;font-size:.62rem}.page-module__E0kJGG__balanceCard{display:none}.page-module__E0kJGG__mobileBalanceTrigger{border-radius:var(--radius-sm);cursor:pointer;pointer-events:all;background:#3b82f614;border:1px solid #3b82f61f;flex-direction:column;flex-shrink:0;align-items:flex-start;padding:.4rem .7rem;display:flex}.page-module__E0kJGG__mobileBalanceLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.5rem;font-weight:600}.page-module__E0kJGG__mobileBalanceValue{color:#fff;font-size:.85rem;font-weight:700}.page-module__E0kJGG__bottomActions{flex-shrink:0;width:100%;margin-top:auto;padding-bottom:3rem}.page-module__E0kJGG__actionBtn{justify-content:center;width:100%;padding:.85rem;font-size:.9rem}}@media (min-width:769px){.page-module__E0kJGG__mobileBalanceTrigger{display:none}}
