:root{--ink:#182e2c;--muted:#7b8783;--green:#24564a;--bg:#f5f6f2;--line:#e5e9e2;--lime:#dcebb8;--white:#fff;--red:#a34739;font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}*{box-sizing:border-box}body{margin:0}.auth-back{display:inline-block;color:var(--green);font-size:13px;text-decoration:none;margin-bottom:28px}.auth-back:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.button-link,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;background:var(--green);color:white;border-radius:9px;padding:12px 17px;font-weight:600;cursor:pointer;text-decoration:none;transition:.15s}.button-link:hover,button:hover{filter:brightness(.94)}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{border:1px solid #d9dfd6;border-radius:7px;background:white;color:var(--ink);padding:11px 12px;min-width:0;outline:none}input:focus,select:focus,textarea:focus{border-color:#4a7b5b;box-shadow:0 0 0 3px #dcebb860}input[type=checkbox]{width:17px;height:17px;accent-color:var(--green)}.brand,.stat strong,h1,h2,h3{font-family:Manrope,system-ui,sans-serif}h1{font-size:32px;letter-spacing:-1.3px;line-height:1.3;margin:10px 0}h2{font-size:18px;letter-spacing:-.45px;margin:0 0 10px}h3{font-size:15px}p{line-height:1.65}small{font-size:12px}a:focus-visible,button:focus-visible{outline:3px solid #85a45d;outline-offset:3px}.brand{font-weight:800;font-size:31px;letter-spacing:-1.8px}.brand span{color:#83a45b}.shell{display:flex;min-height:100vh}.sidebar{width:248px;background:#fff;border-right:1px solid var(--line);padding:30px 23px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:20}.workspace{display:flex;gap:11px;align-items:center;padding:22px 0 25px;border-bottom:1px solid var(--line);margin-top:12px}.workspace strong{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.workspace small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.avatar{background:#edf2e6;border:1px solid #dce5d2;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-weight:700}.sidebar nav{display:flex;flex-direction:column;gap:8px;padding-top:25px}.nav{justify-content:flex-start;background:transparent;color:#65716c;font-weight:500;padding:13px 14px;gap:13px}.cash-sections{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.cash-selector{gap:12px;flex-wrap:wrap;margin-bottom:24px}.cash-selector .field{margin:0;min-width:200px}.nav.active{background:#eaf0e4;color:#234d3b;font-weight:700}.sidebar-foot{margin-top:auto;padding:25px 10px 0;font-size:12px;color:var(--muted)}.sidebar-foot small{display:block;margin:12px 0;word-break:break-all}.live-dot,.status-dot{display:inline-block;background:#70a17b;width:6px;height:6px;border-radius:50%;margin-right:7px}.main{margin-left:248px;width:calc(100% - 248px)}.topbar{height:74px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;background:#ffffff88;border-bottom:1px solid var(--line);font-size:12px;color:#6b7871}.topbar>div,.topbar>span{display:flex;align-items:center;gap:13px}.content{max-width:1500px;margin:auto;padding:36px 42px 20px}.page-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.page-title p{color:var(--muted);margin:7px 0}.eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:700;color:#778371;text-transform:uppercase}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:26px}.stats.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{background:white;border:1px solid var(--line);border-radius:13px;padding:23px;display:flex;flex-direction:column;gap:14px}.stat>span{color:#68766f;font-size:12px}.stat strong{font-size:28px;letter-spacing:-1.2px;white-space:nowrap}.stat small{font-size:11px;color:var(--muted);line-height:1.5}.stat.accent{background:#e8eedc;border-color:#dbe5ce}.dashboard-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:23px}.panel{background:white;border:1px solid var(--line);border-radius:13px;padding:25px;margin-bottom:23px;min-width:0}.dashboard-grid .panel{margin-bottom:0}.section-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.section-line h2{margin:5px 0 0}.section-line h3{margin:0}.section-line .eyebrow{font-size:9px}.secondary{border-color:#d9e0d5;background:white;color:var(--ink)}.text-button{border:0;padding:6px 0;background:none;color:var(--green);font-size:12px;white-space:nowrap}.icon-button{padding:5px;border:0;background:transparent;color:var(--muted)}.balance-row,.list-row{display:flex;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid #eef0eb}.balance-row:last-child,.list-row:last-child{border:0}.balance-row>div,.list-row>div{flex:1 1;min-width:0}.balance-row strong,.list-row strong{font-size:13px;font-weight:500}.balance-row small,.list-row small,td small{display:block;color:var(--muted);font-size:11px;margin-top:5px;line-height:1.5}.balance-row b,.list-row b{font-size:14px;font-weight:600;white-space:nowrap}.row-icon{height:39px;width:39px;border-radius:10px;background:#f3f5ef;color:#5e786a;display:grid;place-items:center}.panel-foot{margin:20px -25px -25px;padding:18px 25px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.panel-foot strong{color:var(--ink)}.goal{background:#234e42;border-radius:13px;padding:29px;color:white;display:flex;flex-direction:column}.goal .eyebrow{color:#b3c9a2}.goal h2{font-size:25px;font-weight:500;line-height:1.4;margin-top:18px}.goal-value{font-family:Manrope,sans-serif;font-size:37px;letter-spacing:-1px;margin-top:10px}.goal-value small{font-size:15px;color:#c9d5c7;letter-spacing:0}.goal p{font-size:12px;color:#ccd9ca}.goal-bottom{border-top:1px solid #ffffff25;display:flex;flex-direction:column;gap:8px;margin-top:15px;padding-top:20px}.goal-bottom span{font-size:11px;color:#c6d5c0}.goal-bottom strong{font-size:18px}.goal>small{font-size:10px;color:#b5c8b0;line-height:1.6;margin-top:15px}.date-chip{background:#f4f5f0;border-radius:7px;min-width:38px;padding:7px 10px;text-align:center;font-weight:700}.date-chip small{font-weight:400;margin:1px 0 0;font-size:9px}.hint{font-size:12px;line-height:1.7}.hint,.muted{color:var(--muted)}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;color:#93a08e;text-align:center;gap:5px;padding:20px}.empty p{max-width:360px;font-size:13px}.two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.two-columns.compact{margin:20px 0}.toolbar{gap:15px;margin-bottom:20px}.search,.toolbar{display:flex;align-items:center}.search{gap:8px;flex:1 1;color:var(--muted)}.search input{width:100%}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);padding:13px 12px;border-bottom:1px solid var(--line);font-weight:500}td{padding:17px 12px;border-bottom:1px solid #eef0eb;font-size:12px}td strong{font-weight:600}.money{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.badge{display:inline-flex;border:1px solid #e5e8dc;border-radius:30px;padding:5px 9px;font-size:10px;color:#687564;background:#f5f6f1;white-space:nowrap}.badge.credited{color:#357250;background:#edf6ec;border-color:#d8e6d6}.badge.deposited,.badge.prepared{color:#9c7a2f;background:#fff8e8;border-color:#f1e4bb}.badge.rejected{color:#a34739;background:#fff0ea}.actions,.row-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.row-actions{gap:10px}.small-button{font-size:11px;padding:8px 10px}.count-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.count-summary span{padding:7px 9px;border:1px solid var(--line);border-radius:5px;background:#fafbf8;font-size:11px}.positive{color:#458055}.danger,.negative{color:var(--red)}.deposit-total{display:flex;gap:13px;align-items:center;font-size:23px}.formula{font-size:24px;padding:25px;background:#f4f6ed;border-radius:8px;margin:20px 0}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field>span{font-size:12px;font-weight:500}.field textarea{resize:vertical;min-height:85px}.settings-panel{max-width:820px}.bank-account{min-width:0;margin:0 0 18px;padding:16px;border:1px solid #dce3dc;border-radius:12px}.bank-account legend{padding:0 6px;font-weight:600}.audit-history{margin-top:24px}.audit-controls{flex-wrap:wrap;gap:12px}.audit-controls .field{margin:0;min-width:160px}.audit-group{margin-top:24px}.audit-group h3{margin-bottom:12px}.audit-entry time,.audit-group h3 small,.audit-user{color:#65716c;font-size:.85rem}.audit-entry{padding:16px 0;border-top:1px solid #dce3dc;overflow-wrap:anywhere}.audit-entry .section-line{flex-wrap:wrap;gap:8px}.audit-user{margin:8px 0}.audit-details{margin:12px 0}.audit-details>div{display:flex;flex-wrap:wrap;column-gap:16px;row-gap:4px;margin:6px 0}.audit-details dt{color:#65716c;flex:1 1 180px}.audit-details dd{margin:0;flex:2 1 200px}.audit-entry summary{cursor:pointer;color:#234d3b}.settings-panel h2{margin-bottom:25px}.checkbox{gap:10px;margin:12px 0}.checkbox,.page-footer{display:flex;align-items:center}.page-footer{gap:3px;margin-top:42px;padding-bottom:10px;font-weight:700;font-size:16px;color:#8a9685}.page-footer>span:last-child{font-size:11px;font-weight:400;margin-left:auto}.toast{position:fixed;right:25px;top:12px;z-index:100;max-width:calc(100% - 30px);display:flex;align-items:center;gap:15px;border-radius:9px;padding:14px 18px;box-shadow:0 8px 40px #00000012}.error{color:#91392c;background:#ffede6;border:1px solid #ebc9bd;padding:12px;border-radius:7px}.success{color:#245b3f;background:#edf7e6;border:1px solid #cee0c3}.overlay{position:fixed;inset:0;background:#142d2960;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:40;display:flex;align-items:center;justify-content:center;padding:25px}.modal{width:650px;max-width:100%;max-height:90vh;border-radius:15px;background:#fff;display:flex;flex-direction:column;box-shadow:0 20px 90px #13261e30}.modal>header{padding:23px 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal h2{margin:0}.modal form{overflow:auto}.modal-body{padding:25px}.modal footer{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:18px 25px;display:flex;justify-content:flex-end;gap:10px}.counts{margin:10px 0 25px}.denominations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.denominations label{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:#f7f8f4;padding:10px;border:1px solid #e8ebdf;border-radius:8px}.denominations label>span{font-size:11px;min-width:60px}.denominations input{width:56px;padding:7px;font-size:12px;flex:1 1}.denominations small{width:100%;text-align:right;color:var(--muted);font-size:10px}.bill{font-weight:600}.calculation{background:#edf2e4;padding:18px;border-radius:8px;display:flex;justify-content:space-between;gap:15px;margin-bottom:20px}.calculation span{display:flex;gap:12px}.welcome{text-align:center;padding:60px}.welcome svg{color:#879978}.welcome h2{margin-top:20px}.welcome p{color:var(--muted)}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-story{background:#214d41;color:#fff;padding:55px 65px;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.auth-story .brand{font-size:37px}.auth-story .eyebrow{color:#bfd29e}.auth-story h1{font-size:50px;line-height:1.3;font-weight:500;margin:25px 0}.auth-story h1 em{font-style:normal;color:#d9ebb6}.auth-story p{color:#c2d1c5;line-height:1.9}.auth-story>small{color:#aabfaf}.auth-form{align-self:center;width:100%;max-width:430px;justify-self:center;padding:35px}.auth-form h2{font-size:26px;margin-top:15px}.auth-form>p{color:var(--muted);margin-bottom:30px}.auth-form form>button{width:100%;justify-content:space-between;margin:12px 0}.auth-form>small{display:block;margin-top:20px;font-size:10px;line-height:1.7}.loading{display:grid;place-content:center;height:100vh;text-align:center}.mobile-menu{display:none}@media (min-width:1500px){.content{padding-top:48px}.stat strong{font-size:32px}}@media (max-width:1150px){.sidebar{width:215px;padding:25px 16px}.main{margin-left:215px;width:calc(100% - 215px)}.content{padding:28px 25px}.topbar{padding:0 25px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stats.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{padding:18px}.stat strong{font-size:23px}.dashboard-grid{grid-template-columns:1fr}.auth-story{padding:45px}.auth-story h1{font-size:40px}}@media (max-width:760px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:248px;box-shadow:8px 0 45px #00000015}.sidebar.expanded{transform:none}.main{width:100%;margin-left:0}.topbar{height:60px;padding:0 17px;gap:10px}.topbar>span{margin-right:auto}.topbar>div{font-size:10px;gap:5px}.mobile-menu{display:block}.content{padding:25px 17px}.page-title{align-items:flex-start;flex-direction:column;gap:10px}.page-title h1{font-size:27px}.stats,.stats.three{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat{padding:17px 13px;gap:12px}.stat strong{font-size:23px}.stats.three>.stat:last-child{grid-column:span 2}.panel{padding:20px}.panel-foot{margin:15px -20px -20px;padding:18px 20px}.two-columns{grid-template-columns:1fr;gap:6px}.toolbar{flex-wrap:wrap}.toolbar .search{flex-basis:100%}.list-row{flex-wrap:wrap}.list-row>div{min-width:120px}.list-row>.secondary{margin-left:auto}.section-line{align-items:flex-start}.section-line .text-button{font-size:10px}.page-footer>span:last-child{max-width:180px;text-align:right;font-size:10px}.deposit-total{font-size:19px;flex-direction:column;gap:6px}.overlay{padding:10px}.modal{max-height:94vh}.modal-body{padding:20px}.denominations{grid-template-columns:repeat(2,minmax(0,1fr))}.calculation{flex-direction:column}.calculation span{justify-content:space-between}.auth{display:block}.auth-story{min-height:0;padding:25px}.auth-story>div:not(.brand),.auth-story>small{display:none}.auth-form{margin:auto;padding:35px 25px}.formula{font-size:18px}.goal h2{font-size:25px}.toast{right:15px;top:10px;font-size:12px}.actions{gap:8px}.actions button{font-size:12px;padding:10px 12px}}