*{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark}body{font-family:system-ui,-apple-system,sans-serif;background:#111827;color:#f9fafb;min-height:100vh}.screen{max-width:480px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px;min-height:100vh}h1{font-size:1.4rem;text-align:center;padding-top:8px}label{display:block;font-size:.9rem;color:#9ca3af;margin-bottom:4px}input,textarea{width:100%;padding:14px;font-size:1rem;background:#1f2937;color:#f9fafb;border:1px solid #374151;border-radius:8px}button{min-height:60px;padding:12px 20px;font-size:1.1rem;font-weight:600;background:#2563eb;color:#fff;border:none;border-radius:10px;cursor:pointer}button:disabled{opacity:.5}button.secondary{background:#374151}.error{background:#7f1d1d;padding:12px;border-radius:8px;font-size:.95rem}.statusbar{display:flex;justify-content:space-between;font-size:.85rem;color:#9ca3af}.statusbar .online{color:#86efac}.statusbar .offline{color:#fca5a5}.table-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.table-cell{min-height:72px;border-radius:10px;border:none;font-size:1rem;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff}.table-cell.libre{background:#14532d}.table-cell.occupee{background:#92400e}.table-cell.attente-paiement{background:#1e3a8a}.table-cell .label{font-size:.75rem;font-weight:400;opacity:.85}.category-tabs{display:flex;gap:8px;overflow-x:auto}.category-tabs button{flex-shrink:0;min-height:48px;background:#1f2937;color:#9ca3af;padding:10px 16px}.category-tabs button.active{background:#2563eb;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-card{min-height:72px;border:2px solid #374151;border-radius:10px;background:#1f2937;color:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-weight:600}.product-card .price{font-size:.85rem;color:#9ca3af;font-weight:400}.product-card.stock-bas{border-color:#d97706}.product-card.stock-rupture{border-color:#dc2626;opacity:.5;cursor:not-allowed}.stock-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:8px}.stock-badge.stock-normal{color:#86efac}.stock-badge.stock-bas{background:#78350f;color:#fcd34d}.stock-badge.stock-rupture{background:#7f1d1d;color:#fca5a5}.cart-bar{position:sticky;bottom:0;background:#1f2937;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.cart-line{display:flex;justify-content:space-between;font-size:.95rem}.swipe-to-send{position:relative;height:60px;border-radius:30px;background:#1f2937;border:2px solid #374151;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-weight:600;-webkit-user-select:none;user-select:none;touch-action:none}.swipe-to-send .swipe-track{position:absolute;left:0;top:0;bottom:0;background:#16a34a}.swipe-to-send .swipe-handle{position:absolute;top:4px;left:4px;width:52px;height:52px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.2rem}
