*,*:before,*:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:rgba(125,130,150,.45) transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#7d829666;border-radius:999px;border:2px solid transparent;background-clip:padding-box;transition:background-color .2s ease}*::-webkit-scrollbar-thumb:hover{background-color:#7d8296b3}*::-webkit-scrollbar-corner{background:transparent}html,body,#root{height:auto;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{padding-top:env(safe-area-inset-top,0px)}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-in-out forwards}.ledger-tree{list-style:none;padding-left:0;max-width:600px;margin:1rem auto;font-family:Segoe UI,sans-serif}.tree-node{margin:.25rem 0}.tree-children-wrapper{transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.tree-children-wrapper.open{transform:scaleY(1)}.tree-children-wrapper{overflow:hidden;transition:max-height .3s ease}.tree-children{list-style:none;padding-left:20px;margin-top:4px;border-left:1px dashed #ccc}.tree-label{display:flex;align-items:center;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.tree-label:hover{background-color:#f5f5f5;color:#333}.tree-label:hover .tree-text{color:#333}.tree-icon{margin-right:8px;display:flex;align-items:center}.tree-text{font-size:.95rem;font-weight:500}
