.app-shell{background:#f4f7f5;min-height:100vh}.app-shell__header{background:#fff;border-bottom:1px solid #dfe7e2;justify-content:space-between;align-items:center;gap:12px;height:48px;padding:0 20px;display:flex}.app-shell__brand{min-width:0}.app-shell__brand-name{color:#18241d;flex:none;font-weight:700;text-decoration:none}.app-shell__brand-name:hover,.app-shell__brand-name:focus-visible{color:#2f7d49;outline:none;text-decoration:none}.app-shell__workstation{align-items:center;gap:6px;min-width:0;display:flex}.app-shell__context-trigger{color:#18241d;cursor:pointer;max-width:240px;height:32px;font:inherit;background:#fff;border:1px solid #d8e2dc;border-radius:7px;align-items:center;gap:4px;padding:0 9px;line-height:1;display:inline-flex;overflow:hidden}.app-shell__context-trigger:hover,.app-shell__context-trigger:focus-visible{border-color:#2f7d49;outline:none;box-shadow:0 0 0 2px #2f7d491a}.app-shell__context-trigger--static{cursor:default}.app-shell__context-trigger--static:hover,.app-shell__context-trigger--static:focus-visible{box-shadow:none;border-color:#d8e2dc;outline:none}.app-shell__context-trigger span{color:#68756f;flex:none;font-size:12px;font-weight:600}.app-shell__context-trigger strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.app-shell__pin-error,.app-shell__pin-note{margin-top:6px;font-size:12px}.app-shell__pin-error{color:#d93025}.app-shell__pin-note{color:#68756f}.app-shell__account{min-width:0}.app-shell__chat-button{place-items:center;width:32px;padding-inline:0;display:inline-grid}.app-shell__chat-glyph{border:1.8px solid;border-radius:6px;width:18px;height:14px;display:block;position:relative}.app-shell__chat-glyph:after{content:"";background:#fff;border-bottom:1.8px solid;border-right:1.8px solid;width:7px;height:7px;position:absolute;bottom:-5px;right:2px;transform:rotate(35deg)}.app-shell__create-order{flex:none}.app-shell__organization-select{min-width:180px}.app-shell__organization-tag{text-overflow:ellipsis;max-width:220px;overflow:hidden}.app-shell__nav a{line-height:1}.app-shell__nav-menu-link{min-width:150px;color:inherit;display:block}.app-shell__nav-user{min-width:190px;color:inherit;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;display:grid}.app-shell__nav-user-icon{color:#1f6f43;background:#e7f4eb;border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;line-height:1;display:grid}.app-shell__nav-user-text{min-width:0;line-height:1.2;display:grid}.app-shell__nav-user-text span{color:#68756f;font-size:11px}.app-shell__nav-user-text strong{color:#18241d;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.app-shell__gear-button{width:32px;padding-inline:0}.app-shell__menu-button{place-items:center;display:inline-grid}.app-shell__menu-icon,.app-shell__menu-icon:before,.app-shell__menu-icon:after,.app-shell__menu-icon span{background:currentColor;border-radius:999px;width:14px;height:2px;display:block}.app-shell__menu-icon{background:0 0;height:12px;position:relative}.app-shell__menu-icon:before,.app-shell__menu-icon:after{content:"";position:absolute;left:0}.app-shell__menu-icon:before{top:0}.app-shell__menu-icon span{position:absolute;top:5px;left:0}.app-shell__menu-icon:after{bottom:0}.app-shell__content{width:100%;max-width:1120px;margin:0 auto;padding:24px 20px}.app-shell-pin-modal .ant-modal-content,.app-shell-employee-picker .ant-modal-content{border-radius:8px}.app-shell-employee-picker__list{gap:8px;display:grid}.app-shell-employee-picker__option{cursor:pointer;width:100%;min-height:52px;font:inherit;text-align:left;background:#fff;border:1px solid #d8e2dc;border-radius:7px;gap:4px;padding:9px 11px;display:grid}.app-shell-employee-picker__option:hover,.app-shell-employee-picker__option:focus-visible{border-color:#2f7d49;outline:none;box-shadow:0 0 0 2px #2f7d491a}.app-shell-pin{gap:14px;display:grid}.app-shell-pin__display{background:#f8faf8;border:1px solid #dfe7e2;border-radius:8px;gap:8px;padding:12px;display:grid}.app-shell-pin__label{color:#68756f;text-transform:uppercase;font-size:12px;font-weight:700}.app-shell-pin__dots{align-items:center;gap:8px;min-height:24px;display:flex}.app-shell-pin__dot{background:#fff;border:2px solid #aeb9b2;border-radius:50%;width:14px;height:14px}.app-shell-pin__dot--filled{background:#2f7d49;border-color:#2f7d49}.app-shell-pin__pad{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.app-shell-pin__key{cursor:pointer;font:inherit;touch-action:manipulation;color:#18241d;background:#fff;border:1px solid #cfdad3;border-radius:8px;min-height:64px;font-size:28px;font-weight:700;line-height:1}.app-shell-pin__key:hover,.app-shell-pin__key:focus-visible{border-color:#2f7d49;outline:none;box-shadow:0 0 0 2px #2f7d491a}.app-shell-pin__key--muted{color:#354139;background:#edf2ef}@media (width<=640px){.app-shell__header{flex-wrap:wrap;gap:8px;height:auto;min-height:48px;padding:8px 12px}.app-shell__brand{flex-wrap:wrap;flex:100%;width:100%}.app-shell__brand>.ant-space-item{min-width:0}.app-shell__brand>.ant-space-item:last-child{flex:100%;max-width:100%}.app-shell__workstation{width:100%;max-width:100%}.app-shell__context-trigger{flex:1 1 0;max-width:none}.app-shell__organization-select{width:min(58vw,200px);min-width:0}.app-shell__organization-tag{max-width:58vw}.app-shell__account{justify-content:space-between;width:100%}.app-shell__create-order{padding-inline:10px}.app-shell__content{padding:16px 12px}}.auth-gate__loading{background:#f4f7f5;place-items:center;min-height:100vh;display:grid}.pos-cash-widget{background:var(--pos-screen-header-control-bg,#ffffff38);border:1px solid var(--pos-screen-header-control-border,#0f172424);color:var(--pos-screen-header-text,#0f1724);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex;position:relative}.pos-cash-widget:hover,.pos-cash-widget:focus-visible{background:color-mix(in srgb, var(--pos-screen-header-control-bg,#fff) 70%, var(--pos-screen-header-text,#0f1724));outline:0}.pos-cash-widget:focus-visible{box-shadow:0 0 0 2px var(--pos-screen-header-focus,#0f17245c)}.pos-cash-widget__dot{border-radius:999px;width:8px;height:7px;position:absolute;top:4px;right:4px}.pos-cash-widget--ok .pos-cash-widget__dot{background:#177245}.pos-cash-widget--warning .pos-cash-widget__dot{background:#b25f00}.pos-cash-widget--danger .pos-cash-widget__dot{background:#b42318}.pos-cash-widget--muted .pos-cash-widget__dot{background:#6b7280}.pos-cash-widget svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px;width:18px;height:18px}.pos-cash-widget-popover{gap:10px;min-width:280px;max-width:320px;display:grid}.pos-cash-widget-popover__head{gap:3px;display:grid}.pos-cash-widget-popover__head strong{color:#172016;font-size:14px;line-height:1.2}.pos-cash-widget-popover__head span,.pos-cash-widget-popover__notice{color:#5f685b;font-size:12px;line-height:1.25}.pos-cash-widget-popover__select{width:100%}.pos-cash-widget-popover__facts{border:1px solid #d8ded3;border-radius:6px;grid-template-columns:auto minmax(0,1fr);gap:4px 10px;padding:8px;display:grid}.pos-cash-widget-popover__facts span,.pos-cash-widget-popover__facts strong{min-width:0;font-size:12px;line-height:1.25}.pos-cash-widget-popover__facts span{color:#5f685b}.pos-cash-widget-popover__facts strong{color:#172016;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-cash-widget-popover__notice{color:#7a3d00;background:#fff6ed;border:1px solid #ffd8b0;border-radius:4px;padding:7px 8px}.pos-cash-widget-popover__actions{align-items:center}.pos-cash-widget-popover__link{color:#172016;border:1px solid #b8c0b2;border-radius:6px;align-items:center;min-height:24px;padding:0 8px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.pos-cash-widget-popover__link:hover,.pos-cash-widget-popover__link:focus-visible{color:#172016;background:#f4f6f2;text-decoration:none}.pos-cash-page__summary-pane,.pos-cash-page__control-pane{padding:18px}.pos-cash-page .pos-cash-page__summary-pane{grid-template-rows:auto minmax(0,1fr);gap:12px}.pos-cash-page .pos-cash-page__control-pane{flex-direction:column;gap:10px;display:flex}.pos-cash-page__terminal-panel,.pos-cash-page__activity-panel,.pos-cash-page__actions-panel,.pos-cash-page__activity-section,.pos-cash-page__operations-section,.pos-cash-page__reports-section{min-width:0}.pos-cash-page__terminal-title,.pos-cash-page__activity-title,.pos-cash-page__actions-title{justify-content:space-between}.pos-cash-page__terminal-title .pos-readonly-table-title,.pos-cash-page__activity-title .pos-readonly-table-title,.pos-cash-page__actions-title .pos-readonly-table-title{padding-left:0}.pos-cash-page__status-summary{gap:10px;display:grid}.pos-cash-page__shift-metrics{grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:10px;min-height:0}.pos-cash-page__shift-metrics .pos-summary__field{border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-field);min-height:82px;padding:12px}.pos-cash-page__shift-metrics .pos-summary__field span{font-size:12px}.pos-cash-page__shift-metrics .pos-summary__field strong{font-size:18px}.pos-cash-page__shift-metrics .pos-summary__field--accent strong{font-size:22px}.pos-cash-page__state{border:1px solid;border-radius:999px;flex:none;padding:6px 8px;font-size:12px;font-weight:800;line-height:1}.pos-cash-page__state--ok{color:#17613a;background:#eef9f2;border-color:#90c9a5}.pos-cash-page__state--warning{color:#8a4700;background:#fff7ed;border-color:#f4bf7c}.pos-cash-page__state--danger{color:#9f1f15;background:#fff1ef;border-color:#ffb4ad}.pos-cash-page__terminal-select{width:100%}.pos-cash-page__selected-terminal{background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-field);gap:5px;min-width:0;padding:11px 12px;display:grid}.pos-cash-page__selected-terminal span{color:var(--pos-color-muted);font-size:12px;font-weight:800;line-height:1}.pos-cash-page__selected-terminal strong{color:var(--pos-color-text);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:850;line-height:1.15;overflow:hidden}.pos-cash-page__actions{flex:none;margin-top:0}.pos-cash-page__actions-panel{margin-top:auto}.pos-cash-page__actions .pos-action{padding-left:8px;padding-right:8px}.pos-cash-page__actions .pos-action--primary{color:#12311f}.pos-cash-page__activity-panel{grid-template-rows:auto auto;align-self:stretch;gap:10px;margin-top:8px;display:grid}.pos-cash-page__activity-buttons{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:10px;min-height:0;display:grid;overflow:auto}.pos-cash-page__activity-button{appearance:none;background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-field);color:var(--pos-color-text);cursor:pointer;text-align:left;gap:6px;min-width:0;min-height:64px;padding:10px 12px;display:grid}.pos-cash-page__activity-button span,.pos-cash-page__activity-button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pos-cash-page__activity-button span{font-size:15px;font-weight:850;line-height:1.1}.pos-cash-page__activity-button strong{color:#5f685b;font-size:13px;font-weight:800;line-height:1}.pos-cash-page__activity-button:hover,.pos-cash-page__activity-button:focus-visible{background:var(--pos-color-field-alt);outline:0}.pos-cash-page__activity-button:focus-visible{box-shadow:0 0 0 3px var(--pos-screen-focus)}.pos-cash-page__activity-button.is-active{background:var(--pos-screen-accent);border-color:var(--pos-screen-accent-hover);color:var(--pos-screen-accent-text,#0f1724)}.pos-cash-page__activity-button.is-active strong{color:var(--pos-screen-accent-text,#0f1724)}.pos-cash-open-shift__alert{margin-bottom:12px}.pos-cash-open-shift__facts{gap:8px;margin-bottom:12px;display:grid}.pos-cash-open-shift__fact{background:#f4f6f2;border:1px solid #d7ddd2;border-radius:4px;gap:4px;padding:9px 10px;display:grid}.pos-cash-open-shift__fact span{color:#5f685b;font-size:12px;font-weight:750}.pos-cash-open-shift__fact strong{color:#172016;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:850;overflow:hidden}.pos-cash-open-shift__money{width:100%}.pos-cash-page__table-scroll{min-width:0;overflow-x:auto}.pos-cash-page .pos-cash-page__activity-section{grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:8px;min-height:0;display:grid;overflow:hidden}.pos-cash-page__activity-section .payment-prototype__payment-title{min-height:18px}.pos-cash-page .pos-cash-page__section-title{align-items:center;gap:8px;min-height:30px;margin-top:8px;padding:4px 8px 2px}.pos-cash-page__section-title .pos-readonly-table-title{padding:0}.pos-cash-page .pos-cash-page__section-count,.pos-cash-page .pos-cash-page__section-meta{background:var(--pos-color-field);border:1px solid var(--pos-color-border);color:var(--pos-color-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:12px;font-weight:850;line-height:1;display:inline-flex}.pos-cash-page .pos-cash-page__activity-table-scroll{min-height:0;overflow:auto}.pos-cash-page__activity-table{border-spacing:0 5px}.pos-cash-page__operations{min-width:720px}.pos-cash-page__report-table{min-width:620px}.pos-cash-page .pos-cash-page__activity-table th{background:var(--pos-color-panel);box-shadow:0 1px 0 var(--pos-color-border);z-index:2;padding-top:6px;padding-bottom:6px}.pos-cash-page__activity-table td strong{font-weight:850}.pos-cash-page__activity-table td strong+span{color:#5f685b;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-top:2px;font-size:12px;font-weight:700;display:block;overflow:hidden}.pos-cash-page__operations .pos-cash-page__operation-row--cash-in td{background:#eef9f2}.pos-cash-page__operations .pos-cash-page__operation-row--cash-in td:first-child{box-shadow:inset 3px 0 #76b68c}.pos-cash-page__operations .pos-cash-page__operation-row--cash-out td{background:#fff2f0}.pos-cash-page__operations .pos-cash-page__operation-row--cash-out td:first-child{box-shadow:inset 3px 0 #df8077}.pos-cash-page__report-table td:first-child{gap:2px;display:grid}.pos-cash-page__report-table td:first-child strong,.pos-cash-page__report-table td:first-child span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-cash-page__report-table td:first-child strong{font-weight:850}.pos-cash-page__report-table td:first-child span{color:#5f685b;font-size:12px;font-weight:700}.pos-cash-page__operations-time{width:132px}.pos-cash-page__operations-money{width:118px}.pos-cash-page__operations-order{width:78px}@media (width<=980px){.pos-cash-page__summary-pane,.pos-cash-page__control-pane{padding:12px}.pos-cash-page__summary-pane{order:2}.pos-cash-page__control-pane{order:1}}@media (width<=640px){.pos-cash-page__activity-buttons,.pos-cash-page__actions{grid-template-columns:1fr}}.order-create-pos{--inflower-pos-action-payment-bg:#96bae1;--inflower-pos-action-payment-hover:#7e9cbd;--inflower-pos-action-payment-text:#0f1724;--inflower-pos-action-payment-focus:#96bae16b;--inflower-pos-action-delivery-bg:#739073;--inflower-pos-action-delivery-hover:#6d886d;--inflower-pos-action-delivery-active:#536853;--inflower-pos-action-delivery-text:#0f1724;--inflower-pos-action-delivery-focus:#73907366;--inflower-pos-action-create-bg:#ec6a37;--inflower-pos-action-create-hover:#d96232;--inflower-pos-action-create-text:#0f1724;--inflower-pos-action-create-focus:#ec6a3757;--inflower-pos-action-close-bg:#c37c54;--inflower-pos-action-close-hover:#b1704c;--inflower-pos-action-close-text:#0f1724;--inflower-pos-action-close-focus:#c37c5457;--inflower-pos-action-take-bg:#926aa6;--inflower-pos-action-take-hover:#7b598b;--inflower-pos-action-take-active:#694c78;--inflower-pos-action-take-text:#fff;--inflower-pos-action-take-focus:#926aa661;--inflower-pos-action-assembly-bg:#6f3d56;--inflower-pos-action-assembly-hover:#5d3348;--inflower-pos-action-assembly-text:#fff;--inflower-pos-action-assembly-focus:#6f3d566b;--inflower-pos-action-open-bg:#c5aeb1;--inflower-pos-action-open-hover:#a59295;--inflower-pos-action-open-text:#0f1724;--inflower-pos-action-open-focus:#c5aeb170;--inflower-pos-action-pickup-bg:#f6b9c1;--inflower-pos-action-pickup-hover:#cf9ba2;--inflower-pos-action-pickup-text:#0f1724;--inflower-pos-action-pickup-focus:#f6b9c16b;--inflower-pos-action-neutral-bg:#fae199;--inflower-pos-action-neutral-hover:#d2bd81;--inflower-pos-action-neutral-text:#0f1724;--inflower-pos-action-neutral-focus:#fae1996b;--inflower-pos-action-danger-bg:#b42318;--inflower-pos-action-danger-hover:#971b12;--inflower-pos-action-danger-text:#fff;--inflower-pos-action-danger-focus:#b423184d;--pos-action-create-bg:var(--inflower-pos-action-create-bg);--pos-action-create-hover:var(--inflower-pos-action-create-hover);--pos-action-open-bg:var(--inflower-pos-action-open-bg);--pos-action-open-hover:var(--inflower-pos-action-open-hover);--pos-action-assembly-bg:var(--inflower-pos-action-assembly-bg);--pos-action-assembly-hover:var(--inflower-pos-action-assembly-hover);--pos-action-payment-bg:var(--inflower-pos-action-payment-bg);--pos-action-payment-hover:var(--inflower-pos-action-payment-hover);--pos-action-pickup-bg:var(--inflower-pos-action-pickup-bg);--pos-action-pickup-hover:var(--inflower-pos-action-pickup-hover);--pos-action-delivery-bg:var(--inflower-pos-action-delivery-bg);--pos-action-delivery-hover:var(--inflower-pos-action-delivery-hover);--pos-action-neutral-bg:var(--inflower-pos-action-neutral-bg);--pos-action-neutral-hover:var(--inflower-pos-action-neutral-hover);--pos-action-danger-bg:var(--inflower-pos-action-danger-bg);--pos-action-danger-hover:var(--inflower-pos-action-danger-hover);--pos-color-page:#f2f4f1;--pos-color-panel:#fff;--pos-color-text:#172016;--pos-color-muted:#5f685b;--pos-color-border:#b8c0b2;--pos-color-field:#f4f6f2;--pos-color-field-alt:#eef5ee;--pos-color-row-error:#fff1ef;--pos-color-row-error-text:#7f1d17;--pos-radius-panel:4px;--pos-radius-field:10px;--pos-command-height:54px;--pos-screen-accent:var(--inflower-pos-action-neutral-bg);--pos-screen-accent-hover:var(--inflower-pos-action-neutral-hover);--pos-screen-accent-active:var(--inflower-pos-action-neutral-hover);--pos-screen-accent-text:var(--inflower-pos-action-neutral-text);--pos-screen-accent-strong:#725f2d;--pos-screen-accent-border:color-mix(in srgb, var(--pos-screen-accent) 62%, #000);--pos-screen-accent-soft:color-mix(in srgb, var(--pos-screen-accent) 18%, #fff);--pos-screen-focus:var(--inflower-pos-action-neutral-focus);--pos-screen-header-bg:var(--inflower-pos-action-neutral-bg);--pos-screen-header-border:var(--inflower-pos-action-neutral-hover);--pos-screen-header-text:var(--inflower-pos-action-neutral-text);--pos-screen-header-divider:#0f17243d;--pos-screen-header-control-bg:#ffffff42;--pos-screen-header-control-border:#0f172424;--pos-screen-header-focus:#0f17247a;background:var(--pos-color-page);color:var(--pos-color-text);grid-template-rows:38px minmax(0,1fr);width:100vw;min-width:0;max-width:100vw;height:100dvh;max-height:100dvh;display:grid;overflow:hidden}.pos-screen--create{--pos-screen-accent:var(--pos-action-create-bg);--pos-screen-accent-hover:var(--pos-action-create-hover);--pos-screen-accent-strong:#9a3d1b;--pos-screen-focus:#ec6a3757}.pos-screen--open{--pos-screen-accent:var(--pos-action-open-bg);--pos-screen-accent-hover:var(--pos-action-open-hover);--pos-screen-accent-strong:#6b5056;--pos-screen-focus:#c5aeb170}.pos-screen--assembly{--pos-screen-accent:var(--pos-action-assembly-bg);--pos-screen-accent-hover:var(--pos-action-assembly-hover);--pos-screen-accent-text:#fff;--pos-screen-accent-strong:var(--pos-action-assembly-bg);--pos-screen-focus:#6f3d566b}.pos-screen--payment{--pos-screen-accent:var(--pos-action-payment-bg);--pos-screen-accent-hover:var(--pos-action-payment-hover);--pos-screen-accent-strong:#355f88;--pos-screen-focus:#96bae16b}.pos-screen--cash{--pos-screen-accent:#a8d0b5;--pos-screen-accent-hover:#86b696;--pos-screen-accent-strong:#2f6845;--pos-screen-focus:#2f684557}.pos-screen--pickup{--pos-screen-accent:var(--pos-action-pickup-bg);--pos-screen-accent-hover:var(--pos-action-pickup-hover);--pos-screen-accent-active:var(--pos-action-pickup-hover);--pos-screen-accent-text:var(--inflower-pos-action-pickup-text);--pos-screen-accent-strong:#6f4051;--pos-screen-focus:#f6b9c16b}.pos-screen--delivery{--pos-screen-accent:var(--pos-action-delivery-bg);--pos-screen-accent-hover:var(--pos-action-delivery-hover);--pos-screen-accent-strong:#325d32;--pos-screen-focus:#73907366}.pos-screen--create,.pos-screen--open,.pos-screen--assembly,.pos-screen--payment,.pos-screen--cash,.pos-screen--pickup,.pos-screen--delivery{--pos-screen-header-bg:var(--pos-screen-accent);--pos-screen-header-border:var(--pos-screen-accent-hover);--pos-screen-header-text:var(--pos-screen-accent-text,#0f1724)}.order-create-pos a,.order-create-pos button,.order-create-pos input,.order-create-pos select,.order-create-pos textarea{font:inherit}.order-create-pos [hidden]{display:none!important}.order-create-pos__topbar{background:var(--pos-screen-header-bg);border-bottom:1px solid var(--pos-screen-header-border);color:var(--pos-screen-header-text);grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px;min-width:0;height:38px;padding:0 10px 0 16px;font-size:14px;font-weight:600;line-height:1;display:grid;position:relative}.order-create-pos__topbar-brand,.order-create-pos__topbar-cash,.order-create-pos__topbar-meta{align-items:center;gap:16px;min-width:0;display:flex}.pos-header__brand{overflow:hidden}.pos-header__controls{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.order-create-pos__topbar-logo{color:inherit;text-decoration:none}.pos-header-actions{flex:none;grid-template-columns:repeat(3,30px);gap:6px;display:inline-grid}.pos-header-action{background:var(--pos-screen-header-control-bg);border:1px solid var(--pos-screen-header-control-border);color:var(--pos-screen-header-text);font:inherit;border-radius:7px;justify-content:center;align-items:center;width:30px;min-width:0;height:30px;padding:0;line-height:1;text-decoration:none;display:inline-flex}.pos-header-action:hover,.pos-header-action:focus-visible{background:color-mix(in srgb, var(--pos-screen-header-control-bg) 72%, var(--pos-screen-header-text));color:var(--pos-screen-header-text);text-decoration:none}.pos-header-action:focus-visible{outline:2px solid var(--pos-screen-header-focus);outline-offset:2px}.pos-header-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px;width:19px;height:19px}.pos-header-action--create{background:color-mix(in srgb, var(--inflower-pos-action-create-bg) 70%, var(--pos-screen-header-control-bg));border-color:color-mix(in srgb, var(--inflower-pos-action-create-bg) 70%, var(--pos-screen-header-control-border));color:var(--inflower-pos-action-create-text)}.pos-header-action--create:hover,.pos-header-action--create:focus-visible{background:color-mix(in srgb, var(--inflower-pos-action-create-bg) 82%, var(--pos-screen-header-control-bg));color:var(--inflower-pos-action-create-text)}.order-create-pos__topbar-brand strong{font-size:18px}.order-create-pos__topbar-brand span{border-left:1px solid var(--pos-screen-header-divider);align-self:stretch}.order-create-pos__topbar-brand b,.order-create-pos__topbar-context,.order-create-pos__topbar-store,.order-create-pos__topbar-meta span,.order-create-pos__topbar-meta time{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-create-pos__topbar-context{background:var(--pos-screen-header-control-bg);border:1px solid var(--pos-screen-header-control-border);border-radius:999px;flex:none;padding:6px 8px;font-size:12px;font-style:normal;font-weight:850;line-height:1}.pos-header__icon-button{background:var(--pos-screen-header-control-bg);border:1px solid var(--pos-screen-header-control-border);color:var(--pos-screen-header-text);border-radius:7px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;line-height:1;text-decoration:none;display:inline-flex}.pos-header__icon-button:hover,.pos-header__icon-button:focus-visible{background:color-mix(in srgb, var(--pos-screen-header-control-bg) 72%, var(--pos-screen-header-text));color:var(--pos-screen-header-text);outline:0;text-decoration:none}.pos-header__icon-button:focus-visible{box-shadow:0 0 0 2px var(--pos-screen-header-focus)}.pos-header__icon-button[aria-disabled=true]{cursor:default;opacity:.72}.pos-header__icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1px;width:18px;height:18px}.pos-header__time{text-overflow:ellipsis;white-space:nowrap;max-width:112px;font-size:12px;font-weight:800;overflow:hidden}.pos-navigation-dropdown .ant-dropdown-menu{max-height:min(72vh,560px);overflow-y:auto}.pos-header-popover{gap:4px;min-width:220px;max-width:300px;display:grid}.pos-header-popover span{color:#5f685b;font-size:12px;line-height:1.2}.pos-header-popover strong{color:#172016;font-size:14px;line-height:1.25}.pos-header-popover__body{margin-top:8px}.pos-header__store-select{width:100%;min-width:220px}.order-create-pos__topbar-store{justify-self:center}.order-create-pos__topbar-cash{justify-content:center}.order-create-pos__topbar-meta{justify-content:flex-end}.pos-header-profile{align-items:center;gap:6px;display:inline-flex}.pos-header-profile svg,.pos-choice-card svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.pos-header-profile svg{width:17px;height:17px}.pos-menu{background:var(--pos-screen-header-control-bg);border:1px solid var(--pos-screen-header-control-border);border-radius:var(--pos-radius-panel);color:var(--pos-screen-header-text);justify-content:center;align-items:center;width:32px;height:30px;padding:0;display:inline-flex;position:absolute;top:4px;right:10px}.pos-menu span,.pos-menu span:before,.pos-menu span:after{content:"";background:currentColor;border-radius:2px;width:18px;height:3px;display:block;position:absolute}.pos-menu span{position:relative}.pos-menu span:before{top:-6px}.pos-menu span:after{top:6px}.order-create-pos__shell{grid-template-columns:minmax(0,1fr);gap:8px;min-width:0;min-height:0;padding:8px;display:grid;overflow:hidden}.order-create-pos__shell--target{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)}.order-create-pos__shell--dispatch{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr)}.order-create-pos__shell--two-pane{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.order-create-pos__order-screen{grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.order-create-pos__pane,.pos-choice-screen__workspace{background:var(--pos-color-panel);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-panel);min-width:0;overflow:hidden}.order-create-pos__pane{flex-direction:column;gap:12px;min-height:0;padding:12px;display:flex}.order-create-pos__page-title{color:var(--pos-screen-accent-strong);letter-spacing:0;text-align:center;min-height:28px;margin:0;font-size:18px;font-weight:900;line-height:1.1}.pos-choice-screen__workspace{box-sizing:border-box;grid-template-rows:minmax(0,1fr);min-height:0;display:grid}.pos-choice-screen__choice-zone{box-sizing:border-box;align-content:center;justify-items:center;gap:22px;min-width:0;min-height:0;padding:32px;display:grid}.pos-choice-screen__heading-row{place-items:center;gap:12px;width:min(100%,1180px);display:grid}.pos-choice-screen__heading{color:var(--pos-color-text);letter-spacing:0;overflow-wrap:anywhere;min-width:0;margin:0;font-size:34px;font-weight:800;line-height:1.08}.pos-choice-screen__toolbar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.pos-choice-screen__grid{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100%,1180px);min-width:0;display:grid}.pos-choice-screen__grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.pos-choice-card{background:var(--pos-color-panel);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-panel);box-sizing:border-box;box-shadow:inset 0 6px 0 var(--pos-choice-accent,var(--pos-screen-accent));color:var(--pos-color-text);cursor:pointer;text-align:left;grid-template-rows:auto minmax(0,1fr);align-content:stretch;justify-items:start;gap:18px;width:100%;min-width:0;min-height:212px;padding:24px;text-decoration:none;display:grid}.pos-choice-card:hover,.pos-choice-card:focus-visible{background:var(--pos-choice-hover,var(--pos-color-field));border-color:var(--pos-choice-accent,var(--pos-screen-accent));outline:0;transform:translateY(-1px)}.pos-choice-card:focus-visible{box-shadow:inset 0 6px 0 var(--pos-choice-accent,var(--pos-screen-accent)), 0 0 0 3px var(--pos-screen-focus)}.pos-choice-card:disabled{cursor:not-allowed;opacity:.58;transform:none}.pos-choice-card__icon{border-radius:var(--pos-radius-panel);color:var(--pos-choice-icon-color,var(--pos-screen-accent-strong));background:#fbfcfb;border:1px solid #d7ddd2;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.pos-choice-card__icon svg{width:30px;height:30px}.pos-choice-card__copy{gap:8px;min-width:0;display:grid}.pos-choice-card__copy strong{font-size:24px;line-height:1.08}.pos-choice-card__copy span{color:var(--pos-color-muted);font-size:15px;font-weight:650;line-height:1.25}.pos-choice-card--quick{--pos-choice-accent:var(--pos-action-create-bg);--pos-choice-hover:#fff3ee;--pos-choice-icon-color:#9a3d1b}.pos-choice-card--assembly{--pos-choice-accent:var(--pos-action-assembly-bg);--pos-choice-hover:#f5eef2;--pos-choice-icon-color:var(--pos-action-assembly-bg)}.pos-choice-card--payment{--pos-choice-accent:var(--pos-action-payment-bg);--pos-choice-hover:#eef6fd;--pos-choice-icon-color:#355f88}.pos-choice-card--pickup{--pos-choice-accent:var(--pos-action-pickup-bg);--pos-choice-hover:#fff3f5;--pos-choice-icon-color:#6f4051}.pos-choice-card--delivery{--pos-choice-accent:var(--pos-action-delivery-bg);--pos-choice-hover:#eef5ed;--pos-choice-icon-color:#325d32}.new-order-prototype .pos-choice-screen__heading,.new-order-prototype .pos-choice-screen__grid{width:min(100%,1060px)}.new-order-prototype .pos-choice-screen__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.new-order-prototype__track{min-height:224px}.edit-order-prototype .pos-choice-screen__heading,.edit-order-prototype .pos-choice-screen__grid{width:min(100%,1180px)}.edit-order-prototype .pos-choice-screen__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.edit-order-prototype__tile{min-height:212px}.edit-order-prototype__tile--composition{--pos-choice-accent:var(--pos-action-assembly-bg);--pos-choice-hover:#f5eef2;--pos-choice-icon-color:var(--pos-action-assembly-bg)}.edit-order-prototype__tile--payment{--pos-choice-accent:var(--pos-action-payment-bg);--pos-choice-hover:#eef6fd;--pos-choice-icon-color:#355f88}.edit-order-prototype__tile--pickup{--pos-choice-accent:var(--pos-action-pickup-bg);--pos-choice-hover:#fff3f5;--pos-choice-icon-color:#6f4051}.edit-order-prototype__tile--delivery{--pos-choice-accent:var(--pos-action-delivery-bg);--pos-choice-hover:#eef5ed;--pos-choice-icon-color:#325d32}.draft-prototype .order-create-pos__pane{gap:8px;padding:18px}.draft-prototype .order-create-pos__page-title{justify-content:center;align-items:center;min-height:28px;padding:2px 4px 4px;display:flex}.pos-quiet-pane{grid-template-rows:auto minmax(0,1fr);gap:24px;display:grid}.pos-quiet-settings{flex-direction:column;display:flex}.pos-summary{background:0 0;border:0;grid-template-columns:minmax(0,1.05fr) minmax(220px,.95fr);gap:10px;min-width:0;min-height:124px;padding:0;display:grid;overflow:visible}.pos-summary__field{background:var(--pos-color-field);border:0;border-radius:10px;align-content:center;gap:7px;min-width:0;padding:13px 16px;display:grid}.pos-summary__field span{color:var(--pos-color-muted);font-size:13px;font-weight:800;line-height:1}.pos-summary__field strong{color:var(--pos-color-text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:20px;font-weight:800;line-height:1.08;display:block;overflow:hidden}.pos-summary__field--accent{background:#ec6a371f}.pos-summary__field--accent strong{color:var(--pos-screen-accent-strong);font-size:28px}.draft-prototype__summary-main strong{overflow-wrap:anywhere;white-space:normal}.draft-prototype__summary-main--error{background:var(--pos-color-row-error);border:1px solid #e2a59c}.draft-prototype__summary-main--error strong{color:var(--pos-color-row-error-text)}.draft-prototype__summary-main--ok{background:#e7f1e4;border:1px solid #bdd5b8}.draft-prototype__summary-main--ok strong{color:#285426}.pos-summary__field--status p{color:var(--pos-screen-accent-strong);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:12px;font-weight:850;line-height:1.1;overflow:hidden}.draft-prototype__receipt-block{background:0 0;border:0;flex-direction:column;flex:none;align-self:start;gap:0;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden}.pos-readonly-table-title{color:var(--pos-screen-accent-strong);flex:none;min-width:0;padding:0 10px 2px;font-size:16px;font-weight:800;line-height:1}.pos-readonly-table-wrap{background:0 0;flex:none;min-width:0;overflow:visible}.pos-readonly-table{border-collapse:separate;border-spacing:0 6px;table-layout:fixed;width:100%;min-width:100%;font-size:13px}.pos-readonly-table th,.pos-readonly-table td{text-align:left;vertical-align:middle;border-bottom:0;padding:8px 10px;line-height:1.2}.pos-readonly-table th{color:#5c6657;z-index:1;background:0 0;font-size:12px;font-weight:800;position:sticky;top:0}.pos-readonly-table__group tr:not(.pos-readonly-table__group-title) td{background:var(--pos-color-field)}.pos-readonly-table__group tr.pos-readonly-table__row--error td{background:var(--pos-color-row-error);color:var(--pos-color-row-error-text)}.pos-readonly-table__group tr.pos-readonly-table__row--warning td{color:var(--pos-color-text);background:#fff4e6}.pos-readonly-table__group tr:not(.pos-readonly-table__group-title) td:first-child{border-radius:var(--pos-radius-field) 0 0 var(--pos-radius-field)}.pos-readonly-table__group tr:not(.pos-readonly-table__group-title) td:last-child{border-radius:0 var(--pos-radius-field) var(--pos-radius-field) 0}.pos-readonly-table__group-title td{box-shadow:none;color:var(--pos-screen-accent-strong);background:0 0;border-bottom:0;padding:10px 10px 2px;font-size:16px;font-weight:800;line-height:1}.pos-readonly-table .is-state,.pos-readonly-table .is-state-head{text-align:center;width:28px;padding-left:8px;padding-right:6px}.pos-readonly-table .is-money{text-align:right;white-space:nowrap}.pos-readonly-table .is-muted,.pos-readonly-table .is-status{color:#657060;font-size:13px;font-weight:800}.pos-readonly-table .is-comment{white-space:normal}.pos-col-state{width:28px}.pos-col-param--wide{width:300px}.pos-col-param--compact{width:168px}.pos-state-dot{background:var(--pos-state-ok-color,#5f8f45);box-shadow:0 0 0 3px var(--pos-state-ok-shadow,#5f8f452e);vertical-align:middle;border-radius:999px;width:10px;height:10px;display:inline-block}.pos-state-dot.is-warning{background:var(--pos-state-warning-color,#b76516);box-shadow:0 0 0 3px var(--pos-state-warning-shadow,#b7651624)}.pos-state-dot.is-error{opacity:0;box-shadow:none}.pos-quiet-scroll{scrollbar-gutter:stable;flex:auto;grid-template-rows:minmax(0,1fr);align-content:start;gap:8px;min-width:0;max-width:100%;min-height:0;display:grid;overflow:visible}.pos-quiet-workspace,.pos-quiet-form{align-content:start;min-width:0;max-width:100%;min-height:0;display:grid;overflow:visible}.pos-quiet-workspace{gap:8px}.pos-quiet-form{gap:28px}.pos-quiet-form__section{background:0 0;border:0;gap:8px;min-width:0;max-width:100%;padding:0;display:grid;overflow:hidden}.pos-quiet-form__section--overlay{z-index:3;position:relative;overflow:visible}.pos-quiet-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;max-width:100%;display:grid;overflow:hidden}.pos-quiet-form__grid--address{grid-template-columns:minmax(0,1fr) minmax(86px,112px) minmax(112px,144px)}.pos-quiet-form__grid--single{grid-template-columns:1fr;gap:8px}.pos-field{gap:6px;min-width:0;max-width:100%;display:grid;overflow:hidden}.pos-field input,.pos-field select,.pos-field textarea{appearance:none;background:var(--pos-color-field);border-radius:var(--pos-radius-field);box-sizing:border-box;color:var(--pos-color-text);border:1px solid #0000;outline:0;width:100%;min-width:0;max-width:100%;height:40px;min-height:40px;padding:9px 12px;font-size:14px;line-height:20px;display:block}.pos-field textarea{resize:none;height:50px;min-height:50px;max-height:50px;padding:8px 12px;line-height:1.25;overflow:hidden auto}.pos-field input:focus,.pos-field select:focus,.pos-field textarea:focus{border-color:var(--pos-screen-accent-hover);box-shadow:0 0 0 3px var(--pos-screen-focus);background:#fff}.pos-field input[aria-invalid=true]{border-color:var(--pos-action-danger-bg)}.pos-field input::placeholder,.pos-field textarea::placeholder{color:#a7afa3}.delivery-prototype__field-error{color:var(--pos-action-danger-bg);font-size:12px;font-weight:800;line-height:1.2}.pos-segmented-pill{background:#eef0ed;border:0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;min-width:0;padding:3px;display:grid}.pos-segmented-pill__option{color:var(--pos-color-text);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:0;min-height:32px;padding:0 12px;font-size:14px;font-weight:800;display:flex;position:relative}.pos-segmented-pill__option.is-selected{background:var(--pos-screen-accent);color:var(--pos-screen-accent-text);box-shadow:0 1px 4px #1720162e}.pos-segmented-pill__option input{opacity:0;pointer-events:none;position:absolute}.pos-segmented-pill__option span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.draft-prototype__client-select .ant-select{width:100%}.draft-prototype__client-select .ant-select-selector{min-height:40px;background:var(--pos-color-field)!important;border-radius:var(--pos-radius-field)!important;border:1px solid #0000!important;padding:4px 12px!important}.draft-prototype__client-select .ant-select-focused .ant-select-selector{border-color:var(--pos-screen-accent-hover)!important;box-shadow:0 0 0 3px var(--pos-screen-focus)!important;background:#fff!important}.draft-prototype__client-select .ant-select-selection-item,.draft-prototype__client-select .ant-select-selection-placeholder,.draft-prototype__client-select .ant-select-selection-search-input{color:var(--pos-color-text);font-size:14px;line-height:30px!important}.draft-prototype__client-select .ant-select-input,.draft-prototype__client-select .ant-select-selection-search-input{background:0 0!important;border:0!important;border-radius:0!important;height:30px!important;min-height:30px!important;padding:0!important}.draft-prototype__client-select .ant-select-selection-item{white-space:nowrap;align-items:center;min-width:0;min-height:30px;display:flex;overflow:hidden}.draft-prototype__client-selected-summary{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:30px;display:block;overflow:hidden}.draft-prototype__client-create-divider{margin:4px 0!important}.draft-prototype__client-create-option{color:var(--pos-screen-accent-strong);text-align:left;font-weight:800}.draft-prototype__client-select[data-disabled=true]{opacity:.58}.draft-prototype__actions{flex:none;padding:8px 0 0}.pos-order-context{flex-wrap:wrap;align-items:center;gap:8px;padding:8px 8px 0;display:flex}.pos-order-context span{background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-field);color:var(--pos-color-muted);padding:8px 10px;font-size:13px;font-weight:750;line-height:1}.pos-readonly-block{gap:8px;min-width:0;display:grid}.pos-readonly-row{background:var(--pos-color-field);border-radius:var(--pos-radius-field);border:1px solid #0000;grid-template-columns:minmax(120px,.42fr) minmax(0,1fr);align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:grid}.pos-readonly-row span{color:var(--pos-color-muted);font-size:13px;font-weight:750}.pos-readonly-row strong{overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:800}.pos-readonly-row--warning{background:#fff4e6;border-color:#f2cf9e}.pos-readonly-row--ok{background:#e7f1e4;border-color:#bdd5b8}.order-check-prototype__document-shell{padding:8px;display:block;overflow:hidden}.order-check-prototype__document{background:var(--pos-color-panel);border:1px solid var(--pos-color-border);border-radius:var(--pos-radius-panel);box-sizing:border-box;grid-template-rows:minmax(0,1fr) auto;gap:8px;width:min(100%,1500px);min-width:0;height:100%;min-height:0;margin:0 auto;padding:10px;display:grid;position:relative;overflow:hidden}.order-check-prototype__document-title{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.order-check-prototype__document-flow{column-count:2;column-fill:auto;column-gap:12px;height:100%;min-height:0;overflow:hidden}.order-check-prototype__document-flow .pos-readonly-block{break-inside:auto;margin:0 0 8px;display:block;overflow:visible}.order-check-prototype__document-flow .pos-readonly-table-title{break-after:avoid}.order-check-prototype__document-flow .pos-readonly-table-wrap{display:block;overflow:visible}.order-check-prototype__document-flow .pos-readonly-table{break-inside:auto}.order-check-prototype__document-flow .pos-readonly-table tr{break-inside:avoid}.pos-actions{flex:0 0 var(--pos-command-height);background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;margin-top:auto;padding:0;display:grid}.pos-actions.is-calculated{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-actions--one{grid-template-columns:minmax(0,1fr)}.pos-actions--three{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-actions--four{grid-template-columns:repeat(4,minmax(0,1fr))}.pos-actions--document-column{width:min(100%, calc((100% - var(--pos-actions-document-column-gap,12px)) / 2));margin-left:auto}.pos-actions [hidden]{display:none!important}.pos-clear-utility{place-items:start;gap:8px;min-width:0;display:grid}.pos-clear-utility__trigger,.pos-clear-utility__cancel,.pos-clear-utility__submit{appearance:none;cursor:pointer;font:inherit;letter-spacing:0;border-radius:7px;line-height:1}.pos-clear-utility__trigger{color:#9a534b;text-align:center;background:0 0;border:1px solid #0000;width:auto;min-height:30px;padding:0 6px;font-size:16px;font-weight:800}.pos-clear-utility__trigger:hover,.pos-clear-utility__trigger:focus-visible{color:var(--inflower-pos-action-danger-hover);background:0 0;border-color:#0000;outline:0;text-decoration:underline}.pos-clear-utility__trigger:disabled{cursor:not-allowed;opacity:.48;text-decoration:none}.pos-clear-utility__confirm{border-radius:var(--pos-radius-field);color:#6f362f;background:#fff8f6;border:1px solid #efc6bd;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;padding:8px;display:flex}.pos-clear-utility__confirm span{flex:auto;min-width:140px;font-size:13px;font-weight:750;line-height:1.15}.pos-clear-utility__cancel,.pos-clear-utility__submit{min-height:30px;padding:0 10px;font-size:13px;font-weight:750}.pos-clear-utility__cancel{background:var(--pos-color-field);border:1px solid var(--pos-color-border);color:var(--pos-color-text)}.pos-clear-utility__submit{background:var(--inflower-pos-action-danger-bg);border:1px solid var(--inflower-pos-action-danger-bg);color:var(--inflower-pos-action-danger-text)}.pos-clear-utility__cancel:hover,.pos-clear-utility__cancel:focus-visible{background:var(--pos-color-field-alt);outline:0}.pos-clear-utility__submit:hover,.pos-clear-utility__submit:focus-visible{background:var(--inflower-pos-action-danger-hover);border-color:var(--inflower-pos-action-danger-hover);outline:0}.pos-action{border-radius:var(--pos-radius-field);box-sizing:border-box;box-shadow:none;color:var(--pos-color-text);cursor:pointer;height:var(--pos-command-height);letter-spacing:0;max-height:var(--pos-command-height);min-height:var(--pos-command-height);text-align:center;text-transform:none;border:1px solid #0000;justify-content:center;align-items:center;width:100%;min-width:0;padding:0 14px;font-size:15px;font-weight:750;line-height:1.1;text-decoration:none;transition:background-color .14s,border-color .14s,box-shadow .14s;display:inline-flex}.pos-action:hover,.pos-action:focus-visible{text-decoration:none}.pos-action:focus-visible{box-shadow:0 0 0 3px var(--pos-action-focus,var(--pos-screen-focus));outline:0}.pos-action:disabled{cursor:not-allowed;opacity:.48}.pos-action--primary{--pos-action-focus:var(--pos-screen-focus);background:var(--pos-screen-accent);border-color:var(--pos-screen-accent);color:var(--pos-screen-accent-text,#0f1724)}.pos-action--primary:hover,.pos-action--primary:focus-visible{background:var(--pos-screen-accent-hover);border-color:var(--pos-screen-accent-hover);color:var(--pos-screen-accent-text,#0f1724)}.pos-action--neutral{background:var(--pos-color-field);border-color:var(--pos-color-border);color:var(--pos-color-text)}.pos-action--neutral:hover,.pos-action--neutral:focus-visible{background:var(--pos-color-field-alt);border-color:var(--pos-color-border);color:var(--pos-color-text)}.pos-action--queue{--pos-action-focus:var(--inflower-pos-action-neutral-focus);background:var(--inflower-pos-action-neutral-bg);border-color:var(--inflower-pos-action-neutral-bg);color:var(--inflower-pos-action-neutral-text)}.pos-action--queue:hover,.pos-action--queue:focus-visible{background:var(--inflower-pos-action-neutral-hover);border-color:var(--inflower-pos-action-neutral-hover);color:var(--inflower-pos-action-neutral-text)}.pos-action--open{--pos-action-focus:var(--inflower-pos-action-open-focus);background:var(--inflower-pos-action-open-bg);border-color:var(--inflower-pos-action-open-bg);color:var(--inflower-pos-action-open-text)}.pos-action--open:hover,.pos-action--open:focus-visible{background:var(--inflower-pos-action-open-hover);border-color:var(--inflower-pos-action-open-hover);color:var(--inflower-pos-action-open-text)}.pos-action--assembly{--pos-action-focus:var(--inflower-pos-action-assembly-focus);background:var(--inflower-pos-action-assembly-bg);border-color:var(--inflower-pos-action-assembly-bg);color:var(--inflower-pos-action-assembly-text)}.pos-action--assembly:hover,.pos-action--assembly:focus-visible{background:var(--inflower-pos-action-assembly-hover);border-color:var(--inflower-pos-action-assembly-hover);color:var(--inflower-pos-action-assembly-text)}.pos-action--payment{--pos-action-focus:var(--inflower-pos-action-payment-focus);background:var(--inflower-pos-action-payment-bg);border-color:var(--inflower-pos-action-payment-bg);color:var(--inflower-pos-action-payment-text)}.pos-action--payment:hover,.pos-action--payment:focus-visible{background:var(--inflower-pos-action-payment-hover);border-color:var(--inflower-pos-action-payment-hover);color:var(--inflower-pos-action-payment-text)}.pos-action--pickup{--pos-action-focus:var(--inflower-pos-action-pickup-focus);background:var(--inflower-pos-action-pickup-bg);border-color:var(--inflower-pos-action-pickup-bg);color:var(--inflower-pos-action-pickup-text)}.pos-action--pickup:hover,.pos-action--pickup:focus-visible{background:var(--inflower-pos-action-pickup-hover);border-color:var(--inflower-pos-action-pickup-hover);color:var(--inflower-pos-action-pickup-text)}.pos-action--delivery{--pos-action-focus:var(--inflower-pos-action-delivery-focus);background:var(--inflower-pos-action-delivery-bg);border-color:var(--inflower-pos-action-delivery-bg);color:var(--inflower-pos-action-delivery-text)}.pos-action--delivery:hover,.pos-action--delivery:focus-visible{background:var(--inflower-pos-action-delivery-hover);border-color:var(--inflower-pos-action-delivery-hover);color:var(--inflower-pos-action-delivery-text)}.pos-action--create{--pos-action-focus:var(--inflower-pos-action-create-focus);background:var(--inflower-pos-action-create-bg);border-color:var(--inflower-pos-action-create-bg);color:var(--inflower-pos-action-create-text)}.pos-action--create:hover,.pos-action--create:focus-visible{background:var(--inflower-pos-action-create-hover);border-color:var(--inflower-pos-action-create-hover);color:var(--inflower-pos-action-create-text)}.pos-action--close{--pos-action-focus:var(--inflower-pos-action-close-focus);background:var(--inflower-pos-action-close-bg);border-color:var(--inflower-pos-action-close-bg);color:var(--inflower-pos-action-close-text)}.pos-action--close:hover,.pos-action--close:focus-visible{background:var(--inflower-pos-action-close-hover);border-color:var(--inflower-pos-action-close-hover);color:var(--inflower-pos-action-close-text)}.pos-action--danger{--pos-action-focus:var(--inflower-pos-action-danger-focus);background:var(--inflower-pos-action-danger-bg);border-color:var(--inflower-pos-action-danger-bg);color:var(--inflower-pos-action-danger-text)}.pos-action--danger:hover,.pos-action--danger:focus-visible{background:var(--inflower-pos-action-danger-hover);border-color:var(--inflower-pos-action-danger-hover);color:var(--inflower-pos-action-danger-text)}.pos-action--confirmed{background:var(--pos-screen-accent-active)!important;border-color:var(--pos-screen-accent-active)!important;color:var(--pos-screen-accent-text,#0f1724)!important;transition:none!important}.pos-actions:not(.is-calculated) .pos-action--calculate{background:var(--inflower-pos-action-delivery-bg);border-color:var(--inflower-pos-action-delivery-bg);color:var(--inflower-pos-action-delivery-text)}.pos-actions:not(.is-calculated) .pos-action--calculate:hover,.pos-actions:not(.is-calculated) .pos-action--calculate:focus-visible{background:var(--inflower-pos-action-delivery-hover);border-color:var(--inflower-pos-action-delivery-hover);color:var(--inflower-pos-action-delivery-text)}.pos-actions.is-calculated .pos-action--calculate{background:var(--pos-color-field);border-color:var(--pos-color-border);color:var(--pos-color-text)}.pos-next-drawer__backdrop{appearance:none;cursor:pointer;z-index:20;background:#17201647;border:0;padding:0;position:fixed;inset:38px 0 0}.pos-next-drawer{background:var(--pos-color-panel);border-left:1px solid var(--pos-color-border);z-index:21;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;width:380px;max-width:min(420px,100vw - 20px);padding:16px;display:grid;position:fixed;top:38px;bottom:0;right:0;box-shadow:-16px 0 34px #1720162e}.pos-next-drawer__header{border-bottom:1px solid var(--pos-color-border);justify-content:space-between;align-items:start;gap:12px;min-width:0;padding-bottom:14px;display:flex}.pos-next-drawer__header div{gap:5px;min-width:0;display:grid}.pos-next-drawer__kicker{color:#657060;font-size:13px;font-weight:750;line-height:1.1}.pos-next-drawer__header strong{color:var(--pos-color-text);font-size:20px;font-weight:850;line-height:1.15}.pos-next-drawer__close{appearance:none;background:var(--pos-color-field-alt);border:1px solid var(--pos-color-border);color:var(--pos-screen-accent-strong);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.pos-next-drawer__close:hover,.pos-next-drawer__close:focus-visible{background:var(--pos-screen-accent-soft);border-color:var(--pos-screen-accent-border);outline:0}.pos-next-drawer__close span{width:16px;height:16px;position:relative}.pos-next-drawer__close span:before,.pos-next-drawer__close span:after{content:"";background:currentColor;width:14px;height:2px;position:absolute;top:7px;left:1px}.pos-next-drawer__close span:before{transform:rotate(45deg)}.pos-next-drawer__close span:after{transform:rotate(-45deg)}.pos-next-drawer__options{align-content:start;gap:10px;min-height:0;display:grid}.pos-next-drawer__option,.pos-next-drawer__footer-action{text-align:center;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.pos-next-drawer__option{min-height:56px}.pos-next-drawer__option:hover,.pos-next-drawer__option:focus-visible,.pos-next-drawer__footer-action:hover,.pos-next-drawer__footer-action:focus-visible{text-decoration:none}.pos-next-drawer__alert{appearance:none;border-radius:var(--pos-radius-field);color:inherit;cursor:pointer;text-align:center;border:0;justify-content:center;align-items:center;min-height:72px;padding:16px;text-decoration:none;display:flex}.pos-next-drawer__alert:hover,.pos-next-drawer__alert:focus-visible{text-decoration:none}.pos-next-drawer__alert:focus-visible{box-shadow:0 0 0 3px var(--pos-screen-focus);outline:0}.pos-next-drawer__alert:disabled{cursor:not-allowed;filter:grayscale(.2);opacity:.58}.pos-next-drawer__alert strong{font-size:20px;font-weight:850;line-height:1.1}.pos-next-drawer__alert--pickup{background:var(--inflower-pos-action-pickup-bg);color:var(--inflower-pos-action-pickup-text)}.pos-next-drawer__alert--delivery{background:var(--inflower-pos-action-delivery-bg);color:var(--inflower-pos-action-delivery-text)}.pos-next-drawer__shortage{border-radius:var(--pos-radius-field);background:#fff4e6;border:1px solid #f2cf9e;gap:8px;padding:10px;display:grid}.pos-next-drawer__shortage strong{color:#7a3d18;font-size:14px;font-weight:850;line-height:1.15}.pos-next-drawer__shortage span{color:#7a4a24;font-size:12px;font-weight:750;line-height:1.25}.pos-next-drawer__shortage select,.pos-next-drawer__shortage textarea{background:var(--pos-color-field);border:1px solid var(--pos-color-border);color:var(--pos-color-text);font:inherit;border-radius:7px;width:100%;min-width:0;padding:9px 10px}.pos-next-drawer__shortage textarea{resize:vertical}.pos-next-drawer__shortage select:focus,.pos-next-drawer__shortage textarea:focus{border-color:var(--pos-screen-accent);box-shadow:0 0 0 3px var(--pos-screen-focus);outline:0}.pos-next-drawer__shortage-reconcile{border-radius:var(--pos-radius-field);color:#7a3d18;cursor:pointer;font:inherit;background:#fff;border:1px solid #d59d59;justify-content:center;align-items:center;min-height:38px;padding:8px 10px;font-weight:800;display:inline-flex}.pos-next-drawer__shortage-reconcile:disabled{cursor:not-allowed;opacity:.58}.pos-next-drawer__error{border-radius:var(--pos-radius-field);color:#7a3d18;background:#fff4e6;border:1px solid #f2cf9e;padding:10px 12px;font-size:13px;font-weight:800}.pos-next-drawer__footer{border-top:1px solid var(--pos-color-border);gap:8px;padding-top:14px;display:grid}.pos-next-drawer__footer-action{min-height:46px}.composition-prototype{--composition-border:#d7ddd2;--composition-control-bg:var(--pos-color-field-alt);--composition-control-bg-active:var(--pos-screen-accent-soft);--composition-focus:var(--pos-screen-accent);--composition-green:var(--pos-screen-accent-strong)}.composition-prototype__workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.composition-prototype .order-create-pos__pane{gap:12px}.composition-prototype .order-create-pos__pane--receipt,.composition-prototype .order-create-pos__pane--catalog{background:#fff}.pos-composition{flex:auto;gap:8px;min-height:0;display:grid}.composition-prototype .order-create-pos__receipt-section{background:#fff;border:0;border-radius:0;flex-direction:column;flex:auto;gap:8px;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden}.composition-prototype .order-create-pos__receipt-titlebar{background:0 0;border:0;flex:none;justify-content:flex-start;align-items:center;gap:8px;min-height:28px;padding:0 2px 2px;display:flex}.composition-prototype .order-create-pos__receipt-titlebar strong{color:var(--composition-green);font-size:16px;font-weight:800;line-height:1}.composition-prototype .order-create-pos__receipt-titlebar span{color:#657060;font-size:14px;font-weight:800;line-height:1}.composition-prototype .pos-segmented-pill{gap:8px;display:grid}.composition-prototype-bouquet-tabs{scrollbar-width:none;flex:none;grid-template-columns:none;grid-auto-columns:minmax(112px,max-content);grid-auto-flow:column;justify-content:start;overflow-x:auto}.composition-prototype-bouquet-tabs::-webkit-scrollbar{display:none}.composition-prototype-bouquet-tab{appearance:none;background:var(--composition-control-bg);border:1px solid var(--composition-border);color:#51605a;cursor:pointer;font:inherit;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.composition-prototype-bouquet-tab.is-selected{background:var(--composition-green);border-color:var(--composition-green);color:#fff}.composition-prototype-bouquet-tab small{color:currentColor;font-size:13px;font-weight:800}.composition-prototype .order-create-pos__receipt{background:#fff;flex-direction:column;flex:1;gap:6px;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden auto}.composition-prototype .order-create-pos__receipt.is-empty{overflow:hidden}.composition-prototype .order-create-pos__receipt-empty,.composition-prototype .order-create-pos__catalog-empty{background:var(--composition-control-bg);color:#657060;text-align:center;border:0;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:160px;padding:16px;display:flex}.composition-prototype .order-create-pos__receipt-head,.composition-prototype .order-create-pos__receipt-row,.composition-prototype .order-create-pos__receipt-total-row{grid-template-columns:24px 34px 26px minmax(118px,1fr) 90px 30px minmax(62px,.42fr) minmax(76px,.48fr) 32px;align-items:center;column-gap:7px;display:grid}.composition-prototype .order-create-pos__receipt-head{color:#657060;background:0 0;border-bottom:0;flex:none;min-height:24px;padding:0 10px 2px;font-size:12px;font-weight:800}.composition-prototype .order-create-pos__receipt-head span:nth-child(2),.composition-prototype .order-create-pos__receipt-head span:nth-child(3){text-align:center}.composition-prototype .order-create-pos__receipt-head span:nth-child(n+5){text-align:right}.composition-prototype .order-create-pos__receipt-head-photo{justify-content:center;align-items:center;display:flex}.composition-prototype .order-create-pos__receipt-head-photo span,.composition-prototype .order-create-pos__receipt-photo-placeholder span,.composition-prototype .order-create-pos__receipt-photo-button span{border:1.5px solid;border-radius:2px;width:14px;height:12px;position:relative}.composition-prototype .order-create-pos__receipt-head-photo span:before,.composition-prototype .order-create-pos__receipt-photo-placeholder span:before,.composition-prototype .order-create-pos__receipt-photo-button span:before{content:"";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;top:2px;right:2px}.composition-prototype .order-create-pos__receipt-head-photo span:after,.composition-prototype .order-create-pos__receipt-photo-placeholder span:after,.composition-prototype .order-create-pos__receipt-photo-button span:after{content:"";border-bottom:1.5px solid;border-left:1.5px solid;width:7px;height:4px;position:absolute;bottom:2px;left:2px;transform:skew(-18deg)}.pos-composition__receipt-lines{gap:6px;display:grid}.composition-prototype .order-create-pos__receipt-row{background:var(--composition-control-bg);color:var(--pos-color-text);border:0;border-radius:10px;grid-template-areas:"number photo stock title quantity unit price total remove";min-height:37px;padding:4px 9px;font-size:14px;line-height:1.2}.composition-prototype .order-create-pos__receipt-row:hover,.composition-prototype .order-create-pos__receipt-row:focus-within{background:var(--composition-control-bg-active)}.composition-prototype .order-create-pos__receipt-number{color:#7b8376;text-align:center;grid-area:number}.composition-prototype .order-create-pos__receipt-photo{grid-area:photo;justify-content:center;align-items:center;min-width:0;display:flex}.composition-prototype .order-create-pos__receipt-photo-placeholder,.composition-prototype .order-create-pos__receipt-photo-button{appearance:none;border:1px solid var(--composition-border);color:#657060;background:#fff;border-radius:9px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.composition-prototype .order-create-pos__receipt-photo-button{cursor:pointer}.composition-prototype .order-create-pos__receipt-photo-button:hover,.composition-prototype .order-create-pos__receipt-photo-button:focus-visible{border-color:var(--composition-green);color:var(--composition-green);outline:0}.composition-prototype .order-create-pos__receipt-stock{grid-area:stock;justify-content:center;align-items:center;min-width:0;display:flex}.composition-prototype .order-create-pos__receipt-stock-badge{background:#8f9a88;border-radius:50%;width:9px;height:9px;display:inline-block}.composition-prototype .order-create-pos__receipt-stock-badge--deficit{background:var(--pos-action-danger-bg);box-shadow:0 0 0 1px var(--pos-action-danger-bg);width:10px;height:10px}.composition-prototype .order-create-pos__receipt-row--deficit{background:color-mix(in srgb, var(--pos-action-danger-bg) 9%, var(--composition-control-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--pos-action-danger-bg) 36%, transparent)}.composition-prototype .order-create-pos__receipt-row--deficit:hover,.composition-prototype .order-create-pos__receipt-row--deficit:focus-within{background:color-mix(in srgb, var(--pos-action-danger-bg) 14%, var(--composition-control-bg-active))}.composition-prototype .order-create-pos__receipt-title{grid-area:title;min-width:0;display:grid}.composition-prototype .order-create-pos__receipt-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.composition-prototype .order-create-pos__receipt-stock-note{color:#7a3d18;overflow-wrap:anywhere;font-size:11px;font-weight:800;line-height:1.2}.composition-prototype .order-create-pos__receipt-stock-note--danger{color:#8f2418}.composition-prototype .order-create-pos__receipt-stock-note--warning{color:#7a5700}.composition-prototype .order-create-pos__receipt-quantity{text-align:center;grid-area:quantity;justify-self:stretch}.composition-prototype-quantity{background:#e8ede5;border-radius:999px;grid-template-columns:23px minmax(20px,1fr) 23px;align-items:center;gap:2px;width:100%;min-height:25px;padding:2px;display:grid}.composition-prototype-quantity button{appearance:none;color:var(--composition-green);cursor:pointer;font:inherit;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:0;height:21px;padding:0;font-size:16px;font-weight:800;line-height:1;display:inline-flex}.composition-prototype-quantity button:disabled{color:#a8b0a4;cursor:not-allowed;opacity:.58}.composition-prototype-quantity button:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--composition-focus) 36%, transparent);outline:0}.composition-prototype-quantity strong{color:var(--pos-color-text);text-align:center;min-width:0;font-size:14px;font-weight:800;line-height:1}.composition-prototype .order-create-pos__receipt-unit{color:#5c6657;text-align:right;grid-area:unit}.composition-prototype .order-create-pos__receipt-price{grid-area:price}.composition-prototype .composition-prototype-price{width:100%}.composition-prototype .composition-prototype-price .ant-input-number-input{color:#5c6657;text-align:right;padding:0 2px;font-size:12px;font-weight:750}.composition-prototype .composition-prototype-price.ant-input-number{background:#fff;border-color:#0000;border-radius:999px;height:26px}.composition-prototype .composition-prototype-price.ant-input-number-focused,.composition-prototype .composition-prototype-price.ant-input-number:hover{border-color:var(--composition-green);box-shadow:none}.composition-prototype .order-create-pos__receipt-total{text-align:right;text-overflow:ellipsis;white-space:nowrap;grid-area:total;font-size:14px;overflow:hidden}.composition-prototype .composition-prototype-remove{appearance:none;background:var(--inflower-pos-action-danger-bg);color:var(--inflower-pos-action-danger-text);cursor:pointer;opacity:1;pointer-events:auto;border:0;border-radius:999px;grid-area:remove;justify-content:center;justify-self:center;align-items:center;width:26px;height:26px;padding:0;line-height:1;display:inline-flex}.composition-prototype .composition-prototype-remove:hover,.composition-prototype .composition-prototype-remove:focus-visible{background:var(--inflower-pos-action-danger-hover);outline:0}.composition-prototype .composition-prototype-remove svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:17px;height:17px}.composition-prototype .order-create-pos__receipt-total-row{background:var(--composition-control-bg);color:var(--pos-color-text);border-radius:10px;flex:none;min-height:42px;margin-top:0;padding:7px 10px;font-size:14px;font-weight:800}.composition-prototype .composition-prototype-order-total-row{background:var(--pos-color-row-error);box-shadow:inset 0 0 0 1px var(--inflower-pos-action-danger-focus);color:var(--pos-color-row-error-text);margin-top:4px}.composition-prototype .composition-prototype-order-total-row strong:last-child{color:var(--pos-color-row-error-text)}.composition-prototype .order-create-pos__receipt-total-row strong:first-child{grid-column:1/8}.composition-prototype .order-create-pos__receipt-total-row strong:last-child{text-align:right;grid-column:8/9}.order-create-pos__receipt-preview{object-fit:contain;border-radius:8px;width:100%;max-height:70vh;display:block}.composition-prototype-bouquet-actions{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:8px;margin-top:auto;display:grid}.composition-prototype-bouquet-actions .composition-prototype-bouquet-actions__button{border:1px solid var(--composition-border);color:#51605a;cursor:pointer;text-align:center;background:#f8faf6;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:36px;padding:7px 10px;font-size:14px;font-weight:800;display:inline-flex}.composition-prototype-bouquet-actions .composition-prototype-bouquet-actions__button:hover,.composition-prototype-bouquet-actions .composition-prototype-bouquet-actions__button:focus-visible{background:var(--composition-control-bg-active);border-color:var(--composition-green);color:var(--composition-green)}.composition-prototype-bouquet-actions .composition-prototype-bouquet-actions__button--danger{color:#7b3d36}.composition-prototype-bouquet-actions .composition-prototype-bouquet-actions__button:disabled{color:#a0a99b;cursor:not-allowed;background:#f4f6f2;border-color:#e1e5de}.composition-prototype .order-create-pos__pane--catalog{gap:12px}.composition-prototype .order-create-pos__catalog{flex-direction:column;flex:auto;gap:10px;min-width:0;display:flex;overflow:hidden}.composition-prototype .order-create-pos__catalog-search{border-color:var(--composition-border);border-radius:6px;height:36px;min-height:36px}.composition-prototype .order-create-pos__catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(104px,auto);gap:10px;min-width:0;padding-right:2px;display:grid;overflow:auto}.composition-prototype .order-create-pos__catalog-tile{appearance:none;border:1px solid var(--composition-border);border-color:var(--composition-border);color:var(--pos-color-text);cursor:pointer;font:inherit;text-align:left;background:#f8faf6;border-radius:10px;grid-template-rows:minmax(36px,1fr) 16px 18px;gap:7px;min-width:0;min-height:104px;padding:12px 12px 12px 18px;display:grid;position:relative;overflow:hidden}.composition-prototype .order-create-pos__catalog-tile:hover,.composition-prototype .order-create-pos__catalog-tile:focus-visible{background:var(--composition-control-bg-active);border-color:var(--composition-green);box-shadow:inset 0 0 0 1px var(--composition-green);outline:0}.composition-prototype .order-create-pos__catalog-tile--category,.composition-prototype .order-create-pos__catalog-tile--product{border-color:var(--composition-border);background:#f8faf6}.composition-prototype .order-create-pos__catalog-tile--product{grid-template-rows:minmax(44px,1fr) 18px}.composition-prototype .order-create-pos__catalog-tile-accent{background:color-mix(in srgb, var(--order-create-pos-category-color,#8ba789) 70%, #fff);opacity:1;border-radius:999px;width:4px;display:block;position:absolute;top:11px;bottom:11px;left:8px}.composition-prototype .order-create-pos__catalog-tile-title{color:var(--pos-color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:15px;font-weight:800;line-height:1.16;display:-webkit-box;overflow:hidden}.composition-prototype .order-create-pos__catalog-tile-meta,.composition-prototype .order-create-pos__catalog-tile-bottom{color:#657060;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;line-height:1.12;overflow:hidden}.composition-prototype .order-create-pos__catalog-tile-bottom span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.composition-prototype .order-create-pos__catalog-tile.is-selected{border-color:var(--composition-green);box-shadow:inset 0 0 0 1px var(--composition-green);background:#edf5eb}.composition-prototype .order-create-pos__catalog-tile--back{background:var(--composition-control-bg);border-color:var(--composition-border);color:var(--composition-green);justify-content:center;align-items:center;padding:12px;display:flex}.composition-prototype .order-create-pos__catalog-back-arrow{box-shadow:inset 0 0 0 1px var(--composition-border);background:#fff;border-radius:999px;width:54px;height:36px;display:inline-block;position:relative}.composition-prototype .order-create-pos__catalog-back-arrow:before{content:"";border-bottom:3px solid;border-left:3px solid;width:18px;height:18px;position:absolute;top:8px;left:12px;transform:rotate(45deg)}.composition-prototype .order-create-pos__catalog-back-arrow:after{content:"";background:currentColor;height:3px;position:absolute;top:17px;left:17px;right:12px}.composition-prototype .order-create-pos__catalog-tile--placeholder{background:var(--pos-color-field);cursor:default;opacity:.54;pointer-events:none;border-color:#0000}.composition-prototype .order-create-pos__catalog-tile--load-more{background:var(--composition-control-bg);border-style:dashed;align-content:center}.composition-prototype .order-create-pos__catalog-tile--load-more:disabled{color:#657060;cursor:wait}.composition-prototype .pos-actions--one{padding:0;display:grid}.composition-prototype .pos-actions--one .pos-action{width:100%;min-width:0}.composition-prototype .pos-composition-action-notice{margin:8px 0}.composition-prototype .pos-composition-summary{background:var(--composition-control-bg);border-radius:10px;flex:none;gap:8px;padding:10px;display:grid}.composition-prototype .pos-composition-summary__loading{color:#657060;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.composition-prototype .pos-composition-summary__shortage-form{gap:8px;display:grid}.composition-prototype .pos-composition-summary .ant-select{width:100%}@media (width<=980px){.composition-prototype__workspace{grid-template-columns:1fr}.composition-prototype .order-create-pos__receipt{overflow-x:auto}.composition-prototype .order-create-pos__receipt-head,.composition-prototype .order-create-pos__receipt-row,.composition-prototype .order-create-pos__receipt-total-row{min-width:620px}}@media (width<=640px){.composition-prototype .order-create-pos__catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.composition-prototype-bouquet-actions{grid-template-columns:1fr}.pos-next-drawer{width:100vw;max-width:100vw}}.payment-prototype svg{display:block}.payment-prototype__summary-pane{grid-template-rows:auto minmax(0,1fr) auto;gap:24px;padding:18px;display:grid}.pos-payment-summary{grid-template-rows:auto minmax(0,1fr) auto auto;gap:24px;min-width:0;min-height:0;display:grid}.payment-prototype__summary{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(150px,.7fr));min-height:124px}.payment-prototype__summary-total strong{font-size:28px}.payment-prototype__table-section{background:0 0;border:0;border-radius:0}.payment-prototype__payment-title{justify-content:flex-start;align-items:center;gap:6px;min-width:0;min-height:0;padding:0;display:flex}.payment-prototype__payment-title span,.pos-payment-entry__pending span{color:#5c6657;font-size:13px;font-weight:500;line-height:1}.payment-prototype__payment-table,.payment-prototype__payments-table{background:0 0}.payment-prototype__payment-icon-col{width:34px}.payment-prototype__payment-amount-col{width:124px}.payment-prototype__payment-delete-col{width:42px}.payment-prototype__payment-row{cursor:pointer;min-width:0}.payment-prototype__payment-row--posted{cursor:default}.payment-prototype__payment-row:hover td,.payment-prototype__payment-row:focus-within td{background:var(--pos-color-field-alt);outline:0}.payment-prototype__payments-table .payment-prototype__payment-group .payment-prototype__payment-row--current td{color:var(--pos-color-text);outline:0;background:color-mix(in srgb, var(--pos-screen-accent) 24%, var(--pos-color-panel))!important}.payment-prototype__payments-table .payment-prototype__payment-group .payment-prototype__payment-row--current td:first-child{box-shadow:inset 3px 0 0 var(--pos-screen-accent)}.payment-prototype__payment-row--exception td{color:var(--pos-color-row-error-text)}.payment-prototype__payment-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;place-self:center;width:20px;height:20px}.payment-prototype__payment-method,.payment-prototype__payment-amount{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.payment-prototype__payment-method{font-weight:800}.payment-prototype__payment-amount{text-align:right;font-weight:850}.payment-prototype__payment-delete-cell{text-align:right}.payment-prototype__payment-delete{appearance:none;color:var(--pos-color-muted);cursor:pointer;opacity:.75;background:#fff;border:1px solid #dfe4da;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;padding:0;display:inline-flex}.payment-prototype__payment-delete:hover,.payment-prototype__payment-delete:focus-visible{background:var(--pos-color-row-error);color:var(--pos-color-row-error-text);opacity:1;border-color:#e4b4ae;outline:0}.payment-prototype__payment-delete svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:16px;height:16px}.payment-prototype__exception-zone{border-radius:var(--pos-radius-field);background:#fff8f7;border:1px solid #ead2cd;flex:none;gap:8px;padding:10px;display:grid}.payment-prototype__exception-title{color:var(--pos-color-row-error-text);font-size:14px;font-weight:800}.pos-payment-entry__exception-fields{gap:8px;display:grid}.payment-prototype__payment-pane{grid-template-rows:auto minmax(0,1fr);gap:10px;display:grid}.pos-payment-entry{flex-direction:column;gap:10px;min-width:0;min-height:0;display:flex}.payment-prototype__payment-workspace{flex:auto;min-height:0;overflow:auto}.payment-prototype__entry-panel,.payment-prototype__workspace{gap:20px;min-height:0;display:grid}.payment-prototype__active-amount-section{gap:8px;min-width:0;display:grid}.payment-prototype__active-amount-field{position:relative}.payment-prototype__active-amount-currency{color:var(--pos-color-muted);font-size:20px;font-weight:850;line-height:1;position:absolute;bottom:18px;right:14px}.payment-prototype__method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:0;display:grid}.payment-prototype__method-button{background:var(--pos-color-field);border-radius:var(--pos-radius-field);color:var(--pos-color-text);cursor:pointer;text-align:center;border:1px solid #0000;place-items:center;gap:8px;min-height:86px;padding:12px 10px;display:grid}.payment-prototype__method-button:hover,.payment-prototype__method-button:focus-visible{background:var(--pos-color-field-alt);border-color:var(--pos-color-border);outline:0}.payment-prototype__method-button.is-selected{background:var(--pos-screen-accent);border-color:var(--pos-screen-accent);color:var(--pos-screen-accent-text);outline:0;box-shadow:0 1px 4px #1720162e}.payment-prototype__method-button--exception{color:var(--pos-color-row-error-text);background:#fff8f7;border-color:#ead2cd}.payment-prototype__method-button--exception:hover,.payment-prototype__method-button--exception:focus-visible,.payment-prototype__method-button--exception.is-selected{background:var(--pos-color-row-error);color:var(--pos-color-row-error-text);border-color:#e4b4ae;box-shadow:0 1px 4px #782a1e24}.payment-prototype__method-button:disabled{cursor:not-allowed;opacity:.52}.payment-prototype__method-button strong{font-size:13px;font-weight:850;line-height:1.12}.payment-prototype__clearance-panel{gap:8px;min-width:0;display:grid}.payment-prototype__clearance-title{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.payment-prototype__clearance-title strong{font-size:14px;font-weight:850}.payment-prototype__clearance-title span{color:var(--pos-color-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:750;overflow:hidden}.payment-prototype__primary.is-disabled{pointer-events:none}.pos-payment-entry__pending{border-radius:var(--pos-radius-field);background:#fffdf8;border:1px solid #d9c36a;gap:8px;padding:10px;display:grid}.pos-payment-entry__pending button{background:var(--pos-color-field);border:1px solid var(--pos-color-border);cursor:pointer;border-radius:6px;min-height:38px;font-weight:800}.pos-payment-entry__pending button:disabled{cursor:not-allowed;opacity:.5}.pickup-prototype svg,.delivery-prototype svg{display:block}.pickup-prototype__receipt-pane{grid-template-rows:auto minmax(0,1fr);gap:24px;padding:18px;display:grid}.pos-store-pickup-summary{grid-template-rows:auto minmax(0,1fr);gap:24px;min-width:0;min-height:0;display:grid}.pickup-prototype__summary-card{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(150px,.7fr));min-height:124px}.pickup-prototype__summary-main p{color:var(--pos-screen-accent-strong);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:800;line-height:1.1;overflow:hidden}.pickup-prototype__summary-main strong,.pickup-prototype__summary-metric strong{overflow-wrap:anywhere}.pickup-prototype__receipt-table{background:0 0;border:0;border-radius:0}.pickup-prototype__settings-pane{grid-template-rows:auto minmax(0,1fr) auto auto;gap:10px;display:grid}.pickup-prototype__settings-scroll{min-height:0;overflow:auto}.pickup-prototype__workspace{gap:28px}.pickup-prototype__time-row,.pickup-prototype__contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pickup-prototype__clear-utility,.pickup-prototype__actions{flex:none}.delivery-prototype .order-create-pos__shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.delivery-prototype .order-create-pos__pane{gap:10px}.delivery-prototype__receipt-pane{grid-template-rows:auto minmax(0,1fr);gap:24px;padding:18px;display:grid}.pos-delivery-summary{grid-template-rows:auto minmax(0,1fr);gap:24px;min-width:0;min-height:0;display:grid}.delivery-prototype__summary-card{grid-template-columns:minmax(0,1.6fr) minmax(132px,.8fr) repeat(2,minmax(132px,.9fr));min-height:124px}.delivery-prototype__summary-field p{color:var(--pos-screen-accent-strong);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:13px;font-weight:800;line-height:1.1;overflow:hidden}.delivery-prototype__summary-field strong{overflow-wrap:anywhere}.delivery-prototype__receipt-table{background:0 0;border:0;border-radius:0}.delivery-prototype__settings-pane{grid-template-rows:auto minmax(0,1fr) auto auto;gap:10px;display:grid}.delivery-prototype__settings-scroll{min-height:0;overflow:auto}.delivery-prototype__workspace{gap:18px}.delivery-prototype__catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.delivery-prototype__catalog-grid--head{grid-template-columns:64px minmax(0,1fr)}.delivery-prototype__catalog-tile{appearance:none;background:var(--pos-color-field);border-radius:var(--pos-radius-panel);box-sizing:border-box;color:var(--pos-color-text);cursor:pointer;text-align:left;border:1px solid #0000;gap:10px;min-width:0;min-height:112px;padding:14px;display:grid;position:relative}.delivery-prototype__catalog-tile:hover,.delivery-prototype__catalog-tile:focus-visible{border-color:var(--pos-screen-accent-hover);box-shadow:0 0 0 3px var(--pos-screen-focus);background:#fff;outline:0}.delivery-prototype__catalog-tile-accent{background:var(--delivery-tile-color,var(--pos-screen-accent));border-radius:999px;width:46px;height:8px}.delivery-prototype__catalog-tile-title{overflow-wrap:anywhere;align-self:end;font-size:22px;font-weight:850;line-height:1}.delivery-prototype__catalog-tile--back{place-items:center;min-height:56px;padding:0}.delivery-prototype__catalog-back-arrow{border-bottom:3px solid;border-left:3px solid;width:14px;height:14px;transform:rotate(45deg)}.delivery-prototype__detail{gap:12px;min-width:0;display:grid}.delivery-prototype__detail-summary{background:var(--pos-color-field);border-radius:var(--pos-radius-panel);color:var(--pos-color-text);align-items:center;min-width:0;padding:12px 16px;font-size:20px;font-weight:850;display:flex}.delivery-prototype__section--panel{background:0 0}.delivery-prototype__date-row,.delivery-prototype__time-custom{gap:8px;min-width:0;display:grid}.delivery-prototype__segmented{background:#eef0ed;border-radius:999px;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;padding:3px;display:grid}.delivery-prototype__segment{appearance:none;color:var(--pos-color-text);cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:0;min-height:34px;padding:0 10px;font-size:13px;font-weight:850}.delivery-prototype__segment.is-selected{background:var(--pos-screen-accent);color:var(--pos-screen-accent-text);box-shadow:0 1px 4px #1720162e}.delivery-prototype__slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0;display:grid}.delivery-prototype__slot{appearance:none;background:var(--pos-color-field);border-radius:var(--pos-radius-field);color:var(--pos-color-text);cursor:pointer;text-align:left;border:1px solid #0000;gap:4px;min-width:0;min-height:48px;padding:8px 10px;display:grid}.delivery-prototype__slot:hover,.delivery-prototype__slot:focus-visible{border-color:var(--pos-screen-accent-hover);box-shadow:0 0 0 3px var(--pos-screen-focus);background:#fff;outline:0}.delivery-prototype__slot.is-selected{background:var(--pos-screen-accent);color:var(--pos-screen-accent-text)}.delivery-prototype__slot strong{font-size:14px;font-weight:850;line-height:1.1}.delivery-prototype__slot span{color:var(--pos-color-muted);font-size:12px;font-weight:750}.delivery-prototype__client-search{gap:8px;min-width:0;display:grid}.delivery-prototype__client-search input{appearance:none;background:var(--pos-color-field);border-radius:var(--pos-radius-field);box-sizing:border-box;color:var(--pos-color-text);border:1px solid #0000;outline:0;width:100%;height:40px;padding:9px 12px;font-size:14px}.delivery-prototype__client-search input:focus{border-color:var(--pos-screen-accent-hover);box-shadow:0 0 0 3px var(--pos-screen-focus);background:#fff}.delivery-prototype__client-dropdown{gap:6px;min-width:0;max-height:172px;display:grid;overflow:auto}.delivery-prototype__client-option,.delivery-prototype__client-manual,.delivery-prototype__panel-next{appearance:none;border-radius:var(--pos-radius-field);cursor:pointer;font:inherit;min-width:0}.delivery-prototype__client-option{background:var(--pos-color-field);color:var(--pos-color-text);text-align:left;border:1px solid #0000;gap:3px;padding:10px 12px;display:grid}.delivery-prototype__client-option.is-selected,.delivery-prototype__client-option:hover,.delivery-prototype__client-option:focus-visible{border-color:var(--pos-screen-accent-hover);background:#fff;outline:0}.delivery-prototype__client-option strong{overflow-wrap:anywhere;font-size:14px;font-weight:850}.delivery-prototype__client-option span{color:var(--pos-color-muted);overflow-wrap:anywhere;font-size:12px;font-weight:750}.delivery-prototype__client-manual,.delivery-prototype__panel-next{background:var(--pos-color-field);border:1px solid var(--pos-color-border);color:var(--pos-color-text);min-height:38px;padding:8px 12px;font-weight:850}.delivery-prototype__panel-next{justify-self:end;min-width:116px}.delivery-prototype__recipient-grid,.delivery-prototype__address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.delivery-prototype__field-label,.pos-field-label{color:var(--pos-color-muted);font-size:13px;font-weight:800;line-height:1}.delivery-prototype__checkbox{padding-top:0}.delivery-prototype__clear-utility,.delivery-prototype__actions{flex:none}.delivery-dispatch-summary{grid-template-columns:minmax(0,1.2fr) repeat(4,minmax(0,.8fr));gap:8px;min-height:0}.delivery-dispatch-summary .pos-summary__field{border-radius:6px;gap:6px;min-height:82px;padding:10px}.delivery-dispatch-summary .pos-summary__field span{font-size:12px}.delivery-dispatch-summary .pos-summary__field strong{overflow-wrap:anywhere;white-space:normal;font-size:15px;font-weight:900;line-height:1.12}.delivery-dispatch-summary__main{background:#e7f1e4;border:1px solid #bdd5b8}.delivery-dispatch__section{gap:10px}.delivery-dispatch__method-grid{width:100%}.delivery-dispatch__field{margin-top:2px}.delivery-dispatch-prototype__clear-utility,.delivery-dispatch-prototype__actions{flex:none}.delivery-dispatch-prototype__actions .pos-action{min-width:0}.pos-delivery-form{gap:12px;min-width:0;display:grid}.pos-delivery-form__section{background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:6px;gap:8px;padding:10px;display:grid}.pos-delivery-form__section strong{color:var(--pos-screen-accent-strong);font-size:14px;font-weight:850}.pos-delivery-form__grid,.pos-delivery-form__price{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pos-delivery-form__price .pos-action{width:100%;min-width:0}.pos-dispatch-offer-summary{grid-template-columns:minmax(0,1.2fr) repeat(4,minmax(0,.8fr));gap:8px;display:grid}.pos-dispatch-offer-summary__main,.pos-dispatch-offer-summary__metric,.pos-dispatch-quote-grid__cell,.pos-dispatch-next-panel{background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:6px;gap:6px;min-width:0;padding:10px;display:grid}.pos-dispatch-offer-summary__main{background:#e7f1e4;border-color:#bdd5b8}.pos-dispatch-offer-summary span,.pos-dispatch-offer-summary__metric span,.pos-dispatch-quote-grid__cell span,.pos-dispatch-next-panel span{color:var(--pos-color-muted);font-size:12px;font-weight:800}.pos-dispatch-offer-summary strong,.pos-dispatch-quote-grid__cell strong,.pos-dispatch-next-panel strong{overflow-wrap:anywhere;font-size:15px;font-weight:900;line-height:1.12}.pos-dispatch-offer-summary p{color:var(--pos-screen-accent-strong);margin:0;font-size:12px;font-weight:850}.pos-dispatch-form{gap:12px;min-width:0;display:grid}.pos-dispatch-form__section{background:var(--pos-color-field);border:1px solid var(--pos-color-border);border-radius:6px;gap:10px;padding:10px;display:grid}.pos-dispatch-form__section strong{color:var(--pos-screen-accent-strong);font-size:14px;font-weight:850}.pos-dispatch-quote-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pos-dispatch-price-row{grid-template-columns:minmax(0,1fr) minmax(92px,.38fr);align-items:center;gap:8px;display:grid}.pos-dispatch-price-row span{border:1px solid var(--pos-color-border);color:var(--pos-color-muted);text-align:center;background:#fff;border-radius:6px;min-height:32px;padding:6px 8px;font-weight:850}.pos-dispatch-clear{border:1px solid var(--pos-color-border);color:var(--pos-color-muted);cursor:pointer;background:#fffdf8;border-radius:6px;justify-self:start;min-height:38px;padding:8px 12px;font-weight:850}.pos-dispatch-next-panel{border-color:var(--pos-action-payment-bg);background:#eef6fd}.pos-dispatch-next-panel__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pos-dispatch-next-panel .pos-action{width:100%;min-width:0;min-height:42px}.pos-loading{justify-content:center;align-items:center;min-height:360px;display:flex}@media (width<=1120px){.delivery-prototype .order-create-pos__shell,.delivery-dispatch-summary,.delivery-prototype__summary-card,.pickup-prototype__summary-card,.payment-prototype__summary{grid-template-columns:1fr}.delivery-prototype .pos-quiet-settings{order:1}.delivery-prototype .pos-quiet-pane{order:2}.payment-prototype__method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.order-create-pos{grid-template-rows:auto minmax(0,1fr);height:auto;min-height:100dvh;max-height:none;overflow:auto}.order-create-pos__topbar,.order-create-pos__shell--target,.order-create-pos__shell--two-pane,.order-create-pos__shell--dispatch,.pos-choice-screen__grid,.pos-choice-screen__grid--four{grid-template-columns:1fr}.order-check-prototype__document-shell{overflow:visible}.order-check-prototype__document{height:auto;overflow:visible}.order-check-prototype__document-flow{column-count:1;height:auto;overflow:visible}.order-check-prototype__document-flow .pos-col-param--wide{width:42%}.order-check-prototype__document-flow .pos-readonly-table td{overflow-wrap:anywhere;padding-left:6px;padding-right:6px}.order-check-prototype__document-flow .pos-readonly-table .is-money{white-space:normal}.order-create-pos__topbar{gap:6px;height:auto;min-height:38px;padding:8px 58px 8px 8px}.order-create-pos__topbar-brand,.order-create-pos__topbar-meta{gap:8px}.pos-header__brand{flex-wrap:wrap;align-items:center}.order-create-pos__topbar-brand span{display:none}.order-create-pos__topbar-brand b{overflow-wrap:anywhere;white-space:normal}.order-create-pos__topbar-store{justify-self:start}.pos-header__controls{flex-wrap:wrap;justify-content:flex-start}.pos-header__time{max-width:none}.order-create-pos__topbar-cash{justify-content:flex-start}.order-create-pos__topbar-meta{flex-wrap:wrap;justify-content:flex-start}.order-create-pos__shell,.order-create-pos__pane,.pos-choice-screen__workspace{overflow:visible}.pos-choice-card{min-height:142px}.new-order-prototype .pos-choice-screen__grid{grid-template-columns:1fr}.new-order-prototype__track{min-height:168px}.edit-order-prototype .pos-choice-screen__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.draft-prototype .pos-summary{grid-template-columns:1fr;min-height:auto}.draft-prototype .order-create-pos__pane{overflow:visible}.draft-prototype .pos-readonly-table{table-layout:auto}.draft-prototype .pos-col-param--wide{width:132px}.pos-composition__line,.payment-prototype__summary,.delivery-prototype__catalog-grid,.delivery-prototype__recipient-grid,.delivery-prototype__address-grid,.delivery-prototype__slot-grid,.pos-quiet-form__grid,.pos-quiet-form__grid--address,.pos-quiet-form__grid--single,.pickup-prototype__time-row,.pickup-prototype__contact-grid,.pos-delivery-form__grid,.pos-delivery-form__price,.pos-dispatch-offer-summary,.pos-dispatch-quote-grid,.pos-dispatch-price-row,.pos-dispatch-next-panel__actions{grid-template-columns:1fr}.pos-actions{flex-direction:column;align-items:stretch}.pos-action{width:100%}}@media (width<=640px){.delivery-prototype,.delivery-prototype .order-create-pos__shell,.pickup-prototype,.pickup-prototype .order-create-pos__shell{width:100vw;max-width:100vw}.delivery-prototype__receipt-pane,.pickup-prototype__receipt-pane{padding:12px}.delivery-prototype .pos-readonly-table,.pickup-prototype .pos-readonly-table{table-layout:auto}.delivery-prototype .pos-col-param--wide,.delivery-prototype .pos-col-param--compact,.pickup-prototype .pos-col-param--wide{width:132px}.delivery-prototype .pos-readonly-table td,.pickup-prototype .pos-readonly-table td{overflow-wrap:anywhere;padding-left:6px;padding-right:6px}.delivery-prototype .order-create-pos__pane,.pickup-prototype .order-create-pos__pane{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.delivery-prototype__segmented{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-prototype__summary-pane{padding:12px}.payment-prototype__method-grid{grid-template-columns:1fr}}@media (width<=760px){.edit-order-prototype .pos-choice-screen__grid{grid-template-columns:1fr}.edit-order-prototype__tile{min-height:142px}}.pos-start-gate{--pos-screen-accent:#dfe7df;--pos-screen-accent-hover:#cbd8cc;--pos-screen-accent-text:#172016;--pos-screen-accent-strong:#3e5a45;--pos-screen-focus:#3e5a454d;--pos-screen-header-bg:#eef3ee;--pos-screen-header-border:#cfd8cd;--pos-screen-header-control-bg:#fff;--pos-screen-header-control-border:#cfd8cd;--pos-screen-header-divider:#c1cbc0;--pos-screen-header-focus:#3e5a4557;--pos-screen-header-text:#172016}.pos-start-gate .pos-choice-screen__workspace{background:0 0;border:0}.pos-start-gate .order-create-pos__topbar{grid-template-columns:minmax(220px,1fr) auto}.pos-start-gate .pos-choice-screen__choice-zone{align-content:center;gap:24px}.pos-start-gate .pos-choice-screen__grid,.pos-start-gate .pos-choice-screen__grid--four{grid-template-columns:repeat(auto-fit,minmax(260px,340px));justify-content:center;gap:14px;width:min(100%,1120px);display:grid}.pos-start-gate__card{--pos-choice-accent:#8fa191;--pos-choice-hover:#eef4ee;--pos-choice-icon-color:#3e5a45;height:100%;min-height:168px}.pos-start-gate__card .pos-choice-card__copy strong{font-size:22px}.pos-start-gate__card .pos-choice-card__copy span{font-size:14px}.pos-start-gate__shell{place-items:center}.pos-start-gate__pane,.pos-start-gate__status-pane{width:min(100%,520px)}.pos-start-gate__status-pane{place-items:stretch stretch;gap:16px;min-height:180px;display:grid}.pos-start-gate__status-pane .ant-spin{place-self:center}.pos-start-gate__shift{gap:16px;display:grid}.pos-start-gate__facts{gap:8px;display:grid}.pos-start-gate__fact{background:var(--pos-color-field);border-radius:var(--pos-radius-field);border:1px solid #d7ddd2;gap:4px;padding:10px 12px;display:grid}.pos-start-gate__fact span{color:var(--pos-color-muted);font-size:12px;font-weight:800;line-height:1}.pos-start-gate__fact strong{color:var(--pos-color-text);overflow-wrap:anywhere;font-size:16px;font-weight:850;line-height:1.15}.pos-start-gate__money{width:100%}@media (width<=760px){.pos-start-gate .pos-choice-screen__grid,.pos-start-gate .pos-choice-screen__grid--four{grid-template-columns:1fr}.pos-start-gate__card{min-height:150px}}:root{color:#1f2a24;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}.entity-table__row{cursor:pointer}.ant-table-wrapper,.ant-descriptions{max-width:100%}.ant-descriptions-item-content{overflow-wrap:anywhere}@media (width<=640px){.ant-drawer-content-wrapper{max-width:100vw;width:100vw!important}.ant-pagination{gap:4px}.ant-pagination-options{display:none}}
