:root{--bg: #f5f3fb;--surface: #ffffff;--surface-2: #f0ecf9;--text: #1b1524;--muted: #6b6478;--border: #e5e0ef;--brand: #7c3aed;--brand-ink: #ffffff;--danger: #c02626;--ok: #157f52;--radius: 14px;--touch: 48px;color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #14101c;--surface: #201a2c;--surface-2: #2a2338;--text: #f2eefb;--muted: #a89fbb;--border: #322a42}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.btn{min-height:var(--touch);padding:0 1.1rem;border:1px solid transparent;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:transform .05s ease,background .15s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:default}.btn--primary{background:var(--brand);color:var(--brand-ink)}.btn--ghost{background:transparent;color:var(--muted);border-color:var(--border);min-height:40px}.btn--block{width:100%}.auth{min-height:100%;display:grid;place-items:center;padding:1.5rem}.auth__card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:0 10px 40px #14101c1a;display:grid;gap:1rem}.auth__brand{margin:0;color:var(--brand);font-size:1.4rem;text-align:center}.auth__subtitle{margin:-.5rem 0 .5rem;text-align:center;color:var(--muted)}.auth__error{margin:0;color:var(--danger);font-size:.9rem}.field{display:grid;gap:.35rem}.field__label{font-size:.85rem;color:var(--muted)}.field__input{min-height:var(--touch);padding:0 .85rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text);font-size:1rem}.field__input:focus{outline:2px solid var(--brand);outline-offset:1px}.shell{min-height:100%;display:flex;flex-direction:column}.shell__bar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--border)}.shell__brand{font-weight:700;color:var(--brand)}.shell__user{display:flex;align-items:center;gap:.6rem}.shell__name{color:var(--muted);font-size:.9rem}.shell__main{flex:1;padding:1.25rem 1rem;max-width:640px;width:100%;margin:0 auto}.greeting__title{margin:0 0 .6rem;font-size:1.5rem}.section__title{margin:1.5rem 0 .75rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.3rem .7rem;font-size:.85rem}.store-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.store-card{display:flex;align-items:center;gap:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;min-height:var(--touch)}.store-card__code{font-weight:700;color:var(--brand);background:var(--surface-2);border-radius:8px;padding:.25rem .5rem;font-size:.85rem;letter-spacing:.03em}.store-card__name{font-weight:500}.empty{color:var(--muted)}.spinner{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:2rem;color:var(--muted)}.spinner__dot{width:18px;height:18px;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.board__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.live{font-size:.8rem;font-weight:600}.live--live{color:var(--up)}.live--connecting{color:var(--muted)}.live--offline{color:var(--danger)}.bucket{margin-bottom:1.25rem}.bucket--overdue .section__title{color:var(--danger)}.board-list{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.order-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius);padding:.8rem .9rem;display:grid;gap:.55rem}.order-card--submitted{border-left-color:var(--brand)}.order-card--in_production{border-left-color:var(--degraded)}.order-card--ready{border-left-color:var(--up)}.order-card__top{display:flex;align-items:center;gap:.5rem}.order-card__time{font-weight:700;text-transform:capitalize}.rush{background:var(--danger);color:#fff;border-radius:6px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;letter-spacing:.05em}.order-card__top .store-card__code{margin-left:auto}.order-card__items{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.order-card__msg{font-style:italic;color:var(--text)}.order-card__allergens{color:var(--danger);font-size:.85rem}.order-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.badge{font-size:.78rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:var(--surface-2);color:var(--muted)}.badge--submitted{color:var(--brand)}.badge--in_production{color:var(--degraded)}.badge--ready{color:var(--up)}.order-card__foot .btn{min-height:40px;padding:0 .9rem}.order-card__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;margin:0;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer;width:100%;display:grid;gap:.35rem}.order-card__title{display:flex;align-items:center;gap:.4rem}.order-card__chevron{margin-left:auto;color:var(--muted);font-size:.9rem}.order-card__msg,.order-card__allergens{display:block}.order-detail{border-top:1px dashed var(--border);padding-top:.6rem;display:grid;gap:.7rem;animation:reveal .2s ease both}.order-detail__line{display:grid;gap:.3rem}.order-detail__line-head{font-weight:700}.order-detail__specs{display:grid;gap:.25rem;margin:0}.order-detail__spec{display:grid;grid-template-columns:minmax(6.5rem,auto) 1fr;gap:.75rem;font-size:.9rem}.order-detail__spec dt{color:var(--muted)}.order-detail__spec dd{margin:0;color:var(--text)}.order-detail__note{font-size:.88rem;color:var(--text)}.order-detail__meta{border-top:1px solid var(--border);padding-top:.55rem}.order-detail__price{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .9rem;border-top:1px solid var(--border);padding-top:.55rem;font-size:.9rem}.badge--pay-unpaid{color:var(--danger)}.badge--pay-deposit{color:var(--degraded)}.badge--pay-paid{color:var(--up)}.new-order{margin:.5rem 0;text-decoration:none}.success-banner{background:color-mix(in srgb,var(--up) 15%,var(--surface));border:1px solid var(--up);color:var(--up);border-radius:12px;padding:.7rem .9rem;margin:.75rem 0;font-weight:600}.order-form{display:grid;gap:.5rem}.chip--select{cursor:pointer}.chip--on{background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.opt-group{margin-bottom:.75rem}.opt-group__label{font-size:.9rem;margin-bottom:.35rem}.req{color:var(--danger)}.result-list{list-style:none;margin:.5rem 0;padding:0;display:grid;gap:.4rem}.result{width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.7rem .85rem;min-height:var(--touch);color:var(--text);cursor:pointer;font-size:1rem}.result--on{border-color:var(--brand);outline:1px solid var(--brand)}.picked{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.7rem .85rem}.quick-create{display:grid;gap:.5rem}.quick-create__actions{display:flex;justify-content:flex-end;gap:.5rem}.qty{margin-top:.75rem}.qty__controls{display:flex;align-items:center;gap:.75rem;margin-top:.35rem}.qty__value{font-size:1.2rem;font-weight:700;min-width:2ch;text-align:center}.order-form__submit{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;padding-bottom:max(.85rem,env(safe-area-inset-bottom));background:linear-gradient(transparent,var(--bg) 30%);margin-top:.5rem}.order-form__total{font-size:1.15rem;font-weight:700}.outbox-badge{background:var(--degraded);color:#fff;border-radius:999px;padding:.15rem .5rem;font-size:.8rem;font-weight:700}.queued-banner{background:color-mix(in srgb,var(--degraded) 15%,var(--surface));border:1px solid var(--degraded);color:var(--degraded);border-radius:12px;padding:.7rem .9rem;margin:.75rem 0;font-weight:600}.outbox-badge--failed{background:var(--danger)}.failed-bar{background:var(--danger);color:#fff;padding:.6rem 1rem;font-size:.9rem;font-weight:600;text-align:center}.toast-viewport{position:fixed;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));pointer-events:none;z-index:100}.toast{pointer-events:auto;max-width:480px;width:100%;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:12px;padding:.8rem 1rem;font-weight:600;box-shadow:0 8px 30px #14101c40;animation:toast-in .2s ease}.toast--success{border-left-color:var(--up)}.toast--warning{border-left-color:var(--degraded)}@keyframes toast-in{0%{transform:translateY(.5rem);opacity:0}}.img-badge{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:6px;padding:.1rem .4rem;font-size:.75rem;font-weight:600;min-height:0;cursor:pointer}.photo-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.photo-thumb{position:relative;width:84px;height:84px;border-radius:10px;overflow:hidden;background:var(--surface-2);border:1px solid var(--border)}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb--btn{padding:0;cursor:pointer}.photo-thumb__remove{position:absolute;top:2px;right:2px;width:22px;height:22px;min-height:0;border-radius:50%;border:none;background:#0009;color:#fff;font-size:.9rem;line-height:1;cursor:pointer}.photo-add{width:84px;height:84px;border-radius:10px;border:1px dashed var(--border);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;color:var(--muted);font-size:1.4rem;cursor:pointer}.photo-add__hint{font-size:.7rem}.photo-add--off{opacity:.5;pointer-events:none}.img-loading,.img-broken{width:100%;height:100%;background:var(--surface-2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:1rem;width:100%;max-width:480px;max-height:80vh;overflow-y:auto}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:60}.lightbox__img{max-width:100%;max-height:90vh;object-fit:contain}.notif-toggle{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:8px;padding:.3rem .6rem;font-size:.8rem;font-weight:600;min-height:0;cursor:pointer;white-space:nowrap}.notif-toggle--on{border-color:var(--brand);color:var(--brand)}.notif-toggle--denied{color:var(--muted);cursor:default}.shell__navlink{color:var(--muted);text-decoration:none;font-weight:600;font-size:.9rem;padding:.3rem .5rem;border-radius:8px}.shell__navlink:hover{color:var(--brand);background:var(--surface-2)}a.shell__brand{text-decoration:none}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.2rem}.stat__value{font-size:1.5rem;font-weight:700;color:var(--text)}.stat__label{font-size:.8rem;color:var(--muted)}.report-section{margin:1.25rem 0}.bar-row{margin:.5rem 0}.bar-row__head{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.2rem}.bar-row__value{font-weight:700}.bar-row__track{height:8px;background:var(--surface-2);border-radius:4px;overflow:hidden}.bar-row__fill{height:100%;background:var(--brand);border-radius:4px;min-width:2px}.report-list{list-style:none;padding:0;margin:0}.report-list__row{display:flex;justify-content:space-between;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.report-list__row:last-child{border-bottom:none}.report-list__meta{color:var(--muted);font-size:.85rem;white-space:nowrap}.admin-section{margin:1.25rem 0 2rem}.admin-list{list-style:none;padding:0;margin:0 0 .75rem}.admin-list__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.admin-list__meta{color:var(--muted);font-size:.85rem}.admin-list__price{font-weight:700;white-space:nowrap}.admin-list__actions{display:flex;align-items:center;gap:.4rem}.admin-add{display:flex;gap:.5rem;margin-top:.5rem}.admin-add--product{flex-wrap:wrap}.field__input--sm{max-width:7rem}.btn--danger{color:var(--danger)}.opt-admin-group{border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;margin-bottom:.75rem}.opt-admin-group>.admin-list__row{border-bottom:none}.opt-admin-values{padding-left:.75rem;border-left:2px solid var(--surface-2);margin-top:.25rem}.admin-list__row--sub{padding:.35rem 0;font-size:.9rem}.opt-admin-check{display:flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--muted);white-space:nowrap}.user-card{border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .85rem;margin-bottom:.75rem}.user-card--off{opacity:.6}.user-card__roles{display:flex;flex-wrap:wrap;gap:.4rem;margin:.4rem 0}.chip__x{border:none;background:transparent;color:inherit;cursor:pointer;margin-left:.35rem;padding:0;min-height:0;opacity:.7}.chip__x:hover{opacity:1}.btn--sm{min-height:0;padding:.35rem .7rem;font-size:.85rem}.board__head .btn--sm{margin-left:auto;margin-right:.6rem}.search-hint{color:var(--muted);font-size:.85rem;margin:.4rem 0}.order-grid{display:grid;gap:1.5rem}.order-main{display:flex;flex-direction:column;gap:1.75rem;min-width:0}@media (min-width: 900px){.order-grid--split{grid-template-columns:minmax(0,1fr) 340px;align-items:start}}.order-main section{display:flex;flex-direction:column;gap:.9rem}.order-main section>.section__title{margin-bottom:0}.order-main .opt-group{margin-bottom:0}.order-main .section__title,.order-summary__title{font-size:1.05rem;font-weight:700;margin:0 0 .75rem}.order-main .opt-group__label{font-size:1rem}.order-main .chips{gap:.55rem}.order-main .chip{min-height:48px;padding:.6rem 1.1rem;font-size:1rem;display:inline-flex;align-items:center;gap:.4rem;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.order-main .chip:active{transform:scale(.97)}.chip__check{font-size:.8rem;line-height:1}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem;margin-top:.85rem}.product-card{position:relative;display:flex;flex-direction:column;padding:0;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;min-height:0;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease,transform 90ms ease}.product-card:active{transform:scale(.99)}.product-card--on{border-color:var(--brand);box-shadow:0 0 0 3px #7c3aed2e;background:var(--surface-2)}.product-card__media{aspect-ratio:16 / 9;background:linear-gradient(135deg,var(--brand),#a855f7);display:flex;align-items:center;justify-content:center}.product-card__initial{font-size:1.9rem;font-weight:800;color:#ffffffeb}.product-card__badge{position:absolute;top:.55rem;right:.55rem;background:var(--brand);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:.15rem .5rem;border-radius:999px}.product-card__body{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .7rem .65rem}.product-card__name{font-weight:700;color:var(--text);font-size:.92rem;line-height:1.25}.product-card__price{color:var(--brand);font-weight:700;font-size:.88rem}.order-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.order-summary__rows{display:flex;flex-direction:column}.order-summary__row{display:flex;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.order-summary__row:last-child{border-bottom:none}.order-summary__row-label{color:var(--muted)}.order-summary__row-value{font-weight:600;text-align:right}.order-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin-top:.6rem;padding-top:.6rem;border-top:2px solid var(--border)}.order-summary__total-label{font-size:.95rem;color:var(--muted);font-weight:600}.order-summary__total-value{font-size:1.8rem;font-weight:800;color:var(--text);display:inline-block;animation:total-pop .22s ease}.order-summary__submit{margin-top:.75rem;min-height:52px;font-size:1rem}@media (min-width: 900px){.order-grid--split .order-summary{position:sticky;top:1rem}}@media (max-width: 899px){.order-summary{position:sticky;bottom:0;z-index:20;flex-direction:row;align-items:center;gap:.85rem;padding:.7rem 1rem;box-shadow:0 -6px 20px #00000029;border-bottom:none;border-radius:var(--radius) var(--radius) 0 0}.order-summary__title,.order-summary__rows{display:none}.order-summary__total{flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:0;border-top:none}.order-summary__total-value{font-size:1.55rem}.order-summary__submit{margin:0 0 0 auto;width:auto;min-width:45%}}@keyframes reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:reveal .22s ease both}@keyframes total-pop{0%{transform:scale(1.16)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.reveal,.order-summary__total-value{animation:none}}.field-row{display:flex;gap:.75rem}.field-row .field{flex:1;min-width:0}.shell__main:has(.order-form){max-width:1080px}.figurine-row{display:flex;align-items:center;gap:.5rem}.figurine-row__label{flex:1;min-width:0}.figurine-row__qty{flex-shrink:0}.figurine-row__remove{flex-shrink:0;min-height:44px;padding:0 .75rem}.board__print{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:.4rem 0 1rem;font-size:.9rem}.board__print-sep{color:var(--muted)}.board__print-day{display:flex;align-items:center;gap:.4rem;color:var(--muted)}.order-card__select{width:18px;height:18px;flex-shrink:0;cursor:pointer}.print-root{max-width:900px;margin:0 auto;padding:1rem}.print-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.print-toolbar__count{color:var(--muted)}.print-empty{padding:2rem;text-align:center;display:grid;gap:.75rem}.print-sheet{display:block}.print-card{border:1.5px solid #000;border-radius:4px;padding:2.5mm 3.5mm;margin-bottom:3mm;min-height:60mm;font-size:9.5pt;line-height:1.25;color:#000;background:#fff;display:flex;gap:4mm;break-inside:avoid;page-break-inside:avoid}.print-card__left{width:34mm;flex-shrink:0;display:flex;flex-direction:column;gap:1mm;border-right:1px solid #000;padding-right:3mm}.print-card__right{flex:1;min-width:0;display:flex;flex-direction:column;gap:1mm}.print-card__photo{width:34mm;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:1mm}.print-card__photo-more{font-size:8.5pt;font-weight:700;color:#000;text-align:center}.print-card__img,.print-card__photo .img-loading,.print-card__photo .img-broken{max-width:100%;max-height:100%;object-fit:contain;border:1px solid #000;border-radius:3px}.print-card__head{font-size:11pt}.print-card__when{font-size:9pt;text-transform:capitalize}.print-card__customer{font-weight:600;font-size:9.5pt}.print-card__ridicare{font-size:8.5pt;color:#333}.print-card__product{font-weight:700}.print-spec{width:100%;border-collapse:collapse;font-size:9pt}.print-spec th{text-align:left;color:#333;font-weight:600;width:30%;vertical-align:top;padding:.2mm 2mm .2mm 0}.print-spec td{vertical-align:top;padding:.2mm 0}.print-card__note{font-size:8.5pt}.print-card__note--warn{color:#b00000;font-weight:600}.print-card__total{margin-top:auto;padding-top:1.5mm;font-weight:700}@media screen{.print-sheet{background:#fff;border:1px dashed var(--border);padding:8mm;border-radius:6px;max-width:210mm;margin:0 auto}}@media print{html,body{background:#fff}.print-toolbar{display:none!important}.print-root{max-width:none;margin:0;padding:0}@page{size:A4 portrait;margin:8mm}.print-card{margin-bottom:3mm}}.day-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.day-head__select{display:flex;align-items:center;gap:.5rem;cursor:pointer}.day-head__select input{width:18px;height:18px;cursor:pointer}.day-head .section__title{margin:1.1rem 0 .6rem}.order-card__meta{font-size:.8rem;color:var(--muted)}.order-detail__actions{display:flex;gap:.5rem;padding-top:.6rem;border-top:1px solid var(--border)}.order-history{border-top:1px dashed var(--border);padding-top:.6rem}.order-history__list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.order-history__entry{font-size:.85rem}.order-history__head{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.order-history__meta{color:var(--muted);font-size:.8rem}.order-history__changes{margin:.3rem 0 0;display:grid;gap:.15rem}.order-history__change{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.6rem;font-size:.82rem}.order-history__change dt{color:var(--muted)}.order-history__change dd{margin:0}.order-history__old{color:var(--danger);text-decoration:line-through}.order-history__new{color:var(--up);font-weight:600}
