@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;1,300&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d11;--surface: #14141a;--surface-2: #1c1c24;--surface-3: #24242e;--border: #2a2a38;--border-bright: #3c3c52;--text: #e8e8f2;--text-dim: #9898b2;--muted: #5a5a72;--primary: #f59e0b;--primary-dim: rgba(245, 158, 11, .12);--primary-glow: rgba(245, 158, 11, .28);--success: #10b981;--success-dim: rgba(16, 185, 129, .12);--danger: #f43f5e;--danger-dim: rgba(244, 63, 94, .12);--radius: 10px;--radius-sm: 6px;--radius-lg: 16px;--transition: .15s cubic-bezier(.4, 0, .2, 1);--font-display: "Bricolage Grotesque", sans-serif;--font-body: "JetBrains Mono", monospace;--font-mono: "JetBrains Mono", monospace}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 35% at 50% -10%,rgba(245,158,11,.07) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 85% 80%,rgba(16,185,129,.03) 0%,transparent 60%);pointer-events:none;z-index:0}#app{position:relative;z-index:1}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.2}.page{min-height:100vh;display:flex;flex-direction:column}.page-inner{flex:1;max-width:1280px;width:100%;margin:0 auto;padding:2rem 2rem 7rem}.app-header{position:sticky;top:0;z-index:100;background:#0d0d11eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--text);display:flex;align-items:center;gap:.4rem;flex-shrink:0;letter-spacing:-.02em}.header-brand .dot{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.5rem}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#14141af7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--border);padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom));z-index:200;gap:.25rem}.bnav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .4rem;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--muted);font-family:var(--font-body);font-size:.6rem;cursor:pointer;transition:all var(--transition);letter-spacing:.03em;text-transform:uppercase}.bnav-item svg{width:22px;height:22px;stroke-width:1.6;flex-shrink:0}.bnav-item:hover{color:var(--text-dim);background:var(--surface-2)}.bnav-item.active{color:var(--primary)}@media (max-width: 767px){.bottom-nav{display:flex}.page-inner{padding:1.25rem 1.25rem 7rem}}.btn{font-family:var(--font-body);font-size:.8rem;cursor:pointer;border:1px solid transparent;border-radius:var(--radius-sm);padding:.55rem 1rem;transition:all var(--transition);display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;line-height:1;letter-spacing:.01em}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--primary);color:#0d0d11;font-weight:600;border-color:var(--primary)}.btn-primary:hover{background:#fbbf24;border-color:#fbbf24;box-shadow:0 0 20px var(--primary-glow)}.btn-secondary{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--border-bright);background:var(--surface-3)}.btn-ghost{background:transparent;color:var(--text-dim);border-color:transparent}.btn-ghost:hover{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn-danger{background:var(--danger-dim);color:var(--danger);border-color:transparent}.btn-danger:hover{border-color:var(--danger);background:#f43f5e33}.btn-success{background:var(--success-dim);color:var(--success);border-color:transparent}.btn-success:hover{border-color:var(--success);background:#10b98133}.btn-sm{padding:.35rem .7rem;font-size:.75rem}.btn-icon{padding:.45rem}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-label{font-size:.68rem;font-weight:500;color:var(--text-dim);text-transform:uppercase;letter-spacing:.09em}input,select,textarea{font-family:var(--font-body);font-size:.9rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:.65rem .85rem;width:100%;transition:border-color var(--transition),box-shadow var(--transition);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-dim)}input::placeholder{color:var(--muted)}select{cursor:pointer}select option{background:var(--surface-2)}textarea{resize:vertical;line-height:1.6}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color var(--transition)}.card:hover{border-color:var(--border-bright)}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:.8rem 1.25rem;font-size:.67rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);border-bottom:1px solid var(--border);font-weight:500;background:var(--surface-2);font-family:var(--font-body);white-space:nowrap}.data-table td{padding:1rem 1.25rem;font-size:.875rem;border-bottom:1px solid var(--border);color:var(--text-dim);transition:background var(--transition),color var(--transition)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--surface-2);color:var(--text)}.badge{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:20px;font-size:.67rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.badge-primary{background:var(--primary-dim);color:var(--primary)}.badge-success{background:var(--success-dim);color:var(--success)}.badge-danger{background:var(--danger-dim);color:var(--danger)}.badge-neutral{background:var(--surface-3);color:var(--text-dim);border:1px solid var(--border)}.progress-bar{height:4px;background:var(--surface-3);border-radius:2px;overflow:hidden}.progress-fill{height:100%;border-radius:2px;transition:width .7s cubic-bezier(.4,0,.2,1)}.progress-fill.ok{background:var(--success)}.progress-fill.warn{background:var(--primary)}.progress-fill.over{background:var(--danger)}.alert{padding:.85rem 1.1rem;border-radius:var(--radius-sm);font-size:.84rem;border:1px solid}.alert-error{background:var(--danger-dim);color:var(--danger);border-color:#f43f5e40}.alert-success{background:var(--success-dim);color:var(--success);border-color:#10b98140}.empty-state{text-align:center;padding:5rem 1rem;color:var(--muted)}.empty-state .icon{font-size:2.5rem;opacity:.3;margin-bottom:1rem}.empty-state p{font-size:.9rem;line-height:1.7}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;z-index:300;padding:1rem}.modal{background:var(--surface);border:1px solid var(--border-bright);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-sm);padding:2rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;animation:modal-up .24s cubic-bezier(.34,1.56,.64,1)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem}.modal-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:-.02em}@media (min-width: 768px){.modal-overlay{align-items:center}.modal{border-radius:var(--radius-lg);animation:modal-scale .22s cubic-bezier(.34,1.56,.64,1)}}@keyframes modal-up{0%{transform:translateY(32px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modal-scale{0%{transform:scale(.93);opacity:0}to{transform:scale(1);opacity:1}}.section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.section-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.search-wrap{position:relative;flex:1;min-width:160px;max-width:300px}.search-wrap input{padding-left:2.1rem}.search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-muted{color:var(--muted)}.text-dim{color:var(--text-dim)}.font-display{font-family:var(--font-display)}.state-msg{text-align:center;padding:3rem 1rem;color:var(--muted);font-size:.9rem}.state-msg.error{color:var(--danger)}.login-wrap.svelte-1iosihb{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card.svelte-1iosihb{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:360px}.login-logo.svelte-1iosihb{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.logo-mark.svelte-1iosihb{font-size:1.5rem;color:var(--primary);line-height:1}.logo-text.svelte-1iosihb{font-family:var(--font-display);font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.login-sub.svelte-1iosihb{font-size:.8rem;color:var(--muted);margin-bottom:1.75rem}.form-group.svelte-1iosihb{margin-bottom:1rem}.submit-btn.svelte-1iosihb{width:100%;justify-content:center;padding:.65rem;font-size:.875rem;margin-top:.25rem}.alert.svelte-1iosihb{margin-bottom:1rem}.kpi-grid.svelte-1fhips{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}@media (max-width: 900px){.kpi-grid.svelte-1fhips{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.kpi-grid.svelte-1fhips{grid-template-columns:1fr}}.kpi-card.svelte-1fhips{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.25rem 1.25rem;transition:border-color var(--transition),transform var(--transition)}.kpi-card.svelte-1fhips:hover{transform:translateY(-1px)}.kpi-income.svelte-1fhips{border-left-color:#10b981}.kpi-expenses.svelte-1fhips{border-left-color:#f43f5e}.kpi-net-pos.svelte-1fhips{border-left-color:#10b981}.kpi-net-neg.svelte-1fhips{border-left-color:#f43f5e}.kpi-rate.svelte-1fhips{border-left-color:var(--primary)}.kpi-top.svelte-1fhips{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.kpi-spark.svelte-1fhips{flex-shrink:0;opacity:.85;margin-top:.25rem}.kpi-label.svelte-1fhips{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.5rem}.kpi-value.svelte-1fhips{font-family:var(--font-display);font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:.4rem;color:var(--text)}.kpi-sub.svelte-1fhips{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:.4rem}.kpi-trend.svelte-1fhips{font-size:.68rem;font-weight:600;font-family:var(--font-mono)}.kpi-trend.up.svelte-1fhips{color:#10b981}.kpi-trend.down.svelte-1fhips{color:#f43f5e}.kpi-trend.flat.svelte-1fhips{color:var(--muted)}.chart-card.svelte-1fhips{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1.25rem;transition:border-color var(--transition)}.chart-card.svelte-1fhips:hover{border-color:var(--border-bright)}.chart-header.svelte-1fhips{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.chart-title.svelte-1fhips{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.chart-subtitle.svelte-1fhips{font-size:.72rem;color:var(--muted);margin-top:.2rem}.chart-legend.svelte-1fhips{display:flex;align-items:center;gap:1rem;flex-shrink:0}.legend-item.svelte-1fhips{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-dim)}.legend-dot.svelte-1fhips{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-svg.svelte-1fhips{width:100%;height:200px;overflow:visible;display:block}.chart-svg-sm.svelte-1fhips{width:100%;height:180px;overflow:visible;display:block}.mid-row.svelte-1fhips{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}@media (max-width: 768px){.mid-row.svelte-1fhips{grid-template-columns:1fr}}.rate-badge.svelte-1fhips{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--primary);letter-spacing:-.02em;flex-shrink:0}.bottom-row.svelte-1fhips{display:grid;grid-template-columns:3fr 2fr;gap:1.25rem}@media (max-width: 768px){.bottom-row.svelte-1fhips{grid-template-columns:1fr}}.donut-layout.svelte-1fhips{display:flex;align-items:center;gap:1.75rem}.donut-wrap.svelte-1fhips{flex-shrink:0}.donut-svg.svelte-1fhips{width:120px;height:120px}.donut-legend.svelte-1fhips{flex:1;display:flex;flex-direction:column;gap:.6rem}.donut-row.svelte-1fhips{display:grid;grid-template-columns:10px 1fr auto auto;align-items:center;gap:.5rem}.donut-dot.svelte-1fhips{width:8px;height:8px;border-radius:50%;flex-shrink:0}.donut-name.svelte-1fhips{font-size:.78rem;color:var(--text-dim);text-transform:capitalize}.donut-amt.svelte-1fhips{font-size:.78rem;color:var(--text);font-variant-numeric:tabular-nums;font-family:var(--font-mono)}.donut-pct.svelte-1fhips{font-size:.7rem;color:var(--muted);font-family:var(--font-mono);width:36px;text-align:right}@media (max-width: 600px){.donut-layout.svelte-1fhips{flex-direction:column;align-items:flex-start}.donut-wrap.svelte-1fhips{align-self:center}}.quick-nav.svelte-1fhips{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.qnav-btn.svelte-1fhips{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:100px;cursor:pointer;font-family:var(--font-body);font-size:.75rem;color:var(--text-dim);letter-spacing:.04em;transition:all var(--transition);white-space:nowrap}.qnav-btn.svelte-1fhips:hover{border-color:var(--border-bright);color:var(--text);background:var(--surface-2);transform:translateY(-1px)}.qnav-icon.svelte-1fhips{font-size:.9rem;line-height:1}.summary-stats.svelte-1fhips{display:flex;flex-direction:column;gap:.75rem}.stat-row.svelte-1fhips{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border)}.stat-row.svelte-1fhips:last-child{border-bottom:none}.stat-lbl.svelte-1fhips{font-size:.73rem;color:var(--muted)}.stat-val.svelte-1fhips{font-size:.82rem;font-weight:600;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.add-card.svelte-1y0otoi.svelte-1y0otoi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:2rem}.add-row.svelte-1y0otoi.svelte-1y0otoi{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.add-row.svelte-1y0otoi .form-group.svelte-1y0otoi{flex:1;min-width:130px}.submit-group.svelte-1y0otoi.svelte-1y0otoi{flex:0 0 auto!important;min-width:auto!important}.month-group.svelte-1y0otoi.svelte-1y0otoi{margin-bottom:2rem}.month-header.svelte-1y0otoi.svelte-1y0otoi{display:flex;justify-content:space-between;align-items:baseline;padding:0 .25rem .75rem;border-bottom:1px solid var(--border);margin-bottom:0}.month-label.svelte-1y0otoi.svelte-1y0otoi{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-dim);letter-spacing:-.01em}.month-total.svelte-1y0otoi.svelte-1y0otoi{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--success)}.income-amt.svelte-1y0otoi.svelte-1y0otoi{font-weight:600;color:var(--success)!important;font-variant-numeric:tabular-nums}.budgets-strip.svelte-1umw4jj.svelte-1umw4jj{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.budgets-label.svelte-1umw4jj.svelte-1umw4jj{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-right:.25rem}.budget-chip.svelte-1umw4jj.svelte-1umw4jj{display:flex;align-items:center;gap:.4rem;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .6rem}.chip-limit.svelte-1umw4jj.svelte-1umw4jj{font-size:.72rem;color:var(--text-dim)}.chip-remove.svelte-1umw4jj.svelte-1umw4jj{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.9rem;line-height:1;padding:0 .1rem;transition:color var(--transition);font-family:var(--font-body)}.chip-remove.svelte-1umw4jj.svelte-1umw4jj:hover{color:var(--danger)}.add-row.svelte-1umw4jj.svelte-1umw4jj{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.add-row.svelte-1umw4jj .form-group.svelte-1umw4jj{flex:1;min-width:120px}.desc-group.svelte-1umw4jj.svelte-1umw4jj{flex:2!important;min-width:200px!important}.submit-group.svelte-1umw4jj.svelte-1umw4jj{flex:0 0 auto!important;min-width:auto!important}.filter-bar.svelte-1umw4jj.svelte-1umw4jj{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1.75rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.filter-bar.svelte-1umw4jj .form-group.svelte-1umw4jj{flex:1;min-width:140px}.filter-action.svelte-1umw4jj.svelte-1umw4jj{flex:0 0 auto!important;min-width:auto!important}.table-section-header.svelte-1umw4jj.svelte-1umw4jj{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .25rem}.total-badge.svelte-1umw4jj.svelte-1umw4jj{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--danger);letter-spacing:-.02em}.date-cell.svelte-1umw4jj.svelte-1umw4jj{color:var(--text-dim)!important;font-variant-numeric:tabular-nums}.amount-cell.svelte-1umw4jj.svelte-1umw4jj{font-weight:600;color:var(--text)!important;font-variant-numeric:tabular-nums}.modal-row.svelte-1umw4jj.svelte-1umw4jj{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions.svelte-1umw4jj.svelte-1umw4jj{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.goals-grid.svelte-hnztqs{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.goal-card.svelte-hnztqs{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:border-color var(--transition),transform var(--transition)}.goal-card.svelte-hnztqs:hover{border-color:var(--border-bright);transform:translateY(-1px)}.goal-done.svelte-hnztqs{border-top-color:var(--success)!important}.goal-card.svelte-hnztqs:not(.goal-done){border-top-color:var(--primary)}.goal-header.svelte-hnztqs{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.goal-name.svelte-hnztqs{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--text);letter-spacing:-.01em;line-height:1.3}.goal-amounts.svelte-hnztqs{display:flex;flex-direction:column;gap:.2rem}.goal-current.svelte-hnztqs{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1}.goal-target.svelte-hnztqs{font-size:.8rem;color:var(--muted)}.goal-progress.svelte-hnztqs{margin:.25rem 0}.proj-wrap.svelte-hnztqs{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .75rem .4rem}.proj-svg.svelte-hnztqs{width:100%;height:90px;display:block;overflow:visible}.proj-label.svelte-hnztqs{font-size:.68rem;color:var(--muted);text-align:center;margin-top:.25rem;letter-spacing:.04em;text-transform:uppercase}.goal-meta.svelte-hnztqs{display:flex;flex-direction:column;gap:.3rem}.meta-line.svelte-hnztqs{font-size:.78rem;color:var(--text-dim);line-height:1.5}.goal-actions.svelte-hnztqs{display:flex;gap:.5rem;margin-top:.25rem}.modal-row.svelte-hnztqs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions.svelte-hnztqs{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.portfolio-top.svelte-1omhygi{display:grid;grid-template-columns:1fr auto;gap:1.25rem;margin-bottom:1.5rem}@media (max-width: 700px){.portfolio-top.svelte-1omhygi{grid-template-columns:1fr}}.portfolio-hero.svelte-1omhygi{text-align:center;padding:2.5rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.portfolio-hero.svelte-1omhygi:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(245,158,11,.07) 0%,transparent 70%);pointer-events:none}.hero-label.svelte-1omhygi{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.75rem}.hero-value.svelte-1omhygi{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--primary);letter-spacing:-.04em;line-height:1;margin-bottom:.6rem}.hero-note.svelte-1omhygi{font-size:.72rem;color:var(--muted);margin-bottom:1.25rem}.hero-stats.svelte-1omhygi{display:flex;align-items:center;gap:1rem}.hstat.svelte-1omhygi{display:flex;flex-direction:column;align-items:center;gap:.2rem}.hstat-lbl.svelte-1omhygi{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.hstat-val.svelte-1omhygi{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text)}.hstat-sep.svelte-1omhygi{width:1px;height:28px;background:var(--border)}.allocation-card.svelte-1omhygi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;min-width:200px}.alloc-title.svelte-1omhygi{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}.alloc-layout.svelte-1omhygi{display:flex;flex-direction:column;align-items:center;gap:1rem}.alloc-svg.svelte-1omhygi{width:110px;height:110px}.alloc-legend.svelte-1omhygi{width:100%;display:flex;flex-direction:column;gap:.45rem}.alloc-row.svelte-1omhygi{display:flex;align-items:center;gap:.5rem}.alloc-dot.svelte-1omhygi{width:7px;height:7px;border-radius:50%;flex-shrink:0}.alloc-sym.svelte-1omhygi{font-size:.75rem;font-weight:600;color:var(--text);font-family:var(--font-display);flex:1}.alloc-pct.svelte-1omhygi{font-size:.72rem;color:var(--muted);font-family:var(--font-mono)}.coin-cell.svelte-1omhygi{display:flex;flex-direction:column;gap:.2rem}.coin-sym.svelte-1omhygi{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--text)}.coin-name-dim.svelte-1omhygi{font-size:.72rem;color:var(--muted)}.num-cell.svelte-1omhygi{font-variant-numeric:tabular-nums;color:var(--text-dim)!important}.val-cell.svelte-1omhygi{font-weight:600;color:var(--text)!important}.alloc-bar-row.svelte-1omhygi{display:flex;align-items:center;gap:.5rem}.alloc-bar-wrap.svelte-1omhygi{flex:1;height:4px;background:var(--surface-3);border-radius:2px;overflow:hidden;min-width:40px}.alloc-bar.svelte-1omhygi{height:100%;background:var(--primary);border-radius:2px;transition:width .5s ease}.alloc-pct-txt.svelte-1omhygi{font-size:.72rem;color:var(--text-dim);white-space:nowrap}.quick-coins.svelte-1omhygi{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.coin-chips.svelte-1omhygi{display:flex;flex-wrap:wrap;gap:.4rem}.coin-chip.svelte-1omhygi{padding:.3rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-3);color:var(--text-dim);font-size:.75rem;cursor:pointer;transition:all var(--transition);font-family:var(--font-body);font-weight:500}.coin-chip.svelte-1omhygi:hover,.coin-chip.selected.svelte-1omhygi{border-color:var(--primary);color:var(--primary);background:var(--primary-dim)}.modal-row3.svelte-1omhygi{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}@media (max-width: 500px){.modal-row3.svelte-1omhygi{grid-template-columns:1fr 1fr}}.modal-actions.svelte-1omhygi{display:flex;justify-content:flex-end;gap:.75rem}
