*,*:before,*:after{box-sizing:border-box}html,body,#root{height:auto;min-height:100%;margin:0;padding:0;overflow-x:hidden}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}.tree-icon{margin-right:8px;display:flex;align-items:center}.tree-text{font-size:.95rem;font-weight:500}
