:root{--green:#16866b;--dark:#153d34;--gold:#c4a04a;--ink:#19332d;--muted:#71847e;--line:#dfe9e6;--bg:#f3f7f5;--red:#bf4a57;--amber:#b97d18;color:var(--ink);background:var(--bg);font-family:Tahoma,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--bg);-webkit-tap-highlight-color:transparent;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d4e1dd;border-radius:11px;outline:0;padding:13px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #16866b1a}.splash{text-align:center;min-height:100vh;color:var(--muted);place-content:center;gap:10px;display:grid}.splash i{border:3px solid #d6e3df;border-top-color:var(--green);border-radius:50%;width:29px;height:29px;margin:auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login{background:radial-gradient(circle at 50% 0,#deefe9,#0000 33%);max-width:440px;min-height:100vh;margin:auto;padding:9vh 23px 35px}.app-logo{background:linear-gradient(135deg,var(--gold),var(--green));color:#fff;border-radius:21px;place-items:center;width:68px;height:68px;margin:auto;font-size:31px;font-weight:900;display:grid;box-shadow:0 12px 30px #165b4933}.login>span,.login>h1,.login>p{text-align:center;display:block}.login>span{color:var(--green);margin-top:17px;font-size:12px}.login h1{margin:7px 0;font-size:26px}.login>p{color:var(--muted);margin:0 auto 27px;font-size:12px;line-height:1.7}.login form{border:1px solid var(--line);background:#fff;border-radius:17px;padding:19px;box-shadow:0 10px 35px #1c41380f}.login>small{text-align:center;color:#899792;margin-top:17px;font-size:10px;display:block}.field{flex-direction:column;gap:6px;margin-bottom:13px;display:flex}.field>span{color:#53675f;font-size:11px;font-weight:700}.primary,.secondary{border:0;border-radius:11px;width:100%;padding:13px;font-weight:700}.primary{color:#fff;background:linear-gradient(135deg,#1b9275,#17664f);box-shadow:0 7px 17px #16866b33}.secondary{color:#315f54;background:#eaf4f1;border:1px solid #d4e6e0}.alert{border-radius:10px;margin:11px 0;padding:10px 12px;font-size:11px;line-height:1.6}.alert.error{color:#9b303c;background:#fff0f1;border:1px solid #f2cbd0}.field-shell{background:var(--bg);max-width:520px;min-height:100vh;margin:auto;padding-bottom:92px}.field-shell>header{border-bottom:1px solid var(--line);z-index:30;background:#fff;justify-content:space-between;align-items:center;height:73px;padding:0 16px;display:flex;position:sticky;top:0}.field-shell>header>div{align-items:center;gap:9px;display:flex}.mini-logo{background:linear-gradient(135deg,var(--gold),var(--green));color:#fff;border-radius:11px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.field-shell>header span{flex-direction:column;display:flex}.field-shell>header small{color:var(--muted);font-size:9px}.field-shell>header b{font-size:12px}.connection{border:0;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:700}.connection.online{color:#087055;background:#e2f6ef}.connection.offline{color:#915f0a;background:#fff0cf}.offline-banner{color:#845a0f;background:#fff0cf;padding:9px 14px;font-size:10px;line-height:1.6}.queue-banner{color:#725315;text-align:right;background:#fff9e9;border:1px solid #eed797;border-radius:11px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;width:calc(100% - 26px);margin:11px 13px 0;padding:9px;display:grid}.queue-banner>b{background:var(--amber);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.queue-banner span{font-size:10px}.queue-banner i{font-size:9px;font-style:normal;font-weight:700}.field-shell>main{padding:15px 13px}.toast{z-index:100;color:#fff;border-radius:11px;max-width:490px;margin:auto;padding:11px 14px;font-size:11px;position:fixed;top:82px;left:14px;right:14px;box-shadow:0 10px 30px #00000029}.toast.success{background:var(--green)}.toast.error{background:var(--red)}.hero{color:#fff;background:radial-gradient(circle at 10% 0,#c4a04a52,#0000 40%),linear-gradient(145deg,#173f36,#226652);border-radius:18px;padding:20px;box-shadow:0 10px 25px #12433624}.hero p{color:#cce0da;margin:0;font-size:10px}.hero h1{margin:8px 0 17px;font-size:30px}.hero h1 small{color:#d1e0dc;font-size:12px}.hero>div{gap:9px;display:flex}.hero>div span{background:#ffffff17;border:1px solid #ffffff1a;border-radius:8px;padding:7px 9px;font-size:9px}.hero>div b{font-size:12px}.new-button{text-align:right;width:100%;color:var(--ink);background:#fff;border:1px solid #d8e7e2;border-radius:14px;grid-template-columns:41px 1fr 20px;align-items:center;gap:10px;margin:13px 0;padding:13px;display:grid}.new-button>span{width:41px;height:41px;color:var(--green);background:#e3f4ee;border-radius:12px;place-items:center;font-size:26px;display:grid}.new-button>div{flex-direction:column;display:flex}.new-button b{font-size:12px}.new-button small{color:var(--muted);margin-top:4px;font-size:9px}.new-button i{color:var(--green);font-style:normal}.title{margin:19px 2px 10px;font-size:13px}.hint{color:var(--muted);margin:-4px 2px 14px;font-size:10px;line-height:1.7}.advance{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:9px;padding:14px}.advance header{justify-content:space-between;display:flex}.advance header>span{color:var(--green);background:#e5f4ef;border-radius:6px;padding:4px 7px;font-size:10px;font-weight:700}.advance>strong{margin:12px 0;font-size:23px;display:block}.advance>strong small{color:var(--muted);font-size:10px}.progress{background:#e8efed;border-radius:99px;height:7px;overflow:hidden}.progress i{background:linear-gradient(90deg,var(--green),var(--gold));height:100%;display:block}.advance>div:last-child{color:var(--muted);justify-content:space-between;margin-top:7px;font-size:9px;display:flex}.expense-list,.history{flex-direction:column;gap:8px;display:flex}.expense-list article,.history article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;padding:11px;display:grid}.receipt{color:#25775f;background:#e5f4ef;border-radius:10px;place-items:center;width:40px;height:40px;font-size:9px;font-weight:700;display:grid}.receipt.queued{color:#92620b;background:#fff0d1;font-size:19px}.expense-list article>span,.history article>span{flex-direction:column;min-width:0;display:flex}.expense-list article b,.history article b{font-size:11px}.expense-list article small,.history article small{color:var(--muted);margin-top:4px;font-size:8px;line-height:1.5}.expense-list article>div:last-child,.history article>div:last-child{text-align:left;flex-direction:column;align-items:flex-end;gap:5px;display:flex}.expense-list strong,.history strong{font-size:11px}.status{white-space:nowrap;border-radius:99px;padding:4px 6px;font-size:8px;font-style:normal;font-weight:700}.s-submitted{color:#91620e;background:#fff1d1}.s-approved,.s-settled{color:#087056;background:#e1f5ee}.s-rejected{color:#a23340;background:#fce8ea}.s-open{color:#176b94;background:#e4f3fa}.s-settling,.s-offline{color:#91620e;background:#fff1d1}.empty{text-align:center;color:#83938e;padding:25px}.empty b{font-size:23px}.empty p{margin:6px;font-size:10px}.new-page form{border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px}.money-input{position:relative}.money-input input{padding-left:55px;font-size:19px;font-weight:700}.money-input span{color:var(--muted);font-size:10px;position:absolute;top:16px;left:12px}.field textarea{resize:vertical}.camera{margin:14px 0;display:block}.camera>input{opacity:0;width:1px;height:1px;position:absolute}.camera>div{text-align:center;background:#f8fbfa;border:2px dashed #cbdcd6;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:115px;padding:11px;display:flex;overflow:hidden}.camera>div.has-file{background:#eef8f4;border-color:#85bbaa}.camera img{object-fit:cover;border-radius:9px;width:100%;max-height:180px;margin-bottom:8px}.camera span{color:var(--green);margin-bottom:7px;font-size:25px}.camera b{text-overflow:ellipsis;max-width:100%;font-size:10px;overflow:hidden}.camera small{color:var(--muted);margin-top:5px;font-size:8px}.submit{margin-top:4px}.profile{text-align:center;border:1px solid var(--line);background:#fff;border-radius:16px;padding:23px}.profile .avatar{width:64px;height:64px;color:var(--green);background:#dff3ec;border-radius:50%;place-items:center;margin:auto;font-size:20px;font-weight:700;display:grid}.profile h2{margin:12px 0 5px;font-size:17px}.profile p{color:var(--muted);margin:0;font-size:10px}.profile>span{color:#23735e;background:#e4f4ef;border-radius:99px;margin-top:9px;padding:5px 8px;font-size:8px;display:inline-block}.profile-list{border:1px solid var(--line);background:#fff;border-radius:14px;margin:11px 0}.profile-list>div{border-bottom:1px solid #edf2f0;justify-content:space-between;padding:13px;font-size:10px;display:flex}.profile-list>div:last-child{border:0}.profile-list span{color:var(--muted)}.profile-list b{font-size:9px}.profile-list .ok{color:var(--green)}.profile-list .bad{color:var(--amber)}.profile-button{margin-bottom:9px}.logout{width:100%;color:var(--red);background:#fff3f4;border:1px solid #f0cdd1;border-radius:11px;padding:12px;font-weight:700}.version{text-align:center;color:#98a49f;margin-top:20px;font-size:8px}.bottom{z-index:40;width:min(520px,100%);height:75px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom button{color:#84938e;background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;display:flex;position:relative}.bottom button i{font-size:18px;font-style:normal}.bottom button span{font-size:8px}.bottom button.active{color:var(--green);font-weight:700}.bottom button.main i{background:var(--green);color:#fff;border-radius:13px;place-items:center;width:39px;height:39px;margin-top:-20px;font-size:25px;display:grid;box-shadow:0 7px 16px #16866b40}.bottom button>b{background:var(--amber);color:#fff;border-radius:99px;place-items:center;min-width:15px;height:15px;font-size:7px;display:grid;position:absolute;top:-2px;right:20%}@media (min-width:521px){.field-shell{box-shadow:0 0 35px #13352d17}}
