:root{--ink:#17233f;--blue:#58b4df;--deep:#173d72;--sky:#dff3fb;--yellow:#ffde59;--paper:#f7fafc;--muted:#6b7689}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif}button,input,select{font:inherit;color:inherit}button{cursor:pointer}main{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--deep);color:#fff;flex-direction:column;height:100vh;padding:30px 22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 34px;display:flex}.brand img{object-fit:contain;background:#fff;width:45px;height:45px}.brand small{letter-spacing:.14em;color:#9fdcf5;margin-top:5px;font:700 9px Arial;display:block}.sidebar nav{gap:8px;display:grid}.sidebar nav button{color:#cbe8f5;text-align:left;background:0 0;border:0;padding:14px 15px;font-weight:700}.sidebar nav button span{width:31px;font-size:20px;display:inline-block}.sidebar nav button.active{color:var(--deep);box-shadow:6px 6px 0 var(--blue);background:#fff}.side-note{border-top:1px solid #5275a0;margin-top:auto;padding:24px 10px 0}.side-note p{color:#a9c5dd;font-size:12px;line-height:1.7}.side-note button{color:#9fdcf5;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.workspace{min-width:0;padding:38px clamp(24px,4vw,62px) 70px}header{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.eyebrow,.kicker{letter-spacing:.16em;color:#278fbe;margin:0 0 8px;font:700 10px Arial}h1{letter-spacing:-.04em;margin:0;font-size:34px}.header-actions{gap:12px;display:flex}.header-actions input,.primary{background:#fff;border:1px solid #b8c4cf;padding:12px 15px}.primary{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:5px 5px 0 var(--blue);font-weight:800}.hero-card{background:linear-gradient(110deg,#fff 0 62%,var(--sky) 62%);border:1px solid #cbd7df;justify-content:space-between;min-height:240px;padding:35px 42px;display:flex;overflow:hidden}.hero-card>div>span{letter-spacing:.12em;color:#278fbe;font:700 12px Arial}.hero-card h2{letter-spacing:-.05em;margin:15px 0 10px;font-size:40px;line-height:1.18}.hero-card h2 em{background:linear-gradient(transparent 62%,var(--yellow) 62%);font-style:normal}.hero-card p{color:var(--muted);font-size:13px}.hero-mark{place-items:center;width:220px;display:grid}.hero-mark img{object-fit:contain;width:175px;height:175px}.kpis{grid-template-columns:repeat(3,1fr);gap:18px;margin:20px 0;display:grid}.kpis article{background:#fff;border:1px solid #d1dbe2;padding:24px 26px;box-shadow:6px 6px #dff3fb}.kpis label,.kpis small{color:var(--muted);font-size:12px;display:block}.kpis strong{margin:13px 0 9px;font:900 31px Arial;display:block}.kpis .yellow{background:var(--yellow);border-color:var(--ink);box-shadow:6px 6px 0 var(--ink)}.kpis .yellow label,.kpis .yellow small{color:#4c5060}.dashboard-grid{grid-template-columns:1.05fr .95fr;gap:20px;display:grid}.panel{background:#fff;border:1px solid #d1dbe2;padding:27px}.panel-head{justify-content:space-between;align-items:start;margin-bottom:23px;display:flex}.panel-head h3{margin:0;font-size:22px}.panel-head>b{color:var(--muted);font-size:11px}.panel-head button{color:#258ebd;background:0 0;border:0;font-size:12px}.bars{gap:17px;display:grid}.bar-row{grid-template-columns:58px 1fr 65px;align-items:center;gap:12px;font-size:12px;display:grid}.bar-row>div{background:#edf1f4;height:11px}.bar-row i{height:100%;display:block}.bar-row strong{text-align:right}.transaction{border-top:1px solid #edf0f3;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:11px 0;display:grid}.tx-icon{background:var(--sky);width:36px;height:36px;color:var(--deep);place-items:center;font-weight:900;display:grid}.transaction b{font-size:13px}.transaction small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.expense{color:#e06464}.income{color:#17885c}.transaction>span{font:700 13px Arial}.record-tools{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.record-tools input{border:1px solid #cbd4dc;width:min(420px,70%);padding:13px 15px}.record-tools span{color:var(--muted);font-size:12px}.table{min-width:760px}.records{overflow:auto}.tr{border-top:1px solid #e4e9ed;grid-template-columns:90px 1.5fr .8fr 1fr 1fr 30px;align-items:center;gap:14px;padding:14px 8px;font-size:13px;display:grid}.tr.th{color:var(--muted);background:#f4f7f9;border:0;font-size:11px}.tr span:nth-child(5){text-align:right;font-weight:800}.tr span small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.tag{background:var(--sky);border-radius:20px;padding:5px 9px;font-style:normal}.tr button{color:#a3aab3;background:0 0;border:0;font-size:19px}.form-layout{grid-template-columns:minmax(0,720px) 1fr;gap:24px;display:grid}.entry-form{background:#fff;border:1px solid #cbd7df;padding:40px}.entry-form h2{margin:0 0 32px;font-size:36px}.form-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-grid label{font-size:12px;font-weight:800}.form-grid input,.form-grid select{background:0 0;border:0;border-bottom:1px solid #9eabb6;outline:none;width:100%;margin-top:5px;padding:12px 2px 10px;display:block}.form-grid input:focus,.form-grid select:focus{border-color:#278fbe}.form-grid .wide{grid-column:1/-1}.form-grid label small{color:var(--muted);margin-left:8px;font-weight:400}.submit{background:var(--deep);color:#fff;width:100%;box-shadow:7px 7px 0 var(--blue);border:0;justify-content:space-between;margin-top:34px;padding:18px 20px;font-weight:800;display:flex}.tip{background:var(--blue);border:1px solid var(--deep);min-height:340px;box-shadow:8px 8px 0 var(--deep);flex-direction:column;justify-content:end;padding:35px;display:flex}.tip img{width:130px;margin:auto}.tip p{font-size:22px;line-height:1.55}.tip small{color:#294d6b}@media (width<=980px){main{grid-template-columns:80px 1fr}.sidebar{padding:24px 12px}.brand div,.sidebar nav button:not(.active){font-size:0}.brand{padding-left:4px}.sidebar nav button{text-align:center;font-size:0}.sidebar nav button span{width:auto;font-size:23px}.side-note{display:none}.dashboard-grid,.form-layout{grid-template-columns:1fr}.tip{min-height:250px}.hero-mark{display:none}}@media (width<=680px){main{display:block}.sidebar{z-index:5;height:auto;padding:8px 12px;display:block;position:fixed;inset:auto 0 0}.brand,.side-note{display:none}.sidebar nav{grid-template-columns:repeat(3,1fr);display:grid}.sidebar nav button,.sidebar nav button:not(.active){text-align:center;padding:8px;font-size:10px}.sidebar nav button span{margin:auto;font-size:18px;display:block}.sidebar nav button.active{box-shadow:none}.workspace{padding:24px 16px 100px}header{align-items:start}.header-actions input{display:none}.hero-card{background:#fff;min-height:auto;padding:28px 24px}.hero-card h2{font-size:31px}.kpis,.dashboard-grid,.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.entry-form{padding:27px 22px}.tip{display:none}.header-actions .primary{padding:10px}.tr{grid-template-columns:55px 1.4fr .8fr 25px}.tr span:nth-child(3),.tr span:nth-child(4){display:none}.tr span:nth-child(5){display:block}.table{min-width:0}}.brand{gap:0;padding-top:8px;padding-bottom:39px}.brand b{letter-spacing:.1em;font-size:20px}.hero-figure{border:2px solid var(--deep);width:220px;height:150px;box-shadow:10px 10px 0 var(--blue);background:#fff;align-self:center;position:relative}.hero-figure b,.hero-figure span{font:900 68px Arial;position:absolute}.hero-figure b{color:var(--deep);top:26px;left:28px}.hero-figure span{color:#2798cc;top:31px;right:25px}.hero-figure i{background:var(--yellow);padding:5px 8px;font-size:11px;font-style:normal;font-weight:900;position:absolute;bottom:12px;right:16px}.tip-mark{border:2px solid var(--deep);width:150px;height:120px;box-shadow:8px 8px 0 var(--yellow);background:#fff;justify-content:center;align-items:center;gap:13px;margin:auto;font:900 48px Arial;display:flex}.tip-mark span{color:#2798cc}@media (width<=980px){.hero-figure{display:none}}.year-banner{background:linear-gradient(110deg,#fff 0 67%,var(--sky) 67%);border:1px solid #cbd7df;justify-content:space-between;align-items:center;min-height:190px;padding:34px 40px;display:flex}.year-banner h2{letter-spacing:-.04em;margin:8px 0 10px;font-size:38px}.year-banner p:last-child{color:var(--muted);font-size:13px}.year-banner>strong{color:var(--deep);padding-right:30px;font:900 38px Arial}.year-kpis{grid-template-columns:repeat(3,1fr);gap:18px;margin:20px 0;display:grid}.year-kpis article{box-shadow:6px 6px 0 var(--sky);background:#fff;border:1px solid #d1dbe2;padding:22px 25px}.year-kpis span,.year-kpis small{color:var(--muted);font-size:12px;display:block}.year-kpis b{margin:11px 0 7px;font:900 27px Arial;display:block}.year-kpis .peak{background:var(--yellow);border-color:var(--ink);box-shadow:6px 6px 0 var(--ink)}.month-board{margin-bottom:20px}.month-chart{grid-template-columns:repeat(12,1fr);align-items:stretch;gap:10px;height:325px;padding-top:15px;display:grid}.month-chart button{text-align:center;background:0 0;border:0;grid-template-rows:24px 1fr 25px 17px;gap:5px;min-width:0;padding:0;display:grid}.month-chart button>span{white-space:nowrap;color:var(--muted);font:700 10px Arial}.month-chart button>div{background:#edf1f4;align-items:end;height:220px;display:flex}.month-chart button i{background:var(--blue);width:100%;transition:all .2s;display:block}.month-chart button:hover i,.month-chart button.selected i{background:var(--yellow)}.month-chart button.selected>div{outline:2px solid var(--deep)}.month-chart button>b{font-size:12px}.month-chart button>small{color:var(--muted);font-size:9px}.month-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.month-list button{text-align:left;background:#fff;border:1px solid #d1dbe2;grid-template-columns:36px 1fr auto 20px;align-items:center;gap:13px;padding:17px 20px;display:grid}.month-list button:hover{border-color:var(--blue);transform:translateY(-1px)}.month-list .rank{color:#2798cc;font:800 12px Arial}.month-list div small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.month-list strong{font:800 15px Arial}.balance-hero{background:var(--blue);border:1px solid var(--deep);box-shadow:8px 8px 0 var(--deep);grid-template-columns:1fr 1.25fr;align-items:center;gap:45px;margin-bottom:24px;padding:32px 36px;display:grid}.balance-hero h2{margin:7px 0;font-size:28px}.balance-hero>div>strong{margin:14px 0 7px;font:900 43px Arial;display:block}.balance-hero>div>small{color:#28506d}.balance-hero form{border:1px solid var(--deep);background:#fff;grid-template-columns:1fr 1fr;gap:10px;padding:20px;display:grid}.balance-hero form h3{grid-column:1/-1;margin:0 0 4px;font-size:16px}.balance-hero form input,.balance-hero form select{background:#fff;border:1px solid #c3cdd5;min-width:0;padding:10px}.balance-hero form button{background:var(--deep);color:#fff;border:0;grid-column:1/-1;padding:11px;font-weight:800}.account-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:22px;display:grid}.account-grid article{box-shadow:5px 5px 0 var(--sky);background:#fff;border:1px solid #d1dbe2;padding:20px}.account-grid span,.account-grid small{color:var(--muted);font-size:11px;display:block}.account-grid strong{margin:10px 0 7px;font:900 22px Arial;display:block}.history-list>div{border-top:1px solid #e5e9ec;grid-template-columns:95px 1fr 110px 70px 25px;align-items:center;gap:14px;padding:13px 0;font-size:12px;display:grid}.history-list>div>div{background:#edf1f4;height:9px}.history-list i{background:var(--blue);height:100%;display:block}.history-list strong{text-align:right}.history-list small{color:var(--muted)}.history-list button{color:#9ba5af;background:0 0;border:0;font-size:18px}@media (width<=980px){.month-chart{grid-template-columns:repeat(12,64px);overflow-x:auto}.month-list,.balance-hero{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr 1fr}}@media (width<=680px){.year-banner{min-height:auto;padding:26px 23px}.year-banner h2{font-size:29px}.year-banner>strong{display:none}.year-kpis{grid-template-columns:1fr}.month-board{padding:21px 15px}.month-chart{height:290px}.month-chart button>div{height:185px}.balance-hero{gap:24px;padding:24px 20px}.balance-hero form{grid-template-columns:1fr}.balance-hero form h3,.balance-hero form button{grid-column:auto}.account-grid{grid-template-columns:1fr}.history-list>div{grid-template-columns:78px 1fr 88px 22px}.history-list small{display:none}}.annual-banner-totals{gap:10px;min-width:260px;padding-right:24px;display:grid}.annual-banner-totals span{grid-template-columns:70px 1fr;align-items:center;gap:12px;display:grid}.annual-banner-totals small{color:var(--muted);font-size:10px}.annual-banner-totals strong{text-align:right;font:900 25px Arial}.annual-banner-totals span:first-child strong{color:#17885c}.annual-banner-totals span:last-child strong,.year-kpis>article:first-child b{color:#e06464}.year-kpis .income-kpi{border-color:#a9dfc4;box-shadow:6px 6px #d7f3e5}.year-kpis .income-kpi b{color:#17885c}.annual-chart-legend{color:var(--muted);align-items:center;gap:15px;font-size:10px;display:flex}.annual-chart-legend span:before{content:"";width:9px;height:9px;margin-right:5px;display:inline-block}.annual-chart-legend .expense-dot:before{background:#e06464}.annual-chart-legend .income-dot:before{background:#49b37d}.annual-chart-legend b{margin-left:5px}.combined-month-chart{height:350px}.combined-month-chart button{grid-template-rows:46px 1fr 25px 17px}.combined-month-chart .month-pair-values{flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.month-pair-values em{white-space:nowrap;font:800 11px/1.15 Arial;display:block}.month-pair-values em:first-child{color:#d65353}.month-pair-values em:last-child{color:#17885c}.combined-month-chart button>.month-stacked-track{justify-content:center;align-items:flex-end;padding:0 24px;display:flex}.month-stacked-bar{flex-direction:column;min-height:0;overflow:hidden;background:0 0!important;width:100%!important;display:flex!important}.month-stacked-bar>i{flex:none;display:block;width:100%!important}.combined-month-chart .expense-bar{background:#e06464}.combined-month-chart .income-bar{background:#49b37d}.combined-month-chart button:hover .expense-bar,.combined-month-chart button.selected .expense-bar{background:#d84d4d}.combined-month-chart button:hover .income-bar,.combined-month-chart button.selected .income-bar{background:#218d60}.annual-month-list{grid-template-columns:1fr 1fr;gap:10px;display:grid}.annual-month-list button{text-align:left;background:#fff;border:1px solid #d1dbe2;grid-template-columns:45px 1fr 1fr 1.15fr 18px;align-items:center;gap:12px;padding:15px 18px;display:grid}.annual-month-list button:hover{border-color:var(--blue)}.annual-month-list span,.annual-month-list strong{font-size:11px}.annual-month-list .expense-value{color:#e06464}.annual-month-list .income-value,.annual-month-list .positive{color:#17885c}.annual-month-list .negative{color:#e06464}.annual-month-list i{color:var(--muted);font-style:normal}@media (width<=980px){.annual-banner-totals{min-width:220px}.annual-month-list{grid-template-columns:1fr}.annual-month-list button{grid-template-columns:42px 1fr 1fr 1.2fr 16px}}@media (width<=680px){.annual-overview-banner{display:block}.annual-banner-totals{min-width:0;padding:18px 0 0}.annual-month-list button{grid-template-columns:38px 1fr 1fr}.annual-month-list strong{grid-column:2/4}.annual-month-list i,.annual-chart-legend b{display:none}}.rate-control{background:#fff;border:1px solid #b8c4cf;align-items:center;gap:6px;height:43px;padding:0 10px;display:flex}.rate-control>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.rate-control b{white-space:nowrap;font-size:12px}.rate-control input{outline:none;font-weight:900;background:0 0!important;border:0!important;width:55px!important;padding:0!important}.balance-summary{background:var(--blue);border:1px solid var(--deep);box-shadow:8px 8px 0 var(--deep);justify-content:space-between;align-items:center;margin-bottom:22px;padding:27px 34px;display:flex}.balance-summary h2{margin:6px 0;font-size:25px}.balance-summary strong{color:var(--yellow);text-shadow:1px 1px 0 var(--deep);margin:9px 0 5px;font:900 42px Arial;display:block}.balance-summary small{color:#28506d}.balance-summary>button{border:1px solid var(--deep);box-shadow:5px 5px 0 var(--yellow);background:#fff;padding:13px 17px;font-weight:800}.account-manager{background:#fff;border:1px solid #cad5dd;margin-bottom:20px;padding:20px}.account-manager form{grid-template-columns:1fr 180px 150px;gap:10px;margin-bottom:16px;display:grid}.account-manager input,.account-manager select{background:#fff;border:1px solid #bcc8d0;padding:11px}.account-manager form button{background:var(--deep);color:#fff;border:0;font-weight:800}.account-manager>div{flex-wrap:wrap;gap:8px;display:flex}.account-manager>div button{color:#7a8390;background:#f0f3f5;border:1px solid #c4cdd4;padding:8px 11px}.account-manager>div button.enabled{background:var(--sky);color:var(--deep);border-color:var(--blue)}.account-manager button i{margin-right:6px;font-style:normal;font-weight:900}.account-manager button span{margin-left:7px;font-size:9px}.balance-entry{background:#fff;border:1px solid #cbd7df;margin-bottom:22px;padding:24px}.entry-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.entry-head h3{margin:3px 0 6px;font-size:22px}.entry-head small{color:var(--muted)}.entry-head>button{background:var(--deep);color:#fff;box-shadow:5px 5px 0 var(--blue);border:0;padding:14px 20px;font-weight:800}.balance-input-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.balance-input-grid label{background:#fff;border:1px solid #cdd7df;min-width:0;padding:14px}.balance-input-grid label.cny{box-shadow:4px 4px 0 var(--yellow)}.balance-input-grid label.krw{box-shadow:4px 4px 0 var(--blue)}.balance-input-grid label>span{justify-content:space-between;font-size:12px;font-weight:800;display:flex}.balance-input-grid label>span i{color:var(--muted);font:700 9px Arial}.balance-input-grid label>div{align-items:center;margin:10px 0 7px;display:flex}.balance-input-grid label>div b{margin-right:5px;font:900 20px Arial}.balance-input-grid label.krw>div b,.history-detail b.krw{color:#218fbe}.balance-input-grid input{border:0;border-bottom:1px solid #aab5bd;outline:none;width:100%;min-width:0;padding:5px 1px;font:700 18px Arial}.balance-input-grid small{color:var(--muted);font-size:9px}.history-list .history-group{border-top:1px solid #e5e9ec;padding:0;display:block}.history-row{text-align:left;background:#fff;border:0;grid-template-columns:95px 1fr 110px 75px 30px;align-items:center;gap:14px;width:100%;padding:15px 0;display:grid}.history-row>div{background:#edf1f4;height:9px}.history-row i{background:var(--blue);height:100%;display:block}.history-row strong{text-align:right}.history-row small{color:var(--muted)}.history-row>b:last-child{text-align:center;font-size:20px;transition:all .2s}.history-row>b.open{transform:rotate(180deg)}.history-detail{background:#f5f8fa;margin-bottom:10px;padding:10px 18px}.history-detail>div{border-bottom:1px solid #dde5ea;grid-template-columns:1fr 150px 150px;gap:18px;padding:9px;font-size:12px;display:grid}.history-detail>div:last-child{border:0}.history-detail b{text-align:right}.history-detail small{text-align:right;color:var(--muted)}@media (width<=1200px){.balance-input-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.header-actions{flex-wrap:wrap;justify-content:end}.rate-control{order:-1}.balance-input-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.rate-control{z-index:7;height:36px;position:fixed;top:8px;right:8px}.balance-summary{align-items:flex-start;padding:23px 20px}.balance-summary strong{font-size:34px}.balance-summary>button{padding:10px;font-size:11px}.account-manager form{grid-template-columns:1fr}.account-manager form button{padding:11px}.entry-head{align-items:flex-start;gap:15px}.entry-head>button{padding:11px;font-size:11px}.balance-input-grid{grid-template-columns:1fr 1fr}.history-row{grid-template-columns:78px 1fr 88px 25px}.history-row small{display:none}.history-detail>div{grid-template-columns:1fr 1fr}.history-detail small{text-align:left;grid-column:1/-1}.header-actions>input[type=month]{display:none}}.ownership-setting{align-items:center;gap:6px;padding:4px 8px 4px 0;display:flex}.ownership-setting span{color:var(--muted);white-space:nowrap;margin:0!important;font-size:9px!important}.ownership-setting select{background:#fff;min-width:72px;padding:6px!important}.history-list>.history-group{border-top:1px solid #e5e9ec;padding:0;display:block}.history-list>.history-group>.history-row{grid-template-columns:minmax(110px,auto) minmax(180px,1fr) 120px 82px 30px;width:100%;min-height:58px;display:grid}.history-row>span,.history-row>strong,.history-row>small{white-space:nowrap}.history-list>.history-group>.history-detail{background:#f5f8fa;height:auto;min-height:0;margin:0 0 10px;padding:10px 18px;display:block;position:static;overflow:visible}.history-list>.history-group>.history-detail>div{background:0 0;height:auto;min-height:38px;display:grid}@media (width<=680px){.history-list>.history-group>.history-row{grid-template-columns:minmax(92px,auto) minmax(90px,1fr) 88px 25px}}.inline-entry{border:2px solid var(--blue);background:#f7fbfd;padding:12px 8px!important}.inline-entry input,.inline-entry select{background:0 0;border:0;border-bottom:1px solid #9eabb6;outline:none;width:100%;min-width:0;padding:8px 4px}.inline-entry input:focus,.inline-entry select:focus{border-color:var(--deep)}.inline-entry span:nth-child(2) small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.inline-entry span:nth-child(5){align-items:center;gap:4px;display:flex}.inline-entry span:nth-child(5)>b{font:900 17px Arial}.inline-entry .krw-entry>b{color:#218fbe}.entry-actions{gap:3px;display:flex}.entry-actions button{width:28px;height:28px;background:var(--deep)!important;color:#fff!important;padding:0!important}.entry-actions button:last-child{color:var(--ink)!important;background:#dfe6eb!important}.income-banner{background:linear-gradient(110deg,#fff 0 67%,#fff5b8 67%)}.income-banner-actions{flex-direction:column;align-items:flex-end;gap:14px;padding-right:30px;display:flex}.income-banner-actions strong{color:var(--deep);font:900 38px Arial}.income-banner-actions button{border:1px solid var(--deep);background:var(--deep);color:#fff;box-shadow:5px 5px 0 var(--blue);padding:11px 18px;font-weight:800}.income-inline-entry{border:2px solid var(--yellow);background:#fffbea;grid-template-columns:135px 1.25fr .9fr 1fr .8fr 1fr;align-items:end;gap:14px;margin:18px 0;padding:18px 20px;display:grid;box-shadow:6px 6px #ffe88a}.income-inline-entry label{color:var(--muted);gap:7px;font-size:11px;font-weight:700;display:grid}.income-inline-entry input,.income-inline-entry select{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #9eabb6;outline:none;padding:9px 4px}.income-inline-entry input:focus,.income-inline-entry select:focus{border-color:var(--deep)}.income-inline-entry label>span{align-items:center;gap:5px;display:flex}.income-inline-entry label>span b{color:var(--blue);font:900 18px Arial}.income-inline-entry small{color:var(--muted);grid-column:1/-1;font-size:10px}.income-inline-entry .cny span b{color:#d89500}.income-inline-entry .krw span b{color:#218fbe}@media (width<=980px){.income-inline-entry{grid-template-columns:1fr 1fr}.income-inline-entry small{grid-column:1/-1}}@media (width<=680px){.income-banner-actions{padding-right:0}.income-banner-actions strong{display:none}.income-inline-entry{grid-template-columns:1fr}}.income-board .month-chart button i{background:#2db27d}.income-board .month-chart button:hover i{background:var(--yellow)}.income-list button{border-left:4px solid #2db27d}.service-error{background:#fff2b8;border:1px solid #d5aa1d;align-items:center;gap:14px;margin:-8px 0 24px;padding:13px 16px;font-size:12px;display:flex}.service-error b{color:#8a5b00}.service-error span{color:#6e5a24}.history-actions{align-items:center;gap:8px;display:flex}.history-actions button{background:#fff;border:1px solid #b9c5ce;padding:8px 11px;font-size:11px}.history-actions button:disabled{opacity:.35;cursor:not-allowed}.editable-row:hover{background:#f7fbfd}.row-actions{gap:2px;display:flex}.row-actions button{color:#8a98a5;background:0 0;border:0;padding:3px}.row-actions button:hover{color:var(--deep)}.editable-row{cursor:text}.row-more{justify-self:end;position:relative}.row-more summary{cursor:pointer;color:#7f8993;letter-spacing:-1px;font-weight:800;list-style:none}.row-more summary::-webkit-details-marker{display:none}.row-more>button{z-index:20;width:100px;position:absolute;top:25px;right:0;box-shadow:0 5px 14px #17233f26;color:#c74747!important;background:#fff!important;border:1px solid #d6dde2!important;padding:8px!important;font-size:11px!important}.edit-entry{background:#fffbe6;grid-template-columns:140px minmax(180px,1.4fr) minmax(110px,.8fr) minmax(150px,1fr) minmax(150px,1fr)}.edit-entry input[type=date]{min-width:132px}.category-manager{background:#f7fbfd;border:1px solid #cbd7df;margin-bottom:18px;padding:16px}.category-manager form{grid-template-columns:1fr 72px 110px;gap:10px;margin-bottom:14px;display:grid}.category-manager form input{background:#fff;border:1px solid #b8c4cf;min-width:0;padding:9px}.category-manager form input[type=color]{width:72px;padding:3px}.category-manager form button{background:var(--deep);color:#fff;border:0;font-weight:800}.category-manager>div{flex-wrap:wrap;gap:8px;display:flex}.category-manager>div>span{border:1px solid #bdc8d0;align-items:center;gap:7px;padding:6px 8px;display:flex}.category-manager>div input[type=color]{background:0 0;border:0;width:22px;height:22px;padding:0}.category-manager>div button{color:#6b7689;background:0 0;border:0;font-size:16px}.account-settings-list{grid-template-columns:repeat(2,minmax(260px,1fr));width:100%;display:grid!important}.account-setting{border:1px solid #c4cdd4;padding:8px}.account-setting>button{text-align:left;width:100%;background:0 0!important;border:0!important}.account-swatches{gap:6px;padding:5px 8px 3px;display:flex}.account-swatches button{width:22px;min-width:22px;height:22px;border:2px solid #173d722e!important;padding:0!important}.account-swatches button.selected{outline:2px solid var(--deep);outline-offset:1px}.account-card{cursor:grab;transition:transform .15s,box-shadow .15s}.account-card:active{cursor:grabbing;transform:scale(.985)}.hero-balance{background:var(--yellow);border:2px solid var(--deep);width:245px;box-shadow:8px 8px 0 var(--deep);align-self:center;gap:8px;padding:24px;display:grid}.hero-balance small,.hero-balance i{color:#4c5060;font-size:11px;font-style:normal}.hero-balance b{color:var(--ink);font:900 36px Arial}.hero-balance i{color:#4c5060;background:0 0;justify-self:end;width:auto;margin-top:5px;padding:0;font-size:9px}.compare-columns{grid-template-columns:1fr 1fr;gap:22px;display:grid}.compare-column+.compare-column{border-left:1px solid #dbe3e8;padding-left:22px}.compare-column h4{color:var(--deep);margin:0 0 16px}.compare-column .bar-row{grid-template-columns:62px 1fr 62px;gap:8px}.empty-note{color:var(--muted);font-size:12px}.fixed-summary{background:var(--blue);border:1px solid var(--deep);box-shadow:8px 8px 0 var(--deep);justify-content:space-between;gap:30px;margin-bottom:28px;padding:34px 40px;display:flex}.fixed-summary h2{margin:5px 0 12px;font-size:30px}.fixed-summary strong{color:var(--yellow);font:900 48px Arial;display:block}.fixed-summary small{color:#31546e;margin-top:8px;display:block}.fixed-summary>div:last-child{border:1px solid var(--deep);background:#fff;align-self:center;min-width:230px;padding:22px 28px}.fixed-summary>div:last-child span,.fixed-summary>div:last-child small{color:var(--muted);font-size:11px}.fixed-summary>div:last-child b{margin:10px 0;font:900 27px Arial;display:block}.fixed-entry{background:#fff;border:1px solid #cbd7df;grid-template-columns:1.4fr 1fr .8fr 1fr auto;gap:10px;margin-bottom:20px;padding:18px;display:grid}.fixed-entry input,.fixed-entry select{background:#fff;border:1px solid #b8c4cf;min-width:0;padding:10px}.fixed-entry button{background:var(--deep);color:#fff;border:0;padding:10px 14px;font-weight:800}.fixed-row{border-top:1px solid #e4e9ed;grid-template-columns:58px 1fr auto 28px;align-items:center;gap:16px;padding:14px 0;display:grid}.fixed-row.disabled{opacity:.45}.fixed-row small{color:var(--muted);margin-top:5px;font-size:10px;display:block}.fixed-row strong{font:900 16px Arial}.fixed-row button{border:0}.fixed-toggle{background:var(--sky);color:var(--deep);padding:6px}.fixed-delete{color:#98a3ad;background:0 0;font-size:20px}@media (width<=760px){.account-settings-list{grid-template-columns:1fr}.category-manager form{grid-template-columns:1fr 60px}.category-manager form button{grid-column:1/-1;padding:10px}}@media (width<=1100px){.fixed-entry{grid-template-columns:1fr 1fr 1fr}.compare-columns{grid-template-columns:1fr}.compare-column+.compare-column{border-top:1px solid #dbe3e8;border-left:0;padding:18px 0 0}.hero-balance{width:220px}}@media (width<=680px){.hero-balance{display:none}.fixed-summary{padding:25px;display:block}.fixed-summary>div:last-child{margin-top:20px}.fixed-entry{grid-template-columns:1fr}.compare-column .bar-row{grid-template-columns:58px 1fr 58px}}.view-switch{border:1px solid #b9c5ce;display:flex}.history-actions .view-switch button{border:0}.view-switch button.selected{background:var(--deep);color:#fff}.history-actions>select{background:#fff;border:1px solid #b9c5ce;padding:8px 10px;font-size:11px}.category-pie-panel{border-top:1px solid #e4e9ed;grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);align-items:center;gap:46px;padding:36px 4vw;display:grid}.pie-wrap{place-items:center;display:grid}.category-pie{aspect-ratio:1;width:min(330px,80vw);box-shadow:6px 6px 0 var(--sky);border-radius:50%;place-items:center;display:grid}.category-pie>span{aspect-ratio:1;background:#fff;border:1px solid #d7e0e6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:48%;display:flex}.category-pie b{font:900 20px Arial}.category-pie small{color:var(--muted);margin-top:5px;font-size:10px}.pie-legend>div:first-child{margin-bottom:22px}.pie-legend h3{margin:0 0 6px;font-size:24px}.pie-legend>div:first-child small{color:var(--muted)}.pie-legend-row{border-top:1px solid #e7ebee;grid-template-columns:14px 1fr 55px 100px;align-items:center;gap:10px;padding:12px 0;font-size:12px;display:grid}.pie-legend-row i{width:12px;height:12px}.pie-legend-row b,.pie-legend-row strong{text-align:right}.pie-legend-row strong{font-family:Arial}@media (width<=850px){.record-tools{align-items:stretch;gap:12px}.record-tools,.history-actions{flex-wrap:wrap}.category-pie-panel{grid-template-columns:1fr;padding:28px 0}.pie-legend-row{grid-template-columns:14px 1fr 50px 90px}}.month-control{background:#fff;border:1px solid #b8c4cf;display:flex}.month-control input{min-width:155px;border:0!important}.month-control .year-select{text-align:center;cursor:pointer;background:#fff;border:0;outline:none;min-width:155px;padding:0 36px;font-size:18px}.month-control button{width:34px;color:var(--deep);background:#fff;border:0;font-size:23px}.month-control button:hover{background:var(--sky)}@media (width<=680px){.month-control{display:none}}.color-picker,.emoji-picker{position:relative}.color-picker summary,.emoji-picker summary{cursor:pointer;list-style:none}.color-picker summary::-webkit-details-marker{display:none}.emoji-picker summary::-webkit-details-marker{display:none}.color-picker summary{background:#fff;border:1px solid #aeb9c2;place-items:center;width:38px;height:32px;display:grid}.color-picker summary i{border:1px solid #7f8992;width:26px;height:18px;display:block}.color-palette{z-index:30;background:#fff;border:1px solid #c4cbd1;border-radius:7px;grid-template-columns:repeat(9,26px);gap:6px;width:292px;padding:12px;display:grid;position:absolute;top:39px;right:0;box-shadow:0 6px 18px #17233f33}.color-palette button{min-width:26px;border:1px solid #17233f24!important;width:26px!important;height:26px!important;padding:0!important}.color-palette button.selected{outline:2px solid var(--ink);outline-offset:2px}.emoji-picker summary{background:#fff;border:1px solid #b8c4cf;place-items:center;width:40px;height:34px;font-size:20px;display:grid}.emoji-palette{z-index:31;background:#fff;border:1px solid #c4cbd1;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;width:280px;padding:10px;position:absolute;top:40px;left:0;overflow:hidden;box-shadow:0 6px 18px #17233f33;display:grid!important}.emoji-palette button{place-items:center;overflow:hidden;background:0 0!important;border:0!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;padding:4px!important;font-size:21px!important;line-height:1!important;display:grid!important}.emoji-palette button:hover{background:var(--sky)!important}.category-manager form{grid-template-columns:1fr 42px 42px 110px}.category-manager>div>span>.color-picker,.category-manager>div>span>.emoji-picker{flex:none}.category-manager>div>span>.color-picker summary,.category-manager>div>span>.emoji-picker summary{background:#ffffff73;border:0}.account-setting>.color-picker{margin:5px 8px}.account-setting>.color-picker .color-palette{left:0;right:auto}.customization-picker[open]{z-index:40}.category-manager>div>span:nth-last-child(-n+3) .emoji-palette{left:auto;right:0}.category-manager{overflow:visible}.category-manager>div>span{position:relative}@media (width<=760px){.category-manager form{grid-template-columns:1fr 42px 42px}.category-manager form>button{grid-column:1/-1}.color-palette{left:0;right:auto}}.sidebar .brand{width:100%;padding-left:8px}.sidebar .brand>div{width:100%;min-width:0}.brand-name{color:#fff;letter-spacing:.04em;white-space:nowrap;background:0 0;border:0;max-width:100%;padding:0;font-size:27px;font-weight:800}.brand-name.long{letter-spacing:.02em;font-size:22px}.brand-name:hover{text-decoration:underline;-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:5px}.brand-subtitle{max-width:100%;color:var(--yellow);letter-spacing:.14em;white-space:nowrap;background:0 0;border:0;margin-top:8px;padding:0;font:700 10px Arial;display:block}.brand-subtitle:hover{text-underline-offset:4px;text-decoration:underline}@media (width<=980px){.sidebar .brand{padding-left:4px}.sidebar .brand .brand-name,.sidebar .brand .brand-subtitle{display:none}}.hero-card>div:first-child{width:min(66%,760px);min-width:0}.motto-edit{background:linear-gradient(transparent 68%,var(--yellow) 68%);width:min(100%,650px);font:inherit;font-weight:inherit;text-align:left;white-space:normal;overflow-wrap:anywhere;cursor:text;border:0;padding:0;line-height:1.2;display:block}.motto-edit:hover{outline-offset:5px;outline:1px dashed #9aa7b2}.record-table-group{border:1px solid #d8e0e6;margin-bottom:30px}.record-table-title{background:#f7fafc;justify-content:space-between;align-items:center;padding:17px 16px;display:flex}.record-table-title h3{margin:0;font-size:19px}.record-table-title span{color:var(--muted);font-size:11px}.record-table-group.income{border-top:4px solid #49b37d}.record-table-group.expense{border-top:4px solid #e06464}.record-table-group .tr{grid-template-columns:155px minmax(150px,1.15fr) minmax(110px,.8fr) minmax(140px,1fr) minmax(140px,1fr) 30px}.record-table-group .income-record-row{grid-template-columns:155px minmax(145px,1.05fr) minmax(105px,.75fr) minmax(125px,.9fr) minmax(130px,1.1fr) minmax(120px,.8fr) 30px}.record-table-group .inline-entry input[type=date]{min-width:145px;padding-left:4px;padding-right:2px}.income-note{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.finance-hero{background:var(--blue);border:1px solid var(--deep);box-shadow:8px 8px 0 var(--deep);justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px;padding:32px 38px;display:flex}.finance-hero h2{margin:5px 0 8px;font-size:32px}.finance-hero>div>small{color:#31546e}.finance-net{border:1px solid var(--deep);background:#fff;min-width:250px;padding:20px 28px}.finance-net span,.finance-net small{color:var(--muted);font-size:11px;display:block}.finance-net b{margin:9px 0;font:900 31px Arial;display:block}.finance-kpis{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px;display:grid}.finance-kpis article{box-shadow:5px 5px 0 var(--sky);background:#fff;border:1px solid #d1dbe2;padding:20px}.finance-kpis article.yellow{background:var(--yellow);box-shadow:5px 5px 0 var(--deep)}.finance-kpis span,.finance-kpis small{color:var(--muted);font-size:10px;display:block}.finance-kpis b{margin:10px 0;font:900 23px Arial;display:block}.finance-columns{grid-template-columns:1fr 1fr;gap:20px;display:grid}.finance-line{border-top:1px solid #e6eaed;grid-template-columns:1fr auto 24px;align-items:center;gap:12px;padding:12px 3px;display:grid}.finance-assets .finance-line{grid-template-columns:1fr auto}.finance-line span{font-size:12px}.finance-line small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.finance-line>b{font:800 13px Arial}.finance-line.liability>b{color:#d65353}.finance-line.receivable>b{color:#17885c}.finance-line button{color:#98a3ad;background:0 0;border:0;font-size:18px}.finance-entry{background:#fff;border:1px solid #d1dbe2;grid-template-columns:1.2fr 1fr .8fr .8fr 1fr 1fr auto;gap:9px;margin-top:20px;padding:17px;display:grid}.finance-entry input,.finance-entry select{background:#fff;border:1px solid #bcc7cf;min-width:0;padding:9px}.finance-entry button{background:var(--deep);color:#fff;border:0;padding:10px 14px;font-weight:800}.finance-footnote{color:var(--muted);margin-top:13px;font-size:10px}@media (width<=1100px){.finance-kpis{grid-template-columns:1fr 1fr}.finance-entry{grid-template-columns:1fr 1fr 1fr}.finance-entry button{grid-column:1/-1}.finance-columns{grid-template-columns:1fr}}@media (width<=680px){.finance-hero{padding:25px;display:block}.finance-net{margin-top:18px}.finance-kpis,.finance-entry{grid-template-columns:1fr}}.linked-fixed-head{border-top:2px solid var(--sky);justify-content:space-between;align-items:center;margin-top:24px;padding:14px 3px 10px;display:flex}.linked-fixed-head b,.linked-fixed-head small{display:block}.linked-fixed-head small{color:var(--muted);margin-top:4px;font-size:9px}.linked-fixed-head button{color:#258ebd;background:0 0;border:0;font-size:11px}.finance-line.fixed-linked{grid-template-columns:1fr auto}.finance-line.fixed-linked>b{color:var(--deep)}.fixed-suggestions{box-shadow:5px 5px 0 var(--sky);background:#fff;border:1px solid #cbd7df;margin:22px 0;padding:22px 26px}.fixed-suggestion-head{justify-content:space-between;align-items:start;margin-bottom:12px;display:flex}.fixed-suggestion-head h3{margin:0 0 5px;font-size:22px}.fixed-suggestion-head small{color:var(--muted);font-size:10px}.fixed-suggestion-head>b{color:var(--muted);font-size:11px}.fixed-suggestion-row{border-top:1px solid #e6eaed;grid-template-columns:1fr 150px 80px 55px 120px;align-items:center;gap:12px;padding:13px 0;display:grid}.fixed-suggestion-row>div small,.fixed-suggestion-row>strong small{color:var(--muted);margin-top:4px;font-size:9px;display:block}.fixed-suggestion-row>strong{text-align:right;font:900 16px Arial}.fixed-suggestion-row>span{color:#17885c;text-align:right;font-size:10px}.fixed-suggestion-row>button{background:var(--deep);color:#fff;border:0;padding:8px;font-size:10px;font-weight:800}.fixed-suggestion-row>button.ignore{color:var(--muted);background:0 0;font-weight:400}.suggestion-name-input{background:0 0;border:1px solid #0000;outline:none;width:100%;padding:5px 6px 5px 0;font-weight:800;display:block}.suggestion-name-input:hover,.suggestion-name-input:focus{background:#f8fcfe;border-color:#9bcfe8;padding-left:6px}.suggestion-amount-input{grid-template-columns:auto 1fr;place-items:center end;display:grid}.suggestion-amount-input b{font:900 16px Arial}.suggestion-amount-input input{text-align:right;background:0 0;border:1px solid #0000;outline:none;width:110px;padding:5px;font:900 16px Arial}.suggestion-amount-input input:hover,.suggestion-amount-input input:focus{background:#f8fcfe;border-color:#9bcfe8}.suggestion-amount-input small{color:var(--muted);grid-column:1/-1;margin-top:2px;font-size:9px}.fixed-suggestion-row>button:disabled{opacity:.45;cursor:not-allowed}.suggestion-notice{color:#15724d;background:#e7f7ef;border-left:4px solid #45b27d;margin:8px 0 12px;padding:9px 12px;font-size:11px;font-weight:700}.suggestion-notice.error{color:#b52d2d;background:#fff0f0;border-left-color:#e06464}.excel-manager-actions{gap:12px;display:grid}.excel-manager-actions a{text-align:center;text-decoration:none}.excel-manager-actions label{cursor:pointer}.excel-manager-actions input[type=file]{display:none}@media (width<=850px){.fixed-suggestion-row{grid-template-columns:1fr auto}.fixed-suggestion-row>span{display:none}.fixed-suggestion-row>button{grid-row:2}.fixed-suggestion-row>strong{text-align:right}}.balance-snapshot-panel{flex-direction:column;min-width:0;min-height:420px;display:flex}.snapshot-card-list{scrollbar-gutter:stable;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:360px;padding:2px 8px 8px 2px;display:grid;overflow-y:auto}.snapshot-card{box-shadow:4px 4px 0 var(--blue);border:1px solid #c8d3dc;min-width:0;padding:14px 15px}.snapshot-card.cny{box-shadow:4px 4px 0 var(--yellow)}.snapshot-card>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.snapshot-card>div b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.snapshot-card>div small{color:var(--muted);font:700 9px Arial}.snapshot-card>strong{white-space:nowrap;text-overflow:ellipsis;margin:12px 0 10px;font:900 20px Arial;display:block;overflow:hidden}.snapshot-card.krw>strong{color:#168fbe}.snapshot-card footer{color:var(--muted);justify-content:space-between;gap:8px;font-size:9px;display:flex}.snapshot-card footer time{white-space:nowrap}.snapshot-count{text-align:right;color:var(--muted);margin-top:auto;padding-top:13px;font-size:10px;display:block}@media (width<=1100px){.snapshot-card-list{grid-template-columns:1fr}}@media (width<=680px){.balance-snapshot-panel{min-height:0}.snapshot-card-list{grid-template-columns:1fr;max-height:320px}}.blank-entry-row{color:#87919b;text-align:center;background:#fbfdfe;border:1px dashed #b9c9d4;border-left:0;border-right:0;width:100%;min-height:42px;font-size:12px}.blank-entry-row:hover{background:var(--sky);color:var(--deep)}.blank-entry-row span{margin-right:7px;font-weight:900}.top-entry{border-left:0;border-right:0;margin:0}.top-entry>span:last-child{min-height:1px}.category-manager>div{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:stretch;width:100%;display:grid!important}.category-manager>div>span{gap:8px;min-width:0;height:62px;padding:8px 10px;display:flex;overflow:visible}.category-manager>div>span>b{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.category-manager>div>span>b small{color:var(--muted);margin-top:2px;font-size:8px;font-weight:500;display:block}.category-manager>div>span>.category-enable{color:var(--deep);padding:3px;font-size:9px}.color-palette,.emoji-palette{left:var(--picker-left)!important;right:auto!important;top:var(--picker-top)!important;margin:0!important;position:fixed!important}.category-delete-overlay{z-index:80;background:#0e1f3973;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.category-delete-dialog{border:2px solid var(--deep);width:min(620px,100%);max-height:calc(100vh - 48px);box-shadow:9px 9px 0 var(--blue);background:#fff;padding:28px 30px;overflow:auto}.category-delete-dialog h3{margin:4px 0 8px;font-size:25px}.category-delete-dialog>p:not(.kicker){color:var(--muted);margin-bottom:20px;font-size:12px}.category-delete-dialog form{gap:12px;display:grid}.category-delete-dialog fieldset{border:1px solid #cbd7df;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;padding:16px;display:grid}.category-delete-dialog legend{padding:0 7px}.category-delete-dialog legend small,.disable-category-button small{color:var(--muted);margin-top:4px;font-size:9px;font-weight:400;display:block}.category-delete-dialog label{font-size:10px;font-weight:700}.category-delete-dialog select,.category-delete-dialog input{background:#fff;border:1px solid #b8c4cf;width:100%;margin-top:6px;padding:10px;display:block}.merge-category-button{background:var(--deep);color:#fff;border:0;grid-column:1/-1;padding:11px;font-weight:800}.disable-category-button,.cancel-category-button{text-align:left;background:#f7fafc;border:1px solid #cbd7df;width:100%;padding:13px 15px}.disable-category-button b{display:block}.cancel-category-button{text-align:center;color:var(--muted);background:#fff}@media (width<=680px){.category-manager>div{grid-template-columns:1fr}.category-delete-dialog{padding:22px 18px}.category-delete-dialog fieldset{grid-template-columns:1fr}.merge-category-button{grid-column:auto}}.single-page-switch{color:var(--muted);justify-content:flex-end;align-items:center;gap:14px;margin:0 0 14px;font-size:11px;display:flex}.single-page-switch button,.record-type-toggle{border:1px solid var(--deep);color:var(--deep);background:#fff;padding:9px 13px;font-weight:800}.single-page-switch.income button,.record-type-toggle.income{color:#17885c;border-color:#17885c}.history-actions .record-type-toggle{white-space:nowrap}.record-tools{gap:18px}.record-tools>.history-actions{flex-wrap:wrap;justify-content:flex-end}.fixed-suggestions>summary{cursor:pointer;margin-bottom:0;list-style:none}.fixed-suggestions>summary::-webkit-details-marker{display:none}.fixed-suggestions[open]>summary{margin-bottom:12px}.fixed-suggestion-head i{margin-left:5px;font-style:normal;transition:transform .18s;display:inline-block}.fixed-suggestions[open] .fixed-suggestion-head i{transform:rotate(180deg)}.finance-shortcuts{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;display:grid}.finance-shortcuts button{text-align:left;box-shadow:5px 5px 0 var(--sky);background:#fff;border:1px solid #d1dbe2;padding:17px 20px}.finance-shortcuts span,.finance-shortcuts small{color:var(--muted);font-size:10px;display:block}.finance-shortcuts b{margin:7px 0;font:900 20px Arial;display:block}.finance-columns{grid-template-columns:1fr}.finance-obligations{min-height:180px}@media (width<=900px){.record-tools{align-items:stretch}.record-tools,.record-tools>.history-actions{flex-direction:column}.record-tools input{width:100%}.finance-shortcuts{grid-template-columns:1fr}.single-page-switch{justify-content:space-between}}.side-note-actions{justify-items:start;gap:12px;display:grid}.side-note .mobile-switch{color:#fff;background:#ffffff0f;border:1px solid #9fdcf58c;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:800;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.side-note .mobile-switch span{color:var(--yellow);font-size:18px;line-height:1;transform:rotate(90deg)}.side-note .mobile-switch:hover{border-color:var(--yellow);background:var(--yellow);color:var(--deep);transform:translateY(-1px)}.side-note .mobile-switch:hover span{color:var(--deep)}.profile-page{color:#102342;background:radial-gradient(circle at 0 0,#d9f5eb 0,#0000 28%),radial-gradient(circle at 100% 0,#fff0f4 0,#0000 30%),#fbfcfe;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:48px;display:flex}.profile-heading{text-align:center;max-width:720px}.ledger-mark{color:#ffdc58;background:#1d477e;border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 22px;font-size:40px;font-weight:900;display:grid;box-shadow:10px 10px #58b3d9}.profile-heading h1{margin:0 0 12px;font-size:40px}.profile-heading p{color:#6d7e95;font-size:18px}.profile-grid{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:44px;display:flex}.profile-card{cursor:pointer;color:#102342;background:#fff;border:1px solid #d7e0e8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:220px;height:250px;transition:transform .18s,box-shadow .18s;display:flex}.profile-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #183b6d20}.profile-card span,.dialog-avatar{color:#fff;border-radius:50%;place-items:center;width:104px;height:104px;font-size:46px;font-weight:800;display:grid}.profile-card b{font-size:21px}.profile-card small{color:#7b8798}.profile-card.add span{color:#657284;background:#edf1f4}.auth-overlay{z-index:10000;background:#0a193259;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.auth-dialog{text-align:center;color:#102342;background:#fff;border:1px solid #cad5df;border-radius:14px;width:min(440px,100%);padding:38px;position:relative;box-shadow:0 30px 80px #07152f44}.dialog-close{color:#728096;cursor:pointer;background:0 0;border:0;font-size:30px;position:absolute;top:12px;right:15px}.dialog-avatar{margin:0 auto 20px}.auth-dialog h2{margin:0 0 8px;font-size:27px}.auth-dialog>p{color:#718097;margin:0 0 24px}.auth-dialog form{text-align:left;gap:15px;display:grid}.auth-dialog input{box-sizing:border-box;width:100%;font:inherit;border:1px solid #aebdca;outline:none;padding:13px 14px}.auth-dialog input:focus{border-color:#1e4b83;box-shadow:0 0 0 3px #58b3d933}.create-form label{color:#62748b;gap:6px;font-size:14px;display:grid}.create-form fieldset{border:0;gap:9px;margin:4px 0;padding:0;display:flex}.create-form legend{color:#62748b;margin-bottom:8px}.color-radio{cursor:pointer;border-radius:50%;width:28px;height:28px;display:block!important}.color-radio input{opacity:0;width:100%;height:100%;margin:0}.color-radio:has(input:checked){outline-offset:2px;outline:3px solid #102342}.auth-primary{color:#fff;cursor:pointer;background:#1d477e;border:0;padding:14px;font-size:17px;font-weight:800;box-shadow:5px 5px #58b3d9}.auth-error{color:#b62727;background:#fff0f0;padding:10px 12px;font-size:14px}.auth-loading{color:#1d477e;place-items:center;min-height:100vh;font-size:20px;display:grid}.profile-fab{z-index:9000;color:#fff;cursor:pointer;border:3px solid #fff;border-radius:50%;width:48px;height:48px;font-size:20px;font-weight:800;position:fixed;bottom:22px;right:22px;box-shadow:0 3px 15px #0c203c4d}.profile-menu{z-index:9000;color:#102342;background:#fff;border:1px solid #c9d4de;gap:8px;width:210px;padding:17px;display:grid;position:fixed;bottom:80px;right:22px;box-shadow:0 12px 34px #0d254a2e}.profile-menu small{color:#758298;margin-bottom:6px}.profile-menu button{text-align:left;color:#173e70;cursor:pointer;background:#eef5f8;border:0;padding:10px;font-weight:700}@media (width<=700px){.profile-page{padding:24px}.profile-heading h1{font-size:30px}.profile-card{width:170px;height:210px}.auth-dialog{padding:30px 22px}}.auth-overlay{overflow:auto}.auth-dialog{box-sizing:border-box;max-height:calc(100vh - 48px);padding-top:30px;padding-bottom:30px;overflow:auto}html:has(.mobile-profile-page){height:100%;overflow:hidden}body:has(.mobile-profile-page){height:100%;overflow:hidden}body:has(.mobile-profile-page) #root{height:100%;overflow:hidden}.mobile-profile-page{scrollbar-width:none;background:radial-gradient(circle at 0 0,#64cae547,#0000 36%),radial-gradient(circle at 100% 0,#ffdd583d,#0000 38%),#f5f6fa;justify-content:flex-start;width:100%;height:100%;min-height:100%;padding:70px 20px 34px;overflow-y:auto}.mobile-profile-page::-webkit-scrollbar{display:none}.mobile-profile-page .profile-heading{text-align:left;width:100%;max-width:none}.mobile-profile-page .ledger-mark{border-radius:18px;width:58px;height:58px;margin:0 0 34px;font-size:28px;box-shadow:7px 7px #58b3d9}.mobile-profile-page .profile-heading h1{letter-spacing:-.045em;margin:0;font-size:29px;line-height:1.12}.mobile-profile-page .profile-heading p{color:#788391;max-width:320px;margin:12px 0 0;font-size:12px;line-height:1.55}.mobile-profile-page .profile-grid{gap:10px;width:100%;margin-top:30px;display:grid}.mobile-profile-page .profile-card{text-align:left;background:#ffffffe6;border:0;border-radius:22px;grid-template-rows:auto auto;grid-template-columns:54px minmax(0,1fr);justify-items:start;gap:2px 13px;width:100%;height:auto;min-height:78px;padding:12px 42px 12px 12px;display:grid;position:relative;box-shadow:0 10px 28px #283d5812}.mobile-profile-page .profile-card:hover{transform:none;box-shadow:0 10px 28px #283d581a}.mobile-profile-page .profile-card:active{background:#fff;transform:scale(.985)}.mobile-profile-page .profile-card:after{content:"›";color:#a4abb4;font-size:25px;font-weight:400;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.mobile-profile-page .profile-card span{border-radius:17px;grid-row:1/3;width:54px;height:54px;font-size:23px}.mobile-profile-page .profile-card b{white-space:nowrap;text-overflow:ellipsis;align-self:end;max-width:100%;font-size:15px;overflow:hidden}.mobile-profile-page .profile-card small{color:#8a919c;white-space:nowrap;text-overflow:ellipsis;align-self:start;max-width:100%;font-size:10px;overflow:hidden}.mobile-profile-page .profile-card.add span{color:#647182;background:#edf2f6}.mobile-profile-page .auth-overlay,.mobile-profile-page~.auth-overlay{padding:14px}@media (height<=700px){.mobile-profile-page{padding-top:58px}.mobile-profile-page .ledger-mark{margin-bottom:24px}.mobile-profile-page .profile-grid{margin-top:22px}}.mobile-profile-page .auth-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1b263652;align-items:flex-end;padding:12px}.mobile-profile-page .auth-dialog{width:100%;max-width:none;padding:24px 20px calc(22px + env(safe-area-inset-bottom));border:0;border-radius:28px;box-shadow:0 18px 48px #1e31482e}.mobile-profile-page .dialog-avatar{border-radius:18px;width:58px;height:58px;margin:0 auto 14px;font-size:23px}.mobile-profile-page .auth-dialog h2{letter-spacing:-.025em;margin-bottom:5px;font-size:20px}.mobile-profile-page .auth-dialog>p{margin-bottom:18px;font-size:11px}.mobile-profile-page .auth-dialog input{background:#f0f3f7;border:0;border-radius:15px;min-height:48px;padding:0 15px;font-size:14px}.mobile-profile-page .auth-primary{min-height:48px;box-shadow:none;border-radius:15px;font-size:14px}.mobile-profile-page .dialog-close{background:#f0f2f5;border-radius:50%;width:34px;height:34px;top:16px;right:16px}:root{--demo-text:#101114;--demo-muted:#737680;--demo-card:#ffffffd1}.health-demo-stage{background:radial-gradient(circle at 18% 12%,#d7d9ff 0,#0000 30%),radial-gradient(circle at 82% 8%,#ffd4c8 0,#0000 32%),#eef1f6;align-content:center;place-items:center;gap:14px;min-height:100vh;padding:34px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;display:grid}.health-demo-phone{background:#f7f6fb;border:10px solid #15171c;border-radius:52px;width:min(390px,100vw - 28px);height:min(844px,100vh - 80px);min-height:620px;position:relative;overflow:hidden;box-shadow:0 32px 80px #2427364d,inset 0 0 0 1px #fff3}.health-demo-island{z-index:20;background:#111318;border-radius:20px;width:112px;height:30px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 -1px 1px #ffffff14}.health-demo-stage-note{color:#757986;margin:0;font-size:12px}.health-demo{min-height:100vh;color:var(--demo-text);background:radial-gradient(circle at 72% -8%,#ffd1c6 0,#0000 30%),radial-gradient(circle at 30% 0,#cfcbff 0,#0000 34%),linear-gradient(#f7f5ff 0,#f5f7fb 52%,#eef2f7 100%);grid-template-columns:230px 1fr;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;display:grid}.health-demo button{border:0}.health-demo-nav{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#f5f8fda8;border-right:1px solid #ffffffb8;flex-direction:column;height:100vh;padding:30px 20px;display:flex;position:sticky;top:0}.demo-brand{align-items:center;gap:12px;margin:0 8px 44px;display:flex}.demo-brand>i,.demo-avatar{color:#fff;background:linear-gradient(145deg,#78cfee,#8c83db 58%,#f49aaa);border-radius:50%;place-items:center;width:46px;height:46px;font-style:normal;font-weight:800;display:grid;box-shadow:0 8px 22px #606aab38}.demo-brand span{gap:3px;display:grid}.demo-brand b{font-size:16px}.demo-brand small{letter-spacing:.12em;color:#727789;font:700 8px Arial}.health-demo-nav nav{gap:6px;display:grid}.health-demo-nav nav button{text-align:left;background:0 0;border-radius:14px;align-items:center;gap:13px;padding:13px 14px;font-weight:650;display:flex}.health-demo-nav nav button i{color:#707785;width:25px;font-size:19px;font-style:normal}.health-demo-nav nav button.active{background:#ffffffdb;box-shadow:0 10px 28px #3e465c14}.health-demo-nav nav button.active i{color:#2488e5}.health-demo-nav>a{color:#69707d;margin-top:auto;padding:12px;font-size:11px;text-decoration:none}.health-demo-content{isolation:isolate;min-width:0;padding:42px clamp(30px,5vw,76px) 80px;position:relative}.health-demo-content:before{content:"";z-index:-1;filter:blur(18px);opacity:.72;pointer-events:none;background:linear-gradient(100deg,#b2b7ff9e,#e6bee880 48%,#ffbeae94);height:185px;position:absolute;top:0;left:0;right:0}.demo-topbar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.demo-topbar small{color:var(--demo-muted);font-size:11px}.demo-topbar h1{letter-spacing:-.05em;margin:7px 0 0;font-size:38px}.demo-avatar{border:0;font-size:16px}.demo-hero{background:radial-gradient(circle at 82% 15%,#ffffffb8,#0000 25%),linear-gradient(125deg,#9eafff 0,#d7b2e9 43%,#ffac9e 100%);border-radius:32px;justify-content:space-between;align-items:center;min-height:230px;padding:38px 42px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 55px #755c9a2e}.demo-hero:before{content:"";-webkit-backdrop-filter:blur(24px)saturate(125%);backdrop-filter:blur(24px)saturate(125%);background:linear-gradient(135deg,#ffffff8f,#ffffff42);border:1px solid #ffffff9e;border-radius:24px;position:absolute;inset:20px 190px 20px 20px;box-shadow:inset 0 1px #ffffffc7,0 14px 36px #5b4f821a}.demo-hero>div{z-index:1;position:relative}.demo-hero>div:first-child{gap:8px;padding-left:16px;display:grid}.demo-hero span{color:#545064;font-weight:600}.demo-hero strong{letter-spacing:-.045em;font-size:54px}.demo-hero small{color:#5f596b}.demo-ring{-webkit-backdrop-filter:blur(22px)saturate(130%);backdrop-filter:blur(22px)saturate(130%);background:#ffffffad;border:1px solid #ffffffb3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:145px;height:145px;display:flex;box-shadow:inset 0 0 0 12px #ffffff47,0 14px 35px #4b437024}.demo-ring b{font-size:36px}.demo-ring span{font-size:12px}.demo-ring small{margin-top:7px;font-size:10px}.demo-metrics{grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 42px;display:grid}.demo-metrics article{background:var(--demo-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;gap:6px;padding:24px 25px;display:grid;position:relative;box-shadow:0 14px 35px #37425814}.demo-metrics article>i{border-radius:50%;place-items:center;width:32px;height:32px;font-style:normal;font-weight:800;display:grid;position:absolute;top:20px;right:20px}.expense-icon{color:#e5535d;background:#ffe1e3}.income-icon{color:#208a5d;background:#d8f3e6}.balance-icon{color:#7554c7;background:#e9e1ff}.demo-metrics span{color:var(--demo-muted);font-size:11px}.demo-metrics b{font-size:27px}.demo-metrics small{color:var(--demo-muted);font-size:10px}.demo-section-title{justify-content:space-between;align-items:end;margin:0 4px 17px;display:flex}.demo-section-title small{letter-spacing:.17em;color:#5b84d5;font:800 9px Arial}.demo-section-title h2{margin:4px 0 0;font-size:25px}.demo-section-title button{color:#198ae5;background:0 0;font-size:12px}.demo-highlights{grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:42px;display:grid}.highlight-card{border-radius:27px;flex-direction:column;justify-content:space-between;min-height:270px;padding:27px;display:flex;box-shadow:0 16px 40px #3742581a}.highlight-card.coral{background:linear-gradient(145deg,#fff2ec,#ffd4cc)}.highlight-card.ocean{background:linear-gradient(145deg,#edfaff,#cfeaf7)}.highlight-card.lilac{background:linear-gradient(145deg,#f8f2ff,#e5d8ff)}.highlight-symbol{color:#4e5b7b;background:#ffffffb3;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.highlight-card small{color:#70737c}.highlight-card h3{margin:6px 0 8px;font-size:20px}.highlight-card p{color:#666975;min-height:56px;margin:0;font-size:12px;line-height:1.55}.highlight-card button{color:#147cc5;background:#ffffffa3;border-radius:13px;margin-top:16px;padding:10px 13px;font-weight:700}.demo-bottom-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.demo-trend-card,.demo-accounts-card{background:var(--demo-card);border-radius:27px;padding:27px;box-shadow:0 14px 38px #37425814}.demo-trend-card>div:first-child span,.demo-accounts-card header span{color:var(--demo-muted);font-size:11px;display:block}.demo-trend-card>div:first-child b,.demo-accounts-card header b{margin-top:5px;font-size:18px;display:block}.mini-bars{align-items:end;gap:12px;height:150px;margin:20px 0 13px;display:flex}.mini-bars i{background:linear-gradient(#769cff,#77d6c5);border-radius:9px 9px 3px 3px;flex:1}.demo-trend-card>small{color:var(--demo-muted)}.demo-accounts-card header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.demo-accounts-card header button{background:#eef1f5;border-radius:50%;width:32px;height:32px;font-size:22px}.demo-account{border-top:1px solid #e9ebef;grid-template-columns:12px 1fr auto;align-items:center;gap:12px;padding:15px 0;display:grid}.demo-account>i{border-radius:8px;width:10px;height:36px}.demo-account>i.mint{background:#72d6b1}.demo-account>i.blue{background:#72bceb}.demo-account>i.violet{background:#a994e8}.demo-account span b{font-size:12px;display:block}.demo-account span small{color:var(--demo-muted);margin-top:4px;font-size:9px;display:block}.demo-account strong{font-size:13px}@media (width<=980px){.health-demo{grid-template-columns:78px 1fr}.health-demo-nav{padding:24px 10px}.demo-brand span,.health-demo-nav nav span,.health-demo-nav>a{display:none}.demo-brand{margin:0 auto 35px}.health-demo-nav nav button{justify-content:center}.demo-highlights{grid-template-columns:1fr}.highlight-card{min-height:220px}.demo-bottom-grid{grid-template-columns:1fr}}@media (width<=680px){.health-demo{display:block}.health-demo-nav{z-index:5;border-radius:25px;width:auto;height:65px;padding:8px 12px;display:block;position:fixed;inset:auto 16px 12px;box-shadow:0 12px 35px #222b402e}.demo-brand,.health-demo-nav>a{display:none}.health-demo-nav nav{grid-template-columns:repeat(5,1fr)}.health-demo-nav nav button{padding:10px}.health-demo-content{padding:25px 17px 110px}.demo-topbar h1{font-size:34px}.demo-hero{min-height:210px;padding:29px 25px}.demo-hero:before{border-radius:22px;inset:14px 118px 14px 14px}.demo-hero>div:first-child{padding-left:4px}.demo-hero strong{font-size:39px}.demo-ring{width:110px;height:110px}.demo-metrics{grid-template-columns:1fr}.demo-highlights{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.highlight-card{scroll-snap-align:start;min-width:84vw}.demo-bottom-grid{grid-template-columns:1fr}}.health-demo-phone .health-demo{overscroll-behavior:contain;scrollbar-width:none;width:100%;height:100%;min-height:0;display:block;overflow-y:auto}.health-demo-phone .health-demo::-webkit-scrollbar{display:none}.health-demo-phone .health-demo-nav{z-index:12;-webkit-backdrop-filter:blur(28px)saturate(145%);backdrop-filter:blur(28px)saturate(145%);background:#fafafdc7;border:1px solid #ffffffd1;border-radius:25px;width:auto;height:64px;padding:7px 8px;display:block;position:absolute;inset:auto 12px 10px;box-shadow:0 12px 34px #232a3d33}.health-demo-phone .demo-brand,.health-demo-phone .health-demo-nav>a{display:none}.health-demo-phone .health-demo-nav nav{grid-template-columns:repeat(5,1fr);gap:2px;display:grid}.health-demo-phone .health-demo-nav nav button{border-radius:18px;justify-content:center;gap:2px;min-width:0;padding:8px 2px}.health-demo-phone .health-demo-nav nav button i{width:auto;font-size:18px}.health-demo-phone .health-demo-nav nav span{display:none}.health-demo-phone .health-demo-nav nav button.active{box-shadow:none;background:#ffffffb3}.health-demo-phone .health-demo-content{padding:54px 18px 102px}.health-demo-phone .health-demo-content:before{filter:blur(13px);opacity:.88;height:330px}.health-demo-phone .demo-topbar{align-items:start;margin-bottom:18px}.health-demo-phone .demo-topbar small{letter-spacing:.01em;font-size:8px}.health-demo-phone .demo-topbar h1{letter-spacing:-.035em;margin-top:8px;font-size:27px;font-weight:720}.health-demo-phone .demo-avatar{width:38px;height:38px;font-size:13px}.health-demo-phone .demo-hero{-webkit-backdrop-filter:blur(24px)saturate(120%);backdrop-filter:blur(24px)saturate(120%);background:#fffffff0;border:1px solid #ffffffdb;border-radius:28px;align-items:center;min-height:164px;padding:24px 22px;display:flex;box-shadow:0 14px 34px #4d46691a}.health-demo-phone .demo-hero:before{display:none}.health-demo-phone .demo-hero>div:first-child{padding:0}.health-demo-phone .demo-hero span{font-size:10px;font-weight:650}.health-demo-phone .demo-hero strong{letter-spacing:-.035em;font-size:35px;font-weight:720}.health-demo-phone .demo-hero small{font-size:9px}.health-demo-phone .demo-ring{width:70px;height:70px;box-shadow:none;background:linear-gradient(145deg,#dcdfffcc,#ffd6e0d1);border:0;flex:0 0 70px;margin-left:10px;position:static}.health-demo-phone .demo-ring b{font-size:20px;font-weight:720}.health-demo-phone .demo-ring span{font-size:8px}.health-demo-phone .demo-ring small{display:none}.health-demo-phone .demo-metrics{grid-template-columns:repeat(3,1fr);gap:7px;margin:11px 0 28px}.health-demo-phone .demo-metrics article{border-radius:18px;min-width:0;padding:14px 10px;box-shadow:0 10px 25px #37425811}.health-demo-phone .demo-metrics article>i{width:22px;height:22px;font-size:11px;top:8px;right:8px}.health-demo-phone .demo-metrics span{font-size:8px}.health-demo-phone .demo-metrics b{white-space:nowrap;letter-spacing:-.025em;font-size:15px;font-weight:700}.health-demo-phone .demo-metrics small{font-size:7px;line-height:1.3}.health-demo-phone .demo-section-title{margin-bottom:11px}.health-demo-phone .demo-section-title small{font-size:7px}.health-demo-phone .demo-section-title h2{font-size:19px;font-weight:720}.health-demo-phone .demo-section-title button{font-size:10px}.health-demo-phone .demo-highlights{scroll-snap-type:x mandatory;scrollbar-width:none;gap:11px;margin:0 -18px 28px;padding:0 18px 8px;display:flex;overflow-x:auto}.health-demo-phone .demo-highlights::-webkit-scrollbar{display:none}.health-demo-phone .highlight-card{scroll-snap-align:center;border-radius:24px;min-width:280px;min-height:215px;padding:20px}.health-demo-phone .highlight-symbol{border-radius:13px;width:42px;height:42px;font-size:12px}.health-demo-phone .highlight-card small{font-size:9px}.health-demo-phone .highlight-card h3{font-size:16px;font-weight:700}.health-demo-phone .highlight-card p,.health-demo-phone .highlight-card button{font-size:10px}.health-demo-phone .demo-bottom-grid{grid-template-columns:1fr;gap:12px}.health-demo-phone .demo-trend-card,.health-demo-phone .demo-accounts-card{border-radius:23px;padding:20px}.health-demo-phone .mini-bars{height:112px}@media (height<=720px){.health-demo-stage{padding:12px}.health-demo-stage-note{display:none}.health-demo-phone{height:calc(100vh - 24px);min-height:0}}:root{--mh-blue:#1689f5;--mh-text:#111218;--mh-muted:#777d89;--mh-line:#21273714;--mh-red:#ee6267;--mh-green:#31b67a;--mh-purple:#8461e7}.mh-app,.mh-app *{box-sizing:border-box}.mh-app{min-height:100vh;color:var(--mh-text);-webkit-font-smoothing:antialiased;background:#f5f6fa;padding:52px 18px 112px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;position:relative;overflow-x:hidden}.mh-background{z-index:0;pointer-events:none;background:radial-gradient(circle at 8% 2%,#979affcc,#0000 54%),radial-gradient(circle at 90% 5%,#ff9690b8,#0000 58%),linear-gradient(115deg,#d5d4ff,#f1d4eb 58%,#ffc9ba);width:100%;height:260px;position:absolute;top:0;left:0}.mh-app button,.mh-app input,.mh-app select{font:inherit}.mh-top,.mh-screen,.mh-offline{z-index:1;position:relative}.mh-top{justify-content:space-between;align-items:center;margin:0 3px 28px;display:flex}.mh-top small{color:#686e7c;margin-bottom:7px;font-size:11px;line-height:1.3;display:block}.mh-top h1{letter-spacing:-.055em;margin:0;font-size:34px;line-height:1.06}.mh-avatar{color:#fff;background:linear-gradient(145deg,#54c5f5,#8b73df 55%,#ed8aa9);border:0;border-radius:50%;width:48px;height:48px;font-size:19px;font-weight:800;box-shadow:0 9px 22px #5c63ab38}.mh-offline{color:#895e00;background:#fff2bd;border-radius:13px;margin:-12px 0 18px;padding:10px 13px;font-size:11px}.mh-screen{animation:.24s mh-in}@keyframes mh-in{0%{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}.mh-notice,.mh-white-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe8;border:1px solid #ffffffdb;border-radius:22px;overflow:hidden;box-shadow:0 12px 28px #3f425914}.mh-notice{margin-bottom:30px}.mh-notice-label{border-bottom:1px solid var(--mh-line);color:#7a7e88;justify-content:space-between;align-items:center;padding:12px 14px;font-size:11px;display:flex}.mh-notice-label button{color:#aaaeb6;background:#f1f2f4;border:0;border-radius:50%;width:22px;height:22px}.mh-notice-body{grid-template-columns:48px 1fr;gap:13px;padding:16px;display:grid}.mh-notice-icon{color:#23a5b2;background:#d6f6f5;border-radius:13px;place-items:center;width:44px;height:44px;font-size:24px;display:grid}.mh-notice-body h2{letter-spacing:-.025em;margin:1px 0 5px;font-size:16px}.mh-notice-body p{color:#737783;margin:0;font-size:12px;line-height:1.55}.mh-notice-body p button{color:#148de9;background:#dff2ff;border:0;border-radius:12px;margin-top:8px;padding:6px 10px;font-weight:700;display:block}.mh-section-title{justify-content:space-between;align-items:flex-end;margin:23px 5px 13px;display:flex}.mh-section-title small,.mh-card-heading>small,.mh-year-head small,.mh-runway>small{color:#4e76d7;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.mh-section-title h2,.mh-card-heading h2{letter-spacing:-.04em;margin:0;font-size:22px;line-height:1.1}.mh-section-title>button{color:#1689f5;background:0 0;border:0;font-size:12px}.mh-asset-card{text-align:left;color:#111;background:linear-gradient(132deg,#a8adff 0,#e3b7e4 52%,#ff9f98 100%);border:0;border-radius:31px;width:100%;min-height:178px;padding:23px 23px 20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #6459932b}.mh-asset-card:after{content:"";border:19px solid #ffffff80;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-47px;right:-34px}.mh-asset-card>small{color:#555264;font-size:12px;font-weight:700;display:block}.mh-asset-card>strong{letter-spacing:-.055em;margin:14px 0 9px;font-size:44px;line-height:1;display:block}.mh-asset-card>span{color:#5d5c6d;font-size:11px}.mh-asset-card>i{z-index:1;color:#16151b;text-align:center;background:#ffffff9e;border-radius:50%;place-content:center;width:87px;height:87px;font-size:24px;font-style:normal;font-weight:800;display:grid;position:absolute;bottom:20px;right:21px;box-shadow:inset 0 0 0 9px #ffffff59}.mh-asset-card>i small{margin-top:2px;font-size:8px;font-weight:600;display:block}.mh-metric-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.mh-metric-grid button{text-align:left;background:#ffffffeb;border:0;border-radius:20px;min-width:0;padding:14px 11px;box-shadow:0 10px 24px #363f540f}.mh-metric-grid small{color:#777b86;font-size:9px;display:block}.mh-metric-grid b{letter-spacing:-.035em;white-space:nowrap;margin:8px 0 6px;font-size:16px;display:block}.mh-metric-grid span{color:#8a8e97;white-space:nowrap;text-overflow:ellipsis;font-size:8px;display:block;overflow:hidden}.positive{color:#168f63!important}.negative{color:#e55e63!important}.mh-highlight-strip{scrollbar-width:none;gap:12px;margin-right:-18px;padding-right:18px;display:flex;overflow-x:auto}.mh-highlight-strip::-webkit-scrollbar{display:none}.mh-highlight-strip article{border-radius:25px;flex:0 0 250px;min-height:176px;padding:19px}.mh-highlight-strip article>span{background:#ffffffb3;border-radius:13px;place-items:center;width:42px;height:42px;margin-bottom:18px;font-weight:800;display:grid}.mh-highlight-strip small{color:#77747c;font-size:10px}.mh-highlight-strip h3{letter-spacing:-.035em;margin:4px 0 7px;font-size:19px}.mh-highlight-strip p{color:#74717b;margin:0;font-size:11px;line-height:1.45}.mh-account-list,.mh-record-list{background:#ffffffeb;border-radius:21px;overflow:hidden}.mh-account-list>button,.mh-record-list>button{border:0;border-bottom:1px solid var(--mh-line);text-align:left;background:0 0;grid-template-columns:41px 1fr auto;align-items:center;gap:12px;width:100%;padding:13px;display:grid}.mh-account-list>button:last-child,.mh-record-list>button:last-child{border-bottom:0}.mh-account-list>button>span,.mh-record-list>button>span{border-radius:12px;place-items:center;width:41px;height:41px;font-size:15px;font-weight:800;display:grid}.mh-account-list b,.mh-record-list b{font-size:13px;display:block}.mh-account-list small,.mh-record-list small{color:#898d96;margin-top:3px;font-size:9px;display:block}.mh-account-list strong,.mh-record-list strong{white-space:nowrap;font-size:12px}.mh-nav{z-index:30;-webkit-backdrop-filter:blur(28px)saturate(160%);backdrop-filter:blur(28px)saturate(160%);background:#fafafdd1;border:1px solid #ffffffd1;border-radius:24px;grid-template-columns:repeat(5,1fr);width:min(350px,100vw - 34px);height:66px;padding:6px;display:grid;position:fixed;bottom:10px;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #252c3f38}.mh-nav button{color:#767c87;background:0 0;border:0;border-radius:18px;place-content:center;display:grid}.mh-nav button.active{color:var(--mh-blue);background:#ffffffc7}.mh-nav span{font-size:19px;line-height:1}.mh-nav small{margin-top:4px;font-size:8px;font-weight:700}.mh-year-head{background:#ffffffe0;border-radius:24px;grid-template-columns:34px 1fr 34px;align-items:center;gap:7px;margin:4px 0 17px;padding:18px;display:grid}.mh-year-head button{width:34px;height:34px;color:var(--mh-blue);background:#eef6ff;border:0;border-radius:50%;font-size:25px}.mh-year-head h2{letter-spacing:-.045em;margin:0;font-size:24px}.mh-year-head p{color:#81858e;margin:7px 0 0;font-size:10px}.mh-year-kpis{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.mh-year-kpis article{background:#fff;border-radius:19px;padding:15px 11px}.mh-year-kpis small{color:#81858f;font-size:9px;display:block}.mh-year-kpis b{white-space:nowrap;margin-top:8px;font-size:14px;display:block}.mh-white-card{margin-bottom:16px}.mh-card-heading{padding:18px 17px 15px;position:relative}.mh-card-heading span{color:#888d96;font-size:10px;position:absolute;top:20px;right:17px}.mh-bars{grid-template-columns:repeat(12,45px);gap:7px;height:334px;padding:10px 14px 17px;display:grid;overflow-x:auto}.mh-bars>button{background:0 0;border:0;border-radius:9px;grid-template-rows:38px 1fr 24px 16px;padding:0 4px;display:grid}.mh-bars>button.selected{box-shadow:inset 0 0 0 2px #174579}.mh-bar-numbers{font-size:7px;font-weight:700}.mh-bar-numbers span,.mh-bar-numbers i{white-space:nowrap;display:block;overflow:hidden}.mh-bar-numbers span{color:var(--mh-red)}.mh-bar-numbers i{color:var(--mh-green);margin-top:3px;font-style:normal}.mh-bar-track{background:#eef1f4;justify-content:center;align-items:flex-end;gap:1px;display:flex}.mh-bar-track span,.mh-bar-track i{width:42%;min-height:0}.mh-bar-track span{background:#55b2dc}.mh-bar-track i{background:#49b27d}.mh-bars b{align-self:end;font-size:11px}.mh-bars small{color:#858a94;font-size:8px}.mh-month-picker{background:#ffffffe6;border-radius:17px;grid-template-columns:40px 1fr 40px;align-items:center;height:48px;margin-bottom:13px;display:grid}.mh-month-picker button{height:100%;color:var(--mh-blue);background:0 0;border:0;font-size:24px}.mh-month-picker b{text-align:center;font-size:15px}.mh-segment{background:#dee1e7c7;border-radius:13px;grid-template-columns:1fr 1fr;margin-bottom:13px;padding:4px;display:grid}.mh-segment button{color:#777c86;background:0 0;border:0;border-radius:10px;height:34px;font-size:12px}.mh-segment button.active{color:#fff;box-shadow:0 4px 10px #0000001a}.mh-segment button.expense{background:var(--mh-red)}.mh-segment button.income{background:var(--mh-green)}.mh-add-card{text-align:left;border:0;border-radius:19px;grid-template-columns:45px 1fr;align-items:center;gap:12px;width:100%;margin-bottom:16px;padding:13px;display:grid}.mh-add-card.expense{background:#ffe3e4}.mh-add-card.income{background:#dbf5e8}.mh-add-card.plan{background:#e7e6ff}.mh-add-card>span{background:#ffffffb8;border-radius:13px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.mh-add-card b{font-size:14px;display:block}.mh-add-card small{color:#7f7e88;margin-top:3px;font-size:9px;display:block}.mh-record-card{box-shadow:none}.mh-record-list>button{grid-template-columns:41px 1fr auto 9px;padding:13px 15px}.mh-record-list>button>i{color:#aaa;font-style:normal}.mh-record-list strong{color:var(--mh-red)}.mh-empty{color:#989ca5;text-align:center;padding:35px 20px;font-size:12px}.mh-balance-summary{text-align:left;background:linear-gradient(140deg,#cff4fc,#d9e9ff 55%,#ebe0ff);border:0;border-radius:26px;width:100%;padding:22px;display:block}.mh-balance-summary small{color:#727783;font-size:10px}.mh-balance-summary strong{letter-spacing:-.05em;margin:9px 0;font-size:38px;display:block}.mh-balance-summary span{color:#777d88;font-size:10px}.mh-balance-summary i{float:right;color:#137fd0;background:#ffffffa6;border-radius:11px;margin-top:-27px;padding:8px 10px;font-size:10px;font-style:normal}.mh-balance-list{gap:10px;display:grid}.mh-balance-list article{box-shadow:inset 4px 0 0 var(--account-color);background:#fff;border-radius:19px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:15px;display:grid}.mh-balance-list article>span{background:var(--account-color);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.mh-balance-list article b{font-size:13px;display:block}.mh-balance-list article small{color:#898d96;margin-top:4px;font-size:8px;display:block}.mh-balance-list article>strong{font-size:14px}.mh-balance-list article>small{grid-column:3}.mh-info-card{background:#e7f2ff;border-radius:20px;padding:17px;margin-top:16px!important}.mh-info-card small{font-weight:700}.mh-info-card p{color:#65707d;margin:6px 0 0;font-size:10px;line-height:1.5}.mh-runway{color:#fff;background:linear-gradient(135deg,#77cdf1,#6f94ee 52%,#a782e6);border-radius:28px;padding:24px;box-shadow:0 18px 36px #476dae2e}.mh-runway>small{color:#ffffffbf}.mh-runway h2{margin:7px 0 19px;font-size:21px}.mh-runway strong{letter-spacing:-.055em;font-size:42px;display:block}.mh-runway p{color:#fffc;margin:10px 0 0;font-size:10px;line-height:1.5}.mh-fixed-list>div{border-top:1px solid var(--mh-line);grid-template-columns:41px 1fr auto auto;align-items:center;gap:11px;padding:13px 15px;display:grid}.mh-fixed-list>div>span{background:#eff4fa;border-radius:12px;place-items:center;width:41px;height:41px;display:grid}.mh-fixed-list b{font-size:13px;display:block}.mh-fixed-list small{color:#8a8e98;margin-top:3px;font-size:8px;display:block}.mh-fixed-list strong{font-size:12px}.mh-fixed-list button{color:#999;background:0 0;border:0;font-size:9px}.mh-sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14161c3d;align-items:flex-end;display:flex;position:fixed;inset:0}.mh-sheet{background:#f8f8fa;border-radius:27px 27px 0 0;width:100%;max-height:91vh;padding:8px 18px 31px;animation:.22s mh-sheet-in;overflow-y:auto;box-shadow:0 -20px 50px #1b1e2a2e}@keyframes mh-sheet-in{0%{transform:translateY(100%)}to{transform:none}}.mh-sheet-handle{background:#cfd2d8;border:0;border-radius:4px;width:38px;height:5px;margin:1px auto 18px;display:block}.mh-sheet-title{justify-content:space-between;align-items:start;margin-bottom:17px;display:flex}.mh-sheet-title small{color:#557adb;letter-spacing:.14em;font-size:9px;font-weight:800}.mh-sheet-title h2{letter-spacing:-.045em;margin:5px 0 0;font-size:25px}.mh-delete{color:#e24f55;background:0 0;border:0;font-size:11px}.mh-sheet form>label{color:#737782;margin-bottom:12px;font-size:9px;font-weight:700;display:block}.mh-sheet input,.mh-sheet select{background:#fff;border:1px solid #e5e7eb;border-radius:13px;outline:0;width:100%;height:45px;margin-top:5px;padding:0 13px;font-size:13px;display:block}.mh-sheet input:focus,.mh-sheet select:focus{border-color:#8cbff2;box-shadow:0 0 0 3px #3d95ed1f}.mh-sheet-primary{color:#fff;background:#1689f5;border:0;border-radius:15px;width:100%;height:48px;margin-top:6px;font-size:13px;font-weight:800}.mh-sheet-copy{color:#7b808a;margin:-7px 0 16px;font-size:10px;line-height:1.5}.mh-balance-fields{gap:9px;display:grid}.mh-balance-fields>label{background:#fff;border-radius:15px;grid-template-columns:1fr 1.15fr;align-items:center;padding:11px;margin:0!important;display:grid!important}.mh-balance-fields>label>span{font-size:11px}.mh-balance-fields>label>span small{color:#999;margin-top:3px;font-size:8px;display:block}.mh-balance-fields>label>div{border-bottom:1px solid #cfd4da;align-items:center;display:flex}.mh-balance-fields input{font-weight:700;height:38px!important;box-shadow:none!important;border:0!important;border-radius:0!important;margin:0!important;padding:0 5px!important;font-size:14px!important}.mh-loading{color:#666;text-align:center;background:#f5f6fa;place-content:center;gap:14px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;display:grid}.mh-loading>span{border:3px solid #dfe3e8;border-top-color:#1689f5;border-radius:50%;width:35px;height:35px;margin:auto;animation:.8s linear infinite mh-spin}@keyframes mh-spin{to{transform:rotate(360deg)}}.mh-loading button{color:#fff;background:#1689f5;border:0;border-radius:13px;padding:10px 14px}@media (width>=600px){.mh-app{width:390px;min-height:844px;margin:auto}.mh-sheet-backdrop{width:390px;left:50%;transform:translate(-50%)}.mh-nav{width:350px}}.authenticated-app:has(.mh-app)>.profile-fab{display:none}.authenticated-app:has(.mh-app)>.profile-menu{z-index:100;border:0;border-radius:18px;width:210px;top:118px;bottom:auto;right:max(76px,50vw - 119px);box-shadow:0 16px 42px #171d2b33}.mh-app{scrollbar-width:none;-ms-overflow-style:none}html:has(.mh-app){scrollbar-width:none;-ms-overflow-style:none}body:has(.mh-app){scrollbar-width:none;-ms-overflow-style:none}html:has(.mh-app)::-webkit-scrollbar{width:0;height:0;display:none}body:has(.mh-app)::-webkit-scrollbar{width:0;height:0;display:none}.mh-app::-webkit-scrollbar{width:0;height:0;display:none}.mh-app ::-webkit-scrollbar{width:0;height:0;display:none}.mh-background{-webkit-mask-image:linear-gradient(#000 0% 46%,#000000d1 62%,#00000061 80%,#0000 100%);mask-image:linear-gradient(#000 0% 46%,#000000d1 62%,#00000061 80%,#0000 100%);height:500px!important}.mh-section-title>div>small,.mh-year-head>div>small,.mh-card-heading>small:first-child,.mh-runway>small,.mh-sheet-title>div>small{display:none!important}.mh-background{background:radial-gradient(circle at 8% 0,#56b2dcc2,#0000 54%),radial-gradient(circle at 92% 4%,#ffde59c7,#0000 57%),linear-gradient(118deg,#dff4fb 0%,#c9eaf7 48%,#fff0a8 100%)!important}.mh-avatar{box-shadow:0 9px 22px #1d477b38;background:linear-gradient(145deg,#56b2dc 0%,#2879b5 48%,#1d477b 100%)!important}.mh-asset-card{box-shadow:0 20px 40px #1f497d29;background:linear-gradient(132deg,#d9f2fb 0%,#82cae8 52%,#ffdf59 100%)!important}.mh-balance-summary{background:linear-gradient(140deg,#e5f7fc 0%,#c7eaf7 58%,#fff1ad 100%)!important}.mh-runway{box-shadow:0 18px 36px #1d477b33;background:linear-gradient(135deg,#56b2dc 0%,#2879b5 54%,#1d477b 100%)!important}.mh-top-actions{align-items:center;gap:9px;display:flex}.mh-rate-button{color:#153c68;text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffa3;border:1px solid #16487e1f;border-radius:14px;min-width:92px;padding:7px 10px;box-shadow:0 7px 18px #1f497d14}.mh-rate-button small{color:#6f7885;margin:0 0 2px;font-size:7px}.mh-rate-button b{white-space:nowrap;font-size:10px;display:block}.mh-avatar{flex:none}.mh-asset-card>i.safe{color:#13784f;background:#e2f9ebe0;box-shadow:inset 0 0 0 9px #bfebd1b3}.mh-asset-card>i.risk{color:#c3484d;background:#ffe7e8e6;box-shadow:inset 0 0 0 9px #fac2c5b8}.mh-asset-card>i.neutral{color:#5f6672}.mh-asset-card>i small em{color:#fff;vertical-align:1px;background:#9ba1aa;border-radius:50%;place-items:center;width:11px;height:11px;margin-left:2px;font-size:7px;font-style:normal;display:inline-grid}.mh-balance-list article{grid-template-columns:44px minmax(0,1fr) minmax(78px,40%);grid-template-areas:"icon copy amount""icon copy date";gap:3px 11px}.mh-balance-list article>span{grid-area:icon}.mh-balance-list article>div{grid-area:copy;min-width:0}.mh-balance-list article b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mh-balance-list article>strong{text-align:right;white-space:nowrap;text-overflow:ellipsis;grid-area:amount;min-width:0;font-size:clamp(11px,3.5vw,14px);overflow:hidden}.mh-balance-list article>small{white-space:nowrap;grid-area:date;justify-self:end;margin:0}.mh-runway.safe{box-shadow:0 18px 36px #1f7d5b33;background:linear-gradient(135deg,#56bea0 0%,#278b65 56%,#166044 100%)!important}.mh-runway.risk{box-shadow:0 18px 36px #9b374133;background:linear-gradient(135deg,#f18d8f 0%,#d65760 54%,#963942 100%)!important}.mh-runway.neutral{background:linear-gradient(135deg,#56b2dc 0%,#2879b5 54%,#1d477b 100%)!important}.mh-runway-guidance{color:#fffc;align-items:center;gap:6px;margin-top:14px;font-size:9px;display:flex}.mh-runway-guidance i{color:#5f6670;background:#ebedf0e6;border-radius:50%;flex:none;place-items:center;width:14px;height:14px;font-size:8px;font-style:normal;font-weight:800;display:grid}.mh-runway-guidance span{line-height:1.35}.mh-plan-screen{gap:18px;display:grid}.mh-plan-screen>.mh-runway,.mh-plan-screen>.mh-fixed-card{margin:0;position:relative}.mh-plan-screen>.mh-runway{z-index:1}.mh-plan-screen>.mh-fixed-card{z-index:0;min-height:150px}.mh-plan-screen>.mh-fixed-card .mh-card-heading{padding-top:20px}.mh-independence{background:linear-gradient(145deg,#fff,#f5f9ff);border:1px solid #ffffffe0;border-radius:27px;padding:21px;box-shadow:0 14px 30px #28416014}.mh-independence-head{justify-content:space-between;align-items:center;display:flex}.mh-independence-head small{color:#768091;font-size:9px}.mh-independence h2{letter-spacing:-.04em;margin:3px 0 0;font-size:22px}.mh-independence-head>span{color:#2478ad;background:#e0f3fb;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800}.mh-independence>strong{color:#174f80;letter-spacing:-.06em;margin:17px 0 5px;font-size:44px;line-height:1;display:block}.mh-independence>p{color:#697585;margin:0;font-size:11px;line-height:1.5}.mh-independence-formula{background:#eef5fa;border-radius:17px;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-top:18px;padding:13px;display:grid}.mh-independence-formula span{min-width:0}.mh-independence-formula small{color:#7d8794;font-size:8px;display:block}.mh-independence-formula b{margin-top:4px;font-size:13px;display:block}.mh-independence-formula i{color:#9aa3ad;font-size:13px;font-style:normal}.mh-independence footer{color:#8a929d;margin-top:10px;font-size:8px;line-height:1.45}.mh-independence details{border-top:1px solid var(--mh-line);margin-top:12px;padding-top:10px}.mh-independence summary{color:#2879b5;cursor:pointer;font-size:10px;font-weight:700}.mh-independence details p{color:#737d89;margin:8px 0 0;font-size:9px;line-height:1.55}.mh-independence.dependent>strong{color:#d65760}.mh-independence.balanced>strong{color:#b8860b}.mh-independence.growing>strong,.mh-independence.healthy>strong{color:#278b65}.mh-independence.healthy .mh-independence-head>span{color:#19704f;background:#dff5ea}.mh-snapshot-history header{grid-template-columns:auto minmax(44px,1fr) auto;align-items:center;gap:10px;display:grid}.mh-snapshot-history header>div{min-width:0}.mh-snapshot-history header>strong{text-align:right;white-space:nowrap;min-width:0}.mh-snapshot-track{background:#e7edf1;border-radius:999px;width:100%;height:5px;overflow:hidden;display:block!important}.mh-snapshot-track>i{width:0;border-radius:inherit!important;background:#56b2dc!important;border:0!important;height:100%!important;display:block!important}.mh-snapshot-history article>div>span>i{border-radius:8px;place-items:center;width:24px;height:24px;font-size:8px;font-style:normal;font-weight:800;display:grid}.mh-card-heading-action{justify-content:space-between;align-items:center;display:flex}.mh-card-heading-action>div{align-items:center;gap:8px;display:flex}.mh-card-heading-action>div>span{color:#858a94;font-size:9px;position:static}.mh-card-heading-action button{color:#117fcf;background:#e2f3ff;border:0;border-radius:12px;padding:7px 10px;font-size:10px;font-weight:700}.mh-card-heading-action .mh-fixed-total{text-align:right;border-right:1px solid #e6e9ed;gap:1px;padding-right:8px;line-height:1.15;display:grid}.mh-card-heading-action .mh-fixed-total small{color:#8b9099;font-size:7px}.mh-card-heading-action .mh-fixed-total b{color:#102b50;white-space:nowrap;font-size:11px}@media (width<=360px){.mh-card-heading-action{align-items:flex-start}.mh-card-heading-action>div{flex-wrap:wrap;justify-content:flex-end;gap:5px 7px;max-width:190px}.mh-card-heading-action .mh-fixed-total{grid-column:1/-1}}.mh-snapshot-history>details{background:#ffffffeb;border-radius:21px;overflow:hidden;box-shadow:0 10px 26px #3742580e}.mh-snapshot-history>details>summary{cursor:pointer;grid-template-columns:minmax(70px,auto) minmax(34px,1fr) minmax(72px,auto);align-items:center;gap:10px;padding:15px;list-style:none;display:grid}.mh-snapshot-history>details>summary::-webkit-details-marker{display:none}.mh-snapshot-history>details>summary>div{min-width:0}.mh-snapshot-history>details>summary b,.mh-snapshot-history>details>summary small{display:block}.mh-snapshot-history>details>summary b{white-space:nowrap;font-size:12px;line-height:1.2}.mh-snapshot-history>details>summary small{color:#8a9099;white-space:nowrap;margin-top:3px;font-size:8px}.mh-snapshot-history>details>summary>strong{text-align:right;white-space:nowrap;min-width:0;font-size:13px}.mh-snapshot-history>details>div{padding:0 15px 10px}.mh-snapshot-history>details>div>span{border-top:1px solid #edf0f3;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 0;display:grid}.mh-snapshot-history>details>div>span>i{border-radius:8px;place-items:center;width:24px;height:24px;font-size:8px;font-style:normal;font-weight:800;display:grid}.mh-snapshot-history>details>div>span b,.mh-snapshot-history>details>div>span strong{font-size:9px}.mh-current-accounts{grid-template-columns:1fr!important;gap:14px!important;padding:13px!important;display:grid!important}.mh-currency-section{min-width:0}.mh-currency-section+.mh-currency-section{border-top:1px solid #e4e9ee;padding-top:13px}.mh-currency-section>header{justify-content:space-between;align-items:flex-end;margin:0 2px 8px;display:flex}.mh-currency-section>header div b,.mh-currency-section>header div small{display:block}.mh-currency-section>header div b{letter-spacing:-.02em;font-size:12px}.mh-currency-section>header div small{color:#9297a0;margin-top:2px;font-size:7px}.mh-currency-section>header>strong{white-space:nowrap;font-size:12px}.mh-currency-section.cny>header>strong{color:#b48700}.mh-currency-section.krw>header>strong{color:#278db8}.mh-currency-section>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.mh-currency-section article{box-shadow:0 3px #ffdc59;background:#dff3fb!important;border:1px solid #cfe1e9!important;border-radius:13px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:11px 12px!important;display:grid!important}.mh-currency-section.krw article{box-shadow:0 3px #56b2dc}.mh-currency-section article>span{border-radius:11px!important;width:34px!important;height:34px!important;font-size:12px!important}.mh-currency-section article>div{min-width:0}.mh-currency-section article b{line-height:1.2;font-size:10px!important}.mh-currency-section article small{font-size:7px!important}.mh-currency-section article>strong{text-align:right;white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden;grid-column:auto!important;font-size:10px!important}@media (width<=360px){.mh-currency-section>div{grid-template-columns:1fr}.mh-currency-section article>strong{font-size:11px!important}}.mh-snapshots-screen .mh-balance-summary{color:#102b50;text-align:left;border:1px solid #183e70;border-radius:12px;min-height:156px;padding:22px 21px;position:relative;box-shadow:7px 8px #1d477b;background:#56b2dc!important}.mh-snapshots-screen .mh-balance-summary small{color:#245779;font-size:9px;font-weight:700}.mh-snapshots-screen .mh-balance-summary strong{color:#ffdc59;text-shadow:0 2px #1d477b29;margin:12px 0 10px;font-size:38px}.mh-snapshots-screen .mh-balance-summary span{color:#285b78;font-size:9px}.mh-snapshots-screen .mh-balance-summary i{float:none;color:#fff;background:#1d477b;border:1px solid #183e70;border-radius:4px;margin:0;padding:9px 11px;font-size:9px;font-weight:800;position:absolute;bottom:20px;right:18px;box-shadow:4px 4px #56b2dc}.mh-snapshots-screen .mh-account-title{margin-top:30px}.mh-snapshots-screen .mh-account-title>button{color:#fff;background:#1d477b;border:1px solid #183e70;border-radius:3px;padding:8px 10px;font-size:9px;font-weight:800;box-shadow:4px 4px #56b2dc}.mh-snapshots-screen .mh-current-accounts{border:1px solid #cfdae2;box-shadow:none!important;background:#fff!important;border-radius:8px!important;gap:16px!important;padding:13px!important}.mh-snapshots-screen .mh-currency-section+.mh-currency-section{border-top-color:#cfdae2}.mh-snapshots-screen .mh-currency-section>header div b{color:#102b50;font-size:12px}.mh-snapshots-screen .mh-currency-section>header>strong{font-size:13px}.mh-snapshots-screen .mh-currency-section article{min-height:58px;box-shadow:3px 3px #ffdc59;background:#dff3fb!important;border:1px solid #bfd8e4!important;border-radius:3px!important;padding:10px 11px!important}.mh-snapshots-screen .mh-currency-section.krw article{box-shadow:3px 3px #56b2dc}.mh-snapshots-screen .mh-currency-section article b{color:#102b50;font-size:10px!important}.mh-snapshots-screen .mh-currency-section article>strong{color:#102b50;font-weight:800;font-size:10px!important}.mh-snapshots-screen .mh-history-title{margin-top:31px}.mh-snapshots-screen .mh-snapshot-history>details{background:#fff;border:1px solid #d4dee5;border-radius:7px;box-shadow:4px 4px #dff3fb}.mh-snapshots-screen .mh-snapshot-track{background:#e8eef2;border-radius:0}.mh-snapshots-screen .mh-snapshot-track>i{background:#56b2dc!important;border-radius:0!important}@media (width<=380px){.mh-rate-button{min-width:82px;padding-inline:8px}.mh-rate-button b{font-size:9px}.mh-avatar{width:44px;height:44px}.mh-balance-list article{grid-template-columns:42px minmax(0,1fr) minmax(72px,39%)}}.mh-highlight-strip article.coral{background:linear-gradient(145deg,#fff7ce,#ffe37a)!important}.mh-highlight-strip article.blue{background:linear-gradient(145deg,#e2f5fb,#bce5f4)!important}.mh-highlight-strip article.purple{background:linear-gradient(145deg,#d9eef8,#a9d7eb)!important}.mh-snapshots-screen .mh-asset-accounts-card{background:#fff;border:1px solid #183e70;border-radius:13px;overflow:hidden;box-shadow:7px 8px #1d477b}.mh-snapshots-screen .mh-asset-accounts-card .mh-balance-summary{min-height:148px;box-shadow:none;border:0;border-bottom:1px solid #183e704d;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:22px 21px;display:grid;background:#56b2dc!important}.mh-snapshots-screen .mh-balance-main{color:#102b50;text-align:left;background:0 0;border:0;min-width:0;padding:0}.mh-snapshots-screen .mh-balance-main small,.mh-snapshots-screen .mh-balance-main strong,.mh-snapshots-screen .mh-balance-main span{display:block}.mh-snapshots-screen .mh-balance-main small{color:#245779;font-size:9px;font-weight:700}.mh-snapshots-screen .mh-balance-main strong{color:#ffdc59;letter-spacing:-.05em;text-shadow:0 2px #1d477b29;margin:12px 0 10px;font-size:38px}.mh-snapshots-screen .mh-balance-main span{color:#285b78;font-size:9px}.mh-snapshots-screen .mh-balance-actions{flex-direction:column;align-items:stretch;gap:7px;display:flex}.mh-snapshots-screen .mh-balance-actions button{color:#fff;background:#1d477b;border:1px solid #183e70;border-radius:4px;min-width:76px;padding:9px 10px;font-size:9px;font-weight:800;box-shadow:3px 3px #ffdc59f2}.mh-snapshots-screen .mh-balance-actions button+button{color:#102b50;background:#fff;box-shadow:3px 3px #56b2dc}.mh-snapshots-screen .mh-asset-accounts-card .mh-current-accounts{box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;gap:16px!important;padding:17px 14px 16px!important}.mh-snapshots-screen .mh-accounts-caption h2{color:#102b50;letter-spacing:-.04em;margin:0;font-size:20px}.mh-snapshots-screen .mh-accounts-caption small{color:#88929b;margin-top:3px;font-size:8px;display:block}@media (width<=360px){.mh-snapshots-screen .mh-asset-accounts-card .mh-balance-summary{grid-template-columns:1fr}.mh-snapshots-screen .mh-balance-actions{flex-direction:row}.mh-snapshots-screen .mh-balance-actions button{flex:1}}.mh-account-title{align-items:end;margin:26px 2px 10px}.mh-account-title>div small,.mh-history-title>div small{color:#858b96;margin-top:3px;font-size:9px;display:block}.mh-current-accounts{background:#ffffffe0;border-radius:23px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;display:grid;box-shadow:0 12px 30px #37425812}.mh-current-accounts article{background:#f5f7fa;border-radius:15px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:9px;display:grid}.mh-current-accounts article>span{background:var(--account-color);border-radius:10px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid}.mh-current-accounts article b,.mh-current-accounts article small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.mh-current-accounts article b{font-size:10px}.mh-current-accounts article small{color:#8b9098;margin-top:2px;font-size:7px}.mh-current-accounts article>strong{grid-column:1/-1;font-size:12px}.mh-empty-account{color:#1788df;background:0 0;border:1px dashed #cfd8e2;border-radius:15px;grid-column:1/-1;min-height:52px;font-weight:700}.mh-history-title{margin:27px 2px 10px}.mh-snapshot-history{gap:11px;display:grid}.mh-snapshot-history>article{background:#ffffffeb;border-radius:21px;overflow:hidden;box-shadow:0 10px 26px #3742580e}.mh-snapshot-history header{justify-content:space-between;align-items:center;padding:15px;display:flex}.mh-snapshot-history header b,.mh-snapshot-history header small{display:block}.mh-snapshot-history header b{font-size:13px}.mh-snapshot-history header small{color:#8a9099;margin-top:3px;font-size:8px}.mh-snapshot-history header>strong{font-size:15px}.mh-snapshot-history article>div{padding:0 15px 10px}.mh-snapshot-history article>div>span{border-top:1px solid #edf0f3;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:7px 0;display:grid}.mh-snapshot-history span i{border-radius:8px;place-items:center;width:24px;height:24px;font-size:8px;font-style:normal;font-weight:800;display:grid}.mh-snapshot-history span b,.mh-snapshot-history span strong{font-size:9px}.mh-account-create{gap:12px;margin-bottom:20px;display:grid}.mh-account-manager-list{background:#e8edf2;border-radius:18px;gap:1px;display:grid;overflow:hidden}.mh-account-manager-list article{background:#fff;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;padding:12px;display:grid}.mh-account-manager-list article i{border-radius:12px;place-items:center;width:40px;height:40px;font-style:normal;font-weight:800;display:grid}.mh-account-manager-list b,.mh-account-manager-list small{display:block}.mh-account-manager-list b{font-size:12px}.mh-account-manager-list small{color:#8a9099;margin-top:3px;font-size:8px}.mh-account-manager-list button{color:#1788df;background:#eef6fd;border:0;border-radius:10px;padding:8px 9px;font-size:9px}.mh-account-manager-list button.danger{color:#d85d62;background:#fff0f0}.mh-type-slider{--slide-progress:0;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;background:linear-gradient(135deg,#f7777b,#ec5961);border:0;border-radius:17px;outline:none;grid-template-columns:1fr 1fr;align-items:center;height:50px;margin-bottom:13px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff59,0 8px 22px #1f304b14}.mh-type-slider:focus-visible{box-shadow:0 0 0 3px #007aff38,inset 0 1px 1px #ffffff59}.mh-type-slider.dragging{cursor:grabbing}.mh-type-slider-fill{opacity:var(--slide-progress);pointer-events:none;background:linear-gradient(135deg,#55c58a,#159968);position:absolute;inset:0}.mh-type-slider-knob{z-index:1;width:calc(50% - 6px);transform:translateX(calc(var(--slide-progress) * (100% + 6px)));pointer-events:none;background:linear-gradient(145deg,#ffffff5c,#ffffff24);border:1px solid #ffffffad;border-radius:12px;transition:transform .34s cubic-bezier(.18,1.45,.36,1),box-shadow .2s;position:absolute;top:3px;bottom:3px;left:3px;box-shadow:0 5px 15px #1d334e29}.mh-type-slider.dragging .mh-type-slider-knob{transition:none;box-shadow:0 8px 20px #1d334e33}.mh-type-slider-label{z-index:2;color:#ffffffad;text-align:center;pointer-events:none;font-size:13px;font-weight:700;transition:color .2s,text-shadow .2s;position:relative}.mh-type-slider-label.expense{opacity:calc(1 - var(--slide-progress) * .35)}.mh-type-slider-label.income{opacity:calc(.65 + var(--slide-progress) * .35)}.mh-month-picker{touch-action:pan-y;-webkit-user-select:none;user-select:none}.mh-month-picker-value{cursor:pointer;width:100%;position:relative}.mh-month-picker-value b{color:#10131a;text-align:center;font-size:15px;display:block}.mh-month-picker-value input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.mh-snapshots-screen .mh-wallet{isolation:isolate;transition:padding-bottom .42s cubic-bezier(.2,.8,.2,1);position:relative;overflow:visible}.mh-snapshots-screen .mh-wallet .mh-balance-summary{z-index:3;transition:transform .46s cubic-bezier(.18,1.28,.36,1),border-radius .3s;position:relative}.mh-wallet-toggle{z-index:4;color:#31536f;cursor:pointer;background:linear-gradient(#e6f5fa,#f4f8fb);border:0;border-radius:0 0 12px 12px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 28px);height:31px;margin:-1px 14px 0;font-size:9px;font-weight:800;display:flex;position:relative;box-shadow:inset 0 1px #183e701f}.mh-wallet-toggle i{font-size:15px;font-style:normal;line-height:1;transition:transform .42s cubic-bezier(.18,1.35,.36,1)}.mh-wallet.open .mh-wallet-toggle i{transform:rotate(180deg)}.mh-snapshots-screen .mh-wallet .mh-current-accounts{z-index:1;opacity:0;transform-origin:50% 0;max-height:0;transition:max-height .58s cubic-bezier(.2,.8,.2,1),margin .46s,padding .46s,opacity .25s,transform .52s cubic-bezier(.18,1.18,.36,1),border-width .1s;position:relative;overflow:hidden;transform:translateY(-34px)scale(.985);border-width:0!important;margin-top:-22px!important;padding-top:0!important;padding-bottom:0!important}.mh-snapshots-screen .mh-wallet.open .mh-current-accounts{opacity:1;max-height:1400px;transform:translateY(-13px)scale(1);border-width:0!important;margin-top:8px!important;padding:27px 14px 16px!important}.mh-wallet .mh-currency-section{opacity:0;transition:transform .46s cubic-bezier(.18,1.25,.36,1),opacity .28s;transform:translateY(22px)}.mh-wallet.open .mh-currency-section{opacity:1;transition-delay:80ms;transform:translateY(0)}.mh-wallet .mh-currency-section article{opacity:0;transition:transform .42s cubic-bezier(.18,1.3,.36,1),opacity .25s;transition-delay:calc(var(--card-index,0) * 35ms);transform:translateY(18px)}.mh-wallet.open .mh-currency-section article{opacity:1;transition-delay:calc(.12s + var(--card-index,0) * 35ms);transform:translateY(0)}.mh-snapshots-screen .mh-wallet{--wallet-main:#56b2dc;--wallet-deep:#1f4d82;--wallet-accent:#ffdd5a;--wallet-ink:#102a4d;isolation:isolate;cursor:pointer;flex-direction:column;margin:8px 0 34px;display:flex;position:relative;overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:32px!important;padding:34px 14px 0!important}.mh-snapshots-screen .mh-wallet.wallet-sea{--wallet-main:#42b8bd;--wallet-deep:#126b80;--wallet-accent:#a8f0df;--wallet-ink:#083b4c}.mh-snapshots-screen .mh-wallet.wallet-sunrise{--wallet-main:#f08b69;--wallet-deep:#a5444b;--wallet-accent:#ffd277;--wallet-ink:#642f37}.mh-snapshots-screen .mh-wallet:before,.mh-snapshots-screen .mh-wallet:after{content:"";z-index:-2;border-radius:25px 25px 14px 14px;height:116px;transition:transform .52s cubic-bezier(.2,.85,.22,1),top .52s cubic-bezier(.2,.85,.22,1);position:absolute;left:50%;transform:translate(-50%)}.mh-snapshots-screen .mh-wallet:before{background:linear-gradient(135deg,color-mix(in srgb,var(--wallet-main) 82%,white),var(--wallet-accent));opacity:.92;width:82%;top:15px}.mh-snapshots-screen .mh-wallet:after{background:linear-gradient(135deg,var(--wallet-deep),var(--wallet-main));opacity:.9;width:90%;top:25px}.mh-snapshots-screen .mh-wallet.open:before{transform:translate(-50%,-36px)rotate(-1.8deg)}.mh-snapshots-screen .mh-wallet.open:after{transform:translate(-50%,-18px)rotate(1.2deg)}.mh-snapshots-screen .mh-wallet .mh-current-accounts{z-index:1;opacity:0;transform-origin:bottom;order:1;width:calc(100% - 34px);max-height:0;transition:max-height .58s cubic-bezier(.2,.85,.22,1),opacity .25s,transform .58s cubic-bezier(.2,.85,.22,1),margin .58s;position:relative;overflow:hidden;transform:translateY(90px)scale(.94);background:0 0!important;border:0!important;margin:0 auto -8px!important;padding:0!important}.mh-snapshots-screen .mh-wallet.open .mh-current-accounts{opacity:1;max-height:1600px;overflow:visible;transform:translateY(0)scale(1);margin:0 auto -18px!important;padding-bottom:24px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{z-index:4;border:1.5px solid color-mix(in srgb,var(--wallet-deep) 82%,black);order:2;grid-template-columns:1fr auto;align-items:center;min-height:218px;transition:transform .52s cubic-bezier(.2,.85,.22,1);position:relative;background:linear-gradient(145deg,var(--wallet-main),color-mix(in srgb,var(--wallet-main) 74%,var(--wallet-deep)))!important;color:var(--wallet-ink)!important;box-shadow:12px 15px 0 var(--wallet-deep),0 25px 45px #112b4c2e!important;border-radius:30px 30px 35px 35px!important;padding:30px 28px!important;display:grid!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary:after{content:"";pointer-events:none;opacity:.38;border-top:1px solid #ffffff6b;border-radius:0 0 23px 23px;height:44%;position:absolute;bottom:13px;left:18px;right:18px}.mh-snapshots-screen .mh-wallet .mh-balance-main{min-width:0;text-align:left!important;color:inherit!important;background:0 0!important;border:0!important;flex-direction:column!important;align-items:flex-start!important;gap:15px!important;padding:0!important;display:flex!important}.mh-snapshots-screen .mh-wallet .mh-balance-main small{letter-spacing:.04em;opacity:.76;font-size:14px;font-weight:800}.mh-snapshots-screen .mh-wallet .mh-balance-main strong{text-shadow:0 7px #204b7c38;font-weight:900;line-height:1;color:var(--wallet-accent)!important;font-size:clamp(42px,9vw,64px)!important}.mh-snapshots-screen .mh-wallet .mh-balance-main span{opacity:.72;font-size:14px}.mh-snapshots-screen .mh-wallet .mh-balance-actions{z-index:2;flex-direction:column;position:relative;gap:10px!important;display:flex!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions button{min-width:116px;border:1px solid var(--wallet-deep)!important;color:var(--wallet-ink)!important;box-shadow:none!important;background:#fff!important;border-radius:9px!important;padding:13px 16px!important;font-weight:800!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions button:first-child{background:var(--wallet-deep)!important;color:#fff!important;box-shadow:6px 6px 0 var(--wallet-accent)!important}.mh-snapshots-screen .mh-wallet .mh-wallet-toggle{z-index:5;order:3;width:58%;height:44px;position:relative;transform:translateY(1px);background:color-mix(in srgb,var(--wallet-main) 25%,white)!important;color:var(--wallet-deep)!important;border:0!important;border-radius:0 0 22px 22px!important;margin:0 auto!important;font-weight:800!important;box-shadow:0 10px 18px #18375b1c!important}.mh-snapshots-screen .mh-wallet .mh-wallet-toggle i{margin-left:8px;transition:transform .35s;display:inline-block}.mh-snapshots-screen .mh-wallet.open .mh-wallet-toggle i{transform:rotate(180deg)}.mh-snapshots-screen .mh-currency-section{border:1px solid color-mix(in srgb,var(--wallet-main) 30%,white)!important;background:#fffffff0!important;border-radius:24px!important;margin:0 0 14px!important;padding:18px!important;box-shadow:0 16px 28px #0f2a4a21!important}.mh-snapshots-screen .mh-currency-section>header{margin-bottom:13px!important}.mh-snapshots-screen .mh-currency-section>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;display:grid!important}.mh-snapshots-screen .mh-account-card{isolation:isolate;transition:transform .25s;position:relative;overflow:hidden;min-height:98px!important;box-shadow:5px 6px 0 color-mix(in srgb,var(--wallet-accent) 82%,white)!important;border:1px solid #0f30532e!important;border-radius:14px!important;padding:17px!important}.mh-snapshots-screen .mh-account-card:hover{transform:translateY(-3px)}.mh-account-card.card-classic,.mh-template-preview.card-classic{background:linear-gradient(145deg,#dff3fb,#cfeaf6)!important}.mh-account-card.card-sunrise,.mh-template-preview.card-sunrise{background:linear-gradient(135deg,#ffe4b8,#ff9f88)!important}.mh-account-card.card-sea,.mh-template-preview.card-sea{background:linear-gradient(135deg,#d3f6f0,#69c9d0)!important}.mh-account-card.card-aurora,.mh-template-preview.card-aurora{background:linear-gradient(125deg,#9fd9ff,#b9a6ff 52%,#ffb7d0)!important}.mh-account-card.card-geometry,.mh-template-preview.card-geometry{background:linear-gradient(135deg,#f1e5ff,#a7c8ff)!important}.mh-account-card.card-geometry:after,.mh-template-preview.card-geometry:after{content:"";z-index:-1;border:16px solid #ffffff8c;width:74px;height:74px;position:absolute;bottom:-26px;right:-20px;transform:rotate(25deg)}.mh-account-card.card-orbit,.mh-template-preview.card-orbit{background:radial-gradient(circle at 78% 22%,#fff 0 5%,#0000 6%),radial-gradient(circle at 78% 22%,#0000 0 24%,#ffffff8c 25% 27%,#0000 28%),linear-gradient(135deg,#bad5ff,#7d83dd)!important}.mh-wallet-style-settings{background:#f4f8fb;border-radius:20px;margin:8px 0 24px;padding:18px}.mh-wallet-style-settings>div:first-child{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.mh-wallet-style-settings>div:first-child b{font-size:18px}.mh-wallet-style-settings>div:first-child small{color:#7a8796}.mh-wallet-style-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.mh-wallet-style-picker>button{text-align:left;background:#fff;border:2px solid #0000;border-radius:15px;flex-direction:column;gap:5px;padding:9px;display:flex}.mh-wallet-style-picker>button.selected{border-color:#1f73b7}.mh-wallet-style-picker>button>b{font-size:13px}.mh-wallet-style-picker>button>small{color:#7d8896;font-size:10px}.mh-wallet-style-picker>button>i{background:linear-gradient(135deg,#56b2dc,#1f4d82);border-radius:12px;width:100%;height:66px;display:block;position:relative;overflow:hidden;box-shadow:4px 4px #ffdd5a}.mh-wallet-style-picker>button>i.wallet-sea{background:linear-gradient(135deg,#a8f0df,#42b8bd,#126b80);box-shadow:4px 4px #8ae5d3}.mh-wallet-style-picker>button>i.wallet-sunrise{background:linear-gradient(135deg,#ffd277,#f08b69,#a5444b);box-shadow:4px 4px #ffb56b}.mh-wallet-style-picker i span:first-child{background:#ffffff47;border-radius:7px;height:28px;position:absolute;bottom:8px;left:10px;right:10px}.mh-wallet-style-picker i span:last-child{background:#ffffff61;border-radius:6px;height:18px;position:absolute;top:8px;left:20%;right:20%}.mh-card-template-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.mh-card-template-picker>button{background:#f4f7fa;border:2px solid #0000;border-radius:12px;padding:7px}.mh-card-template-picker>button.selected{border-color:#1f73b7}.mh-template-preview{border-radius:8px;height:42px;margin-bottom:4px;display:block;position:relative;overflow:hidden}@media (width<=520px){.mh-snapshots-screen .mh-wallet{padding-left:2px!important;padding-right:2px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{min-height:200px;padding:25px 20px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main strong{font-size:42px!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions button{min-width:104px;padding:11px!important}.mh-wallet-style-picker,.mh-snapshots-screen .mh-currency-section>div{grid-template-columns:1fr}}.mh-snapshots-screen .mh-wallet{cursor:pointer;-webkit-tap-highlight-color:transparent;margin-top:20px!important;padding:48px 12px 0!important}.mh-wallet-peek{z-index:2;pointer-events:none;order:0;width:82%;height:52px;margin:0 auto -37px;transition:height .5s cubic-bezier(.2,.9,.2,1),margin .5s cubic-bezier(.2,.9,.2,1),opacity .25s;position:relative}.mh-wallet-peek i{transform-origin:50% 100%;border:1px solid #0f2a4b38;border-radius:20px 20px 8px 8px;height:78px;transition:transform .5s cubic-bezier(.18,1.2,.36,1),opacity .25s;position:absolute;bottom:0;left:50%;box-shadow:0 8px 16px #1330521f}.mh-wallet-peek i:first-child{background:linear-gradient(135deg,var(--wallet-accent),#fff7c8);width:78%;transform:translate(-50%)translateY(0)rotate(-3deg)}.mh-wallet-peek i:nth-child(2){background:linear-gradient(135deg,color-mix(in srgb,var(--wallet-main) 58%,white),var(--wallet-accent));width:88%;transform:translate(-50%)translateY(9px)rotate(2.5deg)}.mh-wallet-peek i:nth-child(3){background:linear-gradient(140deg,var(--wallet-deep),var(--wallet-main));width:96%;transform:translate(-50%)translateY(18px)}.mh-wallet-peek i:after{content:"";background:#ffffff4d;border-radius:9px;height:7px;position:absolute;top:15px;left:17px;right:17px}.mh-wallet.wallet-sea .mh-wallet-peek i:first-child{background:linear-gradient(145deg,#d9fff4,#8ce4d0)}.mh-wallet.wallet-sea .mh-wallet-peek i:nth-child(2){background:linear-gradient(145deg,#8de1dc,#2f9fb0)}.mh-wallet.wallet-sunrise .mh-wallet-peek i:first-child{background:linear-gradient(145deg,#fff0b7,#ffc05f)}.mh-wallet.wallet-sunrise .mh-wallet-peek i:nth-child(2){background:linear-gradient(145deg,#ffb178,#ec6d68)}.mh-wallet.open .mh-wallet-peek i:first-child{transform:translate(-50%)translateY(-50px)rotate(-8deg)}.mh-wallet.open .mh-wallet-peek i:nth-child(2){transform:translate(-50%)translateY(-36px)rotate(6deg)}.mh-wallet.open .mh-wallet-peek i:nth-child(3){transform:translate(-50%)translateY(-25px)}.mh-snapshots-screen .mh-wallet:before,.mh-snapshots-screen .mh-wallet:after{display:none!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{z-index:4;order:2;overflow:hidden;min-height:172px!important;box-shadow:9px 12px 0 var(--wallet-deep),0 21px 36px #112b4c29!important;border-radius:24px 24px 31px 31px!important;padding:25px 24px 29px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary:before{content:"";z-index:0;opacity:.82;pointer-events:none;border-top:1px dashed #ffffff8f;border-radius:50%;height:25px;position:absolute;top:15px;left:18px;right:18px}.mh-snapshots-screen .mh-wallet .mh-balance-summary:after{opacity:.66!important;border:1px solid #ffffff40!important;border-top-color:#ffffff80!important;border-radius:50% 50% 23px 23px/14px 14px 23px 23px!important;height:45%!important;bottom:11px!important;left:14px!important;right:14px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main{z-index:1;position:relative;gap:9px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main small{font-size:11px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main span{font-size:10px!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions{z-index:1;position:relative;gap:7px!important}.mh-wallet-grip{z-index:5;background:var(--wallet-deep);pointer-events:none;border-radius:0 0 18px 18px;order:3;place-items:center;width:76px;height:20px;margin:-11px auto 0;display:grid;position:relative;box-shadow:0 6px 10px #14305229}.mh-wallet-grip i{background:#ffffff9e;border-radius:6px;width:28px;height:3px;transition:transform .4s;display:block}.mh-wallet.open .mh-wallet-grip i{transform:rotate(180deg)}.mh-snapshots-screen .mh-wallet.open .mh-balance-summary{transform:translateY(24px)}.mh-snapshots-screen .mh-wallet .mh-current-accounts{order:1;width:94%!important;transform:translateY(60px)scale(.96)!important}.mh-snapshots-screen .mh-wallet.open .mh-current-accounts{margin:0 auto -4px!important;padding-bottom:8px!important;transform:translateY(0)scale(1)!important}.mh-wallet.open .mh-currency-section{z-index:2;position:relative}.mh-wallet.open .mh-currency-section:first-child{transform:rotate(-.45deg)}.mh-wallet.open .mh-currency-section:nth-child(2){transform:rotate(.4deg)}.mh-wallet.wallet-sea .mh-balance-summary{background:linear-gradient(145deg,#62d2c8,#278ca7)!important}.mh-wallet.wallet-sea .mh-balance-summary:after{background:radial-gradient(circle at 86% 15%,#0000 0 25px,#ffffff21 26px 29px,#0000 30px)}.mh-wallet.wallet-sunrise .mh-balance-summary{background:linear-gradient(145deg,#ffad70,#e76469 58%,#9e435d)!important}.mh-wallet.wallet-sunrise .mh-balance-summary:after{background:radial-gradient(circle at 82% 22%,#ffd67940 0 34px,#0000 35px)}@media (width<=520px){.mh-snapshots-screen .mh-wallet{padding-top:43px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{min-height:166px!important;padding:23px 18px 27px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main strong{font-size:36px!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions button{min-width:88px!important;padding:9px!important}}.mh-snapshots-screen .mh-account-carousel{background:#ffffff94!important;border:0!important;border-radius:29px!important;margin:2px 0 27px!important;padding:0 0 18px!important;overflow:hidden!important;box-shadow:0 18px 36px #1d3b661c!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-summary{min-height:164px!important;box-shadow:none!important;cursor:default!important;background:linear-gradient(120deg,#55b2dc 0%,#72c4e2 55%,#c7e6dc 100%)!important;border:0!important;border-radius:29px 29px 23px 23px!important;padding:24px 25px!important;display:flex!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-main{cursor:default!important;flex:1!important;justify-content:center!important;align-items:flex-start!important;gap:3px!important;display:flex!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-main strong{color:#10284c!important;letter-spacing:-.055em!important;margin:4px 0!important;font-size:43px!important;line-height:1!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-main small,.mh-snapshots-screen .mh-account-carousel .mh-balance-main span{color:#10284cb3!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-actions{flex-direction:column!important;justify-content:center!important;gap:8px!important;display:flex!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-actions button{min-width:92px!important;box-shadow:none!important;color:#12477e!important;background:#ffffffde!important;border:1px solid #0b376638!important;border-radius:12px!important;padding:9px 11px!important;font-size:11px!important;font-weight:800!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-actions button:first-child{color:#fff!important;background:#174e87!important}.mh-account-selector-shell{position:relative;text-align:center!important;padding:18px 0 0!important;overflow:hidden!important}.mh-account-selector-shell>small{color:#76889c!important;letter-spacing:.09em!important;font-size:10px!important;font-weight:800!important;display:block!important}.mh-account-selector{touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important;height:79px!important;margin-top:2px!important;position:relative!important;overflow:hidden!important}.mh-account-selector:before,.mh-account-selector:after{content:""!important;z-index:3!important;pointer-events:none!important;width:22%!important;position:absolute!important;top:0!important;bottom:0!important}.mh-account-selector:before{background:linear-gradient(90deg,#ffffffdb,#fff0)!important;left:0!important}.mh-account-selector:after{background:linear-gradient(270deg,#ffffffdb,#fff0)!important;right:0!important}.mh-account-orbital-track{transform:translateX(calc(-28px - var(--selected-shift)))!important;align-items:center!important;gap:10px!important;transition:transform .4s cubic-bezier(.22,.9,.27,1.15)!important;display:flex!important;position:absolute!important;top:12px!important;left:50%!important}.mh-account-orb{width:56px!important;height:56px!important;box-shadow:none!important;filter:blur(2.2px)!important;opacity:.18!important;background:0 0!important;border:0!important;border-radius:50%!important;flex:0 0 56px!important;place-items:center!important;padding:0!important;transition:transform .35s,opacity .35s,filter .35s!important;display:grid!important;transform:scale(.66)!important}.mh-account-orb span{color:#11284a!important;border:2px solid #fffffff2!important;border-radius:50%!important;place-items:center!important;width:52px!important;height:52px!important;font-size:18px!important;font-weight:900!important;display:grid!important;box-shadow:0 7px 13px #0f325829!important}.mh-account-orb.near{filter:blur(.7px)!important;opacity:.58!important;transform:scale(.82)!important}.mh-account-orb.active{filter:none!important;opacity:1!important;transform:scale(1)!important}.mh-account-orb.active span{border-color:#fff!important;box-shadow:0 10px 18px #12416f40!important}.mh-account-dots{justify-content:center!important;gap:5px!important;margin:1px 0 14px!important;display:flex!important}.mh-account-dots i{background:#c4d1dc!important;border-radius:99px!important;width:4px!important;height:4px!important;transition:width .3s,background .3s!important;display:block!important}.mh-account-dots i.active{background:#1e87c2!important;width:15px!important}.mh-selected-account{border:0!important;border-left:5px solid var(--account-color)!important;color:#10284c!important;background:#fff!important;border-radius:22px!important;grid-template-columns:50px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:88px!important;margin:0 16px!important;padding:15px 17px!important;display:grid!important;box-shadow:0 8px 20px #1c3b6717!important}.mh-selected-account:before{content:""!important;background:linear-gradient(90deg,var(--account-color),transparent)!important;opacity:.55!important;height:3px!important;position:absolute!important;inset:auto 0 0!important}.mh-selected-account-icon{color:#10284c!important;border-radius:15px!important;place-items:center!important;width:47px!important;height:47px!important;font-size:20px!important;font-weight:900!important;display:grid!important}.mh-selected-account>div{flex-direction:column!important;align-items:flex-start!important;gap:1px!important;min-width:0!important;display:flex!important}.mh-selected-account small,.mh-selected-account i{color:#8795a6!important;font-size:10px!important;font-style:normal!important;font-weight:700!important;line-height:1.2!important;display:block!important}.mh-selected-account b{color:#10284c!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:150px!important;font-size:18px!important;font-weight:900!important;line-height:1.18!important;overflow:hidden!important}.mh-selected-account strong{color:#10284c!important;letter-spacing:-.03em!important;white-space:nowrap!important;font-size:19px!important;font-weight:900!important}.mh-snapshots-screen .mh-account-carousel .mh-empty-account{color:#1686c6!important;background:#fff!important;border:1px dashed #a9c5d8!important;border-radius:18px!important;width:calc(100% - 32px)!important;min-height:76px!important;margin:16px!important;font-weight:800!important;display:block!important}@media (width<=520px){.mh-snapshots-screen .mh-account-carousel .mh-balance-summary{min-height:151px!important;padding:21px 19px!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-main strong{font-size:39px!important}.mh-snapshots-screen .mh-account-carousel .mh-balance-actions button{min-width:82px!important;font-size:10px!important}.mh-selected-account{margin:0 14px!important;padding:14px 15px!important}.mh-selected-account b{font-size:17px!important}.mh-selected-account strong{font-size:18px!important}}.mh-snapshots-screen .mh-wallet{cursor:default!important;margin:18px 0 38px!important;padding:62px 12px 0!important}.mh-wallet-peek{z-index:2!important;width:86%!important;height:68px!important;margin:0 auto -47px!important}.mh-wallet-peek i{border-radius:20px 20px 8px 8px!important;height:94px!important}.mh-wallet-peek i:first-child{width:75%!important;transform:translate(-50%)translateY(1px)rotate(-4deg)!important}.mh-wallet-peek i:nth-child(2){width:86%!important;transform:translate(-50%)translateY(10px)rotate(2.5deg)!important}.mh-wallet-peek i:nth-child(3){width:97%!important;transform:translate(-50%)translateY(19px)!important}.mh-wallet.open .mh-wallet-peek{opacity:0!important;height:0!important;margin-bottom:0!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{cursor:pointer;min-height:184px!important;padding:24px 21px 28px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary:before{border-top-color:#ffffff57!important;top:82px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary:after{display:none!important}.mh-snapshots-screen .mh-wallet .mh-balance-main{gap:7px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main strong{margin:4px 0 5px!important;font-size:42px!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions{gap:8px!important}.mh-snapshots-screen .mh-wallet .mh-balance-actions button{min-width:96px!important;padding:9px 10px!important;font-size:10px!important}.mh-wallet-grip{display:none!important}.mh-snapshots-screen .mh-wallet .mh-wallet-cards{z-index:2!important;opacity:0!important;transform-origin:bottom!important;order:1!important;width:90%!important;height:0!important;min-height:0!important;max-height:none!important;margin:0 auto!important;padding:0!important;transition:height .58s cubic-bezier(.2,.9,.2,1),margin .58s cubic-bezier(.2,.9,.2,1),opacity .2s,transform .55s cubic-bezier(.18,1.2,.36,1)!important;display:block!important;position:relative!important;overflow:hidden!important;transform:translateY(56px)scale(.96)!important}.mh-snapshots-screen .mh-wallet.open .mh-wallet-cards{height:var(--wallet-cards-height)!important;opacity:1!important;margin:0 auto -96px!important;overflow:visible!important;transform:translateY(0)scale(1)!important}.mh-wallet-card{left:0!important;right:0!important;top:var(--card-offset)!important;color:#10284c!important;isolation:isolate!important;opacity:0!important;min-height:112px!important;transition:transform .48s cubic-bezier(.18,1.25,.36,1),opacity .22s!important;transition-delay:calc(var(--card-index) * 45ms)!important;border:1px solid #0d2a4c38!important;border-radius:19px!important;grid-template-rows:auto 1fr auto!important;grid-template-columns:1fr auto!important;gap:1px 12px!important;padding:17px 19px 14px!important;display:grid!important;position:absolute!important;overflow:hidden!important;transform:translateY(24px)!important;box-shadow:0 11px 22px #16304f2e,5px 6px #1247792e!important}.mh-wallet.open .mh-wallet-card{opacity:1!important;transform:translateY(0)!important}.mh-wallet-card:before{content:"";z-index:-1;background:#ffffff47;border-radius:50%;width:128px;height:128px;position:absolute;top:-55px;right:-40px}.mh-wallet-card:after{content:"";z-index:-1;background:#ffffff3d;border-radius:50%;width:180px;height:30px;position:absolute;bottom:-15px;left:-50px;transform:rotate(-12deg)}.mh-wallet-card>div{min-width:0;flex-direction:column-reverse!important;grid-area:1/1/span 2!important;align-items:flex-start!important;display:flex!important}.mh-wallet-card small{color:#10284ca1!important;letter-spacing:.05em!important;margin-top:3px!important;font-size:9px!important;font-weight:700!important;display:block!important}.mh-wallet-card b{color:#10284c!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:170px!important;font-size:18px!important;font-weight:900!important;line-height:1.12!important;display:block!important;overflow:hidden!important}.mh-wallet-card strong{color:#10284c!important;letter-spacing:-.03em!important;white-space:nowrap!important;grid-area:1/2/span 2!important;align-self:center!important;font-size:18px!important;font-weight:900!important}.mh-wallet-card>i{color:#10284ca8!important;grid-area:3/1/auto/-1!important;font-size:9px!important;font-style:normal!important;font-weight:700!important}.mh-wallet-card-chip{background:linear-gradient(135deg,#fffc,#ffffff57)!important;border:1px solid #10284c29!important;border-radius:5px!important;width:28px!important;height:19px!important;display:block!important;position:absolute!important;bottom:15px!important;right:20px!important}.mh-wallet-card.card-classic{background:linear-gradient(135deg,#dff3fb,#a9ddf1)!important}.mh-wallet-card.card-sunrise{background:linear-gradient(135deg,#ffe6bb,#ff9b88)!important}.mh-wallet-card.card-sea{background:linear-gradient(135deg,#d5faf3,#62c7ce)!important}.mh-wallet-card.card-aurora{background:linear-gradient(125deg,#a7ddff,#bcaaff 55%,#ffb8d1)!important}.mh-wallet-card.card-geometry{background:linear-gradient(135deg,#f2e6ff,#aacbff)!important}.mh-wallet-card.card-geometry:before{background:#ffffff59;border-radius:24px;transform:rotate(33deg)}.mh-wallet-card.card-orbit{background:radial-gradient(circle at 82% 23%,#ffffffe6 0 5%,#0000 6%),radial-gradient(circle at 82% 23%,#0000 0 23%,#ffffff8c 24% 26%,#0000 27%),linear-gradient(135deg,#b9d8ff,#7d83dd)!important}.mh-snapshots-screen .mh-wallet .mh-empty-account{z-index:5;border-radius:18px;width:100%;min-height:80px;position:relative;background:#fff!important}@media (width<=520px){.mh-snapshots-screen .mh-wallet{padding-top:57px!important}.mh-snapshots-screen .mh-wallet .mh-balance-summary{min-height:176px!important;padding:22px 18px 25px!important}.mh-snapshots-screen .mh-wallet .mh-balance-main strong{font-size:38px!important}.mh-wallet-card{min-height:106px!important;padding:15px 16px 13px!important}.mh-snapshots-screen .mh-wallet.open .mh-wallet-cards{height:var(--wallet-cards-height)!important;margin-bottom:-88px!important}.mh-wallet-card{top:var(--card-offset)!important}.mh-wallet-card b,.mh-wallet-card strong{font-size:16px!important}}.aw-page{gap:26px;padding-bottom:28px;display:grid}.aw-hero{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #ffffffe6;border-radius:34px;padding:12px 14px 16px;position:relative;overflow:hidden;box-shadow:0 22px 46px #1f497d21}.aw-balance-stage{padding-bottom:34px;position:relative}.aw-wallet-body{z-index:2;padding-top:8px;position:relative}.aw-balance-box{z-index:2;background:#dff3fb;border:1px solid #16487e1a;border-radius:29px;margin:0;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffc,0 12px 28px #1f497d1f}.aw-summary{color:#102b50;text-align:center;background:radial-gradient(circle at 15% 0,#ffffffd6,#0000 42%),linear-gradient(140deg,#e5f7fc 0%,#c7eaf7 58%,#fff1ad 100%);min-height:190px;padding:39px 24px 55px;position:relative}.aw-summary>small,.aw-summary>strong,.aw-summary>.aw-date{display:block}.aw-summary>small{color:#42647e;background:#ffffff80;border:1px solid #16487e14;border-radius:999px;width:max-content;margin:0 auto;padding:6px 14px;font-size:9px;font-weight:700;box-shadow:inset 0 1px #ffffffb8}.aw-summary>strong{color:#102b50;letter-spacing:-.06em;text-shadow:none;margin:17px 0 0;font-size:43px;font-weight:720;line-height:1}.aw-summary>.aw-date{color:#6f8390;font-size:7px;font-weight:650;position:absolute;top:18px;right:20px}.aw-carousel{z-index:4;height:68px;margin:0;padding:0;position:absolute;bottom:0;left:-14px;right:-14px}.aw-carousel-window{touch-action:pan-y;-webkit-user-select:none;user-select:none;height:68px;position:relative;overflow:hidden}.aw-carousel-window:before,.aw-carousel-window:after{display:none}.aw-carousel-rail{transform:translateX(calc(-28px + var(--rail-x)));align-items:center;gap:10px;transition:transform .34s cubic-bezier(.18,1.22,.36,1);display:flex;position:absolute;top:8px;left:50%}.aw-orb{--distance:3;width:56px;height:56px;opacity:calc(1 - min(var(--distance), 2.4) * .18);filter:blur(calc(min(var(--distance), 2) * .45px));transform:scale(calc(1 - min(var(--distance), 2) * .08));cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 56px;place-items:center;padding:0;transition:transform .25s,opacity .25s,filter .25s;display:grid}.aw-orb:hover{opacity:1;filter:none;transform:translateY(-2px)scale(.98)}.aw-orb span{background:var(--account-color);color:#17304a;border:3px solid #fffffff0;border-radius:50%;place-items:center;width:51px;height:51px;font-size:18px;font-weight:900;display:grid;box-shadow:0 8px 18px #1f497d2e}.aw-orb[aria-current=true]{filter:none;opacity:1;transform:translateY(-2px)scale(1.04)}.aw-orb[aria-current=true] span{box-shadow:0 11px 22px #1f497d42}.aw-selected-card{border:1px solid color-mix(in srgb,var(--account-color) 44%,#dce6ec);background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--account-color) 15%,#fff) 100%);border-radius:25px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;margin:6px 0 15px;padding:15px 16px;transition:opacity .28s,transform .32s cubic-bezier(.18,1.2,.36,1);display:grid;position:relative;box-shadow:inset 0 1px #ffffffe6,0 9px 22px #1f497d12}.aw-selected-card.geometry,.aw-selected-card.orbit{color:#102b50;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--account-color) 15%,#fff) 100%)}.aw-selected-card.orbit .aw-account-copy b,.aw-selected-card.orbit .aw-amount strong{color:#102b50}.aw-selected-card.orbit small,.aw-selected-card.orbit .aw-account-copy span{color:#748899}.aw-selected-icon{background:var(--account-color);color:#15324f;border:2px solid #ffffffc7;border-radius:50%;place-items:center;width:47px;height:47px;font-size:17px;font-weight:900;display:grid}.aw-account-copy{min-width:0}.aw-account-copy small,.aw-account-copy span{color:#748899;font-size:8px;font-weight:650;display:block}.aw-account-copy b{color:#102b50;text-overflow:ellipsis;white-space:nowrap;margin:3px 0;font-size:15px;display:block;overflow:hidden}.aw-amount{text-align:right}.aw-amount strong{color:#102b50;letter-spacing:-.04em;white-space:nowrap;font-size:17px;display:block}.aw-amount small{color:#748899;margin-top:5px;font-size:8px;display:block}.aw-empty{color:#2879b5;background:#fffc;border:1px dashed #bfd4df;border-radius:22px;width:100%;min-height:74px;margin:10px 0;font-weight:800;display:block}.aw-bottom-actions{grid-template-columns:48px minmax(0,1fr) minmax(0,1fr);gap:9px;margin:0;display:grid}.aw-bottom-actions button{color:#153c68;background:#ffffffe6;border:1px solid #16487e1a;border-radius:18px;min-height:48px;font-size:11px;font-weight:750;box-shadow:0 8px 18px #1f497d14,inset 0 1px #ffffffe6}.aw-bottom-actions button:last-child{color:#fff;background:linear-gradient(145deg,#56b2dc 0%,#2879b5 56%,#1d477b 100%);box-shadow:0 11px 22px #1d477b3d,inset 0 1px #ffffff3d}.aw-bottom-actions .aw-theme-action{border-radius:50%;place-items:center;width:48px;min-height:48px;padding:0;display:grid}.aw-theme-swatch{background:#e8f5fa;border:2px solid #fff;border-radius:50%;width:21px;height:21px;display:block;position:relative;box-shadow:0 0 0 1px #bfd4df}.aw-theme-swatch i{border-radius:50%;width:7px;height:7px;position:absolute}.aw-theme-swatch i:first-child{background:#56b2dc;top:4px;left:4px}.aw-theme-swatch i:last-child{background:#ffdc59;bottom:4px;right:4px}.aw-history{gap:9px;display:grid}.aw-history-heading{padding:0 3px 3px}.aw-history-heading h2{color:#1b2d41;margin:0;font-size:19px}.aw-history-heading small{color:#83919b;font-size:9px}.aw-history details{background:#ffffffc7;border:1px solid #28425b12;border-radius:18px;overflow:hidden;box-shadow:0 8px 22px #26405b0e}.aw-history summary{cursor:pointer;grid-template-columns:auto minmax(42px,1fr) auto;align-items:center;gap:10px;padding:14px;list-style:none;display:grid}.aw-history summary::-webkit-details-marker{display:none}.aw-history summary b,.aw-history summary small{display:block}.aw-history summary b{color:#1d3149;font-size:12px}.aw-history summary small{color:#8b97a0;margin-top:3px;font-size:8px}.aw-history summary>strong{color:#21364d;font-size:14px}.aw-progress{background:#e8edf0;border-radius:99px;height:4px;overflow:hidden}.aw-progress em{border-radius:inherit;background:linear-gradient(90deg,#70bdda,#4a94bb);height:100%;display:block}.aw-snapshot-details{gap:11px;padding:0 14px 14px;display:grid}.aw-snapshot-details section>small{color:#80909c;margin:0 0 5px;font-size:9px;font-weight:800;display:block}.aw-snapshot-details section>div{border-top:1px solid #edf1f3;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;padding:7px 0;display:grid}.aw-snapshot-details i{color:#19324b;border-radius:8px;place-items:center;width:24px;height:24px;font-size:9px;font-style:normal;font-weight:900;display:grid}.aw-snapshot-details b,.aw-snapshot-details strong{color:#36495c;font-size:10px}@media (width<=370px){.aw-summary{min-height:180px;padding-inline:18px}.aw-summary>strong{font-size:38px}.aw-summary>.aw-date{font-size:7px;top:15px;right:16px}.aw-selected-card{grid-template-columns:42px minmax(0,1fr) auto;gap:9px;padding-inline:12px}.aw-selected-icon{width:42px;height:42px}.aw-account-copy b{font-size:14px}.aw-amount strong{font-size:15px}.aw-bottom-actions{grid-template-columns:44px minmax(0,1fr) minmax(0,1fr);gap:7px}.aw-bottom-actions button{font-size:10px}.aw-bottom-actions .aw-theme-action{width:44px;min-height:44px}}.mh-time-stage{z-index:1;transform:rotate(calc(var(--time-wheel-motion,0) * .14deg));transform-origin:var(--time-stage-origin,100% 100%);transition:transform .32s cubic-bezier(.2,.86,.25,1),opacity .2s;position:relative}.mh-time-stage.scrubbing{transition:none}.time-wheel-dismiss{z-index:74;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0b14241f;border:0;position:fixed;inset:0}.time-wheel-shell{z-index:76;pointer-events:none;width:340px;height:340px;position:fixed;bottom:-136px}.time-wheel-shell.right{right:-136px}.time-wheel-shell.left{left:-136px}.time-wheel{transform:rotate(var(--wheel-rotation));transform-origin:50%;pointer-events:none;transition:transform .3s cubic-bezier(.2,.86,.25,1);position:absolute;inset:0}.time-wheel-shell.dragging .time-wheel{transition:none}.time-wheel-disc{opacity:0;background:conic-gradient(from 180deg,#ffda76f2,#fffffff0 22%,#a5e6f8f2 46%,#c4b9fff2 70%,#ffa9aff2);border:1px solid #ffffffc2;border-radius:50%;transition:opacity .22s,transform .38s cubic-bezier(.18,1.12,.3,1);position:absolute;inset:0;transform:scale(.72);box-shadow:0 0 0 14px #ffffff47,0 22px 60px #18234047}.time-wheel-shell.open .time-wheel-disc{opacity:1;transform:scale(1)}.time-wheel-sector{--sector-angle:calc(200deg + var(--sector-index) * 23deg);z-index:2;width:54px;height:54px;transform:translate(-50%,-50%) rotate(var(--sector-angle)) translateX(126px) rotate(calc(var(--sector-angle) * -1));color:#526075;opacity:0;pointer-events:none;background:#ffffffb8;border:1px solid #ffffffd1;border-radius:18px;place-content:center;gap:1px;padding:6px;transition:opacity .16s,background .16s,color .16s,box-shadow .16s;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 7px 18px #212d4c1c}.time-wheel-shell.left .time-wheel-sector{--sector-angle:calc(270deg + var(--sector-index) * 23deg)}.time-wheel-shell.open .time-wheel-sector{opacity:1;pointer-events:auto}.time-wheel-sector b{font-size:16px}.time-wheel-sector span{font-size:8px;font-weight:800}.time-wheel-sector.active{color:#fff;background:#1689f5;box-shadow:0 9px 22px #1689f54d}.time-wheel-pivot{z-index:5;color:#fff;pointer-events:auto;touch-action:none;background:linear-gradient(145deg,#1689f5,#655ce6);border:5px solid #ffffffc2;border-radius:50%;place-content:center;gap:1px;width:82px;height:82px;padding:11px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 11px 28px #2c3e8657}.time-wheel-pivot i{border:1px dashed #ffffff70;border-radius:50%;position:absolute;inset:7px}.time-wheel-pivot b{font-size:22px;line-height:1;position:relative}.time-wheel-pivot span{white-space:nowrap;font-size:8px;font-weight:800;position:relative}.time-wheel-shell.open .time-wheel-pivot{background:linear-gradient(145deg,#192a4a,#315f94)}.time-wheel-hand{z-index:5;color:#536177;pointer-events:auto;background:#fffc;border:1px solid #fffc;border-radius:999px;min-width:72px;padding:7px 10px;font-size:9px;font-weight:800;position:fixed;bottom:206px}.time-wheel-shell.right .time-wheel-hand{right:18px}.time-wheel-shell.left .time-wheel-hand{left:18px}.time-wheel-actions{z-index:7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);pointer-events:auto;background:#f9fafde6;border:1px solid #ffffffe0;border-radius:18px;gap:7px;max-width:calc(100vw - 36px);padding:7px;display:flex;position:fixed;bottom:145px;box-shadow:0 14px 34px #202b4830}.time-wheel-actions.right{right:18px}.time-wheel-actions.left{left:18px}.time-wheel-actions button{color:#46546a;white-space:nowrap;background:#edf1f7;border:0;border-radius:12px;min-height:38px;padding:8px 12px;font-size:10px;font-weight:800}.time-wheel-actions button.accent{color:#fff;background:#1689f5}.mh-briefing-backdrop{z-index:10020;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c142647;place-items:end center;padding:22px;animation:.24s briefing-fade;display:grid;position:fixed;inset:0}.mh-briefing{background:linear-gradient(155deg,#fffffff5,#f4f8fdf0);border:1px solid #ffffffd6;border-radius:30px;width:min(430px,100%);padding:25px 20px 18px;animation:.38s cubic-bezier(.18,1.08,.28,1) briefing-rise;position:relative;box-shadow:0 28px 70px #111d3c47}.mh-briefing>header{margin:0;display:block}.mh-briefing-close{color:#738096;background:#eef2f7;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:14px;right:15px}.mh-briefing header span{color:#1689f5;letter-spacing:.17em;font-size:9px;font-weight:900}.mh-briefing header h2{letter-spacing:-.045em;white-space:nowrap;margin:8px 0 4px;font-size:28px}.mh-briefing header p{color:#7b8493;margin:0;font-size:11px}.mh-briefing-grid{grid-template-columns:1fr 1fr;gap:9px;margin:20px 0 14px;display:grid}.mh-briefing-grid article{background:#fff;border-radius:19px;min-width:0;padding:15px;box-shadow:0 8px 24px #22304f0f}.mh-briefing-grid article.total-balance{background:linear-gradient(145deg,#d7f4fc,#dbe7ff 58%,#ebe0ff);grid-row:span 2}.mh-briefing-grid small,.mh-briefing-grid span{color:#7d8695;font-size:9px;display:block}.mh-briefing-grid strong{color:#17223a;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 5px;font-size:18px;display:block;overflow:hidden}.mh-briefing-grid .total-balance strong{margin-top:12px;font-size:27px}.mh-briefing-grid .index-card strong{color:#168b66}.mh-briefing-suppress{color:#727d8f;align-items:center;gap:8px;padding:5px 3px;font-size:11px;display:flex}.mh-briefing-suppress input{accent-color:#1689f5;width:18px;height:18px}.mh-briefing-continue{color:#fff;background:#172d50;border:0;border-radius:15px;width:100%;margin-top:12px;padding:13px;font-size:12px;font-weight:900}.mh-briefing-update{color:#315f94;background:#e8f3ff;border-radius:13px;margin-top:10px;padding:10px 12px;font-size:10px}.mh-briefing-update button{color:#1689f5;background:0 0;border:0;font-weight:800}@keyframes briefing-fade{0%{opacity:0}}@keyframes briefing-rise{0%{transform:translateY(24px)scale(.97)}}@media (prefers-reduced-motion:reduce){.mh-time-stage,.time-wheel,.time-wheel-disc,.mh-briefing-backdrop,.mh-briefing{transition:none!important;animation:none!important}.mh-time-stage{transform:none!important}}.mh-briefing{flex-direction:column;min-height:0;padding:24px 22px 22px;display:flex}.mh-briefing-backdrop{place-items:center}.mh-briefing>header{margin-top:46px}.mh-briefing header h2{margin:0;font-size:32px}.mh-briefing-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.12fr);gap:12px;margin:42px 0 0}.mh-briefing-grid article{padding:16px}.mh-briefing-grid article.total-balance{flex-direction:column;grid-area:1/2/span 2;min-height:224px;display:flex}.mh-briefing-grid article.index-card{grid-area:1/1}.mh-briefing-grid article.last-record{grid-area:2/1}.mh-briefing-grid .total-balance>strong{margin:17px 0 7px;font-size:28px}.mh-briefing-history{gap:6px;margin-top:auto;padding-top:13px;display:grid}.mh-briefing-history>div{background:#fffc;border-radius:7px;grid-template-columns:47px minmax(16px,1fr) minmax(38px,auto);align-items:center;gap:5px;padding:6px;display:grid}.mh-briefing-history-date{color:#4e5d74;white-space:nowrap;font-size:6px;overflow:hidden}.mh-briefing-history-track{background:#d5dfeb;border-radius:999px;height:2px;display:block;overflow:hidden}.mh-briefing-history-track>i{border-radius:inherit;background:#3a9ed8;height:100%;display:block}.mh-briefing-history-amount{color:#17223a;letter-spacing:0;text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:7px;font-weight:800;display:block;overflow:hidden}.mh-briefing-suppress{justify-content:center;margin-top:24px;padding-top:0}@media (height<=700px){.mh-briefing{min-height:0;padding-top:18px;padding-bottom:18px}.mh-briefing>header{margin-top:30px}.mh-briefing-grid{margin-top:24px}}.mh-app{--time-accent:#168b6a;--time-tint:#eaf8f2}.mh-app .mh-background{background:radial-gradient(circle at 8% 0,#56b2dcc2,#0000 54%),radial-gradient(circle at 92% 4%,#ffde59c7,#0000 57%),linear-gradient(118deg,#dff4fb 0%,#c9eaf7 48%,#fff0a8 100%)!important}.mh-time-stage{transform:translateY(calc(var(--time-wheel-motion,0) * -.42px)) rotate(calc(var(--time-wheel-motion,0) * .12deg));transform-origin:var(--time-stage-origin,100% 76%)}.mh-app.wheel-left .mh-time-stage{--time-stage-origin:0 76%}.mh-app.wheel-right .mh-time-stage{--time-stage-origin:100% 76%}.time-dial-accessible{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:fixed;overflow:hidden}.time-dial-accessible:focus-within{z-index:100;clip:auto;clip-path:none;white-space:normal;background:#fffffff0;border-radius:16px;width:auto;height:auto;padding:8px;display:grid;bottom:12px;right:12px;box-shadow:0 12px 32px #14203738}.time-dial-backdrop{z-index:74;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#121b2d12;animation:.18s both dial-backdrop-in;position:fixed;inset:0}.time-dial-shell{--dial-display-scale:.8;z-index:76;opacity:0;visibility:hidden;pointer-events:none;width:520px;height:520px;transform:scale(calc(var(--dial-display-scale) * .94));transform-origin:50%;transition:opacity .18s,transform .28s cubic-bezier(.18,1.08,.28,1),visibility 0s linear .28s;position:fixed;top:calc(100dvh - 260px)}.time-dial-shell.right{right:-260px}.time-dial-shell.left{left:-260px}.time-dial-shell.visible{opacity:1;visibility:visible;transform:scale(var(--dial-display-scale));transition-delay:0s}.time-dial-wheel{transform:rotate(var(--dial-rotation));-webkit-backdrop-filter:blur(34px)saturate(165%)contrast(1.04);backdrop-filter:blur(34px)saturate(165%)contrast(1.04);background:#f1f8fb4a;border:1px solid #ffffffd6;border-radius:50%;transition:transform .42s cubic-bezier(.2,.9,.24,1.08);position:absolute;inset:0;overflow:hidden;box-shadow:0 0 0 1px #ffffffb8,0 0 0 10px #ffffff24,-12px -10px 34px #5bbee029,14px 16px 38px #ffd75b1f,0 28px 70px #12203b3d,inset 10px 12px 28px #ffffff6b,inset -12px -14px 30px #26526c1f}.time-dial-shell.dragging .time-dial-wheel{transition:none}.time-dial-wheel:before,.time-dial-wheel:after{z-index:2;content:"";pointer-events:none;border-radius:50%;position:absolute}.time-dial-wheel:before{opacity:.8;background:radial-gradient(at 24% 14%,#ffffffb8 0 5%,#fff3 19%,#0000 43%),radial-gradient(at 80% 86%,#ffeea424,#0000 36%);border:1px solid #ffffffad;inset:5px;box-shadow:inset 7px 8px 18px #ffffff38,inset -8px -10px 20px #1c4d6917}.time-dial-wheel:after{opacity:.8;border:1px solid #ffffff6b;inset:17px;box-shadow:0 0 0 1px #4ba9cb12,inset 0 0 28px #ffffff1f}.time-dial-surface{opacity:.8;background:radial-gradient(circle at 36% 25%,#ffffff80,#0000 31%),radial-gradient(circle at 72% 78%,#ffea8f40,#0000 42%),conic-gradient(from 214deg,#4db1d86b,#7ccfc657 28%,#d2e0a14d 55%,#ffd85761 76%,#5db9d966);border-radius:50%;transition:filter .18s;position:absolute;inset:0;box-shadow:inset 0 0 86px #ffffff4d}.time-dial-surface:after{content:"";border:1px solid #ffffff57;border-radius:50%;position:absolute;inset:18px}.time-dial-shell.dragging .time-dial-surface{filter:brightness(1.05)saturate(1.1)}.time-dial-detent{--detent-angle:calc(90deg + var(--detent-index) * 18deg);z-index:3;width:76px;height:48px;transform:translate(-50%, -50%) rotate(var(--detent-angle)) translateX(214px) rotate(calc(-1 * var(--detent-angle)));color:#192d449e;position:absolute;top:50%;left:50%}.time-dial-shell.left .time-dial-detent{--detent-angle:calc(-90deg + var(--detent-index) * 18deg)}.time-dial-detent>span{width:76px;height:48px;transform:rotate(calc(-1 * var(--dial-rotation)));grid-template-columns:34px 1fr;align-items:center;gap:6px;transition:color .16s,filter .16s,transform .16s;display:grid}.time-dial-detent b{-webkit-backdrop-filter:blur(14px)saturate(150%);backdrop-filter:blur(14px)saturate(150%);background:#f6fcfd66;border:1px solid #ffffffa8;border-radius:50%;place-items:center;width:34px;height:34px;font-size:16px;display:grid;box-shadow:inset 0 1px #ffffffb8,0 5px 16px #1d334d1a}.time-dial-detent small{width:55px;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800;line-height:1.25;overflow:hidden}.time-dial-detent.active{color:#102b48;filter:brightness(1.03)saturate(1.06)}.time-dial-detent.active>span{transform:rotate(calc(-1 * var(--dial-rotation))) scale(1.12)}.time-dial-detent.active b{background:#ffffffad;border-color:#fffffff5;box-shadow:inset 0 1px #fff,0 0 0 5px #ffffff21,0 8px 24px #1f3a572e}.time-dial-detent.income.active{color:#087b58}.time-dial-detent.expense.active{color:#c84f55}.time-dial-safe{z-index:4;color:#19405bad;-webkit-backdrop-filter:blur(24px)saturate(150%);backdrop-filter:blur(24px)saturate(150%);background:radial-gradient(circle at 25% 20%,#ffffff94,#0000 36%),linear-gradient(135deg,#68bedc75,#8ed3c76b 52%,#f7da6b70);border:2px solid #ffffffb8;border-radius:50%;place-items:center;display:grid;position:absolute;inset:106px;box-shadow:inset 0 0 42px #ffffff38,0 0 0 10px #ffffff1a}.time-dial-safe span{transform:rotate(calc(-1 * var(--dial-rotation)));font-size:10px;font-weight:800}.time-dial-shell.cancelled .time-dial-safe{color:#214b69;background:linear-gradient(145deg,#daf0f7b8,#e1f6eeb8)}.time-dial-rings{z-index:5;pointer-events:none;border:1px dashed #ffffff57;border-radius:50%;position:absolute;inset:48px}.time-dial-pointer{z-index:10;color:#163955;pointer-events:none;align-items:center;gap:7px;display:flex;position:absolute;top:109px;transform:translate(-50%,-50%)}.time-dial-shell.right .time-dial-pointer{left:109px;transform:translate(-50%,-50%)rotate(45deg)}.time-dial-shell.left .time-dial-pointer{flex-direction:row-reverse;left:411px;transform:translate(-50%,-50%)rotate(-45deg)}.time-dial-shell.right .time-dial-pointer span{transform:rotate(-45deg)}.time-dial-shell.left .time-dial-pointer span{transform:rotate(45deg)}.time-dial-pointer i{filter:drop-shadow(0 3px 5px #1b314a2e);border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:15px solid #fffffff5;width:0;height:0}.time-dial-shell.left .time-dial-pointer i{border-left:0;border-right:15px solid #fffffff5}.time-dial-pointer span{-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);text-overflow:ellipsis;white-space:nowrap;background:#f7fcfd94;border:1px solid #ffffffd6;border-radius:999px;max-width:94px;padding:7px 10px;font-size:9px;font-weight:900;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 7px 20px #182c4621}@keyframes dial-backdrop-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.time-dial-backdrop,.time-dial-shell,.time-dial-wheel{transition:none;animation:none}.mh-time-stage{transform:none}}@media (prefers-reduced-transparency:reduce){.time-dial-wheel,.time-dial-detent b,.time-dial-safe,.time-dial-pointer span{-webkit-backdrop-filter:none;backdrop-filter:none}.time-dial-wheel{background:#f1f8fbf5}.time-dial-surface{opacity:.72}.time-dial-detent b,.time-dial-pointer span{background:#fafdfef0}}.mh-record-sheet{-webkit-backdrop-filter:blur(34px)saturate(155%);backdrop-filter:blur(34px)saturate(155%);background:radial-gradient(circle at 6% 0,#5cbede33,#0000 34%),radial-gradient(circle at 94% 4%,#ffde5933,#0000 37%),linear-gradient(145deg,#f9fdfee6,#eff8f9d6 52%,#fffae1d6);border:1px solid #ffffffc7;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 -18px 54px #1430452e}.mh-record-sheet:before{content:"";pointer-events:none;background:linear-gradient(108deg,#56b2dc33,#83cfc221 52%,#ffde592e);height:104px;position:absolute;top:0;left:0;right:0}.mh-record-sheet>*{z-index:1;position:relative}.mh-record-sheet .mh-sheet-handle{background:#324b5c3d}.mh-record-sheet .mh-sheet-title{margin:0 2px 20px}.mh-record-sheet .mh-sheet-title h2{color:#10263b;margin-top:0}.mh-record-sheet .mh-sheet-title p{color:#70818d;margin:7px 0 0;font-size:10px;font-weight:600}.mh-record-sheet form>label{color:#657987;margin-bottom:11px;font-size:10px}.mh-record-sheet input,.mh-record-sheet select{color:#24394b;-webkit-backdrop-filter:blur(18px)saturate(135%);backdrop-filter:blur(18px)saturate(135%);background:#fff9;border:1px solid #ffffffe0;border-radius:16px;height:48px;box-shadow:inset 0 1px #fffffff0,0 7px 20px #294c600f}.mh-record-sheet input:focus,.mh-record-sheet select:focus{border-color:#4da5c294;box-shadow:0 0 0 3px #56b2dc1f,inset 0 1px #fff}.mh-record-sheet .mh-sheet-primary{background:linear-gradient(112deg,#55b2dc,#42aa94 56%,#d9bd43);border:1px solid #ffffff80;border-radius:17px;height:50px;box-shadow:inset 0 1px #ffffff6b,0 12px 26px #23717a30}.mh-record-sheet.expense .mh-sheet-primary{background:linear-gradient(112deg,#55b2dc,#5ab99f 48%,#e8c74f)}.mh-record-sheet.income .mh-sheet-primary{background:linear-gradient(112deg,#54b9d6,#31a87c 58%,#acd36e)}@media (prefers-reduced-transparency:reduce){.mh-record-sheet{background:#f2f8f8}.mh-record-sheet input,.mh-record-sheet select{background:#fff}}.authenticated-app:has(.mh-app)>.profile-menu.account-center-menu{color:#14223a;-webkit-backdrop-filter:blur(30px)saturate(155%);backdrop-filter:blur(30px)saturate(155%);background:radial-gradient(circle at 4% 0,#56b2dc33,#0000 38%),radial-gradient(circle at 96% 0,#ffde5938,#0000 40%),#fafcffe6;border:1px solid #ffffffe6;border-radius:30px;gap:10px;width:min(354px,100vw - 36px);padding:18px;display:grid;top:82px;bottom:auto;right:max(18px,50vw - 177px);overflow:hidden;box-shadow:0 28px 70px #121f393d}.account-center-identity{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;padding:3px 4px 10px;display:grid}.account-center-identity>span{color:#fff;border:3px solid #ffffffe0;border-radius:50%;place-items:center;width:48px;height:48px;font-size:18px;font-weight:900;display:grid;box-shadow:0 7px 18px #23365829}.account-center-identity div{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.account-center-identity strong{letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap;font-size:24px;overflow:hidden}.account-center-identity small{color:#7b8798;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.profile-menu.account-center-menu>button,.account-center-hand{box-sizing:border-box;border:1px solid #253d5c0f;border-radius:19px;width:100%;min-height:66px}.profile-menu.account-center-menu>button{color:#173e70;text-align:left;background:#eef5f8d1;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:12px 14px;display:grid}.profile-menu.account-center-menu>button>span:first-child{background:#ffffffc7;border-radius:13px;place-items:center;width:40px;height:40px;font-size:17px;font-weight:900;display:grid}.profile-menu.account-center-menu button div strong,.account-center-hand strong{font-size:14px;display:block}.profile-menu.account-center-menu button div small,.account-center-hand small{color:#7b8798;margin:4px 0 0;font-size:9px;font-weight:500;display:block}.account-center-menu button i{color:#8490a0;font-size:22px;font-style:normal;font-weight:400}.account-center-menu>button.account-center-rate{background:linear-gradient(135deg,#daf4fbf0,#e6f1ffeb)}.account-center-rate>span:first-child{color:#17648a;background:#ffffffad}.account-center-hand{background:#eef5f8b8;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px 12px 16px;display:flex}.account-center-hand>div{min-width:0}.account-center-menu .account-center-hand>button{color:#176394;background:#ffffffd6;border:1px solid #2868971f;border-radius:13px;flex:none;min-width:68px;min-height:38px;padding:0 14px;font-size:12px;font-weight:800}.account-center-menu>button.account-center-logout{color:#34516e;background:#f5f7fad1;grid-template-columns:1fr 18px;min-height:54px;margin-top:2px}.profile-menu.account-center-menu>button.account-center-logout>span:first-child{background:0 0;border-radius:0;width:auto;height:auto;font-size:13px;display:block}@media (width<=370px){.authenticated-app:has(.mh-app)>.profile-menu.account-center-menu{border-radius:26px;width:calc(100vw - 24px);padding:15px;top:70px;right:12px}.account-center-identity div{display:block}.account-center-identity small{margin-top:3px;display:block}}.mobile-preview-stage{background:radial-gradient(circle at 18% 12%,#d7d9ff 0,#0000 31%),radial-gradient(circle at 84% 8%,#ffd1c7 0,#0000 33%),linear-gradient(#f8f7fb,#edf1f6);justify-content:center;align-items:center;gap:clamp(38px,8vw,120px);min-height:100vh;padding:34px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;display:flex}.mobile-preview-copy{width:min(380px,36vw)}.mobile-preview-copy>span{letter-spacing:.16em;color:#637bd2;font-size:11px;font-weight:800}.mobile-preview-copy h1{letter-spacing:-.06em;margin:13px 0;font-size:52px}.mobile-preview-copy p{color:#686d7a;margin:0;line-height:1.75}.mobile-preview-copy div{gap:10px;margin-top:26px;display:flex}.mobile-preview-copy a{color:#1b1e25;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border-radius:14px;padding:11px 15px;text-decoration:none;box-shadow:0 9px 24px #31364814}.mobile-device{background:#f7f7fa;border:10px solid #15171c;border-radius:52px;width:min(390px,100vw - 28px);height:min(844px,100vh - 44px);min-height:640px;position:relative;overflow:hidden;box-shadow:0 32px 80px #2427364d,inset 0 0 0 1px #fff3}.mobile-device-island{z-index:5;pointer-events:none;background:#111318;border-radius:20px;width:112px;height:30px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.mobile-device iframe{background:#fff;border:0;width:100%;height:100%}.mobile-ledger-runtime{background:radial-gradient(circle at 75% -2%,#ffd0c7 0,#0000 32%),radial-gradient(circle at 15% 0,#cfccff 0,#0000 35%),linear-gradient(#f8f6fc,#f1f4f8 58%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif}.mobile-ledger-runtime .account-ledger-view>main{min-height:100vh;display:block}.mobile-ledger-runtime .sidebar{z-index:30;color:#15171c;-webkit-backdrop-filter:blur(28px)saturate(145%);backdrop-filter:blur(28px)saturate(145%);background:#fafafdd1;border:1px solid #ffffffdb;border-radius:25px;width:auto;height:64px;padding:7px 8px;display:block;position:fixed;inset:auto 12px 10px;box-shadow:0 12px 34px #232a3d33}.mobile-ledger-runtime .brand,.mobile-ledger-runtime .side-note{display:none}.mobile-ledger-runtime .sidebar nav{grid-template-columns:repeat(6,1fr);gap:1px;height:100%;display:grid}.mobile-ledger-runtime .sidebar nav button,.mobile-ledger-runtime .sidebar nav button:not(.active){color:#747984;text-align:center;min-width:0;box-shadow:none;background:0 0;border-radius:18px;padding:7px 1px;font-size:0}.mobile-ledger-runtime .sidebar nav button span{width:auto;color:inherit;margin:auto;font-size:17px;display:block}.mobile-ledger-runtime .sidebar nav button.active{color:#1688e5;background:#ffffffc2}.mobile-ledger-runtime .workspace{padding:54px 16px 104px}.mobile-ledger-runtime .workspace>header{align-items:flex-start;margin-bottom:20px}.mobile-ledger-runtime .eyebrow{margin-bottom:6px;font-size:8px}.mobile-ledger-runtime h1{letter-spacing:-.04em;font-size:27px}.mobile-ledger-runtime .header-actions{align-items:center;gap:6px}.mobile-ledger-runtime .rate-control{display:none}.mobile-ledger-runtime .month-control{background:#ffffffc7;border-radius:13px;height:34px;overflow:hidden;box-shadow:0 7px 20px #373e5012}.mobile-ledger-runtime .month-control input,.mobile-ledger-runtime .month-control select{background:0 0;border:0;max-width:104px;height:34px;font-size:10px}.mobile-ledger-runtime .month-control button{background:0 0;border:0;width:28px;height:34px}.mobile-ledger-runtime .primary{width:34px;height:34px;box-shadow:none;border:0;border-radius:50%;padding:0;font-size:0}.mobile-ledger-runtime .primary:after{content:"+";font-size:20px}.mobile-ledger-runtime .hero-card,.mobile-ledger-runtime .year-banner,.mobile-ledger-runtime .balance-hero,.mobile-ledger-runtime .finance-hero{background:#ffffffe6;border:0;border-radius:28px;overflow:hidden;box-shadow:0 14px 36px #3f445714}.mobile-ledger-runtime .hero-card{min-height:170px;padding:24px 22px}.mobile-ledger-runtime .hero-card h2{font-size:27px}.mobile-ledger-runtime .hero-mark{display:none}.mobile-ledger-runtime .kpis{grid-template-columns:repeat(3,1fr);gap:7px;margin:11px 0 24px}.mobile-ledger-runtime .kpis article{border:0;border-radius:18px;min-width:0;padding:14px 10px;box-shadow:0 10px 25px #37425811}.mobile-ledger-runtime .kpis label,.mobile-ledger-runtime .kpis small{font-size:8px}.mobile-ledger-runtime .kpis strong{white-space:nowrap;margin:8px 0 6px;font-size:15px}.mobile-ledger-runtime .dashboard-grid,.mobile-ledger-runtime .form-layout{grid-template-columns:1fr}.mobile-ledger-runtime .panel{border:0;border-radius:23px;padding:19px;box-shadow:0 12px 30px #37425812}.mobile-ledger-runtime .panel-head h3{font-size:18px}.mobile-ledger-runtime .tip{display:none}.mobile-ledger-runtime .records{overflow:visible}.mobile-ledger-runtime .table{min-width:0}.mobile-ledger-runtime .tr{grid-template-columns:58px minmax(100px,1.3fr) minmax(70px,.8fr) 24px;gap:7px;padding:13px 3px;font-size:10px}.mobile-ledger-runtime .tr span:nth-child(3),.mobile-ledger-runtime .tr span:nth-child(4){display:none}.mobile-ledger-runtime .tr span:nth-child(5){display:block}.mobile-ledger-runtime .record-tools{flex-wrap:wrap;align-items:stretch;gap:8px}.mobile-ledger-runtime .record-tools input{background:#ffffffd9;border:0;border-radius:16px;width:100%}.mobile-ledger-runtime .entry-form{border:0;border-radius:24px;padding:22px 18px}.mobile-ledger-runtime .form-grid{grid-template-columns:1fr}.mobile-ledger-runtime .form-grid .wide{grid-column:auto}@media (width<=840px){.mobile-preview-stage{gap:18px;padding:16px;display:grid}.mobile-preview-copy{width:min(390px,100vw - 28px);margin:auto}.mobile-preview-copy h1{font-size:34px}.mobile-preview-copy p{font-size:12px}.mobile-device{height:min(844px,100vh - 190px);min-height:560px}}.mobile-device-status{z-index:7;color:#11141a;pointer-events:none;justify-content:space-between;align-items:center;font:700 12px/1 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:absolute;top:13px;left:22px;right:18px}.mobile-status-icons{align-items:center;gap:7px;display:flex}.mobile-status-signal{align-items:flex-end;gap:2px;height:12px;display:flex}.mobile-status-signal i{background:currentColor;border-radius:2px;width:3px;display:block}.mobile-status-signal i:first-child{height:4px}.mobile-status-signal i:nth-child(2){height:7px}.mobile-status-signal i:nth-child(3){height:10px}.mobile-status-signal i:nth-child(4){height:12px}.mobile-status-wifi{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:13px;height:10px;position:relative}.mobile-status-wifi:after{content:"";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;top:4px;left:4px}.mobile-status-battery{border:1.5px solid;border-radius:3px;width:20px;height:9px;padding:1px;position:relative}.mobile-status-battery:before{content:"";background:currentColor;border-radius:0 2px 2px 0;width:2px;height:5px;position:absolute;top:2px;right:-4px}.mobile-status-battery i{background:currentColor;border-radius:1px;width:72%;height:100%;display:block}.mobile-device-home{z-index:7;pointer-events:none;background:#11141a;border-radius:99px;width:112px;height:4px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}
