:root{--bg:#f4f5f7;--surface:#fff;--surface-hover:#f1f2f5;--text:#14161a;--text-muted:#63676f;--border:#e2e4e9;--accent:#3652f6;--accent-hover:#2740db;--accent-contrast:#fff;--success:#16a34a;--success-bg:#e9f9ee;--warning:#b45309;--warning-bg:#fef3e0;--danger:#dc2626;--danger-bg:#fdecec;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 20px 40px #0f172a2e;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--font-heading:var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s,color .25s}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}h1,h2,h3{font-family:var(--font-heading)}@media (prefers-color-scheme:dark){:root{--bg:#101114;--surface:#191a1f;--surface-hover:#212227;--text:#f1f2f4;--text-muted:#9a9da5;--border:#2b2d33;--accent:#5b76ff;--accent-hover:#7488ff;--accent-contrast:#fff;--success:#34d399;--success-bg:#0f2a1e;--warning:#fbbf24;--warning-bg:#2e2408;--danger:#f87171;--danger-bg:#2e1414;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000059;--shadow-lg:0 20px 40px #0000008c}}*{box-sizing:border-box}body{margin:0}#root{min-height:100svh}button{font:inherit}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.9rem;font-weight:500;transition:background-color .12s,border-color .12s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:var(--accent-contrast)}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{border-color:var(--border);color:var(--text);background:0 0}.btn--ghost:hover{background:var(--surface-hover)}:root[data-theme=brutalist]{--bg:#fbfaf5;--surface:#fff;--surface-hover:#f1efe4;--text:#0a0a0a;--text-muted:#4a4a46;--border:#111;--accent:#f4ff56;--accent-hover:#e2ee3a;--accent-contrast:#111;--success:#0a8f4a;--success-bg:#d6ffe6;--warning:#b8860b;--warning-bg:#fff3c4;--danger:#e0202a;--danger-bg:#ffd9db;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--shadow-sm:3px 3px 0 #111;--shadow-md:4px 4px 0 #111;--shadow-lg:8px 8px 0 #111;--sans:"Space Grotesk", system-ui, sans-serif;--font-heading:var(--sans)}:root[data-theme=pastel]{--bg:#fdf6f9;--surface:#fff;--surface-hover:#fbeef4;--text:#3b2f45;--text-muted:#8b7f97;--border:#f0dbe8;--accent:#b18cf0;--accent-hover:#9b6ef0;--accent-contrast:#fff;--success:#3aa17e;--success-bg:#e3f7ef;--warning:#d98c3a;--warning-bg:#fdecd8;--danger:#e07a99;--danger-bg:#fdeaf0;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow-sm:0 2px 8px #b18cf026;--shadow-md:0 8px 20px #b18cf02e;--shadow-lg:0 24px 48px #b18cf038;--sans:"Quicksand", system-ui, sans-serif;--font-heading:var(--sans)}:root[data-theme=neon]{--bg:#08060f;--surface:#130f22;--surface-hover:#1c1734;--text:#f2f0ff;--text-muted:#9d94c4;--border:#2c2650;--accent:#ff2e9a;--accent-hover:#ff5cb0;--accent-contrast:#120018;--success:#2bffc7;--success-bg:#04241d;--warning:#ffd23f;--warning-bg:#2e2405;--danger:#ff4d6d;--danger-bg:#2a0a14;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--shadow-sm:0 0 0 1px #ff2e9a40, 0 2px 8px #ff2e9a26;--shadow-md:0 0 20px #ff2e9a40;--shadow-lg:0 0 40px #ff2e9a59;--sans:"Space Mono", ui-monospace, monospace;--font-heading:var(--sans)}:root[data-theme=minimal]{--bg:#fff;--surface:#fff;--surface-hover:#f5f5f3;--text:#111;--text-muted:#6b6b6b;--border:#e3e3e0;--accent:#111;--accent-hover:#333;--accent-contrast:#fff;--success:#3f7d52;--success-bg:#eef3ef;--warning:#a67c2e;--warning-bg:#f5efe3;--danger:#a13f3f;--danger-bg:#f5eaea;--radius-sm:2px;--radius-md:4px;--radius-lg:6px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 6px #0000000f;--shadow-lg:0 12px 24px #0000001a;--sans:"Work Sans", system-ui, sans-serif;--font-heading:"Playfair Display", Georgia, serif}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;animation:.15s ease-out fade-in;display:flex;position:fixed;inset:0}.modal{background:var(--surface);color:var(--text);border-radius:var(--radius-lg);width:min(480px,100%);max-height:min(600px,90vh);box-shadow:var(--shadow-lg);flex-direction:column;animation:.18s ease-out rise-in;display:flex;overflow:hidden}.modal__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__title{margin:0;font-size:1.05rem;font-weight:600}.modal__close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.4rem;font-size:1rem;line-height:1}.modal__close:hover{background:var(--surface-hover);color:var(--text)}.modal__body{padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ios-install__intro{color:var(--text-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.5}.ios-install__steps{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ios-install__steps li{align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.4;display:flex}.ios-install__text{padding-top:.15rem}.ios-install__badge{background:var(--accent);width:1.6rem;height:1.6rem;color:var(--accent-contrast);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.install-button{gap:.35rem;padding:.4rem .75rem;font-size:.78rem}.app-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.1rem;padding:.75rem 0;display:flex}.app-header__brand{align-items:center;gap:.6rem;min-width:0;display:flex}.app-header__badge{border-radius:var(--radius-sm);background:var(--accent);width:1.9rem;height:1.9rem;color:var(--accent-contrast);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:inline-flex}.app-header__text{flex-wrap:wrap;align-items:baseline;gap:.5rem;min-width:0;display:flex}.app-header__title{white-space:nowrap;margin:0;font-size:1rem;font-weight:600}.app-header__subtitle{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;overflow:hidden}.app-header__controls{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;display:flex}.app-header__controls-row{align-items:center;gap:.4rem;display:flex}.app-header__reset{padding:.4rem .7rem;font-size:.78rem}.app-header__icon-btn{justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:.95rem;line-height:1;display:inline-flex}@media (width<=560px){.app-header__subtitle{display:none}}.product-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1.25rem;padding:1rem;display:flex}.product-form__field{flex-direction:column;gap:.35rem;min-width:8rem;display:flex}.product-form__field--grow{flex:14rem}.product-form__field--qty{min-width:6rem}.product-form__field label{color:var(--text-muted);font-size:.75rem;font-weight:500}.product-form__field input,.product-form__field select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);min-height:2.35rem;padding:.5rem .65rem;font-size:.9rem}.product-form__field input:focus,.product-form__field select:focus{outline:2px solid var(--accent);outline-offset:-1px}.product-form__submit{height:2.35rem}@media (width<=640px){.product-form{flex-direction:column;align-items:stretch;gap:.9rem;padding:1rem .9rem}.product-form__field,.product-form__field--grow,.product-form__field--qty{flex:none;width:100%;min-width:0}.product-form__field label{font-size:.85rem}.product-form__field input,.product-form__field select{min-height:2.75rem;padding:.65rem .75rem;font-size:1rem}.product-form__submit{width:100%;height:2.75rem;font-size:.95rem}}.add-product-panel{margin-bottom:1.1rem}.add-product-panel__toggle{gap:.4rem}.add-product-panel__icon{font-size:1.05rem;line-height:1;transition:transform .15s;display:inline-block}.add-product-panel__icon.is-open{transform:rotate(45deg)}.add-product-panel__collapse{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.add-product-panel__collapse.is-open{grid-template-rows:1fr}.add-product-panel__inner{min-height:0;overflow:hidden}.add-product-panel__inner .product-form{margin-top:.75rem;margin-bottom:0}.category-filter{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.category-filter__pill{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:background-color .12s,border-color .12s,color .12s}.category-filter__pill:hover{background:var(--surface-hover)}.category-filter__pill.is-active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}@media (width<=480px){.category-filter{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.15rem;overflow-x:auto}.category-filter__pill{flex-shrink:0}}.edit-product-form{flex-direction:column;gap:.9rem;display:flex}.edit-product-form__row{gap:.75rem;display:flex}.edit-product-form__field{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.edit-product-form__field label{color:var(--text-muted);font-size:.75rem;font-weight:500}.edit-product-form__field input,.edit-product-form__field select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);min-height:2.6rem;color:var(--text);padding:.55rem .7rem;font-size:1rem}.edit-product-form__field input:focus,.edit-product-form__field select:focus{outline:2px solid var(--accent);outline-offset:-1px}.edit-product-form__actions{justify-content:flex-end;gap:.6rem;margin-top:.3rem;display:flex}@media (width<=480px){.edit-product-form__actions .btn{flex:1}}.quantity-stepper{flex-direction:column;gap:.25rem;display:flex}.quantity-stepper__controls{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;width:fit-content;display:inline-flex;overflow:hidden}.quantity-stepper__btn{background:var(--surface);color:var(--text);cursor:pointer;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.95rem;line-height:1;display:inline-flex}.quantity-stepper__btn:hover:not(:disabled){background:var(--surface-hover)}.quantity-stepper__btn:disabled{color:var(--text-muted);cursor:not-allowed;opacity:.5}.quantity-stepper__value{text-align:center;font-variant-numeric:tabular-nums;border-inline:1px solid var(--border);min-width:2rem;padding:0 .2rem;font-size:.85rem;font-weight:500}.quantity-stepper__threshold{color:var(--text-muted);font-size:.7rem}@media (width<=720px){.quantity-stepper__btn{width:2.5rem;height:2.5rem;font-size:1.3rem}.quantity-stepper__value{min-width:2.3rem;font-size:1.05rem}.quantity-stepper__threshold{text-align:center;font-size:.72rem}}.status-badge{white-space:nowrap;border-radius:999px;justify-self:start;align-items:center;width:fit-content;padding:.3rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge--in_stock{background:var(--success-bg);color:var(--success)}.status-badge--low_stock{background:var(--warning-bg);color:var(--warning)}.status-badge--out_of_stock{background:var(--danger-bg);color:var(--danger)}.product-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.product-table__row{border-bottom:1px solid var(--border);grid-template-columns:1.5fr .9fr auto auto auto;align-items:center;gap:.75rem;padding:.7rem 1rem;display:grid}.product-table__row:last-child{border-bottom:none}.product-table__row--head{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--surface-hover);font-size:.72rem;font-weight:600}.product-table__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.product-table__category{color:var(--text-muted);font-size:.85rem}.product-table__actions{flex-shrink:0;justify-self:end;gap:.1rem;display:flex}.product-table__icon-btn{width:1.8rem;height:1.8rem;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.product-table__icon-btn:hover{background:var(--surface-hover);color:var(--text)}.product-table__icon-btn--danger:hover{background:var(--danger-bg);color:var(--danger)}.product-table__empty{text-align:center;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);padding:2.5rem 1rem;font-size:.9rem}@media (width<=720px){.product-table__row{grid-template-columns:1fr auto;grid-template-areas:"name actions""category qty""status qty";gap:.4rem 1rem;padding:.9rem}.product-table__row--head{display:none}.product-table__name{white-space:normal;text-overflow:clip;grid-area:name;overflow:visible}.product-table__category{grid-area:category;align-self:start}.product-table__category:before{content:"Catégorie : ";color:var(--text-muted)}.product-table__row .quantity-stepper{grid-area:qty;place-self:start end}.product-table__row .status-badge{grid-area:status;align-self:end}.product-table__actions{grid-area:actions;place-self:start end}}.restock-fab{background:var(--accent);color:var(--accent-contrast);cursor:pointer;box-shadow:var(--shadow-lg);z-index:50;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.15rem;font-size:.9rem;font-weight:600;transition:background-color .12s,transform .12s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem}.restock-fab:hover{background:var(--accent-hover);transform:translateY(-2px)}.restock-fab__icon{font-size:1.05rem;line-height:1}.restock-fab__badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;font-size:.72rem;font-weight:700;display:inline-flex}@media (width<=480px){.restock-fab__label{display:none}}.restock-modal__empty{color:var(--text-muted);text-align:center;margin:0;padding:1rem 0;font-size:.9rem}.restock-modal__sections{flex-direction:column;gap:1.15rem;display:flex}.restock-modal__heading{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);align-items:center;gap:.45rem;margin:0 0 .55rem;font-size:.72rem;font-weight:600;display:flex}.restock-modal__dot{border-radius:999px;flex-shrink:0;width:.45rem;height:.45rem}.restock-modal__heading--out_of_stock .restock-modal__dot{background:var(--danger)}.restock-modal__heading--low_stock .restock-modal__dot{background:var(--warning)}.restock-modal__count{background:var(--surface-hover);color:var(--text-muted);border-radius:999px;margin-left:auto;padding:.05rem .45rem;font-size:.68rem;font-weight:600}.restock-modal__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.restock-modal__item{border-radius:var(--radius-sm);background:var(--surface-hover);border-left:3px solid #0000;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .7rem;display:flex}.restock-modal__item--out_of_stock{border-left-color:var(--danger)}.restock-modal__item--low_stock{border-left-color:var(--warning)}.restock-modal__info{min-width:0}.restock-modal__name{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.88rem;font-weight:500;overflow:hidden}.restock-modal__meta{color:var(--text-muted);margin:.1rem 0 0;font-size:.76rem}.restock-modal__action{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;padding:.4rem .7rem;font-size:.78rem;font-weight:500;transition:background-color .12s,border-color .12s,color .12s}.restock-modal__action:hover{background:var(--success-bg);border-color:var(--success);color:var(--success)}@media (width<=480px){.restock-modal__item{flex-wrap:wrap}.restock-modal__name{white-space:normal}.restock-modal__action{width:100%}}.settings-modal__hint{color:var(--text-muted);margin:0 0 1rem;font-size:.82rem;line-height:1.5}.settings-modal__form{gap:.5rem;margin-bottom:1rem;display:flex}.settings-modal__form input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);min-width:0;min-height:2.6rem;color:var(--text);flex:1;padding:.55rem .7rem;font-size:1rem}.settings-modal__form input:focus{outline:2px solid var(--accent);outline-offset:-1px}.settings-modal__list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.settings-modal__item{background:var(--surface-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.88rem;display:flex}.settings-modal__remove{width:1.7rem;height:1.7rem;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.settings-modal__remove:hover{background:var(--danger-bg);color:var(--danger)}.settings-modal__empty{color:var(--text-muted);text-align:center;padding:.75rem 0;font-size:.85rem}.help-button{background:var(--surface);border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--text-muted);cursor:pointer;box-shadow:var(--shadow-md);z-index:50;border-radius:999px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;transition:background-color .12s,border-color .12s,color .12s,transform .12s;animation:2.4s ease-in-out infinite help-button-bounce;display:inline-flex;position:fixed;bottom:1.5rem;left:1.5rem}.help-button:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.help-button__ring{border-radius:inherit;pointer-events:none;border:2px solid var(--accent);animation:2.4s ease-out infinite help-button-ring;position:absolute;inset:0}@keyframes help-button-ring{0%{opacity:.55;transform:scale(1)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}@keyframes help-button-bounce{0%,60%,to{transform:translateY(0)}75%{transform:translateY(-4px)}85%{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.help-button,.help-button__ring{animation:none}}.help-modal{color:var(--text);flex-direction:column;gap:.9rem;font-size:.9rem;line-height:1.55;display:flex}.help-modal p{margin:0}.help-modal h3{color:var(--text);margin:.2rem 0 -.3rem;font-size:.85rem;font-weight:600}.help-modal ul{color:var(--text-muted);flex-direction:column;gap:.35rem;margin:0;padding-left:1.1rem;display:flex}.help-modal li::marker{color:var(--accent)}.help-modal__cta{border-top:1px solid var(--border);color:var(--text-muted);margin-top:.2rem;padding-top:.8rem;font-size:.85rem}.theme-switcher{border:1px solid var(--border);background:var(--surface);height:2.75rem;box-shadow:var(--shadow-md);z-index:50;border-radius:999px;align-items:center;display:inline-flex;position:fixed;bottom:1.5rem;left:50%;overflow:hidden;transform:translate(-50%)}.theme-switcher__arrow{width:1.7rem;height:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:inline-flex}.theme-switcher__arrow:hover{background:var(--surface-hover);color:var(--text)}.theme-switcher__current{border-left:1px solid var(--border);border-right:1px solid var(--border);height:100%;color:var(--text-muted);white-space:nowrap;align-items:center;gap:.4rem;padding:0 .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.theme-switcher__swatch{border-radius:999px;flex-shrink:0;width:.6rem;height:.6rem;box-shadow:0 0 0 1px #0000001a}@media (width<=560px){.theme-switcher__label{display:none}.theme-switcher__current{padding:0 .4rem}}.app{min-height:100svh}.app__container{max-width:960px;margin:0 auto;padding:0 1.5rem 6rem}
