@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap";:root{font-family:DM Sans,sans-serif;color:#24372b;background:#f4f0e6;font-synthesis:none;--ink: #24372b;--paper: #f4f0e6;--cream: #fbf9f3;--coral: #e26847;--green: #527b61;--line: #ded8ca;--muted: #7f8178}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Playfair Display,serif}input,select,textarea{width:100%;border:1px solid var(--line);background:#fffdf8;border-radius:12px;padding:13px 14px;color:var(--ink);outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #527b6120}label{display:grid;gap:7px;color:#4c574f;font-size:.78rem;font-weight:700;letter-spacing:.02em}.eyebrow{display:block;color:var(--coral);font-size:.69rem;font-weight:800;letter-spacing:.18em;margin-bottom:10px}.eyebrow.light{color:#ef9b7e}.muted{color:var(--muted)}.primary,.secondary{border:0;border-radius:12px;padding:12px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:var(--coral);color:#fff;box-shadow:0 5px 14px #e2684730}.primary:hover{background:#ce5738}.secondary{background:#ebe6da;color:var(--ink)}.wide{width:100%;min-height:50px}.boot{min-height:100vh;display:grid;place-content:center;text-align:center;gap:10px}.brand-mark,.logo>span{display:grid;place-items:center;width:43px;height:43px;background:var(--coral);color:#fff;border-radius:10px;font-family:Playfair Display;font-weight:700}.boot .brand-mark{margin:auto}.boot p{color:var(--muted)}.login-page{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;background:var(--cream)}.login-story{background:var(--ink);color:#fff;display:flex;align-items:center;position:relative;overflow:hidden;padding:8vw}.login-story:after{content:"";position:absolute;width:420px;height:420px;border:80px solid #ffffff08;border-radius:50%;right:-180px;bottom:-160px}.story-inner{max-width:550px;position:relative;z-index:1}.story-inner h1{font-size:clamp(3rem,5vw,5.3rem);line-height:1.02;margin:20px 0 28px}.story-inner h1 em{color:#ef9b7e}.story-inner>p{font-size:1.12rem;line-height:1.7;color:#d8ddd8;max-width:430px}.story-note{display:flex;align-items:center;gap:10px;margin-top:60px;color:#cbd5cd;font-size:.88rem}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%);display:grid;gap:25px}.logo{display:flex;align-items:center;gap:12px}.logo strong{font-family:Playfair Display;font-size:1.05rem;line-height:1}.login-card h2{font-size:2.4rem;margin:0 0 7px}.login-card .muted{margin:0}.form-error{background:#fff0eb;color:#a9442e;border-radius:9px;padding:10px 12px;font-size:.82rem;margin:0}.secure-note{text-align:center;color:var(--muted);font-size:.75rem;margin:0}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:var(--ink);color:#fff;padding:28px 20px 20px;display:flex;flex-direction:column;z-index:10}.logo-light span{background:var(--coral)}.logo-light strong{color:#fff}.sidebar nav{display:grid;gap:5px;margin-top:55px}.sidebar nav a{color:#bfc9c2;text-decoration:none;display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:10px;font-size:.88rem;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff12;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 var(--coral)}.side-foot{margin-top:auto;display:grid;gap:14px}.profile-button{border:0;background:#ffffff0a;color:#fff;padding:11px;border-radius:12px;display:flex;align-items:center;gap:9px;text-align:left}.profile-button>span:nth-child(2){display:grid;flex:1}.profile-button strong{font-size:.79rem}.profile-button small{color:#aebbb1;font-size:.67rem;text-transform:capitalize}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#d5a643;color:var(--ink);font-weight:800}.sync-badge{display:flex;align-items:center;gap:6px;color:#76917e;font-size:.7rem;font-weight:700}.sidebar .sync-badge{color:#b9c9bd}.sync-badge.offline,.sync-badge.failed{color:#c66d57}.app-body{margin-left:238px;min-height:100vh}.mobile-head,.bottom-nav{display:none}.acting-user{height:47px;background:#ebe5d8;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 4vw;gap:8px;font-size:.75rem;color:var(--muted)}.acting-user select{border:0;background:transparent;width:auto;padding:0 18px 0 3px;font-weight:700}.acting-user svg{margin-left:-24px;pointer-events:none}.page{max-width:1280px;margin:auto;padding:52px clamp(28px,5vw,72px) 90px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:38px}.page-head h1{font-size:clamp(2.5rem,4vw,4rem);line-height:1;margin:0 0 9px}.page-head p{color:var(--muted);margin:0}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.search{position:relative;width:min(380px,100%)}.search svg{position:absolute;left:14px;top:13px;color:var(--muted)}.search input{padding-left:42px;background:#fbf9f3}.count{font-size:.75rem;color:var(--muted)}.entry-list{background:#fbf9f3;border:1px solid var(--line);border-radius:18px;overflow:hidden}.entry{display:grid;grid-template-columns:52px minmax(120px,1fr) auto 76px;align-items:center;gap:15px;padding:15px 18px;border-bottom:1px solid var(--line)}.entry:last-child{border-bottom:0}.date-tile{width:45px;height:48px;border-radius:9px;background:#eee8da;display:grid;place-content:center;text-align:center}.date-tile b{font-family:Playfair Display;font-size:1.16rem;line-height:1}.date-tile small{text-transform:uppercase;font-size:.57rem;color:var(--muted);font-weight:700}.entry-main{display:flex;align-items:center;gap:11px;min-width:0}.entry-main>div{display:grid;min-width:0}.entry-main strong{font-size:.9rem}.entry-main small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.76rem}.category-dot{width:8px;height:8px;border-radius:50%;background:var(--coral)}.money{display:flex;align-items:baseline;gap:5px;font-size:1rem;white-space:nowrap}.money small{font-family:DM Sans;font-size:.55rem;color:currentColor;opacity:.7}.money.negative{color:#b65138}.money.positive{color:var(--green)}.row-actions{display:flex;gap:4px;justify-content:flex-end}.row-actions button,.icon-button{border:0;background:transparent;color:#8a8c83;width:34px;height:34px;border-radius:8px;display:grid;place-items:center}.row-actions button:hover,.icon-button:hover{background:#ece7dc;color:var(--ink)}.row-actions button:last-child:hover{color:#bb4934;background:#f9e5df}.empty{min-height:330px;border:1px dashed #cac2b1;border-radius:18px;display:grid;place-content:center;text-align:center;padding:35px}.empty>span{margin:auto auto 18px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#e7e1d4;color:var(--green)}.empty h3{font-size:1.4rem;margin-bottom:6px}.empty p,.chart-empty{color:var(--muted);max-width:360px;font-size:.86rem}.text-button{border:0;background:transparent;color:var(--coral);font-weight:800}.card-grid,.user-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.category-card,.user-card{background:#fbf9f3;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;align-items:center;gap:13px}.folder-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;color:#fff}.category-card>div,.user-card>div{display:grid;flex:1}.category-card small,.user-card small{font-size:.71rem;color:var(--muted)}.income-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#dfe9e1;color:var(--green)}.summary-strip{background:var(--ink);color:#fff;padding:20px 24px;border-radius:16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.summary-strip>span{font-size:.78rem;color:#c3cec6}.summary-strip .money{font-size:1.35rem;color:#fff}.role{font-size:.63rem;text-transform:uppercase;letter-spacing:.08em;padding:5px 8px;border-radius:20px;background:#e5e4dd;color:#676b66;font-weight:800}.role.admin{background:#f8dfd4;color:#a94d37}.avatar.large{width:46px;height:46px;font-family:Playfair Display;font-size:1.2rem}.date-filter{display:flex;align-items:end;justify-content:flex-end;gap:10px;margin:-76px 0 30px}.date-filter label{max-width:150px}.date-filter input{padding:9px 10px;background:#fbf9f3}.date-filter>span{padding-bottom:10px}.metric-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px;margin-bottom:14px}.metric{border-radius:17px;padding:21px;display:grid;gap:7px;border:1px solid var(--line);background:#fbf9f3}.metric>span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.metric .money{font-family:Playfair Display;font-size:1.75rem}.metric>small{font-size:.67rem;color:var(--muted)}.metric.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.metric.dark .money,.metric.dark>small{color:#fff}.metric.green .money{color:var(--green)}.metric.coral .money{color:var(--coral)}.chart-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px}.chart-card,.recent-card{background:#fbf9f3;border:1px solid var(--line);border-radius:17px;padding:21px;min-width:0}.chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.chart-head h3{margin:0;font-size:1.2rem}.chart-head span{color:var(--muted);font-size:.7rem}.pie-wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center}.legend{display:grid;gap:9px}.legend span{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:7px;font-size:.7rem}.legend i{width:8px;height:8px;border-radius:50%}.legend b{font-size:.65rem}.recent-card{margin-top:14px}.mini-list{display:grid}.mini-list>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.mini-list>div:last-child{border:0}.mini-list span{display:grid;font-size:.82rem;font-weight:700}.mini-list span small{font-weight:400;color:var(--muted);font-size:.67rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#17251dbb;z-index:50;display:grid;place-items:center;padding:18px}.modal{background:var(--cream);width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:20px;box-shadow:0 25px 80px #0004}.modal>header{padding:24px 25px 17px;display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line)}.modal h2{font-size:1.7rem;margin:0}.modal-body{padding:23px 25px;display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.modal footer{padding:17px 25px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px}@media(max-width:900px){.sidebar{width:86px;padding:25px 13px}.sidebar .logo strong,.sidebar nav span,.profile-button>span:nth-child(2),.profile-button>svg{display:none}.sidebar .logo{justify-content:center}.sidebar nav a{justify-content:center;padding:14px}.sidebar nav a.active{box-shadow:inset 0 -3px var(--coral)}.profile-button{justify-content:center}.sidebar .sync-badge{font-size:0;justify-content:center}.app-body{margin-left:86px}.chart-grid{grid-template-columns:1fr}.pie-wrap{grid-template-columns:1fr 1fr}}@media(max-width:640px){.login-page{display:block;background:var(--ink)}.login-story{min-height:250px;padding:45px 25px 35px}.story-inner h1{font-size:2.65rem;margin:12px 0}.story-inner>p{font-size:.9rem;margin:0}.story-note{display:none}.login-panel{background:var(--cream);border-radius:26px 26px 0 0;padding:30px 24px 50px}.login-card{gap:20px}.login-card h2{font-size:2rem}.sidebar{display:none}.app-body{margin-left:0;padding-bottom:72px}.mobile-head{height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:#fbf9f3;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:9}.mobile-head .logo>span{width:33px;height:33px;font-size:.8rem}.mobile-head .logo strong{font-size:.86rem}.acting-user{justify-content:center;padding:0 15px;position:sticky;top:64px;z-index:8}.page{padding:30px 17px 50px}.page-head{align-items:flex-start;margin-bottom:25px}.page-head h1{font-size:2.6rem}.page-head p{font-size:.82rem;max-width:220px}.page-head>.primary{font-size:0;width:44px;height:44px;padding:0;border-radius:50%}.page-head>.primary svg{margin:0}.toolbar{gap:12px}.count{display:none}.entry{grid-template-columns:42px minmax(90px,1fr) auto;gap:10px;padding:13px}.date-tile{width:40px;height:43px}.entry>.money{font-size:.87rem}.entry>.row-actions{grid-column:2/4;justify-content:flex-end;height:0;position:relative;top:-38px;pointer-events:none}.entry>.row-actions button{opacity:0;pointer-events:none}.entry:focus-within>.row-actions,.entry:hover>.row-actions{height:auto;top:0}.entry:focus-within>.row-actions button,.entry:hover>.row-actions button{opacity:1;pointer-events:auto}.bottom-nav{position:fixed;display:flex;bottom:0;left:0;right:0;height:68px;background:#fbf9f3;border-top:1px solid var(--line);z-index:20;padding-bottom:env(safe-area-inset-bottom);overflow-x:auto}.bottom-nav a{min-width:67px;flex:1;color:#8b8e86;text-decoration:none;display:grid;place-content:center;text-align:center;gap:3px;font-size:.58rem;font-weight:700}.bottom-nav a.active{color:var(--coral)}.card-grid,.user-grid{grid-template-columns:1fr}.date-filter{margin:0 0 18px;justify-content:stretch}.date-filter label{max-width:none;flex:1}.metric-grid{grid-template-columns:1fr 1fr}.metric.dark{grid-column:1/-1}.metric{padding:17px}.metric .money{font-size:1.4rem}.pie-wrap,.form-row{grid-template-columns:1fr}.modal-backdrop{padding:0;align-items:end}.modal{border-radius:22px 22px 0 0;max-height:92vh}.modal>header,.modal-body,.modal footer{padding-left:19px;padding-right:19px}}
