:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--midnight-ink:#0d0f1a;--arctic-mint:#00e5c3;--soft-cloud:#f4f6ff;--lavender-haze:#c4b5fd;--coral-spark:#ff6b6b;--gold-leaf:#f7c948;--slate-900:#1e2130;--slate-500:#6b7280;--slate-200:#e2e8f0;--text-main:#f4f6ff;--text-muted:#7f8cab;--surface-card:#1e2130e6;--surface-input:#121626;--surface-elevated:#161b2f;--border-main:#2a2d40;--border-soft:#333a55;--bg-grad-a:#1f2440;--bg-grad-b:#1f1e35}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--midnight-ink:#eef3fb;--soft-cloud:#142033;--text-main:#142033;--text-muted:#5f6f86;--surface-card:#ffffffe0;--surface-input:#fff;--surface-elevated:#f6f9ff;--border-main:#cfd9ea;--border-soft:#bfcde4;--bg-grad-a:#d8e7ff;--bg-grad-b:#e7f5ff}*{box-sizing:border-box}body{min-height:100vh;color:var(--text-main);background:radial-gradient(circle at 10% 0%, var(--bg-grad-a) 0, transparent 40%), radial-gradient(circle at 95% 10%, var(--bg-grad-b) 0, transparent 35%), var(--midnight-ink);margin:0;font-family:DM Sans,Manrope,Segoe UI,sans-serif}#root{min-height:100vh}.app-frame{grid-template-columns:1fr;min-height:100vh;display:grid}.content-area{width:100%}.side-nav{display:none}.bottom-tab{border-top:1px solid var(--border-main);background:color-mix(in srgb, var(--surface-elevated) 94%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:70;grid-template-columns:1fr 1fr;display:grid;position:fixed;bottom:0;left:0;right:0}.tab-link{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.12rem;min-height:3.4rem;font-size:.7rem;text-decoration:none;display:flex}.tab-link.active{color:var(--arctic-mint)}.app-shell{width:min(1100px,100% - 2rem);margin:0 auto;padding:1.25rem 0 3rem}.hero{border:1px solid var(--border-main);background:linear-gradient(135deg, color-mix(in srgb, var(--surface-card) 82%, #0f1322) 0%, var(--surface-card) 100%);border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.brand-row{align-items:center;gap:.85rem;display:flex}.brand-mark{width:2.6rem;height:2.6rem;color:var(--midnight-ink);background:linear-gradient(135deg, var(--arctic-mint), var(--lavender-haze));border-radius:.8rem;place-items:center;font-size:1.3rem;font-weight:800;display:grid}h1,h2,p{margin:0}h1{font-size:1.7rem;line-height:1.1}.hero p{color:#b0bbd4;margin-top:.3rem;font-size:.92rem}.cta{background:var(--arctic-mint);color:var(--midnight-ink);border:0;border-radius:.8rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700}.signup-grid{grid-template-columns:1.3fr 1fr;gap:.85rem;margin-top:1rem;display:grid}.auth-page{justify-content:center;margin-top:1.5rem;display:flex}.auth-page .signup-card{width:min(420px,100%)}.auth-link{margin-top:1rem}.auth-link a{color:var(--arctic-mint);font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.card{border:1px solid var(--border-main);background:var(--surface-card);border-radius:1rem;min-height:8.5rem;padding:1rem}.card h2{color:#9fb0ce;font-size:.9rem;font-weight:600}.value{color:var(--soft-cloud);margin-top:.65rem;font-size:1.5rem;font-weight:800}.meta{color:var(--text-muted);margin-top:.55rem;font-size:.86rem}.signup-card h2,.checklist-card h2{font-size:1.05rem}.auth-mode-switch{border:1px solid #2f3550;border-radius:.7rem;margin-bottom:.8rem;display:inline-flex;overflow:hidden}.auth-mode-switch button{color:#b6c0d9;cursor:pointer;background:#161b2f;border:0;padding:.5rem .85rem;font-size:.84rem;font-weight:600}.auth-mode-switch button.active{background:var(--arctic-mint);color:var(--midnight-ink)}.signup-form{gap:.75rem;margin-top:1rem;display:grid}.signup-form label{color:#c9d2e7;gap:.45rem;font-size:.86rem;display:grid}.signup-form input{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.65rem;padding:.72rem .8rem;font-size:.92rem}.signup-form input:focus{border-color:var(--arctic-mint);outline:2px solid #00e5c355}.input-with-icon{background:#121626;border:1px solid #333a55;border-radius:.65rem;align-items:center;gap:.45rem;padding:.65rem .75rem;display:flex}.input-with-icon svg{color:#8ea0c5;flex-shrink:0}.input-with-icon input{color:#edf2ff;background:0 0;border:0;width:100%;padding:0;font-size:.92rem}.input-with-icon input:focus{outline:none}.input-with-icon:focus-within{border-color:var(--arctic-mint);outline:2px solid #00e5c355}.signup-form small{color:var(--coral-spark);font-size:.77rem}.submit-btn{background:var(--arctic-mint);color:var(--midnight-ink);cursor:pointer;border:0;border-radius:.72rem;justify-content:center;align-items:center;gap:.4rem;margin-top:.25rem;padding:.72rem 1rem;font-size:.93rem;font-weight:700;display:inline-flex}.submit-btn:disabled{opacity:.65;cursor:wait}.status-message{color:#c8f8ef;margin-top:.9rem;font-size:.86rem}.checklist-card ul{color:#c2cee6;margin:.85rem 0 0;padding-left:1rem;font-size:.88rem;line-height:1.6}.auth-state{gap:.55rem;margin-top:.85rem;display:grid}.logout-btn{color:#d7e0f6;cursor:pointer;background:#1a2136;border:1px solid #3a435f;border-radius:.6rem;align-items:center;gap:.4rem;width:fit-content;padding:.56rem .72rem;font-size:.86rem;display:inline-flex}.dashboard{gap:1.25rem;width:min(880px,100% - 2rem);margin:1.5rem auto 3rem;padding-bottom:3.8rem;display:grid}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-header h2{color:var(--soft-cloud);font-size:1.2rem;font-weight:700}.add-btn{background:var(--arctic-mint);color:var(--midnight-ink);cursor:pointer;white-space:nowrap;border:0;border-radius:.72rem;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.88rem;font-weight:700;display:inline-flex}.add-btn:hover{opacity:.88}.networth-card{background:#1e2130e6;border:1px solid #2a2d40;border-radius:1rem;gap:.8rem;padding:1rem;display:grid}.networth-head{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.networth-head h3{color:var(--soft-cloud);margin:0;font-size:1rem}.networth-wallet-count{color:#adc0e8;white-space:nowrap;border:1px solid #33415f;border-radius:999px;padding:.28rem .62rem;font-size:.75rem}.balance-total-card{background:#101320e6;border:1px solid #2f3652;border-radius:.85rem;gap:.25rem;padding:.9rem;display:grid}.balance-total-card p{color:#8ba0cc;margin:0;font-size:.78rem}.balance-total-card strong{color:#e6edff;font-size:1.25rem}.balance-total-card span{color:#8ba0cc;font-size:.74rem}.balance-detail-dropdown{background:#101320e6;border:1px solid #2f3652;border-radius:.85rem;padding:.35rem .7rem .7rem}.balance-detail-dropdown summary{cursor:pointer;color:#c7d6f7;padding:.35rem 0;font-size:.84rem;font-weight:600}.balance-detail-dropdown[open] summary{margin-bottom:.6rem}.networth-currency-grid,.networth-wallet-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.65rem;display:grid}.networth-currency-item,.networth-wallet-item{background:#101320e6;border:1px solid #2f3652;border-radius:.8rem;gap:.35rem;padding:.7rem .75rem;display:grid}.networth-currency-item p,.networth-wallet-title p{color:#8ba0cc;margin:0;font-size:.76rem}.networth-currency-item strong,.networth-wallet-item strong{color:#e6edff;font-size:.93rem}.networth-wallet-title{align-items:center;gap:.4rem;display:inline-flex}.networth-wallet-title .dot{border-radius:999px;width:.5rem;height:.5rem}.tx-form{background:#1e2130f2;border:1px solid #2a2d40;border-radius:1rem;gap:.75rem;padding:1rem;display:grid}.tx-form h3{color:var(--arctic-mint);margin:0;font-size:1rem}.tx-form label{color:#c9d2e7;gap:.4rem;font-size:.86rem;display:grid}.tx-check-row{align-items:center;gap:.55rem;display:inline-flex!important}.tx-check-row input[type=checkbox]{width:1rem;height:1rem}.tx-form input,.tx-form select{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.65rem;padding:.68rem .75rem;font-size:.92rem}.tx-form input:focus,.tx-form select:focus{border-color:var(--arctic-mint);outline:2px solid #00e5c355}.tx-form select option{color:#edf2ff;background:#1a1d2e}.tree-picker{position:relative}.tree-picker-trigger{text-align:left;color:#edf2ff;cursor:pointer;background:#121626;border:1px solid #333a55;border-radius:.65rem;width:100%;padding:.68rem .75rem;font-size:.92rem}.tree-picker-trigger:hover{border-color:#4a5578}.tree-picker-trigger:focus{border-color:var(--arctic-mint);outline:2px solid #00e5c355}.tree-picker-panel{background:#0f1322;border:1px solid #333a55;border-radius:.72rem;max-height:220px;margin-top:.42rem;padding:.3rem;overflow:auto}.category-tree{gap:.7rem;margin-top:.75rem;display:grid}.category-tree.in-picker{gap:.3rem;margin-top:0}.category-tree-group{gap:.35rem;display:grid}.category-tree-row-wrap{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.category-tree-row{color:#dbe6ff;text-align:left;background:#141828b3;border:1px solid #2a2d40;border-radius:.62rem;justify-content:space-between;align-items:center;width:100%;padding:.45rem .58rem;font-size:.86rem;line-height:1;display:flex}button.category-tree-row{cursor:pointer}button.category-tree-row:hover{background:#5f70972e;border-color:#4a5578}.category-tree-row.parent{font-weight:700}.category-tree-left{align-items:center;gap:.42rem;display:inline-flex}.category-tree-icon{color:#95a7cf}.category-tree-row.selected{color:#dffef7;background:#00e5c329;border-color:#00e5c359}.category-tree-sub-list{border-left:1px solid #33415f;gap:.35rem;margin:0 0 0 .45rem;padding:0 0 0 .9rem;list-style:none;display:grid}.category-tree-sub-list li{position:relative}.category-tree-row.sub{color:#d7e4ff;background:#101320eb;border-color:#2d3852;position:relative}.category-tree-row.sub:before{content:"";border-top:1px solid #4a5d86;width:.62rem;position:absolute;top:50%;left:-.9rem}.category-tree-row .dot{border-radius:50%;width:.44rem;height:.44rem}.form-actions{justify-content:flex-end;gap:.6rem;display:flex}.cancel-btn{color:#b6c0d9;cursor:pointer;background:0 0;border:1px solid #3a435f;border-radius:.65rem;padding:.6rem 1rem;font-size:.88rem}.tx-list{gap:.55rem;display:grid}.tx-toolbar{grid-template-columns:1fr auto;align-items:center;gap:.7rem;display:grid}.category-manager{margin-top:.25rem}.type-tabs{background:#121626;border:1px solid #2d334c;border-radius:.7rem;gap:.4rem;margin-bottom:.8rem;padding:.2rem;display:inline-flex}.type-tab{color:#aebbe0;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.55rem;padding:.35rem .65rem;font-size:.8rem}.type-tab.active{border-color:var(--arctic-mint);color:var(--arctic-mint);background:#00e5c324}.category-header h3{color:var(--soft-cloud);align-items:center;gap:.45rem;margin:0;font-size:.98rem;display:inline-flex}.category-toolbar{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.category-modal-backdrop{z-index:80;background:#00000094;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.category-modal{background:#121626;border:1px solid #2a2d40;border-radius:1rem;width:min(560px,100%);padding:1rem}.category-create-form,.sub-create-form{grid-template-columns:1fr 56px auto;gap:.5rem;margin-top:.8rem;display:grid}.sub-create-form{grid-template-columns:1fr auto;margin-top:.5rem}.category-create-form input,.sub-create-form input{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.65rem;padding:.52rem .65rem;font-size:.86rem}.category-create-form input[type=color]{padding:.15rem}.icon-picker{flex-wrap:wrap;gap:.35rem;margin-top:.6rem;display:flex}.icon-choice{color:#aebbe0;cursor:pointer;background:#101527;border:1px solid #2f3550;border-radius:.55rem;place-items:center;width:2rem;height:2rem;display:grid}.icon-choice:hover{color:#d0dbf2;border-color:#5f6f94}.icon-choice.active{border-color:var(--arctic-mint);color:var(--arctic-mint);background:#00e5c324}.tx-search{gap:.5rem;display:flex}.tx-search input,.tx-filter{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.65rem;padding:.55rem .7rem;font-size:.88rem}.tx-search input{width:100%}.tx-item{background:#1e2130e6;border:1px solid #2a2d40;border-radius:.9rem;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.tx-category-badge{color:#9eb2da;background:#141b30;border:1px solid #344061;border-radius:.6rem;flex-shrink:0;place-items:center;width:2.2rem;height:2.2rem;display:grid}.tx-info{flex:1;min-width:0}.tx-info strong{color:var(--soft-cloud);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;display:block;overflow:hidden}.tx-info span{color:#7f8cab;font-size:.78rem}.tx-tag-list{flex-wrap:wrap;gap:.3rem;margin-top:.35rem;display:flex}.tx-tag-badge{color:#d6e3ff;background:#141a2e;border:1px solid #3a4768;border-radius:999px;align-items:center;gap:.28rem;padding:.12rem .46rem;font-size:.7rem;display:inline-flex}.tx-tag-badge .dot{border-radius:999px;width:.42rem;height:.42rem}.tx-tag-picker{flex-wrap:wrap;gap:.4rem;display:flex}.tx-tag-chip{color:#c8d7f3;cursor:pointer;background:#121626;border:1px solid #3a4768;border-radius:999px;align-items:center;gap:.3rem;padding:.26rem .6rem;font-size:.78rem;display:inline-flex}.tx-tag-chip.active{color:#ecf4ff;background:#60a5fa33}.tx-tag-chip .dot{border-radius:999px;width:.45rem;height:.45rem}.tx-tag-muted{color:#8ba0cc;background:#101428;border:1px dashed #3a4768;border-radius:.65rem;padding:.5rem .65rem;font-size:.8rem}.tx-amount{flex-shrink:0;font-size:.96rem;font-weight:700}.tx-amount.EXPENSE{color:var(--coral-spark)}.tx-amount.INCOME{color:#4ade80}.tx-amount.TRANSFER{color:var(--lavender-haze)}.tx-actions{flex-shrink:0;gap:.4rem;display:flex}.icon-btn{color:#b6c0d9;cursor:pointer;background:#161b2f;border:1px solid #2e3450;border-radius:.55rem;justify-content:center;align-items:center;gap:.32rem;padding:.3rem .55rem;font-size:.8rem;line-height:1;display:inline-flex}.icon-btn:hover{border-color:var(--arctic-mint);color:var(--arctic-mint)}.icon-btn.danger:hover{border-color:var(--coral-spark);color:var(--coral-spark)}.action-btn{padding-inline:.6rem}.tx-empty{text-align:center;color:#7f8cab;border:1px dashed #2a2d40;border-radius:1rem;padding:2rem 1rem;font-size:.9rem}.tx-error{color:var(--coral-spark);text-align:center;font-size:.86rem}.tx-pagination{color:#b6c0d9;justify-content:space-between;align-items:center;gap:.6rem;margin-top:.45rem;font-size:.84rem;display:flex}.tx-pagination .icon-btn:disabled{opacity:.4;cursor:not-allowed}.receipt-link{color:var(--arctic-mint);font-size:.82rem;text-decoration:none}.receipt-link:hover{text-decoration:underline}.tx-modal-backdrop{z-index:60;background:#0000008f;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.tx-modal{background:#121626;border:1px solid #2a2d40;border-radius:1rem;width:min(560px,100%);max-height:88vh;padding:1rem;overflow:auto}.tx-modal-header{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.tx-modal-header h3{color:var(--soft-cloud);align-items:center;gap:.4rem;margin:0;display:inline-flex}.tx-detail-grid{gap:.65rem;display:grid}.tx-detail-grid p{color:#d6def0;gap:.2rem;margin:0;font-size:.9rem;display:grid}.tx-detail-grid p span{color:#7f8cab;font-size:.75rem}.preview{background:#0d0f1aa6;border:1px dashed #3b3f59;border-radius:1rem;margin-top:1rem;padding:1rem}.preview h2{color:var(--arctic-mint);font-size:1.05rem}.preview p{color:#b0bbd4;margin-top:.55rem;font-size:.92rem;line-height:1.55}.theme-toggle{z-index:95;border:1px solid var(--border-main);background:var(--surface-elevated);width:2.4rem;height:2.4rem;color:var(--text-main);cursor:pointer;border-radius:999px;place-items:center;display:grid;position:fixed;bottom:4.2rem;right:.9rem}.theme-toggle:hover{border-color:var(--arctic-mint);color:var(--arctic-mint)}:root[data-theme=light] .signup-form input,:root[data-theme=light] .tx-form input,:root[data-theme=light] .tx-form select,:root[data-theme=light] .tx-search input,:root[data-theme=light] .tx-filter,:root[data-theme=light] .tree-picker-trigger,:root[data-theme=light] .tree-picker-panel,:root[data-theme=light] .category-modal,:root[data-theme=light] .icon-btn,:root[data-theme=light] .cancel-btn,:root[data-theme=light] .logout-btn,:root[data-theme=light] .nav-link,:root[data-theme=light] .category-tree-row,:root[data-theme=light] .tx-item,:root[data-theme=light] .tx-modal,:root[data-theme=light] .tx-form,:root[data-theme=light] .side-nav,:root[data-theme=light] .sub-list li,:root[data-theme=light] .input-with-icon{background:var(--surface-elevated);color:var(--text-main);border-color:var(--border-soft)}:root[data-theme=light] .tx-form{background:color-mix(in srgb, var(--surface-card) 90%, #fff);border-color:var(--border-main)}:root[data-theme=light] .tx-form select option{color:#142033;background:#fff}:root[data-theme=light] .tx-form h3{color:#0d6f8f}:root[data-theme=light] .tx-form label,:root[data-theme=light] .tx-detail-grid p{color:#2e4563}:root[data-theme=light] .tx-detail-grid p span,:root[data-theme=light] .tx-pagination,:root[data-theme=light] .tx-empty,:root[data-theme=light] .tx-info span{color:#61708a}:root[data-theme=light] .tx-empty{border-color:#c3d2ea}:root[data-theme=light] .tx-tag-badge,:root[data-theme=light] .tx-tag-chip{color:#2c486f;background:#f3f7ff;border-color:#c3d3ea}:root[data-theme=light] .tx-tag-muted{color:#5a7199;background:#f3f7ff;border-color:#c3d3ea}:root[data-theme=light] .networth-card{background:#ffffffe0;border-color:#cfd9ea}:root[data-theme=light] .networth-head h3{color:#16263e}:root[data-theme=light] .networth-wallet-count{color:#4f6d95;border-color:#bed1ec}:root[data-theme=light] .balance-total-card,:root[data-theme=light] .balance-detail-dropdown{background:#f3f7ff;border-color:#c8d7ee}:root[data-theme=light] .balance-total-card p,:root[data-theme=light] .balance-total-card span{color:#5a7199}:root[data-theme=light] .balance-total-card strong{color:#1b2e4a}:root[data-theme=light] .balance-detail-dropdown summary{color:#2e4d78}:root[data-theme=light] .networth-currency-item,:root[data-theme=light] .networth-wallet-item{background:#f3f7ff;border-color:#c8d7ee}:root[data-theme=light] .networth-currency-item p,:root[data-theme=light] .networth-wallet-title p{color:#5a7199}:root[data-theme=light] .networth-currency-item strong,:root[data-theme=light] .networth-wallet-item strong{color:#1b2e4a}:root[data-theme=light] .tx-category-badge{color:#35608f;background:#e8f0ff;border-color:#c7d7ee}:root[data-theme=light] .tx-modal-backdrop,:root[data-theme=light] .category-modal-backdrop{background:#1c2b4a3d}:root[data-theme=light] .tx-info span,:root[data-theme=light] .side-brand p,:root[data-theme=light] .side-user small,:root[data-theme=light] .hero p,:root[data-theme=light] .preview p,:root[data-theme=light] .tx-info span{color:#61708a}:root[data-theme=light] .tx-info strong,:root[data-theme=light] .dashboard-header h2,:root[data-theme=light] .tx-modal-header h3,:root[data-theme=light] .category-header h3,:root[data-theme=light] .value,:root[data-theme=light] h1{color:#16263e}:root[data-theme=light] .side-user p,:root[data-theme=light] .auth-link a,:root[data-theme=light] .tab-link.active,:root[data-theme=light] .nav-link.active{color:#0d6f8f}:root[data-theme=light] .category-tree-row.sub{background:#f3f7ff;border-color:#c9d6eb}:root[data-theme=light] .category-tree-sub-list{border-left-color:#c8d7ef}:root[data-theme=light] .category-tree-row.sub:before{border-top-color:#99abc8}:root[data-theme=light] .icon-choice{color:#57709b;background:#eef4ff;border-color:#c8d7ee}:root[data-theme=light] .icon-choice:hover{color:#2f4f79;border-color:#8aa0c4}:root[data-theme=light] .icon-choice.active{color:#0d6f8f;background:#0d6f8f1f;border-color:#0d6f8f}.wallet-manager,.wallet-transfer{margin-top:.25rem}.wallet-list{gap:.8rem;margin-top:.8rem;display:grid}.wallet-item{background:#1e2130e6;border:1px solid #2a2d40;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.wallet-info{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.wallet-icon-badge{color:#fff;border-radius:.65rem;flex-shrink:0;place-items:center;width:2.4rem;height:2.4rem;display:grid}.wallet-details{min-width:0}.wallet-details h4{color:var(--soft-cloud);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;overflow:hidden}.wallet-meta{color:#7f8cab;margin:.25rem 0 0;font-size:.75rem}.color-picker{flex-wrap:wrap;gap:.5rem;margin-top:.6rem;display:flex}.color-option{cursor:pointer;border:2px solid #0000;border-radius:.5rem;width:2rem;height:2rem;transition:all .14s}.color-option:hover{border-color:#ffffff80;transform:scale(1.08)}.color-option.active{border-color:var(--soft-cloud);box-shadow:0 0 8px #00e5c34d}:root[data-theme=light] .wallet-item{background:#ffffffe0;border-color:#cfd9ea}:root[data-theme=light] .type-tabs{background:#eef4ff;border-color:#c8d7ee}:root[data-theme=light] .type-tab{color:#57709b}:root[data-theme=light] .type-tab.active{color:#0d6f8f;background:#0d6f8f1f;border-color:#0d6f8f}:root[data-theme=light] .wallet-details h4,:root[data-theme=light] .wallet-meta{color:#142033}:root[data-theme=light] .wallet-meta{color:#61708a}.account-card{gap:1rem;display:grid}.account-user{align-items:center;gap:.8rem;display:flex}.account-avatar{color:#aebbe0;background:#101527;border:1px solid #2f3550;border-radius:.7rem;place-items:center;width:2.35rem;height:2.35rem;display:grid}.account-user h3{color:var(--soft-cloud);margin:0;font-size:.95rem}.account-user p{color:#7f8cab;margin:.2rem 0 0;font-size:.8rem}.account-actions,.event-list{gap:.6rem;display:grid}.event-item{background:#1e2130e6;border:1px solid #2a2d40;border-radius:.82rem;justify-content:space-between;align-items:center;gap:.7rem;padding:.75rem;display:flex}.event-item-left{align-items:center;gap:.45rem;display:inline-flex}.event-item-left .dot{border-radius:999px;width:.55rem;height:.55rem}.event-item-left strong{color:var(--soft-cloud)}.event-item-left input[type=text]{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.56rem;padding:.35rem .55rem}.event-item-left input[type=color]{background:#121626;border:1px solid #333a55;border-radius:.52rem;width:2rem;height:1.8rem;padding:.12rem}.event-item-actions{gap:.35rem;display:inline-flex}.import-card{gap:.9rem;display:grid}.import-upload input{display:none}.import-upload span{cursor:pointer;color:#d6e2ff;border:1px dashed #3a4564;border-radius:.7rem;align-items:center;gap:.45rem;padding:.65rem .8rem;display:inline-flex}.import-mapping-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.65rem;display:grid}.import-mapping-grid label{color:#b9c8e8;gap:.35rem;font-size:.84rem;display:grid}.import-mapping-grid select{color:#edf2ff;background:#121626;border:1px solid #333a55;border-radius:.65rem;padding:.62rem .7rem;font-size:.88rem}.import-progress-wrap{background:#0f1322e6;border:1px solid #33415f;border-radius:999px;width:100%;height:1.25rem;position:relative;overflow:hidden}.import-progress-bar{background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;transition:width .18s}.import-progress-wrap span{color:#e8f8ef;place-items:center;font-size:.75rem;font-weight:700;display:grid;position:absolute;inset:0}.import-summary{background:#101320e6;border:1px solid #2f3652;border-radius:.8rem;gap:.25rem;padding:.75rem;display:grid}.import-summary p{color:#d9e5ff;margin:0;font-size:.84rem}.import-failed-list{gap:.25rem;max-height:180px;margin-top:.35rem;display:grid;overflow:auto}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root[data-theme=light] .event-item{background:#ffffffe0;border-color:#cfd9ea}:root[data-theme=light] .import-upload span{color:#2f4f79;background:#f3f7ff;border-color:#bccde8}:root[data-theme=light] .import-mapping-grid label{color:#506a95}:root[data-theme=light] .import-mapping-grid select{color:#1b2e4a;background:#fff;border-color:#c3d3ea}:root[data-theme=light] .import-progress-wrap{background:#eef4ff;border-color:#c3d3ea}:root[data-theme=light] .import-progress-wrap span{color:#1f3e66}:root[data-theme=light] .import-summary{background:#f3f7ff;border-color:#c8d7ee}:root[data-theme=light] .import-summary p{color:#2e4d78}:root[data-theme=light] .event-item-left input[type=text],:root[data-theme=light] .event-item-left input[type=color]{color:#1b2e4a;background:#fff;border-color:#c3d3ea}.account-actions .icon-btn{justify-content:flex-start;width:100%;padding:.52rem .66rem}:root[data-theme=light] .account-avatar{color:#57709b;background:#eef4ff;border-color:#c8d7ee}:root[data-theme=light] .account-user p{color:#61708a}@media (width<=980px){.signup-grid{grid-template-columns:1fr}}@media (width<=700px){.app-shell{width:min(900px,100% - 1.1rem);padding-top:.7rem}.hero{flex-direction:column;align-items:flex-start}.cta{width:100%}.tx-toolbar{grid-template-columns:1fr}.networth-head{flex-direction:column}.category-create-form{grid-template-columns:1fr}}@media (width>=900px){.app-frame{grid-template-columns:260px 1fr}.side-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0f1adb;border-right:1px solid #2a2d40;flex-direction:column;gap:1rem;min-height:100vh;padding:1rem;display:flex;position:sticky;top:0}.side-brand{align-items:center;gap:.7rem;display:flex}.side-brand h1{margin:0;font-size:1.2rem}.side-brand p{color:#94a3c4;margin-top:.2rem;font-size:.77rem}.side-links{gap:.4rem;display:grid}.nav-link{color:#c5d1ec;border:1px solid #2d334c;border-radius:.7rem;align-items:center;gap:.5rem;padding:.6rem .72rem;font-size:.88rem;text-decoration:none;display:inline-flex}.nav-link:hover,.nav-link.active{border-color:var(--arctic-mint);color:var(--arctic-mint);background:#00e5c314}.side-user{border-top:1px solid #2a2d40;gap:.22rem;margin-top:auto;padding-top:.8rem;display:grid}.side-user p,.side-user small{margin:0}.side-user p{color:#e2e8f7;font-size:.88rem}.side-user small{color:#8da0c5;margin-bottom:.35rem;font-size:.76rem}.bottom-tab{display:none}.theme-toggle{bottom:1.1rem;right:1.1rem}.dashboard{width:min(980px,100% - 2.2rem);margin-top:1.1rem;padding-bottom:0}}
