:root{color:#18231f;font-synthesis:none;background:#f5f7f3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.app{min-height:100vh}header{z-index:5;background:#fff;border-bottom:1px solid #dfe6df;justify-content:space-between;align-items:center;height:76px;padding:0 max(24px,50vw - 590px);display:flex;position:sticky;top:0}.brand{text-align:left;background:0 0;border:0;align-items:center;gap:11px;display:flex}.brand>span,.logo{color:#fff;background:#164e3b;border-radius:12px;place-items:center;font-weight:800;display:grid}.brand>span{width:42px;height:42px}.brand div{flex-direction:column;display:flex}.brand strong{font-size:19px}.brand small{color:#69766e}.header-actions{align-items:center;gap:15px;display:flex}.sync{color:#547064;font-size:13px}.icon{background:#fff;border:1px solid #d9e2da;border-radius:9px;place-items:center;width:39px;height:39px;display:grid}.icon svg{width:18px}.danger{color:#b23b36}nav{gap:7px;padding:18px max(24px,50vw - 590px) 0;display:flex}nav button{color:#607068;background:0 0;border:0;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;display:flex}nav svg{width:18px}nav .active{color:#164e3b;background:#e2eee8;font-weight:700}main{max-width:1180px;margin:auto;padding:28px 24px 80px}.page-head{justify-content:space-between;align-items:end;margin-bottom:24px;display:flex}.eyebrow{letter-spacing:.14em;color:#4c7564;margin:0 0 7px;font-size:11px;font-weight:800}.page-head h1,.profile h1{color:#153329;margin:0;font-family:Georgia,serif;font-size:34px}.page-head input{width:auto}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.stat{background:#fff;border:1px solid #dfe6df;border-radius:15px;flex-direction:column;gap:8px;padding:21px;display:flex}.stat span{color:#6a756f;font-size:13px}.stat strong{font-size:25px}.stat.good{border-top:4px solid #3d8b68}.stat.warn{border-top:4px solid #d19042}.panel,.form-card{background:#fff;border:1px solid #dfe6df;border-radius:16px;box-shadow:0 5px 20px #17372b0a}.panel-head{border-bottom:1px solid #e6ebe6;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.panel h2,.form-card h2{margin:0;font-family:Georgia,serif}.panel p{color:#6b756f;margin:5px 0 0}.primary,.secondary{border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:11px 16px;font-weight:700;display:inline-flex}.primary{color:#fff;background:#164e3b}.primary svg{width:17px}.secondary{color:#33473f;background:#edf1ee}.activity{border-bottom:1px solid #edf0ed;justify-content:space-between;padding:16px 22px;display:flex}.activity>div{flex-direction:column;gap:4px;display:flex}.activity>div:last-child{text-align:right}.activity span,.customer-row span,.maker-row span,.purchase-row span{color:#718078;font-size:13px}.search{background:#fff;border:1px solid #dfe6df;border-radius:12px;align-items:center;gap:9px;margin-bottom:16px;padding:0 15px;display:flex}.search svg{color:#718078;width:19px}.search input{border:0;outline:0;width:100%;padding:14px 0}.form-card{margin-bottom:18px;padding:22px}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:18px;display:grid}.form-card label{flex-direction:column;gap:7px;display:flex}.form-card label>span{color:#59665f;font-size:12px;font-weight:750}.form-card input,.form-card select,.page-head input{background:#fff;border:1px solid #cad5cd;border-radius:9px;padding:11px 12px}.computed{background:#edf3ef;border-radius:9px;padding:12px;font-weight:800}.actions{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.customer-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0ed;grid-template-columns:45px 1fr 1fr 30px;align-items:center;gap:13px;width:100%;padding:15px 18px;display:grid}.customer-row>div:not(.avatar),.maker-row>div,.purchase-row>div{flex-direction:column;gap:4px;display:flex}.avatar{color:#164e3b;background:#dcebe3;border-radius:50%;place-items:center;width:43px;height:43px;font-weight:800;display:grid}.avatar.large{width:65px;height:65px;font-size:20px}.maker-row{border-bottom:1px solid #edf0ed;grid-template-columns:35px 1fr 2fr 40px;align-items:center;padding:15px 18px;display:grid}.inline{grid-template-columns:1.3fr 1fr 1.5fr auto;align-items:end;gap:13px;display:grid}.profile{background:#e8f0eb;border-radius:18px;grid-template-columns:65px 1fr auto;align-items:center;gap:18px;margin:13px 0 20px;padding:24px;display:grid}.profile p:last-child{color:#67766e;margin:7px 0}.back{color:#53685d;background:0 0;border:0;align-items:center;gap:7px;display:flex}.back svg{width:18px}.table-head,.purchase-row{grid-template-columns:110px 1.4fr 110px 1.2fr 110px;align-items:center;gap:12px;padding:14px 18px;display:grid}.table-head{text-transform:uppercase;letter-spacing:.08em;color:#718078;background:#fafbfa;border-radius:16px 16px 0 0;font-size:11px;font-weight:800}.purchase-row{border-top:1px solid #edf0ed}.row-actions{flex-direction:row!important}.pending{color:#aa651f!important}.paid{color:#277450!important}.empty{text-align:center;color:#738078;padding:45px}.empty svg{opacity:.45}.error{color:#9b342f;background:#fff1ef;border:1px solid #f0cbc7;border-radius:10px;max-width:1180px;margin:12px auto;padding:12px 16px}.login{background:#f8f8f4;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-card{flex-direction:column;justify-content:center;align-items:flex-start;padding:9vh 9vw;display:flex}.logo{width:58px;height:58px;margin-bottom:50px}.login h1{color:#153329;margin:8px 0 18px;font-family:Georgia,serif;font-size:52px;line-height:1.06}.login-card>p:not(.eyebrow){color:#627068;max-width:510px;font-size:17px;line-height:1.6}.google{background:#fff;border:1px solid #cbd5ce;border-radius:10px;gap:14px;margin-top:25px;padding:13px 22px;font-weight:750;display:flex}.google b{color:#4285f4}.login-card>small{color:#7c8781;margin-top:15px}.login-art{background:#164e3b;place-items:center;padding:50px;display:grid}.art-card{background:#fff;border-radius:24px;width:min(450px,90%);padding:38px;box-shadow:0 30px 70px #0b2e22}.art-card>span{color:#728078}.art-card strong{margin:12px 0 30px;font-family:Georgia,serif;font-size:46px;display:block}.bar{background:#e9eee9;border-radius:9px;height:12px}.bar i{background:#d7a448;border-radius:9px;width:78%;height:100%;display:block}.art-card p{color:#35664f;font-weight:700}@media (width<=800px){.login{grid-template-columns:1fr}.login-art{display:none}.login-card{padding:60px 25px}.login h1{font-size:40px}.stats{grid-template-columns:repeat(2,1fr)}.inline{grid-template-columns:1fr}.profile{grid-template-columns:55px 1fr}.profile .primary{grid-column:1/-1}.table-head{display:none}.purchase-row{grid-template-columns:1fr 1fr}.customer-row{grid-template-columns:44px 1fr 24px}.customer-row>div:nth-child(3){display:none}.form-grid{grid-template-columns:1fr}.sync{display:none}}@media (width<=480px){.stats{grid-template-columns:1fr 1fr}.stat{padding:15px}.stat strong{font-size:19px}.page-head{align-items:flex-start;gap:12px}.page-head h1{font-size:28px}nav{overflow:auto}.login h1{font-size:34px}}.customer-row{grid-template-columns:45px 1fr 40px}.customer-main{text-align:left;background:0 0;border:0;grid-template-columns:1fr 1fr;gap:13px;padding:0;display:grid}.customer-main>div{flex-direction:column;gap:4px;display:flex}.customer-main span{color:#718078;font-size:13px}.status-buttons{gap:7px;display:flex}.status-buttons button{background:#fff;border:1px solid #cad5cd;border-radius:9px;flex:1;padding:10px 8px}.status-buttons button.active{color:#fff;background:#164e3b;border-color:#164e3b}.partial{color:#aa651f!important}@media (width<=800px){.customer-main{grid-template-columns:1fr}.customer-main>div:nth-child(2){display:none}}.legal-page{background:#f5f7f3;min-height:100vh}.legal-page .brand{text-decoration:none}.legal-content{max-width:820px;padding-top:60px}.legal-content h1{color:#153329;margin:8px 0;font-family:Georgia,serif;font-size:46px}.legal-date{color:#718078;margin-bottom:40px}.legal-content h2{color:#153329;margin:34px 0 8px;font-family:Georgia,serif}.legal-content p{color:#48584f;font-size:16px;line-height:1.75}.legal-content a{color:#164e3b}.legal-links{border-top:1px solid #d9e2da;gap:22px;margin-top:45px;padding-top:24px;display:flex}.legal-links a{font-weight:700}@media (width<=600px){.legal-content{padding-top:35px}.legal-content h1{font-size:36px}.legal-page header .secondary{padding:9px 11px;font-size:13px}}
