:root{--groen: #0e6a58;--groen-donker: #0a5245;--achtergrond: #ededE8;--wit: #ffffff;--lijn: #d8d8d2;--tekst: #1c1c1a;--grijs: #6b6b66;--rood: #b23a3a}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font:16px/1.4 system-ui,-apple-system,sans-serif;color:var(--tekst);background:var(--achtergrond);-webkit-tap-highlight-color:transparent}.verkoop{display:flex;flex-direction:column;height:100vh}.verkoop-laden{display:flex;align-items:center;justify-content:center;height:100vh;padding:1rem}.balk{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1rem;background:var(--groen);color:var(--wit);font-size:.9rem}.balk-rechts{display:flex;align-items:center;gap:1rem}.werkvlak{display:flex;flex:1;min-height:0}.catalogus{flex:1;display:flex;flex-direction:column;padding:1rem;min-width:0}.zoek{padding:.9rem 1rem;font-size:1.1rem;border:1px solid var(--lijn);border-radius:12px;background:var(--wit);margin-bottom:1rem}.tegels{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem;overflow-y:auto;align-content:start}.tegel{display:flex;flex-direction:column;justify-content:space-between;gap:.4rem;min-height:84px;padding:.8rem;text-align:left;cursor:pointer;background:var(--wit);border:1px solid var(--lijn);border-radius:12px;font-size:.95rem;color:var(--tekst)}.tegel:active{background:#f2f2ee}.tegel-naam{font-weight:600}.tegel-prijs{color:var(--grijs)}.bon{width:380px;display:flex;flex-direction:column;padding:1rem;background:var(--wit);border-left:1px solid var(--lijn)}.bon h2{margin:0 0 .6rem}.regels{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto}.regel{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.6rem;padding:.5rem 0;border-bottom:1px solid var(--lijn)}.regel-naam{font-weight:500}.regel-aantal{display:flex;align-items:center;gap:.5rem}.regel-prijs{min-width:72px;text-align:right;font-variant-numeric:tabular-nums}.totaalregel{display:flex;justify-content:space-between;align-items:baseline;padding:.8rem 0;margin-top:.4rem;border-top:2px solid var(--tekst);font-size:1.3rem}.knop{font:inherit;cursor:pointer;border:none;border-radius:10px}.knop.groot{width:100%;padding:1rem;margin-top:.6rem;font-size:1.1rem;font-weight:600;background:var(--groen);color:var(--wit)}.knop.groot:disabled{background:#b9c6c2;cursor:default}.knop.afrekenen{background:var(--groen)}.knop.pin{background:var(--groen-donker)}.knop.rond{width:38px;height:38px;font-size:1.3rem;line-height:1;background:var(--achtergrond);border:1px solid var(--lijn)}.knop.tekst{background:none;color:inherit;padding:.3rem .5rem;text-decoration:underline}.knop.tekst.weg{color:var(--rood);text-decoration:none}.leeg{color:var(--grijs)}.toast{margin:.6rem 0 0;color:var(--groen);font-weight:600}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:1rem}.dialoog{background:var(--wit);border-radius:16px;padding:1.5rem;width:100%;max-width:380px;box-shadow:0 12px 40px #0003}.dialoog h2{margin:0 0 .8rem}.dialoog-totaal{font-size:1.2rem;margin:0 0 1rem}.scheiding{text-align:center;color:var(--grijs);margin:1rem 0 .6rem}.veld{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.8rem;color:var(--grijs)}.veld input{padding:.9rem 1rem;font-size:1.3rem;border:1px solid var(--lijn);border-radius:10px;color:var(--tekst)}.wisselgeld{font-size:1.1rem;font-weight:600;margin:0 0 .6rem}.wisselgeld.tekort{color:var(--rood)}@media(max-width:720px){.werkvlak{flex-direction:column}.bon{width:auto;border-left:none;border-top:1px solid var(--lijn)}}
