:root{--bg: #07070f;--bg-rgb: 7 7 15;--surface: #0e0e1b;--surface-rgb: 14 14 27;--surface2: #16162a;--surface2-rgb: 22 22 42;--surface3: #1f1f3a;--surface4: #272748;--border: rgba(255, 255, 255, .07);--border-md: rgba(255, 255, 255, .13);--accent: #ff6b2b;--accent-rgb: 255 107 43;--accent-dim: rgb(var(--accent-rgb) / .12);--accent-glow: rgb(var(--accent-rgb) / .28);--green: #00e87a;--green-rgb: 0 232 122;--green-dim: rgb(var(--green-rgb) / .1);--green-glow: rgb(var(--green-rgb) / .22);--red: #ff3d60;--red-rgb: 255 61 96;--red-dim: rgb(var(--red-rgb) / .1);--red-glow: rgb(var(--red-rgb) / .22);--blue: #4d9eff;--blue-rgb: 77 158 255;--blue-dim: rgb(var(--blue-rgb) / .1);--blue-glow: rgb(var(--blue-rgb) / .3);--yellow: #ffd166;--yellow-rgb: 255 209 102;--yellow-dim: rgb(var(--yellow-rgb) / .1);--yellow-glow: rgb(var(--yellow-rgb) / .24);--text: #eeeef6;--text2: #b4b4d2;--text3: #9e9ed4;--chrome-bg: rgb(var(--bg-rgb) / .92);--overlay-scrim: rgb(var(--bg-rgb) / .76);--preview-surface: rgb(var(--surface-rgb) / .9);--preview-surface-strong: rgb(var(--surface2-rgb) / .88);--shadow-soft: rgb(0 0 0 / .22)}:root{--button-height-md: 52px;--button-height-sm: 40px;--button-pad-x-md: 20px;--button-pad-x-sm: 14px;--button-shadow-primary: 0 6px 24px var(--accent-glow);--button-shadow-danger: 0 4px 18px var(--red-glow);--button-shadow-soft: 0 2px 10px rgb(var(--accent-rgb) / .18);--button-focus-ring: 0 0 0 3px var(--accent-dim);--button-transition: transform .14s ease, filter .14s ease, border-color .14s ease, background .14s ease, color .14s ease, box-shadow .14s ease, opacity .14s ease}.btn{min-height:var(--button-height-md);padding:14px var(--button-pad-x-md);border:1.5px solid transparent;border-radius:var(--r-xl);background:var(--surface2);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;max-width:100%;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:.03em;line-height:1;text-align:center;-webkit-user-select:none;user-select:none;transition:var(--button-transition)}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:focus-visible{outline:none;box-shadow:var(--button-focus-ring)}.btn:disabled{cursor:not-allowed;opacity:.7}.btn--full{width:100%}.btn--align-start{justify-content:flex-start;text-align:left}.btn--sm{min-height:var(--button-height-sm);padding:10px var(--button-pad-x-sm);border-radius:var(--r-lg);font-size:13px;letter-spacing:.02em}.btn--primary{background:var(--accent);color:var(--bg);box-shadow:var(--button-shadow-primary)}.btn--primary:hover:not(:disabled),.btn--danger:hover:not(:disabled){filter:brightness(1.08)}.btn--secondary{background:var(--surface2);border-color:var(--border);color:var(--text)}.btn--secondary:hover:not(:disabled){border-color:var(--border-md);color:var(--text)}.btn--ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn--ghost:hover:not(:disabled){background:var(--surface2);border-color:var(--border-md);color:var(--text)}.btn--plain{background:transparent;border-color:transparent;color:var(--text)}.btn--plain:hover:not(:disabled){background:var(--surface2);color:var(--text)}.btn--danger{background:var(--red-dim);border-color:var(--red);color:var(--red);box-shadow:var(--button-shadow-danger)}.btn--loading{background:var(--surface2);border-color:var(--border);color:var(--text)}.btn--pressed.btn--secondary,.btn--pressed.btn--ghost,.btn--pressed.btn--plain{background:var(--accent-dim);border-color:var(--accent);color:var(--accent);box-shadow:var(--button-shadow-soft)}.btn-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-copy{min-width:0;flex:1;display:inline-flex;flex-direction:column;gap:2px;line-height:1.1}.btn--align-start .btn-copy{align-items:flex-start}.btn-sub-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text2);font-size:10px;font-weight:700;letter-spacing:0}.btn-badge{margin-left:auto;border-radius:var(--r-pill);background:var(--accent);color:var(--bg);font-size:10px;font-weight:900;line-height:1;padding:3px 8px}.btn-avatar{width:30px;height:30px;border:1px solid var(--border-md);border-radius:50%;background:var(--surface3);color:var(--text);display:grid;place-items:center;flex-shrink:0;font-size:11px;font-weight:900;letter-spacing:0}.btn-icon,.btn-avatar,.btn-spinner{flex-shrink:0}.btn-spinner{width:18px;height:18px;border:2.5px solid var(--border-md);border-top-color:var(--accent);border-radius:50%;animation:button-spin .7s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}:root{--field-height-lg: 60px;--field-height-md: 52px;--field-textarea-min-height: 124px;--field-pad-x: 16px;--field-font-lg: 21px;--field-font-md: 15px;--field-focus-ring: 0 0 0 3px var(--accent-dim);--field-transition: border-color .15s ease, box-shadow .15s ease, color .15s ease, background .15s ease, opacity .15s ease}.field{display:flex;flex-direction:column;gap:6px}.field-label{color:var(--text);font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.field-hint{color:var(--text);font-size:10.5px;font-weight:600;line-height:1.4}.field :is(.field-input,.field-area){width:100%;border:1.5px solid var(--border);border-radius:var(--r-lg);background:var(--surface2);color:var(--text);outline:none;transition:var(--field-transition)}.field :is(.field-input,.field-area)::placeholder{color:var(--text);opacity:1}.field :is(.field-input,.field-area):focus-visible,.field--focused :is(.field-input,.field-area){border-color:var(--accent);box-shadow:var(--field-focus-ring)}.field--invalid :is(.field-input,.field-area){border-color:var(--red);box-shadow:0 0 0 3px var(--red-dim)}.field--invalid .field-label,.field--invalid .field-hint{color:var(--red)}.field--disabled{opacity:.6}.field--disabled :is(.field-input,.field-area,.field-control){cursor:not-allowed}.history-shell{display:flex;height:100dvh;overflow:hidden;background:var(--bg)}.history-shell app-sidebar{position:sticky;top:0;align-self:flex-start;height:100dvh}.history-shell .history-main{position:relative;flex:1;min-width:0;height:100dvh;padding-right:var(--panel);display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.history-shell .desktop-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 36px;border-bottom:1px solid var(--border);background:var(--chrome-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.history-shell .desktop-header h1{margin:0;color:var(--text);font-size:20px;font-weight:900;line-height:1.1}.history-shell .desktop-header p{margin:2px 0 0;color:var(--text2);font-size:12px;font-weight:600}.history-shell .history-header{flex-shrink:0}.history-shell .filter-panel{flex-shrink:0;display:flex;align-items:stretch;gap:0;padding:12px 36px;border-bottom:1px solid var(--border);background:var(--surface)}.history-shell .fg{display:flex;flex-direction:column;gap:6px;padding-right:20px;margin-right:20px;border-right:1px solid var(--border)}.history-shell .fg:last-child{border-right:0;margin-right:0;padding-right:0}.history-shell .fg-lbl,.history-shell .p-lbl,.history-shell .ic-lbl,.history-shell .cf span,.history-shell .history-table th,.history-shell .mets small,.history-shell .detail-fact dt,.history-shell .detail-context-list dt,.history-shell .month-name,.history-shell .panel-body span,.history-shell .entry span{color:var(--text3);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0}.history-shell .fg-note{color:var(--text3);font-size:10px;font-weight:600;font-style:italic;padding-top:4px}.history-shell .pending-chip{display:inline-flex;width:max-content;padding:5px 12px;border:1.5px dashed var(--border-md);border-radius:var(--r-pill);color:var(--text2);font-size:12px;font-weight:700;opacity:.55;white-space:nowrap}.history-shell .filter-chips .chips{gap:6px}.history-shell .filter-chips .chip{padding:5px 12px;border:1.5px solid var(--border);background:transparent;color:var(--text2);font-size:12px;font-weight:700;box-shadow:none}.history-shell .filter-chips .chip:hover{border-color:var(--border-md);color:var(--text)}.history-shell .filter-chips .chip.on{background:var(--accent-dim);border-color:var(--accent);color:var(--accent);box-shadow:none}.history-shell .history-workspace{flex:1;height:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr)}.history-shell .history-scroll{min-width:0;overflow-y:auto;padding:24px 36px 40px;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:var(--surface4) transparent}.history-shell .history-scroll>*{flex-shrink:0}.history-shell .impact-block,.history-shell .chart-block,.history-shell .history-status{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-xl);overflow:hidden}.history-shell .impact-hdr{display:flex;align-items:center;gap:10px;padding:13px 20px;border-bottom:1px solid var(--border);background:var(--preview-surface)}.history-shell .impact-hdr app-gerico-icon{color:var(--accent)}.history-shell .impact-title{color:var(--text2);font-size:12px;font-weight:800;text-transform:uppercase}.history-shell .impact-badge{margin-left:auto;background:var(--accent-dim);border:1px solid var(--accent);border-radius:var(--r-pill);padding:3px 10px;color:var(--accent);font-size:10px;font-weight:800;white-space:nowrap}.history-shell .impact-grid{display:grid;grid-template-columns:repeat(4,1fr)}.history-shell .ic{padding:16px 20px;min-width:0}.history-shell .ic+.ic{border-left:1px solid var(--border)}.history-shell .ic-lbl{display:block;margin-bottom:6px}.history-shell .ic-val{display:block;color:var(--text);font-size:26px;font-weight:900;font-variant-numeric:tabular-nums;line-height:1.1;white-space:nowrap}.history-shell .ic-val.accent{color:var(--accent)}.history-shell .ic-val.muted{color:var(--text2)}.history-shell .ic-sub{display:block;margin-top:4px;color:var(--text2);font-size:12px;font-weight:600;line-height:1.3}.history-shell .chart-hdr{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:14px 20px 12px;border-bottom:1px solid var(--border)}.history-shell .chart-hdr h2{margin:0;color:var(--text);font-size:13px;font-weight:800}.history-shell .chart-hdr p{margin:3px 0 0;color:var(--text2);font-size:12px;font-weight:600}.history-shell .chart-legend{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:flex-end;color:var(--text2);font-size:12px;font-weight:700}.history-shell .chart-legend span{display:inline-flex;align-items:center;gap:6px}.history-shell .leg-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.history-shell .leg-dot--above{background:var(--green)}.history-shell .leg-dot--below{background:var(--red)}.history-shell .chart-body{padding:26px 24px 16px}.history-shell .chart-bars{height:178px;display:flex;align-items:flex-end;gap:10px}.history-shell .chart-bar{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.history-shell .bar-fill{width:100%;min-height:12px;border-radius:4px 4px 0 0;background:var(--surface4);opacity:.85}.history-shell .bar-fill.above{background:var(--green)}.history-shell .bar-fill.below{background:var(--red)}.history-shell .bar-fill.record{box-shadow:0 0 14px var(--green-glow);opacity:1}.history-shell .bar-label{margin-top:5px;color:var(--text3);font-size:9px;font-weight:800;font-family:var(--mono);white-space:nowrap}.history-shell .bar-label.today{color:var(--accent)}.history-shell .bar-record{position:absolute;top:-20px;color:var(--green);font-size:9px;font-weight:800;white-space:nowrap}.history-shell .chart-foot{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border)}.history-shell .cf{padding:12px 16px;text-align:center;min-width:0}.history-shell .cf+.cf{border-left:1px solid var(--border)}.history-shell .cf span{display:block;margin-bottom:3px}.history-shell .cf strong{display:block;color:var(--text);font-size:16px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-shell .ok{color:var(--green)!important}.history-shell .ko{color:var(--red)!important}.history-shell .accent{color:var(--accent)!important}.history-shell .month-section{display:block}.history-shell .month-hdr{display:flex;align-items:center;gap:12px;padding:4px 0;margin-bottom:10px}.history-shell .month-line{flex:1;height:1px;background:var(--border)}.history-shell .month-total{color:var(--text2);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.history-shell .table-wrap{overflow:hidden;border:1.5px solid var(--border);border-radius:var(--r-xl);background:var(--surface)}.history-shell .history-table{width:100%;border-collapse:separate;border-spacing:0}.history-shell .history-table th{padding:10px 16px;text-align:left;background:var(--surface);border-bottom:1px solid var(--border)}.history-shell .history-table th.r,.history-shell .history-table td.r{text-align:right}.history-shell .history-table td{padding:13px 16px;color:var(--text2);font-size:14px;font-weight:700;vertical-align:middle;border-bottom:1px solid var(--border)}.history-shell .data-row{transition:background .12s}.history-shell .data-row:last-child td{border-bottom:0}.history-shell .data-row.above{background:var(--green-dim)}.history-shell .data-row.below{background:var(--red-dim)}.history-shell .data-row.expanded{background:var(--surface2)}.history-shell .date-cell{display:flex;align-items:center;gap:12px}.history-shell .date-cell>strong{width:28px;flex-shrink:0;color:var(--text);font-size:22px;font-weight:900;text-align:center;font-variant-numeric:tabular-nums}.history-shell .date-cell span{display:block;color:var(--text);font-size:12px;font-weight:800;text-transform:uppercase}.history-shell .date-cell small{display:flex;align-items:center;gap:5px;margin-top:2px;color:var(--text3);font-size:11px;font-weight:600}.history-shell .amt{color:var(--text);font-size:18px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}.history-shell .mets{display:flex;align-items:center;gap:18px;justify-content:flex-end}.history-shell .mets span{display:grid;text-align:right;gap:1px}.history-shell .mets strong{color:var(--text);font-size:13px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}.history-shell .detail-row td{padding:14px 16px!important;background:var(--surface2);border-bottom:1px solid var(--border)}.history-shell .history-detail-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface3)}.history-shell .detail-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid var(--border);background:var(--surface2)}.history-shell .detail-summary>strong{color:var(--text);font-size:13px;font-weight:800;text-transform:capitalize}.history-shell .history-detail-card .detail-status{display:inline-flex;align-items:center;min-width:0;padding:4px 8px;border-radius:var(--r-pill);font-size:10px;font-weight:800;line-height:1.2;letter-spacing:0;text-align:right;text-transform:none}.history-shell .history-detail-card .detail-status.above{color:var(--green);background:var(--green-dim)}.history-shell .history-detail-card .detail-status.below{color:var(--red);background:var(--red-dim)}.history-shell .history-detail-card .detail-status.equal{color:var(--accent);background:var(--accent-dim)}.history-shell .detail-section{padding:13px 14px}.history-shell .detail-section+.detail-section{border-top:1px solid var(--border)}.history-shell .detail-section h3{margin:0 0 8px;color:var(--text2);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.history-shell .detail-facts,.history-shell .detail-context-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.history-shell .detail-fact,.history-shell .detail-context-list>div{min-width:0;padding:9px 11px;background:var(--surface2)}.history-shell .detail-fact:nth-child(odd),.history-shell .detail-context-list>div:nth-child(odd){border-radius:var(--r-md) 0 0 var(--r-md)}.history-shell .detail-fact:nth-child(2n),.history-shell .detail-context-list>div:nth-child(2n){border-left:1px solid var(--border);border-radius:0 var(--r-md) var(--r-md) 0}.history-shell .detail-fact:nth-child(n+3){margin-top:1px}.history-shell .detail-facts dt,.history-shell .detail-facts dd,.history-shell .detail-context-list dt,.history-shell .detail-context-list dd{margin:0}.history-shell .detail-facts dd,.history-shell .detail-context-list dd{display:block;margin-top:3px;color:var(--text);font-size:15px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-shell .detail-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:10px}.history-shell .detail-tags>span,.history-shell .detail-note>span{color:var(--text3);font-size:10px;font-weight:800;text-transform:uppercase}.history-shell .detail-tags>strong{padding:4px 8px;border-radius:var(--r-pill);background:var(--accent-dim);color:var(--accent);font-size:11px;font-weight:800}.history-shell .detail-note{margin:10px 0 0;padding:9px 11px;border-radius:var(--r-md);background:var(--surface2);color:var(--text2);font-size:12px;font-weight:600;line-height:1.45}.history-shell .detail-note>span{display:block;margin-bottom:3px}.history-shell .detail-toggle-cell{width:1%;white-space:nowrap}.history-shell .detail-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface2);color:var(--text2);cursor:pointer}.history-shell .detail-toggle:hover,.history-shell .detail-toggle:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.history-shell .detail-toggle[aria-expanded=true] app-gerico-icon{transform:rotate(90deg)}.history-shell .detail-toggle app-gerico-icon{transition:transform .16s}.history-shell .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.history-shell .panel{position:absolute;top:0;right:0;align-self:stretch;width:var(--panel);height:100%;min-width:0;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.history-shell .panel-hdr{flex-shrink:0;height:81px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;padding:14px 20px;border-bottom:1px solid var(--border)}.history-shell .panel-hdr strong{display:block;color:var(--text);font-size:13px;font-weight:800}.history-shell .panel-hdr span{display:block;margin-top:2px;color:var(--text3);font-size:11px;font-weight:600;text-transform:none}.history-shell .panel-body{flex:1;overflow-y:auto;padding:18px 18px 40px;scrollbar-width:thin;scrollbar-color:var(--border-md) transparent}.history-shell .panel-body::-webkit-scrollbar{width:8px}.history-shell .panel-body::-webkit-scrollbar-thumb{border-radius:var(--r-pill);background:var(--border-md)}.history-shell .p-lbl{margin:4px 0 10px}.history-shell .month-card,.history-shell .record-list{margin-bottom:12px;background:var(--surface2);border:1.5px solid var(--border);border-radius:var(--r-xl);overflow:hidden}.history-shell .mc-hdr{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px 10px}.history-shell .mc-hdr span{font-size:14px;font-weight:800;color:var(--text)}.history-shell .mc-hdr strong{color:var(--accent);font-size:15px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}.history-shell .mc-rows{display:flex;flex-direction:column;gap:1px;background:var(--border)}.history-shell .mc-rows div{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;background:var(--surface3)}.history-shell .mc-rows strong{color:var(--text);font-size:13px;font-weight:900;font-variant-numeric:tabular-nums;text-align:right}.history-shell .rec-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border)}.history-shell .rec-row:last-child{border-bottom:0}.history-shell .rec-ico{width:30px;height:30px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text2);background:var(--surface3)}.history-shell .rec-ico.ok{color:var(--green);background:var(--green-dim)}.history-shell .rec-ico.ko{color:var(--red);background:var(--red-dim)}.history-shell .rec-ico.accent{color:var(--accent);background:var(--accent-dim)}.history-shell .rec-info{flex:1;min-width:0}.history-shell .rec-info strong{display:block;color:var(--text2);font-size:12px;font-weight:700;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-shell .rec-info small{display:block;margin-top:1px;color:var(--text3);font-size:10px;font-weight:600;font-family:var(--mono)}.history-shell .rec-val{color:var(--text);font-size:15px;font-weight:900;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.history-shell .history-status{margin:24px 36px;padding:28px 22px;text-align:center}.history-shell .status-title{margin:0;color:var(--text);font-size:18px;font-weight:900}.history-shell .status-copy{margin:8px 0 0;color:var(--text2);font-size:12px;font-weight:600}.history-shell .status-btn,.history-shell .filter-confirm{min-height:42px;padding:0 18px;border:0;border-radius:var(--r-pill);background:var(--accent);color:var(--bg);font-weight:800;cursor:pointer}.history-shell .status-btn{margin-top:16px}.history-shell .mobile-head,.history-shell .mobile-filter,.history-shell .chart-mobile,.history-shell .mobile-months,.history-shell .history-bottom-nav{display:none}@media(max-width:1180px){.history-shell .history-main{padding-right:0}.history-shell .panel{display:none}.history-shell .detail-note{grid-column:span 3;border-left:0;border-top:1px solid var(--border);padding:12px 0 0}}@media(max-width:860px){.history-shell{display:block;height:auto;min-height:100dvh;overflow:visible;padding-bottom:0}.history-shell app-sidebar,.history-shell .desktop-header,.history-shell .filter-panel,.history-shell .chart-desktop,.history-shell .desktop-months,.history-shell .panel{display:none}.history-shell .history-main{display:block;height:auto;min-height:100dvh;overflow:visible;background:var(--bg)}.history-shell .mobile-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px 10px;border-bottom:1px solid var(--border)}.history-shell .mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}.history-shell .mobile-mark{width:34px;height:34px;border-radius:10px;background:var(--accent);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;flex-shrink:0}.history-shell .mobile-brand strong{display:block;color:var(--text);font-size:15px;font-weight:800}.history-shell .mobile-brand span:not(.mobile-mark){display:block;color:var(--text3);font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-shell .mobile-count{text-align:right;flex-shrink:0}.history-shell .mobile-head-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.history-shell .mobile-count strong{display:block;color:var(--text2);font-size:13px;font-weight:700}.history-shell .mobile-count span{display:block;margin-top:1px;color:var(--text3);font-size:10px;font-weight:600}.history-shell .mobile-filter{display:block;position:sticky;top:0;z-index:5;background:var(--chrome-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.history-shell .filter-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 18px;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}.history-shell .ft-left{display:flex;align-items:center;gap:10px;min-width:0}.history-shell .ft-ico{width:30px;height:30px;border-radius:var(--r-md);background:var(--surface2);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text2);flex-shrink:0}.history-shell .ft-ico.has-active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.history-shell .ft-text{display:grid;gap:2px;min-width:0}.history-shell .ft-text strong{color:var(--text);font-size:13px;font-weight:700}.history-shell .ft-text>span:not(.ft-active){color:var(--text3);font-size:11px;font-weight:600}.history-shell .ft-active{display:flex;gap:5px;flex-wrap:wrap}.history-shell .ft-active span{padding:2px 8px;border-radius:var(--r-pill);background:var(--accent-dim);border:1px solid var(--accent);color:var(--accent);font-size:10px;font-weight:800;text-transform:none}.history-shell .ft-right{display:flex;align-items:center;gap:8px;color:var(--text3)}.history-shell .ft-count{background:var(--accent);color:var(--bg);font-size:10px;font-weight:900;border-radius:var(--r-pill);padding:2px 8px}.history-shell .ft-arrow{transition:transform .2s}.history-shell .ft-arrow.open{transform:rotate(180deg)}.history-shell .filter-body{padding:12px 18px 14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.history-shell .mobile-fg{display:flex;align-items:flex-start;gap:10px}.history-shell .mobile-fg>span{width:52px;flex-shrink:0;padding-top:7px;color:var(--text3);font-size:9px;font-weight:800;text-transform:uppercase}.history-shell .mobile-fg .filter-chips{flex:1;min-width:0}.history-shell .mobile-fg small{color:var(--text3);font-size:10px;font-weight:600;font-style:italic;padding-top:7px}.history-shell .filter-confirm{width:100%;border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 16px var(--accent-glow)}.history-shell .history-workspace{display:block}.history-shell .history-scroll{overflow:visible;padding:0 0 var(--mobile-bottom-nav-clearance);gap:0}.history-shell .impact-block{margin:16px 18px 0;border-radius:var(--r-xl)}.history-shell .impact-hdr{padding:11px 14px;gap:8px}.history-shell .impact-title{font-size:11px}.history-shell .impact-badge{padding:2px 9px;font-size:10px}.history-shell .impact-grid{grid-template-columns:repeat(2,1fr)}.history-shell .ic{padding:13px 10px;text-align:center}.history-shell .ic-val{font-size:18px}.history-shell .ic-sub{font-size:10px}.history-shell .chart-mobile{display:block;margin:16px 18px 0}.history-shell .chart-hdr{display:block;padding:12px 14px 10px}.history-shell .chart-hdr h2{font-size:13px}.history-shell .chart-hdr p{font-size:11px}.history-shell .chart-legend{justify-content:flex-start;margin-top:8px;gap:12px;font-size:11px}.history-shell .leg-dot{width:8px;height:8px}.history-shell .hbar-list{padding:12px 14px 14px;display:flex;flex-direction:column;gap:5px}.history-shell .hbar-month{font-size:9px;font-weight:800;text-transform:uppercase;color:var(--text3);padding:4px 0 2px;display:flex;align-items:center;gap:8px}.history-shell .hbar-month:after{content:"";flex:1;height:1px;background:var(--border)}.history-shell .hbar-row{display:flex;align-items:center;gap:8px}.history-shell .hbar-lbl{width:24px;flex-shrink:0;color:var(--text3);font-size:9px;font-weight:700;font-family:var(--mono);text-align:center}.history-shell .hbar-lbl.today,.history-shell .hbar-val.today{color:var(--accent)}.history-shell .hbar-track{flex:1;height:10px;background:var(--surface3);border-radius:var(--r-pill);overflow:hidden}.history-shell .hbar-fill{display:block;height:100%;border-radius:var(--r-pill);background:var(--surface4)}.history-shell .hbar-fill.above{background:var(--green)}.history-shell .hbar-fill.below{background:var(--red)}.history-shell .hbar-fill.record{box-shadow:0 0 8px var(--green-glow)}.history-shell .hbar-val{width:58px;text-align:right;flex-shrink:0;color:var(--text2);font-size:10px;font-weight:800;font-variant-numeric:tabular-nums}.history-shell .chart-foot{grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}.history-shell .cf{background:var(--surface);padding:10px 12px}.history-shell .cf+.cf{border-left:0}.history-shell .cf strong{font-size:15px}.history-shell .mobile-months{display:block}.history-shell .month-lbl{display:flex;align-items:center;gap:8px;padding:16px 18px 8px;color:var(--text3);font-size:10px;font-weight:800;text-transform:uppercase}.history-shell .month-lbl:after{content:"";flex:1;height:1px;background:var(--border);order:2}.history-shell .month-lbl>span:first-child{order:1}.history-shell .month-meta{order:3;color:var(--text2);font-family:var(--mono);font-size:10px;font-weight:600;white-space:nowrap;text-transform:none}.history-shell .entry-list{display:flex;flex-direction:column;gap:1px;margin:0 18px;background:var(--border);border-radius:var(--r-xl);overflow:hidden}.history-shell .entry{background:var(--surface2)}.history-shell .entry.above{background:var(--green-dim)}.history-shell .entry.below{background:var(--red-dim)}.history-shell .entry.expanded{background:var(--surface3)}.history-shell .entry-main{width:100%;display:flex;align-items:center;gap:11px;padding:13px 14px;border:0;background:transparent;text-align:left;cursor:pointer}.history-shell .e-date{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:34px}.history-shell .e-date strong{color:var(--text);font-size:20px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums}.history-shell .e-date small{color:var(--text3);font-size:9px;font-weight:800;text-transform:uppercase}.history-shell .e-mid{flex:1;min-width:0;display:grid;gap:3px}.history-shell .e-top{display:flex;align-items:center;gap:7px}.history-shell .e-top span:first-child{color:var(--text2);font-size:11px;font-weight:700;text-transform:none}.history-shell .e-amount{color:var(--text);font-size:20px;font-weight:900;font-variant-numeric:tabular-nums}.history-shell .e-meta{display:flex;align-items:center;gap:7px;color:var(--text3);font-size:11px;font-weight:700;text-transform:none}.history-shell .e-meta i{width:1px;height:9px;background:var(--border);display:inline-block}.history-shell .e-chevron{color:var(--text3);flex-shrink:0}.history-shell .exp-grid{padding:0 14px 14px}.history-shell .history-bottom-nav{display:block}.history-shell .history-status{margin:16px 18px}}@media(max-width:380px){.history-shell .impact-grid{grid-template-columns:1fr}.history-shell .ic+.ic{border-left:0;border-top:1px solid var(--border)}.history-shell .mobile-fg{display:grid;gap:8px}.history-shell .mobile-fg>span{width:auto;padding-top:0}.history-shell .e-amount{font-size:18px}}:root{--font: "Nunito", system-ui, sans-serif;--mono: "Geist Mono", "Courier New", monospace;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-pill: 99px;--sidebar: 230px;--panel: 300px;--mobile-bottom-nav-clearance: max(84px, calc(62px + env(safe-area-inset-bottom)) )}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:var(--font),serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font:inherit}:where(button,a,[role=button],[tabindex]):focus-visible{outline:3px solid var(--focus-ring, var(--accent));outline-offset:2px}input,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
