:root{--bg:#0a0a0a;--surface:#141414;--surface2:#1e1e1e;--border:#2a2a2a;--text:#e8e8e8;--text-secondary:#8a8a8a;--accent:#b87eff;--green:#4ade80;--red:#f87171;--amber:#fbbf24;--santander:#ec0000;--tenpo:#6a00f4;--bci:#1d3b7a;--falabella:#64b32c;--copec:#f5a623;--bitcoin:#f7931a;--itau:#ec7000;--font-display:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:28px;--sp-8:32px;--radius-sm:8px;--radius-md:16px;--radius-lg:20px;--radius-xl:26px;--radius-full:9999px;--shadow-card:0 8px 24px -16px #000000b3;--shadow-card-strong:0 14px 34px -16px #000c;--sec-gap:24px;--safe-bottom:env(safe-area-inset-bottom,0px);--nav-h:72px}:root[data-theme=paper]{--bg:#f5f2ea;--surface:#eeeae0;--surface2:#e0d9c9;--border:#c9c0ad;--text:#1a1a1a;--text-secondary:#6b6b6b;--accent:#9b5fe0;--green:#16a34a;--red:#dc2626;--amber:#d97706;--shadow-card:0 8px 22px -14px #50463259;--shadow-card-strong:0 14px 32px -14px #50463273}:root[data-theme=paper] ::selection{color:#f5f2ea}:root[data-theme=centavo-light]{--bg:#eef0f5;--surface:#fff;--surface2:#f5f6fa;--border:#edeef2;--text:#111827;--text-secondary:#8a8f98;--accent:#5856d6;--green:#30d158;--red:#ff3b30;--amber:#ff9500;--font-display:"Outfit", system-ui, sans-serif;--font-mono:"Outfit", system-ui, sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--shadow-card:0 10px 26px -14px #1e1e4638;--shadow-card-strong:0 16px 36px -14px #1e1e464d}:root[data-theme=centavo-dark]{--bg:#0e0e12;--surface:#1a1b1f;--surface2:#16171b;--border:#26272d;--text:#f2f3f5;--text-secondary:#9aa0aa;--accent:#9f8cff;--green:#30d158;--red:#ff453a;--amber:#ff9f0a;--font-display:"Outfit", system-ui, sans-serif;--font-mono:"Outfit", system-ui, sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--shadow-card:0 12px 28px -14px #0000008c;--shadow-card-strong:0 18px 40px -16px #000000a6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-display);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;overflow-x:hidden}.display{font-family:var(--font-display);letter-spacing:-.02em;font-size:2rem;font-weight:800}.title{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.label{font-family:var(--font-display);font-size:.875rem;font-weight:600}.body{font-family:var(--font-display);font-size:.875rem;font-weight:400}.caption{font-family:var(--font-display);color:var(--text-secondary);font-size:.75rem;font-weight:400}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:500}.page{padding:var(--sp-5) var(--sp-5) 0;padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + var(--sp-6))}.sec-head{margin:var(--sec-gap) var(--sp-1) var(--sp-3);justify-content:space-between;align-items:baseline;display:flex}.sec-head:first-child{margin-top:var(--sp-2)}.sec-head h3,.sec-head .sec-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:1.0625rem;font-weight:700}.sec-head .sec-action{color:var(--accent);cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-display);background:0 0;border:none}.surface-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--sp-2) var(--sp-4)}.surface-card.pad{padding:var(--sp-4)}.stack{gap:var(--sp-3);flex-direction:column;display:flex}.row{align-items:center;gap:var(--sp-3);display:flex}.between{justify-content:space-between}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--sp-5)}.menu-card,.plan-card,.hipo-card,.stat-card,.bucket-box{border:none}.btn{height:40px;padding:0 var(--sp-4);border-radius:var(--radius-full);font-family:var(--font-display);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:opacity .15s,background .15s;display:inline-flex}.btn-accent{background:var(--accent);color:#0a0a0a}.btn-ghost{color:var(--text);border:1px solid var(--border);background:0 0}.chip{height:28px;padding:0 var(--sp-3);border-radius:var(--radius-full);align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}.chip-green{color:var(--green);background:#4ade8026}.chip-red{color:var(--red);background:#f8717126}.chip-amber{color:var(--amber);background:#fbbf2426}.chip-purple{color:var(--accent);background:#b87eff26}.input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:44px;padding:0 var(--sp-3);color:var(--text);font-family:var(--font-display);outline:none;font-size:.875rem;transition:border-color .15s}.input:focus{border-color:var(--accent)}.amount{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600}.amount-in{color:var(--green)}.amount-out{color:var(--text)}.amount-lg{font-size:1.5rem}.progress-bar{background:var(--surface2);border-radius:var(--radius-full);height:4px;overflow:hidden}.progress-fill{border-radius:var(--radius-full);height:100%;transition:width .3s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--surface2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}html{scrollbar-width:thin;scrollbar-color:var(--border) var(--surface2)}::selection{background:var(--accent);color:#0a0a0a}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--surface2) 25%, #2a2a2a 50%, var(--surface2) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}.skeleton-circle{background:linear-gradient(90deg, var(--surface2) 25%, #2a2a2a 50%, var(--surface2) 75%);background-size:200% 100%;border-radius:50%;animation:1.5s ease-in-out infinite shimmer}.skeleton-card{border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--surface2) 25%, #2a2a2a 50%, var(--surface2) 75%);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}:root[data-theme^=centavo] .btn-accent{color:#fff}:root[data-theme^=centavo] .chip-purple{background:color-mix(in srgb, var(--accent) 16%, transparent)}:root[data-theme^=centavo] .card{box-shadow:0 10px 26px -14px #1e1e4638}:root[data-theme=centavo-dark] .card{box-shadow:0 12px 28px -14px #0000008c}:root[data-theme^=centavo] .account-card{color:#fff;box-shadow:0 12px 28px -12px rgba(var(--inst-rgb), .55);background-image:linear-gradient(135deg, rgba(var(--inst-rgb), 1) 0%, rgba(var(--inst-rgb), .68) 100%)!important;border-color:#0000!important}:root[data-theme^=centavo] .account-card .card-name,:root[data-theme^=centavo] .account-card .card-balance{color:#fff}:root[data-theme^=centavo] .account-card .card-type,:root[data-theme^=centavo] .account-card .interest-rate{color:#ffffffd1}:root[data-theme^=centavo] .account-card .logo{color:#fff!important;background:#ffffff38!important}:root[data-theme^=centavo] .account-card .card-role{color:#fff;background:#ffffff38}:root[data-theme^=centavo] .bottom-nav{background:color-mix(in srgb, var(--surface) 78%, transparent);-webkit-backdrop-filter:blur(20px)}:root[data-theme^=centavo] .hero-balance{border-radius:var(--radius-xl);padding:var(--sp-5);background:linear-gradient(135deg,#241f45 0%,#3a2a6e 58%,#5b50d6 100%);box-shadow:0 18px 38px -16px #281e5a8c}:root[data-theme^=centavo] .hero-balance .hero-label{color:#ffffffb3}:root[data-theme^=centavo] .hero-balance .hero-amount{color:#fff}:root[data-theme^=centavo] .hero-balance .hero-stat-label{color:#ffffffb3}:root[data-theme^=centavo] .hero-balance .hero-stat-val{color:#fff}:root[data-theme^=centavo] .hero-balance .hero-stat-val.pos{color:#7dffb0}:root[data-theme^=centavo] .hero-balance .hero-stat-val.neg{color:#ffd9a6}:root[data-theme^=centavo] .tx-icon{border-radius:12px}.bottom-nav.svelte-oeh3u8{height:calc(var(--nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item.svelte-oeh3u8{padding:var(--sp-1) var(--sp-2);color:var(--text-secondary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;font-size:.625rem;font-weight:500;transition:color .15s;display:flex}.nav-item.active.svelte-oeh3u8{color:var(--accent)}.app-main.svelte-12qhfyh{min-height:100dvh;animation:.2s ease-out fade-in}.loader.svelte-12qhfyh{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;display:flex}.loader-ring.svelte-12qhfyh{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.error-screen.svelte-12qhfyh{justify-content:center;align-items:center;gap:var(--sp-4);min-height:100dvh;padding:var(--sp-4);text-align:center;flex-direction:column;display:flex}
