*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--brun: #6b4226;--brun-fonce: #4a2d18;--creme: #faf6f1;--beige: #f0e6d8;--vert: #2e7d32;--orange: #e65100;--rouge: #c62828;--gris: #8d8d8d}html,body,#root{margin:0;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--creme);color:#2b2b2b;overscroll-behavior:none;user-select:none}button{font-family:inherit;font-size:1rem;border:none;border-radius:12px;cursor:pointer}.loading{display:grid;place-items:center;height:100%;font-size:1.2rem;color:var(--gris)}.error{color:var(--rouge);font-weight:600;margin:.5rem 0}.enroll-screen{display:grid;place-items:center;height:100%;padding:1rem}.enroll-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2rem;width:min(480px,100%);display:flex;flex-direction:column;gap:1rem}.enroll-card h1{margin:0;font-size:1.4rem;color:var(--brun)}.enroll-hint{margin:0;color:var(--gris);font-size:.9rem}.enroll-card label{display:flex;flex-direction:column;gap:.3rem;font-weight:600;font-size:.9rem}.enroll-card input{font-size:1.1rem;padding:.8rem;border:1px solid #ccc;border-radius:10px}button.primary{background:var(--brun);color:#fff;padding:1rem;font-size:1.1rem;font-weight:700}button.primary:disabled{opacity:.5}.pin-screen{display:grid;grid-template-columns:1fr 1fr;height:100%}.pin-empty{grid-column:1 / -1;place-self:center;color:var(--gris);font-size:1.1rem}.pin-users{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem}.pin-users h2{color:var(--brun);margin:0 0 .5rem}.user-btn{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;background:#fff;border:2px solid transparent;font-size:1.1rem}.user-btn.selected{border-color:var(--brun);background:var(--beige)}.user-name{font-weight:700}.user-role{color:var(--gris);font-size:.85rem}.pin-pad{background:var(--beige);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem}.pin-dots{display:flex;gap:.8rem;height:1.2rem}.dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--brun)}.dot.filled{background:var(--brun)}.numpad{display:grid;grid-template-columns:repeat(3,88px);gap:.7rem}.num-btn{height:72px;font-size:1.6rem;font-weight:600;background:#fff;box-shadow:0 2px 6px #00000014}.num-btn:active{background:var(--beige)}.num-btn:disabled{opacity:.4}.pin-hint{color:var(--gris)}.sale-screen{display:flex;flex-direction:column;height:100%}.sale-header{display:flex;align-items:center;gap:1rem;padding:.6rem 1rem;background:var(--brun);color:#fff}.sale-shop{font-weight:700;flex:1}.user-chip{background:var(--brun-fonce);color:#fff;padding:.6rem 1rem;font-weight:600}.sync-badge{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;background:var(--brun-fonce);color:#fff}.sync-dot{width:10px;height:10px;border-radius:50%}.sync-ok .sync-dot{background:#7ed67e}.sync-stale .sync-dot{background:#ffb74d}.sync-offline .sync-dot{background:var(--gris)}.sync-offline{color:#ddd}.category-tabs{display:flex;gap:.5rem;padding:.7rem 1rem;overflow-x:auto;background:#fff;box-shadow:0 2px 6px #0000000f}.tab{padding:.8rem 1.2rem;background:var(--creme);font-weight:600;white-space:nowrap}.tab.active{background:var(--brun);color:#fff}.product-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem;padding:1rem;align-content:start}.product-btn{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;padding:1rem;min-height:96px;background:#fff;box-shadow:0 2px 6px #00000012;text-align:left}.product-btn:active{background:var(--beige)}.product-label{font-weight:700}.product-price{color:var(--brun);font-weight:600}.grid-empty{color:var(--gris);grid-column:1 / -1}.sale-body{display:flex;flex:1;min-height:0}.sale-catalog{flex:1;display:flex;flex-direction:column;min-width:0}.cart-panel{width:380px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #e5dccf}.cart-mode{margin:.8rem}.segmented{display:flex;background:var(--creme);border-radius:12px;padding:4px;gap:4px}.segmented button{flex:1;padding:.7rem .6rem;background:transparent;font-weight:600;font-size:.95rem}.segmented button.active{background:var(--brun);color:#fff}.cart-lines{flex:1;overflow-y:auto;padding:0 .8rem;display:flex;flex-direction:column;gap:.5rem}.cart-empty{color:var(--gris);text-align:center;margin-top:2rem}.cart-line{background:var(--creme);padding:.7rem .8rem;text-align:left}.cart-line-main{display:flex;gap:.6rem;align-items:baseline}.cart-line-qty{font-weight:700;color:var(--brun);white-space:nowrap}.cart-line-label{flex:1;font-weight:600;display:flex;flex-direction:column}.cart-line-label small{font-weight:400;color:var(--gris)}.cart-line-discount{color:var(--orange)!important}.cart-line-total{font-weight:700;white-space:nowrap}.cart-summary{border-top:1px solid #e5dccf;padding:.8rem;display:flex;flex-direction:column;gap:.4rem}.vat-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--gris)}.checkout-btn{display:flex;justify-content:space-between;align-items:center;background:var(--vert);color:#fff;font-size:1.3rem;font-weight:800;padding:1.1rem 1.2rem;margin-top:.4rem}.checkout-btn:disabled{background:#bbb}.modal-overlay{position:fixed;inset:0;background:#0006;display:grid;place-items:center;z-index:10}.modal{background:#fff;border-radius:16px;padding:1.5rem;width:min(560px,94vw);max-height:88vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.modal h2{margin:0;color:var(--brun);font-size:1.2rem}.box-progress{margin:0;font-weight:700;color:var(--orange)}.box-progress.complete{color:var(--vert)}.flavor-list{display:flex;flex-direction:column;gap:.5rem}.flavor-row{display:flex;justify-content:space-between;align-items:center;background:var(--creme);border-radius:12px;padding:.5rem .8rem}.flavor-label{font-weight:600}.flavor-controls{display:flex;align-items:center;gap:.8rem}.count-btn{width:56px;height:56px;font-size:1.5rem;font-weight:700;background:#fff;box-shadow:0 1px 4px #0000001f}.count-btn:disabled{opacity:.35}.flavor-count{min-width:2ch;text-align:center;font-size:1.3rem;font-weight:700}.modal-actions{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-top:.4rem}.modal-actions .primary{flex:1}button.secondary{background:var(--creme);padding:.9rem 1rem;font-weight:600}button.danger{background:#fdecea;color:var(--rouge);padding:.9rem 1rem;font-weight:700}.editor-section{display:flex;flex-direction:column;gap:.5rem}.editor-label{font-size:.85rem;font-weight:700;color:var(--gris);text-transform:uppercase}.editor-total{font-size:1.2rem;font-weight:800}.line-flavors{margin:-.6rem 0 0;color:var(--gris)}.discount-row{display:flex;gap:.8rem;align-items:stretch}.discount-row .segmented{width:140px}.discount-row input{flex:1;font-size:1.2rem;padding:.6rem .8rem;border:1px solid #ccc;border-radius:10px;width:100px}.reason-chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.6rem .9rem;background:var(--creme);font-weight:600;font-size:.9rem}.chip.active{background:var(--brun);color:#fff}.discount-actions{display:flex;gap:.6rem;justify-content:flex-end}.payment-modal input{font-size:1.3rem;padding:.8rem;border:1px solid #ccc;border-radius:10px}.payment-hint{margin:0;color:#555;background:var(--creme);border-radius:10px;padding:.8rem}.quick-amounts{display:flex;flex-wrap:wrap;gap:.5rem}.change-due{margin:0;font-size:1.3rem;font-weight:800;color:var(--vert)}.pay-error{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:#fff;padding:.8rem 1.2rem;border-radius:10px;z-index:20;box-shadow:0 4px 16px #0003}.ticket-done{align-items:center;text-align:center}.ticket-done-check{width:72px;height:72px;border-radius:50%;background:var(--vert);color:#fff;font-size:2.5rem;display:grid;place-items:center}.ticket-done-total{font-size:2rem;font-weight:800;margin:0}.ticket-done-change{font-size:1.2rem;margin:0;color:var(--orange)}.ticket-done-note{color:var(--gris);font-size:.85rem;margin:0}.ticket-done .primary{width:100%}.header-nav{display:flex;gap:.3rem}.header-nav button{background:transparent;color:#e8dccf;padding:.6rem .9rem;font-weight:600}.header-nav button.active{background:var(--brun-fonce);color:#fff}.view-hint{color:var(--gris);margin:0 0 .8rem}.prices-view,.tickets-view{flex:1;overflow-y:auto;padding:1rem}.prices-list{display:flex;flex-direction:column;gap:.5rem;max-width:640px}.price-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.9rem 1.1rem;text-align:left}.price-label{font-weight:600}.price-label small{color:var(--gris);font-weight:400}.price-value{font-weight:700;color:var(--brun)}.ticket-row{background:#fff;border-radius:12px;padding:.8rem 1rem;margin-bottom:.6rem;max-width:820px}.ticket-row.reversal{background:#fdf3f0}.ticket-row-main{display:flex;align-items:center;gap:.8rem}.ticket-num{font-weight:800;font-variant-numeric:tabular-nums}.ticket-time{color:var(--gris)}.ticket-badges{flex:1;display:flex;gap:.4rem}.badge{font-size:.75rem;font-weight:700;padding:.2rem .55rem;border-radius:999px}.badge-reversal{background:#fdecea;color:var(--rouge)}.badge-reversed{background:#eee;color:#555}.badge-pending{background:#fff3e0;color:var(--orange)}.ticket-total{font-weight:800;font-variant-numeric:tabular-nums}.ticket-row-detail{color:var(--gris);font-size:.85rem;margin-top:.3rem}.ticket-reverse-btn{margin-top:0}.ticket-row-actions{display:flex;align-items:center;gap:.8rem;margin-top:.5rem}.delivery-actions{display:flex;gap:.6rem;width:100%}.delivery-actions .secondary{flex:1;align-self:stretch}.qr-modal{align-items:center;text-align:center}.qr-img{width:280px;height:280px;image-rendering:pixelated}.qr-url{word-break:break-all;font-size:.75rem}.consent-row{display:flex!important;flex-direction:row!important;gap:.6rem!important;align-items:flex-start;font-weight:400!important;font-size:.9rem}.consent-row input{width:22px;height:22px;margin-top:2px}.training-banner{background:repeating-linear-gradient(45deg,#7b1fa2,#7b1fa2 24px,#6a1b9a 24px 48px);color:#fff;font-weight:800;text-align:center;padding:.55rem 1rem;letter-spacing:.02em}.header-nav button.training-active{background:#7b1fa2;color:#fff}.training-done{border:3px dashed #7b1fa2}.training-check{background:#7b1fa2!important}.hold-row{display:flex;gap:.5rem;margin-bottom:.3rem}.hold-btn{flex:1;background:var(--creme);padding:.6rem;font-weight:600;font-size:.9rem}.hold-btn:disabled{opacity:.4}.closure-view{flex:1;overflow-y:auto;padding:1rem;max-width:860px}.closure-view h2{color:var(--brun);font-size:1.1rem}.closure-today{background:#fff;border-radius:14px;padding:1rem 1.2rem 1.2rem;margin-bottom:1.2rem}.closure-kpis{display:flex;gap:2rem;margin-bottom:.8rem}.kpi{display:flex;flex-direction:column}.kpi-value{font-size:1.6rem;font-weight:800}.kpi-label{color:var(--gris);font-size:.85rem}.closure-table{border-collapse:collapse;margin-bottom:1rem}.closure-table td{padding:.35rem 1.2rem .35rem 0;font-variant-numeric:tabular-nums}.closure-table tr td:first-child{font-weight:600}.closure-done{font-weight:700;color:var(--vert)}.prices-view input,.tickets-view input{font-size:1.3rem;padding:.8rem;border:1px solid #ccc;border-radius:10px}
