:root{color-scheme:light;--bg: #eef0f4;--page-bg: #d9dde4;--card: #ffffff;--ink: #14181f;--ink-soft: #1c2430;--muted: #8b95a4;--muted-2: #aab2bf;--line: #e9ecf1;--surface-2: #f3f5f8;--surface-3: #f2f4f7;--seg-bg: #e4e7ee;--seg-thumb: #ffffff;--grabber: #d6dbe2;--hover: rgba(20, 30, 50, .05);--blue: #1d6fe0;--blue-ink: #1668d8;--blue-tint: #eef4fd;--calc-purple: #5b21b6;--calc-soft: #e7ddfb;--calc-gray: #ececf1;--green: #16a34a;--green-tint: #e7f7ee;--red: #dc2626;--red-tint: #fdecec;--radius: 18px;--shadow: 0 1px 2px rgba(20, 30, 50, .04), 0 6px 18px rgba(20, 30, 50, .05);--shadow-soft: 0 1px 2px rgba(20, 30, 50, .05);--phone-w: 430px}:root[data-theme=dark]{color-scheme:dark;--bg: #14171c;--page-bg: #0c0e12;--card: #1c2027;--ink: #f1f3f6;--ink-soft: #e4e8ee;--muted: #8a93a2;--muted-2: #6b7382;--line: #2a2f38;--surface-2: #262b33;--surface-3: #22272f;--seg-bg: #22272f;--seg-thumb: #343a45;--grabber: #3a414c;--hover: rgba(255, 255, 255, .07);--blue: #4f93ec;--blue-ink: #6aa6f2;--blue-tint: #1e2a3b;--calc-purple: #a78bfa;--calc-soft: #2e2547;--calc-gray: #2a2f38;--green: #34d27f;--green-tint: #16321f;--red: #f0717a;--red-tint: #3a1d20;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 18px rgba(0, 0, 0, .35);--shadow-soft: 0 1px 2px rgba(0, 0, 0, .25)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--page-bg);color:var(--ink);-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit}.phone{width:100%;max-width:var(--phone-w);margin:0 auto;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;position:relative;box-shadow:0 0 60px #0000001f}.screen{flex:1;display:flex;flex-direction:column;padding:4px 18px calc(108px + env(safe-area-inset-bottom));overflow-y:auto}.icon-btn{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--ink-soft);transition:background .15s}.icon-btn:hover{background:var(--hover)}.page-head{margin:4px 2px 14px}.page-head__title{margin:0;font-size:26px;font-weight:800;color:var(--ink);letter-spacing:-.01em}.updated{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-left:2px}.updated__text{color:var(--muted);font-size:15px}.refresh-ring{position:relative;width:44px;height:44px;padding:0;display:grid;place-items:center;flex:none}.refresh-ring__count{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:14px;font-weight:600;color:var(--calc-purple)}.list{display:flex;flex-direction:column;gap:14px}.row{position:relative;display:flex;align-items:stretch;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:2px solid transparent;min-height:64px}.row--selected{border-color:var(--blue)}.row__body{flex:1;display:flex;align-items:center;gap:16px;padding:10px 14px 10px 18px;text-align:left;min-width:0}.row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.row__line{display:flex;align-items:baseline;column-gap:10px;min-width:0}.flag-badge{flex:none;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:26px;line-height:1;background:var(--surface-2);box-shadow:inset 0 0 0 1.5px var(--grabber);overflow:hidden}.flag-badge--sm{width:26px;height:26px;font-size:16px}.mono-badge{flex:none;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:14px;font-weight:700;letter-spacing:.3px}.logo-badge{flex:none;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:inset 0 0 0 1px #141e320f;overflow:hidden}.logo-badge img{width:66%;height:66%;object-fit:contain}.row__code{flex:none;display:flex;align-items:center;gap:2px;font-size:22px;font-weight:700;color:var(--ink);letter-spacing:.2px}.row__chevron{color:var(--muted);margin-top:3px}.row__values{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right;min-width:0}.row__amount{font-size:calc(21px * var(--fit-amt, 1));font-weight:700;color:var(--ink);line-height:1.05;white-space:nowrap}.row__line .row__amount{margin-left:auto}.row__unit{font-size:15px;font-weight:600;color:var(--muted)}.row__rate{display:flex;align-items:center;gap:8px;font-size:calc(13px * var(--fit-rate, 1));color:var(--muted);white-space:nowrap}.row__main .row__rate{justify-content:flex-end}.row__trailing{position:relative;display:flex;align-items:center;padding:0 6px}.row__trailing:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:1px;background:var(--line)}.row--selected .row__trailing:before{top:10px;bottom:10px}.row__action{display:grid;place-items:center;width:44px;height:100%;color:var(--muted);border-radius:12px}.row--selected .row__action{color:var(--muted-2)}.row__action:hover{color:var(--ink-soft)}.drag-handle{display:grid;place-items:center;width:34px;height:100%;color:var(--muted-2);border-radius:12px;touch-action:none;cursor:grab}.drag-handle:hover{color:var(--ink-soft)}.drag-handle:active{cursor:grabbing}.drag-handle--stock{flex:none;width:28px;height:44px;margin-right:-4px}.row--dragging{box-shadow:0 8px 24px #141e322e,0 2px 6px #141e321a;cursor:grabbing}.row-menu{position:absolute;top:calc(100% - 6px);right:8px;z-index:30;background:var(--card);border-radius:12px;box-shadow:0 8px 28px #141e3229;border:1px solid var(--line);padding:6px;min-width:150px;display:flex;flex-direction:column}.row-menu--up{top:auto;bottom:calc(100% - 6px)}.row-menu button{text-align:left;padding:10px 12px;border-radius:8px;font-size:15px;color:var(--ink-soft)}.row-menu button:hover{background:var(--surface-2)}.row-menu__danger{color:var(--red)}.row-menu button:disabled{color:var(--muted-2);cursor:not-allowed}.amount-field{margin-left:auto;display:inline-flex;align-items:baseline;gap:6px;font-size:calc(21px * var(--fit-amt, 1));font-weight:700;color:var(--ink)}.amount-field__sym{color:var(--ink)}.amount-field__sym--code{font-size:calc(15px * var(--fit-amt, 1));color:var(--muted)}.amount-field input{min-width:1ch;border:none;outline:none;background:none;text-align:left;font-size:calc(21px * var(--fit-amt, 1));font-weight:700;color:var(--ink);padding:0;caret-color:var(--blue)}.row--stock{align-items:center;gap:12px;padding:13px 16px}.row--stock .mono-badge,.row--stock .logo-badge{width:44px;height:44px}.stock-id{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.stock-id__top{display:flex;align-items:baseline;gap:8px;min-width:0}.stock-ticker{font-size:20px;font-weight:700;color:var(--ink);flex:none}.stock-id__name{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row--stock .sparkline{display:block}.row--stock .row__values{flex:none;margin-left:0;gap:7px}.row--stock .row__amount{font-size:22px}.row--stock .row__rate{font-size:14px}.pill{font-size:12px;font-weight:700;padding:2px 7px;border-radius:7px}.pill--up{color:var(--green);background:var(--green-tint)}.pill--down{color:var(--red);background:var(--red-tint)}.convert-context{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);background:var(--card);border-radius:14px;padding:12px 16px;box-shadow:var(--shadow)}.convert-context strong{color:var(--ink);font-weight:700}.convert-context__link{margin-left:auto;color:var(--blue-ink);font-weight:600;font-size:14px}.market-card{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:14px;padding:14px 16px;box-shadow:var(--shadow)}.market-card__dot{flex:none;width:10px;height:10px;border-radius:50%}.market-card__dot.is-open{background:var(--green);box-shadow:0 0 0 4px var(--green-tint)}.market-card__dot.is-closed{background:var(--red);box-shadow:0 0 0 4px var(--red-tint)}.market-card__text{display:flex;flex-direction:column;gap:2px;min-width:0}.market-card__status{font-size:15px;font-weight:700;color:var(--ink)}.market-card__sub{font-size:13px;color:var(--muted)}.market-card__exch{margin-left:auto;font-size:12px;font-weight:600;color:var(--muted-2);white-space:nowrap}.actions{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding:0 4px}.add-btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue-tint);color:var(--blue-ink);font-size:16px;font-weight:600;padding:12px 18px;border-radius:13px;transition:background .15s}.add-btn:hover{background:#e2eefc}.add-btn:disabled{opacity:.5;cursor:not-allowed}.mid-market{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:15px}.seg{display:flex;gap:4px;padding:4px;background:var(--seg-bg);border-radius:14px}.seg__btn{flex:1;padding:9px 0;border-radius:10px;font-size:15px;font-weight:600;color:var(--muted);transition:background .18s ease,color .18s ease}.seg__btn--on{background:var(--seg-thumb);color:var(--ink);box-shadow:var(--shadow)}.stock-controls{flex:none;display:flex;align-items:center}.row__action--stock{width:32px;height:44px}.portfolio{display:flex;flex-direction:column;gap:14px}.pf-summary{display:flex;align-items:center;gap:14px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.pf-summary__head{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.pf-summary__label{font-size:13px;font-weight:600;color:var(--muted)}.pf-summary__total{font-size:27px;font-weight:800;color:var(--ink);line-height:1.1;white-space:nowrap}.pf-summary__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pf-summary__sub{font-size:13px;color:var(--muted)}.pf-summary__chart{flex:none}.donut{display:block}.donut__top{fill:var(--ink);font-size:22px;font-weight:800}.donut__sub{fill:var(--muted);font-size:11px;font-weight:600}.pf-trend{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 16px;overflow:hidden}.pf-trend .sparkline{display:block;width:100%}.pf-perf{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 18px 14px;display:flex;flex-direction:column;gap:10px}.pf-perf__head{display:flex;align-items:center;justify-content:space-between}.pf-perf__title{font-size:13px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:var(--muted)}.pf-perf__head-actions{display:flex;align-items:center;gap:2px}.pf-perf__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:var(--muted);background:none;border:none;cursor:pointer}.pf-perf__icon:hover{background:var(--hover);color:var(--ink)}.pf-perf__chev--up{transform:rotate(180deg)}.pf-perf__total{font-size:34px;font-weight:800;line-height:1.05;color:var(--ink);white-space:nowrap}.pf-perf__changes{display:flex;flex-direction:column;gap:3px}.pf-perf__change{display:flex;align-items:baseline;gap:7px;font-size:16px;font-weight:700}.perf-pos{color:var(--green)}.perf-neg{color:var(--red)}.pf-perf__period{color:var(--ink);font-weight:700}.pf-perf__empty{padding:28px 4px;text-align:center;font-size:14px;color:var(--muted)}.pf-perf__ranges{display:flex;align-items:center;gap:6px;margin-top:4px}.pf-range{flex:1;min-width:0;padding:9px 0;border:none;border-radius:11px;background:var(--surface-2);color:var(--ink-soft);font-size:13px;font-weight:700;cursor:pointer}.pf-range:hover{background:var(--hover)}.pf-range--active,.pf-range--active:hover{background:var(--blue);color:#fff}.pf-perf__expand{flex:none}.perf-chart{margin:2px -4px 0}.perf-chart__svg{display:block;width:100%;height:150px}.perf-chart__ref{stroke:var(--muted-2);stroke-width:1;opacity:.6}.perf-chart__axis{display:flex;justify-content:space-between;padding:6px 6px 0;font-size:12px;font-weight:600;color:var(--muted)}.pf-list{display:flex;flex-direction:column;gap:10px}.pf-list__label{margin:6px 2px 0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--muted)}.pf-row{position:relative;display:flex;align-items:center;gap:14px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px 16px}.pf-row .logo-badge,.pf-row .mono-badge{width:42px;height:42px}.pf-row:not(.pf-row--owned){opacity:.72}.pf-row__id{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.pf-row__ticker{font-size:17px;font-weight:700;color:var(--ink)}.pf-row__value{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap}.pf-row__empty{font-weight:500;color:var(--muted)}.pf-shares{flex:none;display:inline-flex;align-items:baseline;gap:4px;background:var(--surface-2);border-radius:12px;padding:9px 12px}.pf-shares input{width:54px;border:none;outline:none;background:none;text-align:right;font-size:17px;font-weight:700;color:var(--ink);padding:0;caret-color:var(--blue)}.pf-shares__unit{font-size:13px;font-weight:600;color:var(--muted)}.bottom-nav{position:fixed;left:50%;bottom:calc(18px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:20;width:max-content;display:flex;align-items:center;gap:10px;padding:9px 13px;background:var(--card);border-radius:999px;box-shadow:0 2px 6px #141e320f,0 14px 34px #141e3229}:root[data-theme=dark] .bottom-nav{box-shadow:0 2px 10px #00000073,0 16px 40px #0009,inset 0 1px #ffffff0d}.nav-item{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:var(--muted-2);transition:color .18s ease,background .22s ease,transform .18s ease}.nav-item:active{transform:scale(.9)}.nav-item--active{background:var(--ink);color:var(--card)}.settings{display:flex;flex-direction:column;gap:26px}.settings__group{display:flex;flex-direction:column;gap:10px}.settings__group-label{margin:0 2px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--muted)}.setting-row{display:flex;align-items:center;gap:14px;min-height:72px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:14px 18px}.setting-row__lead{display:flex;align-items:center;gap:14px;min-width:0}.setting-row__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--surface-2);color:var(--ink-soft);flex:none}.setting-row__text{display:flex;flex-direction:column}.setting-row__title{font-size:17px;font-weight:600;color:var(--ink)}.setting-row__sub{font-size:13px;color:var(--muted)}.toggle{position:relative;flex:none;margin-left:auto;width:52px;height:31px;border-radius:999px;background:var(--muted-2);transition:background .2s ease}.toggle--on{background:var(--green)}.toggle__knob{position:absolute;top:3px;left:3px;width:25px;height:25px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.toggle--on .toggle__knob{transform:translate(21px)}.setting-select{position:relative;display:flex;align-items:center;margin-left:auto;flex:none}.setting-select__field{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:var(--surface-2);color:var(--ink);font-size:15px;font-weight:600;border-radius:12px;padding:9px 34px 9px 14px;max-width:160px;cursor:pointer}.setting-select__field:focus-visible{outline:2px solid var(--green);outline-offset:1px}.setting-select__chevron{position:absolute;right:11px;color:var(--muted);pointer-events:none}.setting-seg{display:inline-flex;margin-left:auto;flex:none;background:var(--surface-2);border-radius:11px;padding:3px;gap:2px}.setting-seg__btn{border:none;background:transparent;color:var(--muted);font-size:14px;font-weight:600;padding:7px 12px;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.setting-seg__btn--on{background:var(--card);color:var(--ink);box-shadow:0 1px 2px #0000002e}.setting-row--button{width:100%;border:none;text-align:left;cursor:pointer;font:inherit}.setting-row--danger .setting-row__icon{background:color-mix(in srgb,var(--red, #e5484d) 16%,transparent);color:var(--red, #e5484d)}.setting-row--danger .setting-row__title{color:var(--red, #e5484d)}.phone--private .pf-summary__total,.phone--private .pf-summary__sub,.phone--private .pf-row__value,.phone--private .pf-summary__meta{filter:blur(7px);transition:filter .15s ease}.phone--private .pf-summary__total:hover,.phone--private .pf-summary__sub:hover,.phone--private .pf-row__value:hover,.phone--private .pf-summary__meta:hover{filter:none}.settings__about{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:6px;padding:8px 0 4px}.settings__about-title{font-size:14px;font-weight:700;color:var(--ink-soft)}.settings__about-line{font-size:12px;color:var(--muted)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:flex-end;justify-content:center;z-index:50;animation:fade .2s ease}.sheet{width:100%;max-width:var(--phone-w);background:var(--card);border-radius:22px 22px 0 0;padding:10px 18px calc(20px + env(safe-area-inset-bottom));max-height:78vh;display:flex;flex-direction:column;animation:rise .26s cubic-bezier(.2,.8,.2,1)}.sheet__grabber{width:40px;height:5px;border-radius:3px;background:var(--grabber);margin:4px auto 12px}.sheet__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sheet__head h2{margin:0;font-size:21px;font-weight:700}.sheet__list{overflow-y:auto;display:flex;flex-direction:column;gap:2px}.sheet__empty{color:var(--muted);text-align:center;padding:24px 0}.search{display:flex;align-items:center;gap:10px;background:var(--surface-3);border-radius:13px;padding:12px 14px;margin-bottom:14px;color:var(--muted)}.search input{flex:1;border:none;outline:none;background:none;font-size:16px;color:var(--ink)}.picker-row{display:flex;align-items:center;gap:14px;padding:11px 8px;border-radius:12px;text-align:left}.picker-row:hover{background:var(--surface-2)}.picker-row__text{display:flex;flex-direction:column}.picker-row__code{font-size:17px;font-weight:600;color:var(--ink)}.picker-row__name{font-size:14px;color:var(--muted)}.picker-row__add{margin-left:auto;color:var(--blue-ink);font-weight:600;font-size:15px}.calc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.calc{width:100%;max-width:var(--phone-w);background:var(--card);border-radius:26px 26px 0 0;box-shadow:0 -10px 40px #0f172a29;padding:18px 14px calc(18px + env(safe-area-inset-bottom));animation:rise .26s cubic-bezier(.2,.8,.2,1)}.calc__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.calc__key{aspect-ratio:1 / 1;border-radius:50%;background:var(--calc-gray);color:var(--ink);font-size:24px;font-weight:500;display:grid;place-items:center;border:none;transition:transform .08s ease,filter .12s ease}.calc__key:active{transform:scale(.94)}.calc__key--soft{background:var(--calc-soft);color:var(--ink)}.calc__key--accent{background:var(--calc-purple);color:#fff;font-size:26px;font-weight:600}.calc__key--soft:active,.calc__key--accent:active,.calc__key--done:active{filter:brightness(1.08)}.calc__key--wide{grid-column:span 2;aspect-ratio:auto;border-radius:999px}.calc__key--done{grid-column:span 2;aspect-ratio:auto;border-radius:999px;background:var(--calc-purple);color:#fff;font-size:19px;font-weight:700}.data-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:3px 9px;border-radius:999px}.data-badge--sm{margin-left:auto}.data-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.data-badge--live{color:var(--green);background:var(--green-tint)}.data-badge--demo{color:var(--muted);background:var(--surface-2)}.row__star{color:#f5b301;margin-top:2px}.home{display:flex;flex-direction:column;gap:18px}.home-hero{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;text-align:left;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 18px;position:relative;transition:transform .08s ease}.home-hero:active{transform:scale(.99)}.home-hero__label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.home-hero__amount{font-size:34px;font-weight:800;color:var(--ink);line-height:1.1}.home-hero__hint{font-size:13px;color:var(--muted-2)}.home-hero .data-badge{position:absolute;top:16px;right:16px}.home-section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.home-section__head h3{margin:0;font-size:16px;font-weight:700;color:var(--ink)}.home-section__head button{font-size:14px;font-weight:600;color:var(--blue-ink)}.home-mini-list{display:flex;flex-direction:column;gap:8px}.home-mini{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:14px;box-shadow:var(--shadow);padding:8px 16px}.home-mini__code{font-size:16px;font-weight:700;color:var(--ink)}.home-mini__value{margin-left:auto;font-size:16px;font-weight:700;color:var(--ink)}.home-mini .pill{margin-left:10px}.units{display:flex;flex-direction:column;gap:16px}.unit-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.unit-chips::-webkit-scrollbar{display:none}.unit-chip{display:inline-flex;align-items:center;gap:6px;flex:none;padding:9px 14px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:14px;font-weight:600;transition:background .15s,color .15s}.unit-chip.is-active{background:var(--ink);color:var(--card)}.unit-input{display:flex;gap:10px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px}.unit-input input{flex:1;min-width:0;border:none;outline:none;background:none;font-size:26px;font-weight:700;color:var(--ink);caret-color:var(--blue)}.unit-input select{flex:none;border:none;outline:none;background:var(--surface-2);color:var(--ink);font-size:14px;font-weight:600;border-radius:10px;padding:0 8px}.unit-row{align-items:center;min-height:0;padding:14px 16px;gap:12px}.unit-row__id{display:flex;flex-direction:column}.unit-row__code{font-size:17px;font-weight:700;color:var(--ink)}.unit-row__name{font-size:13px;color:var(--muted)}.unit-row__value{margin-left:auto;font-size:20px;font-weight:700;color:var(--ink)}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{transform:translateY(100%)}}.view{animation:viewIn .28s ease both}@keyframes viewIn{0%{opacity:0}}.view .row,.view .pf-row,.view .pf-summary,.view .pf-trend,.view .home-hero,.view .home-section,.view .setting-row,.view .convert-context,.view .seg,.view .unit-input,.view .unit-chips,.view .actions{animation:itemIn .42s cubic-bezier(.2,.8,.2,1) backwards}@keyframes itemIn{0%{opacity:0;transform:translateY(10px)}}.view .list>*:nth-child(1),.view .home>*:nth-child(1),.view .portfolio>*:nth-child(1),.view .settings>*:nth-child(1){animation-delay:.02s}.view .list>*:nth-child(2),.view .home>*:nth-child(2),.view .portfolio>*:nth-child(2),.view .settings>*:nth-child(2){animation-delay:.06s}.view .list>*:nth-child(3),.view .home>*:nth-child(3),.view .portfolio>*:nth-child(3),.view .settings>*:nth-child(3){animation-delay:.1s}.view .list>*:nth-child(4),.view .home>*:nth-child(4),.view .portfolio>*:nth-child(4){animation-delay:.14s}.view .list>*:nth-child(5),.view .home>*:nth-child(5),.view .portfolio>*:nth-child(5){animation-delay:.18s}.view .list>*:nth-child(6),.view .portfolio>*:nth-child(6){animation-delay:.22s}.view .list>*:nth-child(n+7),.view .portfolio>*:nth-child(n+7){animation-delay:.26s}.row__body:active,.pf-row:active,.home-mini:active,.setting-row:active,.picker-row:active,.unit-row:active{transform:scale(.985)}.row__body,.pf-row,.home-mini,.setting-row,.picker-row,.unit-row{transition:transform .12s ease}.row{transition:border-color .18s ease,box-shadow .18s ease}@keyframes flashUp{0%,20%{color:var(--green)}}@keyframes flashDown{0%,20%{color:var(--red)}}.flash-up{animation:flashUp .7s ease}.flash-down{animation:flashDown .7s ease}.nav-item--active{animation:navPop .4s cubic-bezier(.2,.8,.2,1)}@keyframes navPop{0%{transform:scale(.55)}55%{transform:scale(1.14)}to{transform:scale(1)}}.refresh-ring--spinning svg{animation:spin .9s cubic-bezier(.34,.1,.32,1);transform-origin:50% 50%}@keyframes spin{to{transform:rotate(360deg)}}.row__star{animation:starPop .32s cubic-bezier(.2,.8,.2,1)}@keyframes starPop{0%{transform:scale(0) rotate(-30deg);opacity:0}60%{transform:scale(1.35) rotate(8deg)}}.sheet-backdrop{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.calc-overlay{animation:fade .2s ease}.welcome{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--bg);cursor:pointer;animation:fade .4s ease}.welcome--leaving{animation:welcomeOut .42s ease forwards}@keyframes welcomeOut{to{opacity:0;transform:scale(1.04)}}.welcome__mark{width:92px;height:92px;animation:markIn .6s cubic-bezier(.2,.8,.2,1) both}.welcome__mark svg{width:100%;height:100%;display:block;border-radius:22px;box-shadow:0 12px 30px #5b21b647}@keyframes markIn{0%{opacity:0;transform:scale(.6) translateY(10px)}}.welcome__title{margin:4px 0 0;font-size:28px;font-weight:800;letter-spacing:-.01em;color:var(--ink);animation:riseIn .5s cubic-bezier(.2,.8,.2,1) both;animation-delay:.12s}.welcome__tagline{margin:0;font-size:15px;color:var(--muted);animation:riseIn .5s cubic-bezier(.2,.8,.2,1) both;animation-delay:.2s}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.row__body:active,.pf-row:active,.home-mini:active,.setting-row:active,.picker-row:active,.unit-row:active,.home-hero:active,.nav-item:active,.calc__key:active{transform:none}}@media (min-width: 480px){.phone{margin-top:24px;margin-bottom:24px;min-height:auto;height:calc(100dvh - 48px);border-radius:38px;overflow:hidden}}
