:root{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#183b32;background:#f5f4ed;font-size:16px;--green:#174e40;--muted:#65746c;--line:#dce2d8}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;min-height:46px;border:0;border-radius:14px;background:#e9eee4;color:var(--green);padding:12px 17px;font-weight:650}button:hover{filter:brightness(.96)}button:disabled{opacity:.5;cursor:wait}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #cb871d;outline-offset:3px}input,select{width:100%;min-height:48px;border:1px solid #b7c6ba;border-radius:12px;background:white;padding:12px;color:#183b32;font-size:16px}label{display:grid;gap:7px;font-size:.9rem;font-weight:600;margin:13px 0}h1{font-size:2rem;letter-spacing:-1px;line-height:1.15;margin:10px 0 22px}h2{font-size:1.17rem;margin:0 0 16px}h3{font-size:1rem;margin:0}p{line-height:1.55}small,.muted{color:var(--muted);font-size:.875rem}.shell{max-width:1040px;margin:auto;padding:28px 28px 120px}.top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:32px}.brand{display:flex;gap:10px;align-items:center;font-weight:750}.logo{background:var(--green);color:#f0edb1;border-radius:12px;width:38px;height:38px;display:grid;place-items:center}.badge{font-size:.8rem;background:#e4eadc;padding:7px 11px;border-radius:30px}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:1.5px;color:var(--muted);font-weight:700}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.wrap{flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card{background:#fffef9;border:1px solid var(--line);padding:22px;border-radius:22px;margin-bottom:18px}.cash{background:var(--green);color:#fff;border:0;position:relative}.cash .muted{color:#d2dfd5}.cash .amount{font-size:2.6rem;font-weight:650;letter-spacing:-1px;margin:16px 0 6px;overflow-wrap:anywhere}.primary{background:var(--green);color:white}.cash button{background:#e9efb7;color:#174e40}.wide{width:100%}.stat{font-size:1.7rem;font-weight:700;margin:12px 0 0;overflow-wrap:anywhere}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:4px 0 26px}.quick button{background:#e7ebdf;text-align:left;min-height:78px}.quick span{display:block;margin-bottom:9px;font-size:1.15rem}.list{display:grid;gap:0}.item{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:14px}.item:last-child{border-bottom:0}.item h3{margin-bottom:5px;overflow-wrap:anywhere}.item>div:first-child{min-width:0}.item .right{text-align:right;flex-shrink:0}.alert{color:#975314;background:#fff0d5;padding:5px 9px;border-radius:8px;font-size:.8rem}.empty{text-align:center;padding:28px 14px;color:var(--muted);line-height:1.6}.nav{position:fixed;bottom:0;left:0;right:0;z-index:5;background:#fffef9ef;border-top:1px solid var(--line);backdrop-filter:blur(14px);padding:8px 12px calc(8px + env(safe-area-inset-bottom));display:flex;justify-content:center;gap:8px}.nav button{width:125px;background:transparent;font-size:.85rem;color:#687b6b;border-radius:14px}.nav button span{display:block;font-size:1.25rem;margin-bottom:4px}.nav button.active{background:#e8eedb;color:#174e40}.toolbar{display:flex;gap:10px;margin:0 0 16px}.toolbar input{flex:1;min-width:0}.segmented{display:flex;background:#e5e9df;padding:5px;border-radius:15px;gap:5px;margin-bottom:18px}.segmented button{flex:1;background:transparent}.segmented .selected{background:#fffef9;box-shadow:0 2px 4px #183b3210}.sale-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.total{font-size:1.6rem;font-weight:750}.quantity{display:flex;align-items:center;gap:10px;margin-top:10px}.quantity input{width:95px;min-height:42px;padding:8px}.link{background:transparent;text-decoration:underline;padding:6px;min-height:40px}.danger{color:#a33426}.menu button{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border-radius:0;border-bottom:1px solid var(--line);padding:20px 0;text-align:left}.menu button:last-child{border:0}dialog{border:0;border-radius:24px;padding:26px;width:min(500px,calc(100% - 24px));max-height:90dvh;overflow:auto;color:#183b32;background:#fffef9;box-shadow:0 20px 80px #0003}dialog::backdrop{background:#102f2877;backdrop-filter:blur(3px)}.actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.error{color:#9c291e;background:#fff0e8;padding:12px;border-radius:10px;line-height:1.5}.error:empty{display:none}#toast{position:fixed;bottom:105px;left:50%;transform:translateX(-50%);background:#173d32;color:#fff;padding:13px 20px;border-radius:12px;z-index:30;max-width:90%;box-shadow:0 6px 24px #0002}#toast:empty{display:none}.notice{padding:14px;border-radius:12px;background:#f0efdd;font-size:.9rem;line-height:1.5}.loading{padding:40px}.history{font-size:.9rem}.history summary{cursor:pointer;min-height:44px;padding:12px 0}.history p{margin:4px 0 12px}.report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.report-grid .card{padding:16px}.report-grid .stat{font-size:1.3rem}a{color:#174e40} .screen-head{margin-bottom:20px}.screen-head h1{margin-bottom:8px}
@media(max-width:650px){.shell{padding:22px 18px 115px}.top{margin-bottom:27px}.grid{gap:12px}.card{padding:18px;border-radius:19px}.cash .amount{font-size:2.25rem}.sale-grid{grid-template-columns:1fr;gap:0}.quick{gap:8px}.quick button{font-size:.85rem;padding:13px}.nav button{width:25%;padding:8px}.report-grid{grid-template-columns:1fr 1fr}.toolbar{flex-wrap:wrap}.toolbar input{flex-basis:60%}h1{font-size:1.8rem}.badge{font-size:.75rem}.item{gap:9px}.stat{font-size:1.45rem}}
@media(prefers-reduced-motion:no-preference){button{transition:background .15s,filter .15s}}
.toolbar:has(#search){display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,.7fr)}
@media(max-width:650px){.toolbar:has(#search){grid-template-columns:1fr}}
