@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#243c36;background:#f5f7f6;font-synthesis:none;font-size:16px;--green:#234e40;--muted:#75827c;--border:#e5ebe7;--surface:#fff}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border:1px solid #dfe6e1;background:#fff;border-radius:8px;color:inherit;cursor:pointer;font-size:.875rem;font-weight:550;line-height:1.3}button:hover{background:#f0f5f1;border-color:#b7c8bd}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit}button.primary{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 2px 3px #203c3510}.primary:hover{background:#173c30}button.icon{border:0;background:transparent;padding:7px;flex-shrink:0}button.text-button{border:0;background:transparent;padding:0;text-align:left;justify-content:flex-start}button.text-button:has(.secondary){display:block}button.danger-text{color:#a94238}.strong{font-weight:600}.secondary{display:block;color:var(--muted);font-size:.8125rem;margin-top:5px;font-weight:400}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:2rem;letter-spacing:-1px;line-height:1.3;font-weight:750}h2{font-size:1.0625rem;font-weight:750;letter-spacing:-.3px}h3{font-size:1rem}p{color:#77827d;font-size:.9375rem;line-height:1.6}small{font-size:.8125rem}.app{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:34px 19px 20px;z-index:20}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;font-family:Manrope,sans-serif;font-weight:800;font-size:1.13rem;letter-spacing:-.5px;padding:0 10px}.brand-icon{background:#e7eee5;color:#35553f;border-radius:11px;display:grid;place-items:center;width:40px;height:43px}.brand small{display:block;font-family:DM Sans,sans-serif;font-size:.625rem;letter-spacing:2.5px;margin-top:3px;color:#8b958b}.workspace-label{font-size:.625rem;font-weight:650;letter-spacing:1.7px;color:#9ca69e;margin:51px 14px 17px}nav{display:grid;gap:7px}nav button{justify-content:flex-start;width:100%;font-size:.875rem;font-weight:500;color:#77847c;background:transparent;border:0;gap:13px;padding:13px 15px}nav button.active{background:#edf3ee;color:#2d5340;font-weight:650}nav button.active:before{content:"";position:absolute;left:0;width:3px;height:22px;background:#496c51;border-radius:0 2px 2px 0}.nav-count{margin-left:auto;border-radius:5px;background:#dce8db;padding:2px 5px;font-size:.7rem}.sidebar-bottom{margin-top:auto}.company-chip{display:flex;align-items:center;gap:10px;padding:20px 9px;border-top:1px solid var(--border);font-size:.8125rem;font-weight:600}.company-chip>span{width:33px;height:33px;display:grid;place-items:center;background:#f3f2e9;border-radius:8px;color:#7c7251;font-size:.75rem}.company-chip small{display:block;color:#929b95;font-weight:400;margin-top:3px;font-size:.7rem}.sidebar-bottom>button{width:100%;border:0;color:#869088;justify-content:flex-start;padding-left:12px}.workspace{margin-left:242px;width:calc(100% - 242px)}.topbar{height:77px;background:#fff;border-bottom:1px solid var(--border);padding:0 38px;display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#8a958e}.topbar>div{display:flex;align-items:center;gap:13px}.topbar strong{font-weight:500;color:#4b5c52}.top-right{font-size:.75rem}.live-dot{height:6px;width:6px;border-radius:100%;background:#739874}.avatar{width:32px;height:32px;display:grid;place-items:center;background:#eee9e0;color:#746449;border-radius:50%;margin-left:15px;font-size:.7rem;font-weight:600}.content{max-width:1660px;margin:auto;padding:35px 38px 0}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.eyebrow{font-size:.625rem;font-weight:700;letter-spacing:1.8px;color:#8b998e;display:block;margin-bottom:9px}.page-heading p{margin-top:7px;font-size:.875rem}.actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.period-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 20px}.segmented{display:flex;padding:4px;border:1px solid var(--border);background:#edf0ed;border-radius:8px;gap:3px}.segmented button{border:0;background:transparent;padding:7px 16px;font-size:.8125rem;color:#899187;border-radius:5px}.segmented button.chosen{background:#fff;color:#32503f;box-shadow:0 1px 4px #27332912}.year-input{max-width:96px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:24px}.stat{background:#fff;border:1px solid var(--border);border-radius:11px;padding:22px 21px}.stat>div{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#7c877f}.stat>div svg{opacity:.7}.stat>strong{font-family:Manrope,sans-serif;font-size:1.65rem;letter-spacing:-.9px;display:block;margin:19px 0 8px;font-weight:750;white-space:nowrap}.stat small{color:#94a094;font-size:.6875rem}.stat.featured{background:#264d3e;border-color:#264d3e;color:#fff;position:relative;overflow:hidden}.stat.featured>div{color:#c8d7c7}.stat.featured small{color:#b5c9b6}.panel{background:#fff;border:1px solid var(--border);border-radius:11px;overflow:hidden;margin-bottom:23px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 24px 18px}.panel-heading p{font-size:.75rem;margin-top:6px}.panel-heading .text-button{font-size:.75rem;color:#6b7e6d;white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:1.9fr 1fr;gap:23px}.dashboard-grid.lower{grid-template-columns:1.9fr 1fr}.legend{display:flex;gap:15px;font-size:.6875rem;color:#899188}.legend span{display:flex;gap:5px;align-items:center}.legend i{width:7px;height:7px;background:#4c7050;border-radius:2px}.legend span+span i{background:#d1c7a3}.chart{display:flex;height:238px;margin:17px 24px 20px;gap:15px}.chart-scale{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:28px;font-size:.625rem;color:#9aa397;min-width:65px}.chart-bars{display:flex;flex:1;justify-content:space-between;gap:10px;position:relative;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(50% - 15px),#eff1ed calc(50% - 15px),#eff1ed calc(50% - 14px))}.month{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:14px;min-width:0}.month>span{font-size:.625rem;color:#899388;height:14px}.bar-pair{display:flex;align-items:flex-end;gap:4px;height:100%;width:100%;justify-content:center}.bar-pair i{display:block;background:#537852;border-radius:3px 3px 0 0;width:38%;min-height:2px;max-width:20px}.bar-pair i+i{background:#d3c8a5}.categories{padding:8px 24px 24px}.categories>div{margin-bottom:21px}.categories>div:last-child{margin-bottom:0}.categories>div>div:first-child{display:flex;justify-content:space-between;font-size:.75rem;color:#7a887c}.categories strong{font-weight:500;color:#4d6251;font-size:.6875rem}.track{height:5px;background:#f1f3ee;margin-top:11px;border-radius:5px}.track i{display:block;background:#6e8a63;height:100%;border-radius:5px}.count{display:inline-block;background:#edf2e9;border-radius:5px;padding:2px 6px;font-size:.6875rem;margin-left:5px;color:#6e8265;vertical-align:middle}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:.8125rem}th{font-weight:450;background:#fafbf9;color:#8c958b;font-size:.6875rem;padding:13px 22px;white-space:nowrap;border-top:1px solid #f0f2ed;border-bottom:1px solid #edf0ea}td{padding:18px 22px;border-bottom:1px solid #eff2ed;color:#5c6c60}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdfb}.num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:5px;font-size:.6875rem;white-space:nowrap}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.green{background:#edf5ed;color:#648459}.red{background:#fbeee9;color:#b26a52}.amber{background:#f9f4e5;color:#a08845}.blue{background:#edf1f7;color:#697f9e}.neutral{background:#eff0ed;color:#8a9185}.customer-revenue{padding:0 24px 10px}.customer-revenue>div{display:flex;align-items:center;gap:12px;border-bottom:1px solid #eff2ed;padding:17px 0;font-size:.75rem}.customer-revenue>div:last-child{border:0}.rank{font-size:.6875rem;color:#9da799}.customer-revenue small{display:block;font-size:.625rem;color:#a2a89d;margin-top:5px}.customer-revenue strong{margin-left:auto;font-size:.75rem;white-space:nowrap;font-weight:550}.footer{display:flex;justify-content:space-between;color:#a2aa9f;font-size:.625rem;padding:24px 0 28px;margin-top:8px;border-top:1px solid var(--border)}.empty{display:flex!important;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:45px 24px!important;gap:10px;color:#abb8a8;border:0!important}.empty h3{color:#71836d;font-size:.875rem;font-weight:550}.empty p{font-size:.8125rem;max-width:330px;color:#98a391}.toolbar{display:flex;justify-content:space-between;gap:15px;padding:20px 23px}.search{display:flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:7px;padding:0 11px;color:#9aa592;width:300px}.search input{border:0;background:none;width:100%;padding:9px 0;outline-offset:5px;font-size:.8125rem}.check-label{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#74806f;white-space:nowrap}.check-label input{width:16px}.category-badge{display:inline-block;background:#f2f4ee;padding:5px 8px;border-radius:5px;color:#7d8a70;font-size:.75rem}.upload-link{display:block;font-size:.6875rem;margin-top:7px;position:relative;color:#527d47;cursor:pointer}.upload-link input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}input,select,textarea{background:#fff;color:#42523f;border:1px solid #dce3d8;border-radius:7px;padding:10px 11px;font-size:.875rem;width:100%;min-width:0}select{width:auto}textarea{min-height:88px;resize:vertical}:focus-visible{outline:2px solid #638056;outline-offset:3px}.field{display:flex;flex-direction:column;gap:8px;font-size:.8125rem;margin-bottom:20px;color:#65745d}.field>span{font-weight:500}.field select{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.settings-panel{padding:27px;max-width:940px}.settings-panel h2{margin-bottom:22px}.settings-panel>p{margin-bottom:20px}.hint{font-size:.8125rem}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.overlay{position:fixed;inset:0;background:#10241965;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:40;display:flex;justify-content:center;align-items:center;padding:24px}.modal{width:700px;max-width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:14px;padding:28px;box-shadow:0 24px 100px #11251933}.modal>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.modal>header h2{font-size:1.25rem}.modal>p{margin-bottom:15px}.item-form{padding:16px;background:#f6f8f3;border:1px solid var(--border);border-radius:8px;margin:12px 0}.item-form .field{margin-bottom:12px}.item-numbers{display:grid;grid-template-columns:1fr 1fr 1.4fr auto;gap:12px;align-items:center}.draft-total{display:flex;justify-content:space-between;margin-top:22px}.detail-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:22px}.spacer{flex:1}.invoice-detail{padding:35px}.invoice-head{display:flex;justify-content:space-between;margin-bottom:35px}.invoice-head h2{font-size:1.3rem;margin-bottom:12px}dl{display:grid;grid-template-columns:auto auto;gap:10px 25px;font-size:.8125rem}dt{color:#92a088}dd{margin:0}.totals{display:grid;grid-template-columns:1fr auto;gap:15px;margin:25px 0 0 auto;max-width:320px;font-size:.875rem}.export-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.export-grid>button{padding:22px;justify-content:flex-start}.export-grid>button>span{text-align:left;flex:1}.export-grid small{display:block;color:#8d9985;font-size:.6875rem;margin-top:5px}.error{display:flex;align-items:center;gap:10px;background:#fff0e9;border:1px solid #f1cfc3;color:#994d36;padding:14px 17px;border-radius:8px;font-size:.875rem;line-height:1.5;margin-bottom:20px;position:relative;z-index:70}.error>button{margin-left:auto}.toast{position:fixed;bottom:25px;right:25px;border:1px solid #c5d4bd;box-shadow:0 7px 25px #18382014;background:#fff;color:#4a7440;padding:16px 23px;border-radius:10px;z-index:80;display:flex;gap:10px;font-size:.875rem}.busy-layer{position:fixed;inset:0;z-index:60;background:#fff8;display:flex;align-items:center;justify-content:center;gap:10px;cursor:wait;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.refresh-indicator{position:fixed;bottom:10px;left:260px;font-size:.75rem;background:#fff;padding:8px;border-radius:8px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.boot{display:flex;height:100vh;align-items:center;justify-content:center;gap:12px}.mobile-menu{display:none!important}.login{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-story{background:#234839;color:#f4f5ed;display:flex;flex-direction:column;justify-content:space-between;padding:55px 10% 40px;min-height:100vh}.login-story .brand{padding:0}.login-story .brand-icon{background:#ffffff14;color:#c8d6b9}.brand-small{font-size:.65rem;letter-spacing:2px;margin-left:8px;opacity:.6}.login-story h1{font-size:clamp(2.8rem,5.2vw,5.5rem);font-weight:500;line-height:1.14;letter-spacing:-3px;margin:22px 0 30px}.login-story em{font-style:normal;color:#ccd9ad}.login-story .eyebrow{color:#b5c5aa;font-size:.6875rem}.login-story p{color:#bdcbb6;font-size:1rem;line-height:1.8}.login-story>small{color:#9eb49b;font-size:.6875rem}.login-form{max-width:465px;width:100%;align-self:center;justify-self:center;padding:40px}.login-form h2{font-size:2rem;letter-spacing:-1px;margin:8px 0 12px}.login-form>p{margin-bottom:30px}.full{width:100%;margin-top:8px}.secure{display:block;margin-top:28px;color:#9ca68f;font-size:.75rem}.notice{border:1px solid #dce6d3;background:#f5f8ef;border-radius:10px;padding:20px;display:flex;gap:13px;color:#4f6f40}.notice>svg{flex-shrink:0}.notice p{font-size:.875rem;margin-top:10px}.notice strong{font-size:.9375rem}@media(min-width:1600px){.content{padding-top:42px}.chart{height:275px}.stats{gap:23px}.stat>strong{font-size:2rem}}@media(max-width:1250px){.sidebar{width:215px}.workspace{margin-left:215px;width:calc(100% - 215px)}.content{padding:28px 23px 0}.topbar{padding:0 23px}.dashboard-grid,.dashboard-grid.lower{grid-template-columns:1.65fr 1fr}.stat{padding:17px 14px}.stat>strong{font-size:1.3rem}.stat>div{font-size:.75rem}.legend{display:none}.panel-heading{padding:20px}.chart{margin-left:15px;margin-right:15px;gap:7px}.chart-bars{gap:5px}.chart-scale{min-width:50px}th,td{padding-left:15px;padding-right:15px}}@media(max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.dashboard-grid.lower{grid-template-columns:1fr}.stat>strong{font-size:1.7rem}.top-right{font-size:0!important}.top-right .avatar{font-size:.7rem}.page-heading{align-items:flex-start}.export-grid{grid-template-columns:1fr}.sidebar{width:200px}.workspace{margin-left:200px;width:calc(100% - 200px)}.sidebar .brand{font-size:.95rem}.toolbar{flex-wrap:wrap}.chart{height:260px}.login-story{padding:45px 9%}.invoice-head{flex-direction:column;gap:20px}}@media(max-width:700px){.sidebar{display:none}.sidebar.open{display:flex;box-shadow:10px 0 90px #14301e44;width:240px;top:65px}.workspace{margin-left:0;width:100%}.mobile-menu{display:inline-flex!important}.topbar{height:65px;padding:0 20px;gap:15px}.topbar>div:first-of-type{margin-right:auto}.top-right{display:none!important}.content{padding:25px 18px 0}.page-heading{flex-direction:column;gap:18px;margin-bottom:24px}.page-heading h1{font-size:1.8rem}.page-heading>.actions{width:100%}.stats{gap:12px}.stat{padding:16px}.stat>strong{font-size:1.25rem}.stat small{font-size:.65rem}.stat>div svg{display:none}.panel-heading{padding:20px 16px;flex-wrap:wrap}.chart{margin:15px 13px 20px;height:210px}.chart-scale{font-size:.55rem;min-width:48px}.month>span{font-size:.5rem}.bar-pair{gap:2px}.footer{font-size:.55rem}.footer>span:last-child{display:none}.form-grid,.form-grid.three{grid-template-columns:1fr}.modal{padding:20px;max-height:93vh}.overlay{padding:10px}.item-numbers{gap:8px}.item-numbers .field{font-size:.6875rem}.item-numbers input{padding:8px;font-size:.8125rem}.invoice-detail{padding:20px 10px}.invoice-head{padding:10px}.detail-actions button{font-size:.75rem}.search{width:100%}.toolbar{padding:16px}.login{grid-template-columns:1fr}.login-story{min-height:auto;padding:30px;gap:45px}.login-story h1{font-size:2.7rem;letter-spacing:-1.5px;margin:10px 0 15px}.login-story h1 br{display:none}.login-story p,.login-story>small{display:none}.login-form{padding:35px 28px}.settings-panel{padding:22px}.error{font-size:.8125rem}.refresh-indicator{left:10px}}@media print{.sidebar,.topbar,.page-heading>.actions,.period-row,.export-grid,.footer,.detail-actions,button,.toolbar{display:none!important}.workspace{margin:0;width:100%}.content{padding:0}.panel{break-inside:avoid;box-shadow:none}.stats{grid-template-columns:repeat(4,1fr)}.dashboard-grid{display:block}.stat.featured{background:#fff;color:#243c36}.stat.featured>div,.stat.featured small{color:#243c36}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
