:root{--bg-app: #fafafa;--bg-panel: #fff;--bg-panel-soft: #f5f5f5;--bg-toolbar: #fff;--border: #e0e0e0;--border-soft: #f0f0f0;--border-strong: #d5d5d5;--text-primary: #333;--text-muted: #999;--text-soft: #666;--primary: #1976d2;--flash-recalc: rgba(76, 175, 80, .55);--flash-undo: rgba(33, 150, 243, .55);--select-strong: rgba(25, 118, 210, .35);--select-soft: rgba(25, 118, 210, .22);--cell-bg-manual: #fdf8e8;--cell-bg-locked: #fce4ec;--cell-bg-formula: #ffffff;--cell-bg-sum: #fafafa;--cell-bg-empty: #f5f5f5;--cell-bg-loading: #fafbfc;--cell-text-manual: #666;--cell-text-locked: #880e4f;--cell-text-formula: #1565c0;--cell-text-sum: #2e7d32;--cell-text-empty: #bbb;--cell-text-negative: #d32f2f;--cell-bg-sumcol: #bbdefb;--cell-text-sumcol: #0d47a1}[data-theme=dark]{--bg-app: #1a1a1a;--bg-panel: #242424;--bg-panel-soft: #2d2d2d;--bg-toolbar: #242424;--border: #3a3a3a;--border-soft: #2f2f2f;--border-strong: #4a4a4a;--text-primary: #e0e0e0;--text-muted: #888;--text-soft: #b0b0b0;--primary: #64b5f6;--flash-recalc: rgba(76, 175, 80, .45);--flash-undo: rgba(100, 181, 246, .45);--select-strong: rgba(100, 181, 246, .4);--select-soft: rgba(100, 181, 246, .25);--cell-bg-manual: #3a3520;--cell-bg-locked: #3a1f29;--cell-bg-formula: #1f1f1f;--cell-bg-sum: #232323;--cell-bg-empty: #1f1f1f;--cell-bg-loading: #1f1f1f;--cell-text-manual: #d4c98a;--cell-text-locked: #f48fb1;--cell-text-formula: #64b5f6;--cell-text-sum: #81c784;--cell-text-empty: #555;--cell-text-negative: #ef5350;--cell-bg-sumcol: #1c2738;--cell-text-sumcol: #90caf9}html,body,#root{background:var(--bg-app);color:var(--text-primary)}.app-root{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-toolbar{display:flex;align-items:center;gap:8px;padding:4px 12px;border-bottom:1px solid var(--border);background:var(--bg-toolbar);min-height:40px;position:relative}.app-toolbar-left{display:flex;align-items:center;gap:4px;flex:0 0 auto}.app-toolbar-right{display:flex;align-items:center;gap:6px;flex:0 0 auto;margin-left:auto}.app-toolbar-center{position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;pointer-events:none;display:flex;align-items:center;gap:6px}.app-toolbar-center-chip{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:12px;font-weight:700;line-height:1.4;max-width:100%;overflow:hidden;text-overflow:ellipsis;pointer-events:auto}.app-toolbar-center-chip[role=button]{cursor:pointer;transition:filter .12s}.app-toolbar-center-chip[role=button]:hover{filter:brightness(.95)}.app-toolbar-center-model{background:#f5ecd9;color:#7a5c1f}.app-toolbar-center-sheet{background:#d9ecd0;color:#2e6b1f}.app-toolbar h1{font-size:16px;font-weight:600;margin:0;color:var(--text-primary)}.app-body{display:flex;flex:1;overflow:hidden}.panel-left{height:100%;min-width:180px;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;background:var(--bg-panel)}.panel-center{flex:1;overflow:auto;padding:16px;background:var(--bg-app)}.splitter{width:5px;cursor:col-resize;background:var(--border);flex-shrink:0;transition:background .15s}.splitter:hover,.splitter:active{background:var(--primary)}.ag-theme-alpine .ag-status-bar{min-height:28px;display:flex!important}.ag-cell-data-changed,.ag-cell-data-changed-animation{background-color:var(--flash-recalc)!important;transition:background-color .6s ease-out}.ag-cell-data-changed-animation{background-color:transparent!important}.undo-flashing .ag-cell-data-changed,.undo-flashing .ag-cell-data-changed-animation{background-color:var(--flash-undo)!important;transition:none!important}.undo-flashing .ag-cell-data-changed-animation{background-color:transparent!important}.panel-left-toolbar{display:flex;align-items:center;gap:4px;padding:4px 8px;border-bottom:1px solid var(--border-soft)}.panel-left-toolbar input{flex:1;border:1px solid var(--border);border-radius:4px;padding:4px 8px;font-size:12px;outline:none;background:var(--bg-panel);color:var(--text-primary)}.panel-left-toolbar input:focus{border-color:var(--primary)}.panel-left-tree{flex:1;overflow:auto;padding:4px 0;min-height:0}.panel-left-tree>ul{height:100%}.tree-item-label{display:flex;align-items:center;gap:6px;font-size:13px;padding:1px 0;width:100%}.tree-item-label .actions{margin-left:auto;display:flex;gap:2px;visibility:hidden}.tree-item-label:hover .actions{visibility:visible}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);gap:8px}.ag-center-header .ag-header-cell-label,.ag-center-header .ag-header-group-cell-label{justify-content:center}.peb-flat-grid .ag-header-cell-label,.peb-flat-grid .ag-header-group-cell-label{justify-content:center!important;text-align:center}.peb-flat-grid .ag-header-cell-text{text-align:center}.ag-cell:hover .cell-menu-btn{opacity:1!important}.cell-menu-btn:hover{color:var(--primary)!important}.ag-theme-alpine .ag-cell,.ag-theme-alpine .ag-header-cell,.ag-theme-alpine .ag-header-group-cell{border-right:1px solid var(--border)!important}.ag-theme-alpine .ag-cell{border-bottom:1px solid var(--border-soft)!important}.ag-cell-focus:not(.ag-cell-inline-editing),.ag-cell-range-single-cell{box-shadow:inset 0 0 0 2px var(--primary)!important;background:var(--select-strong)!important;color:#111!important}.ag-cell-range-selected:not(.ag-cell-range-single-cell):not(.ag-cell-focus){background:var(--select-soft)!important;color:#111!important}.ag-row:has(.ag-cell-focus:not([col-id=pebble-tree])) .ag-cell[col-id=pebble-tree],.ag-row:has(.ag-cell-range-selected:not([col-id=pebble-tree])) .ag-cell[col-id=pebble-tree]{background:var(--select-soft)!important}.ag-theme-alpine .ag-row-group-indent-1{padding-left:14px!important}.ag-theme-alpine .ag-row-group-indent-2{padding-left:28px!important}.ag-theme-alpine .ag-row-group-indent-3{padding-left:42px!important}.ag-theme-alpine .ag-row-group-indent-4{padding-left:56px!important}.ag-theme-alpine .ag-row-group-indent-5{padding-left:70px!important}.ag-theme-alpine{--ag-cell-horizontal-padding: 6px;--ag-font-size: 12px}.ag-theme-alpine .ag-cell,.ag-theme-alpine .ag-header-cell{padding-left:6px!important;padding-right:6px!important}.ag-theme-alpine .ag-header-cell-label{font-size:12px}.peb-flat-grid{--ag-row-hover-color: transparent;--ag-selected-row-background-color: transparent;--ag-row-selected-background-color: transparent}.peb-flat-grid .ag-row-hover,.peb-flat-grid .ag-row-focus,.peb-flat-grid .ag-row-selected,.peb-flat-grid .ag-row-hover.ag-row-focus,.peb-flat-grid .ag-row:before{background-color:transparent!important}.peb-flat-grid .ag-row.ag-row-selected:before{background-color:transparent!important}.ag-cell.peb-has-comment{position:relative}.ag-cell.peb-has-comment:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-left:7px solid transparent;border-top:7px solid #d32f2f;pointer-events:none}.ag-theme-alpine .ag-cell-inline-editing{padding:0!important;border-radius:0!important;height:100%!important}.ag-theme-alpine .ag-cell-inline-editing .ag-input-field,.ag-theme-alpine .ag-cell-inline-editing .ag-input-field-input,.ag-theme-alpine .ag-cell-inline-editing input{border:none!important;border-radius:0!important;height:100%!important;padding:0 6px!important;width:100%!important;box-sizing:border-box!important;background:transparent!important}.ag-theme-alpine .ag-group-contracted,.ag-theme-alpine .ag-group-expanded{margin-right:0!important;padding-right:0!important;align-self:center!important}.ag-theme-alpine .ag-group-value{margin-left:2px!important}.ag-theme-alpine .ag-cell-wrapper>.ag-group-value{align-self:center!important}
