
.gch-fin-sub{overflow:hidden;transition:max-height .25s ease,opacity .2s ease;}
.gch-fin-collapsed{max-height:0 !important;opacity:0 !important;margin-top:0 !important;margin-bottom:0 !important;padding-top:0 !important;padding-bottom:0 !important;pointer-events:none;}
.gch-fin-chev{margin-left:auto !important;transition:transform .25s ease;font-size:11px;opacity:.7;}
.gch-fin-parent-open .gch-fin-chev{transform:rotate(180deg);}
a.nav-link[data-screen="gchReceitas"],a.nav-link[data-screen="gchDespesas"]{display:flex !important;visibility:visible !important;}
.gch-rcd-card{border-radius:1rem;}
.gch-rcd-thumb{width:36px;height:36px;border-radius:7px;object-fit:cover;cursor:pointer;border:1px solid rgba(163,163,163,.4);}
.gch-rcd-back{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);animation:gchRcdFade .18s ease;}
@keyframes gchRcdFade{from{opacity:0}to{opacity:1}}
@keyframes gchRcdPop{from{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}
.gch-rcd-box{width:min(460px,92vw);border-radius:1.4rem;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.6);animation:gchRcdPop .22s cubic-bezier(.2,.9,.3,1.2);}
.gch-rcd-prevbox{width:min(860px,94vw);max-height:90vh;}
.gch-rcd-row{display:flex;justify-content:space-between;gap:12px;align-items:center;}
.gch-rcd-ic{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;}
.gch-rcd-actions{display:flex;gap:10px;margin-top:20px;}
.gch-rcd-pvhead{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(163,163,163,.25);}
