@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{font-family:var(--font-app, "DM Sans", system-ui, sans-serif);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:inherit}#root{width:100%}button{font-family:inherit}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--font-app: "DM Sans", system-ui, -apple-system, sans-serif;--font-receipt: "IBM Plex Sans", system-ui, sans-serif;--font-receipt-mono: "IBM Plex Mono", "Courier New", monospace;--rc-text: #141414;--rc-muted: #5c5c5c;--rc-border: #d4d4d4;--rc-sale: #c41e3a}.receipt-container{max-width:340px;margin:0 auto;padding:0;color:var(--rc-text);font-family:var(--font-receipt);font-size:12px;line-height:1.45;font-weight:400;-webkit-font-smoothing:antialiased}.receipt-container.Receipt4,.receipt-container.Receipt7{font-family:var(--font-receipt-mono)}.receipt{background:#fff;color:var(--rc-text);font-family:inherit;font-size:inherit;line-height:inherit}.receipt-container .store-logo{display:block;margin:0 auto 8px;width:140px;height:auto}.receipt-container .store-name-text{font-family:inherit;font-size:14px;font-weight:700;text-align:center;margin:0 0 6px;letter-spacing:.02em}.receipt-container .store-info{text-align:center;margin-bottom:10px}.receipt-container .store-info p{font-family:inherit;font-size:11px;color:var(--rc-muted);margin:2px 0;line-height:1.35}.receipt-container .center-text{text-align:center}.receipt-container .rc-meta-block{text-align:center;margin:12px 0;font-size:11px}.receipt-container .rc-meta-block p{margin:3px 0;font-family:inherit}.receipt-container .sale-text{font-family:inherit;font-weight:700;color:var(--rc-sale);letter-spacing:.12em;font-size:13px}.receipt-container .rc-mono{font-family:var(--font-receipt-mono);font-size:11px;letter-spacing:.02em}.receipt-container .receipt-table{width:100%;border-collapse:collapse;margin:12px 0;font-family:inherit;font-size:11px}.receipt-container .receipt-table th{font-weight:600;font-size:11px;text-align:left;padding:6px 4px;border-bottom:1px solid var(--rc-text)}.receipt-container .receipt-table th:last-child,.receipt-container .receipt-table td.price-cell{text-align:right}.receipt-container .receipt-table td{padding:6px 4px;border-bottom:none;vertical-align:top;font-family:inherit}.receipt-container .totals{font-family:inherit;font-size:12px;text-align:right;margin-top:8px;padding-top:8px;border-top:1px solid var(--rc-border)}.receipt-container .totals p{margin:4px 0}.receipt-container .totals .total-emphasis{font-weight:700;font-size:13px;margin-top:6px}.receipt-container .payment-info{font-family:var(--font-receipt-mono);font-size:10px;line-height:1.5;text-align:center;margin-top:12px;padding-top:10px;border-top:1px dashed var(--rc-border);color:var(--rc-muted)}.receipt-container .payment-info p{margin:2px 0}.receipt-container .footer{font-family:inherit;font-size:10px;font-weight:500;text-align:center;margin-top:12px;color:var(--rc-muted);line-height:1.4}.receipt-container .barcode{margin-top:12px;text-align:center}.receipt-container .barcode text,.receipt-container .barcode svg text{font-family:var(--font-receipt-mono)!important}.receipt-container .qr-wrap{display:flex;justify-content:center;margin-top:12px}.receipt-container .qr-wrap svg{display:block}.app-shell{min-height:100vh;background:linear-gradient(160deg,#0f1419,#1a2332 45%,#121820);color:#e8ecf1;font-family:DM Sans,system-ui,sans-serif;padding:2rem 1.25rem 3rem}.app-header{max-width:960px;margin:0 auto 2rem;text-align:center}.app-header h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.app-header p{margin:0;color:#94a3b8;font-size:.95rem;max-width:36rem;margin-inline:auto;line-height:1.5}.app-layout{max-width:960px;margin:0 auto;display:grid;gap:1.5rem}@media (min-width: 900px){.app-layout.has-preview{grid-template-columns:1fr minmax(280px,340px);align-items:start}}.panel{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem 1.35rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.panel-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 1rem}.segmented{display:flex;gap:0;padding:4px;background:#0d1117;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.segmented button{flex:1;border:none;background:transparent;color:#94a3b8;font-family:inherit;font-size:.875rem;font-weight:500;padding:.65rem .75rem;border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.segmented button:hover:not(:disabled){color:#e2e8f0}.segmented button.active{background:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb59}.segmented button:disabled{opacity:.5;cursor:not-allowed}.action-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.btn{border:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.7rem 1.1rem;border-radius:10px;cursor:pointer;transition:transform .12s,box-shadow .12s,background .15s}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn:not(:disabled):active{transform:scale(.98)}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 2px 12px #3b82f640}.btn-primary:not(:disabled):hover{background:#2563eb}.btn-secondary{background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.btn-secondary:not(:disabled):hover{background:#ffffff1f}.btn-accent{background:#059669;color:#fff}.btn-accent:not(:disabled):hover{background:#047857}.btn-discord{background:#5865f2;color:#fff;width:100%;margin-top:.75rem}.btn-discord:not(:disabled):hover{background:#4752c4}.batch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}@media (min-width: 480px){.batch-grid{grid-template-columns:repeat(4,1fr)}}.batch-grid .btn{width:100%;padding-inline:.5rem}.custom-batch{display:flex;gap:.5rem;margin-top:.75rem;align-items:stretch}.custom-batch input{flex:1;min-width:0;background:#0d1117;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#f1f5f9;font-family:inherit;font-size:.875rem;padding:.65rem .85rem}.custom-batch input:focus{outline:2px solid #3b82f6;outline-offset:0}.hint{font-size:.8rem;color:#64748b;margin:.75rem 0 0;line-height:1.45}.progress-block{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.progress-label{font-size:.875rem;color:#93c5fd;margin:0 0 .5rem}.progress-track{height:6px;background:#ffffff14;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px;transition:width .35s ease}.store-section{margin-top:.5rem}.store-count{font-size:.85rem;color:#94a3b8;margin-bottom:.65rem}.store-chips{display:flex;flex-wrap:wrap;gap:.4rem;max-height:120px;overflow-y:auto;padding-right:4px}.store-chip{font-size:.72rem;padding:.25rem .55rem;border-radius:999px;background:#ffffff0f;color:#cbd5e1;border:1px solid rgba(255,255,255,.06)}.preview-panel{position:sticky;top:1rem}.preview-frame{background:#e2e8f0;border-radius:12px;padding:1rem;display:flex;justify-content:center;min-height:200px}.preview-empty{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.9rem;text-align:center;padding:2rem 1rem;min-height:180px}.preview-meta{margin-top:.75rem;font-size:.8rem;color:#94a3b8;text-align:center}.preview-meta strong{color:#e2e8f0;font-weight:600}.receipt.Receipt4 .store-name-text,.receipt-container .store-name-text{font-size:1rem;font-weight:700;text-align:center;margin-bottom:.35rem}.app-container{font-family:inherit;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;margin:0;background-color:#000;color:#fff}.title{text-align:center;font-size:32px;margin-bottom:20px}.receipt-layout{display:flex;justify-content:center;align-items:flex-start;gap:20px;margin-top:20px}.receipt-container{max-height:80vh;overflow-y:auto;flex:1;max-width:400px}.receipt{border:1px solid #ddd;padding:20px;background-color:#fff;color:#000}.store-logo{display:block;margin:0 auto 10px;width:150px;height:auto}.store-info p{font-size:13.5px;margin:0;text-align:center;line-height:1.2}.receipt-table{width:100%;border-collapse:collapse;margin:20px 0}.receipt-table th{font-weight:700;font-size:15px;text-align:left;padding:8px;border-bottom:2px solid #000;vertical-align:middle}.receipt-table td{text-align:left;font-size:12px;padding:8px;border-bottom:none;vertical-align:middle}.receipt-table th:nth-child(1),.receipt-table td:nth-child(1){width:15%;text-align:left}.receipt-table th:nth-child(2),.receipt-table td:nth-child(2){width:35%;text-align:left}.receipt-table th:nth-child(3),.receipt-table td:nth-child(3){width:25%;text-align:center}.receipt-table th:nth-child(4),.receipt-table td:nth-child(4){width:25%;text-align:right}.totals-table{width:100%;margin-bottom:10px;border-collapse:collapse;table-layout:auto}.totals-table td{padding:4px;font-size:14px;vertical-align:middle}.totals-label{text-align:right;padding-right:5px;font-weight:700;font-size:13px;width:70%}.totals-value{text-align:right;font-weight:700;font-size:14px;width:30%}.barcode{margin-top:40px;margin-bottom:80px;text-align:center}.sale-text{font-weight:700;text-transform:uppercase;letter-spacing:1px}.transaction-details{font-size:14px;color:#000;margin-top:5px;text-align:center}.small-text td{font-size:.85rem;color:#000}.center-text{text-align:center;margin:0 auto}.payment-info{font-size:12.5px;line-height:1.4;margin-top:30px;text-align:center}.footer{text-align:center;margin-top:20px;font-weight:700;font-size:14px}.screenshot-button{align-self:flex-start;background-color:#28a745;color:#fff;font-size:16px;padding:10px 20px;border:none;border-radius:5px;cursor:pointer}.screenshot-button:hover{background-color:#218838}.receipt-table{width:100%;border-collapse:collapse;margin-bottom:10px}.receipt-table th{display:none}.receipt-table td{padding:5px 0;border:none}.Receipt2 .receipt-table .item-name{font-size:12.5px}.Receipt2 .receipt-table .item-sku{font-style:italic;font-size:11.5px;padding:1px 0 1px 10px}.Receipt2 .receipt-table .item-qty-price{text-align:left;padding-left:10px;font-size:11.5px;width:70%}.Receipt2 .receipt-table .item-price{text-align:right;font-weight:700;padding-right:10px;position:static;width:auto}.receipt-container .Receipt1 .receipt-table .item-price,.receipt-container .Receipt3 .receipt-table .item-price{text-align:right;font-weight:700;padding-right:0;position:static;width:auto}.totals-table{width:100%;margin-top:20px}.totals-label{text-align:left}.totals-value{text-align:right}.barcode{margin-top:20px}.footer{font-size:12px;margin-top:20px}.qr-code svg{background-color:#fff;color:#000;width:80px;height:100px;margin:0 auto;display:block}.Receipt2 .payment-info{font-size:12px;line-height:1;margin-top:30px;text-align:left}.Receipt2 .transaction-details{font-size:13px;color:#000;margin-top:5px;text-align:center}.receipt-container.Receipt3{background:#f9f9f9;padding:0;width:300px;margin:auto;font-family:inherit}.receipt.Receipt3{font-size:14px;line-height:1.3}.store-info.Receipt3{text-align:center;font-weight:700;font-size:16px}.sale-text.Receipt3{font-size:18px;font-weight:700;text-transform:uppercase}.receipt-table.Receipt3{width:100%;border-collapse:collapse}.receipt-table.Receipt3 th,.receipt-table.Receipt3 td{padding:4px;font-size:14px}.totals.Receipt3{font-weight:700;font-size:16px}.payment-info.Receipt3{font-size:14px}.barcode.Receipt3{width:100%;text-align:center;overflow:hidden}.barcode.Receipt3 svg{max-width:100%;height:auto}.footer.Receipt3{font-size:14px;text-align:center;margin-top:10px}.receipt-container.Receipt4{width:302px;margin:0 auto;padding:0;background:transparent;font-family:var(--font-receipt-mono)}.receipt.Receipt4{background:#f7f4eb;color:#1a1a1a;padding:14px 12px 8px;border:none;box-shadow:0 1px #0000000f,0 4px 12px #00000014;position:relative;font-size:11px;line-height:1.35;letter-spacing:.02em}.receipt.Receipt4:after{content:"";display:block;height:10px;margin:10px -12px -8px;background:linear-gradient(135deg,#f7f4eb 33.33%,transparent 33.33%,transparent 50%,#f7f4eb 50%,#f7f4eb 83.33%,transparent 83.33%);background-size:8px 8px;transform:rotate(180deg)}.receipt.Receipt4 .store-logo{width:120px;margin-bottom:6px;filter:grayscale(20%)}.receipt.Receipt4 .store-name-text{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;text-align:center}.receipt.Receipt4 .store-info{text-align:center;margin-bottom:8px}.receipt.Receipt4 .store-info p{font-size:10px;line-height:1.3;margin:2px 0}.receipt.Receipt4 .rule{border:none;border-top:1px dashed #888;margin:8px 0}.receipt.Receipt4 .rule-solid{border:none;border-top:1px solid #333;margin:8px 0}.receipt.Receipt4 .meta-grid{font-size:10px;display:grid;grid-template-columns:1fr 1fr;gap:2px 8px}.receipt.Receipt4 .meta-grid span:nth-child(odd){color:#444}.receipt.Receipt4 .sale-text{font-size:12px;font-weight:700;letter-spacing:.2em;text-align:center;margin:4px 0}.receipt.Receipt4 .receipt-table{width:100%;margin:6px 0;border-collapse:collapse}.receipt.Receipt4 .receipt-table th{display:none}.receipt.Receipt4 .receipt-table td{padding:3px 0;border:none;font-size:10.5px;vertical-align:top}.receipt.Receipt4 .item-line-name{display:block;max-width:100%;word-break:break-word}.receipt.Receipt4 .item-line-meta{font-size:9.5px;color:#555;padding-left:8px}.receipt.Receipt4 .item-line-price{text-align:right;white-space:nowrap;font-weight:600}.receipt.Receipt4 .totals{text-align:right;font-size:11px;border:none;padding-top:0}.receipt.Receipt4 .totals p{margin:2px 0;display:flex;justify-content:space-between;gap:12px}.receipt.Receipt4 .totals .total-line{font-weight:700;font-size:12px;margin-top:4px;padding-top:4px;border-top:1px dashed #888}.receipt.Receipt4 .payment-info{font-size:9.5px;line-height:1.45;text-align:left;margin-top:8px;border:none;padding-top:0}.receipt.Receipt4 .payment-info p{margin:1px 0}.receipt.Receipt4 .barcode{margin-top:10px;margin-bottom:4px}.receipt.Receipt4 .barcode svg{max-width:100%;height:auto}.receipt.Receipt4 .footer{font-size:9.5px;font-weight:400;text-align:center;margin-top:8px;line-height:1.4}.receipt-container.Receipt5{width:320px}.receipt.Receipt5{padding:18px 16px;border:1px solid #e8e8e8}.receipt.Receipt5 .sale-text{text-align:center;margin:8px 0}.receipt.Receipt5 .dot-list{list-style:none;margin:0;padding:0}.receipt.Receipt5 .dot-list li{display:flex;align-items:baseline;gap:4px;margin-bottom:10px;font-size:11px}.receipt.Receipt5 .dot-list .item-label{flex:0 1 auto;max-width:58%}.receipt.Receipt5 .dot-list .item-leader{flex:1 1 auto;border-bottom:1px dotted #999;min-width:12px;margin:0 4px 3px;height:0;align-self:flex-end}.receipt.Receipt5 .dot-list .item-price{flex:0 0 auto;font-weight:600;font-family:var(--font-receipt-mono);font-size:11px}.receipt.Receipt5 .dot-list .item-sku{display:block;font-size:10px;color:var(--rc-muted);margin-top:2px;font-family:var(--font-receipt-mono)}.receipt.Receipt5 .totals .total-emphasis{border-top:1px solid var(--rc-text);padding-top:8px}.receipt-container.Receipt6{width:300px}.receipt.Receipt6{padding:0;overflow:hidden;border-radius:8px;box-shadow:0 2px 12px #00000014}.receipt.Receipt6 .digital-banner{background:#111;color:#fff;padding:14px 12px;text-align:center;font-size:13px;font-weight:600;letter-spacing:.04em}.receipt.Receipt6 .digital-body{padding:14px 14px 16px}.receipt.Receipt6 .digital-body .store-info p{color:var(--rc-muted)}.receipt.Receipt6 .item-rows{margin:14px 0}.receipt.Receipt6 .item-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:none;font-size:11px}.receipt.Receipt6 .item-row:last-child{border-bottom:none}.receipt.Receipt6 .item-row-main{flex:1;min-width:0}.receipt.Receipt6 .item-row-name{font-weight:500;margin:0 0 2px}.receipt.Receipt6 .item-row-sub{font-size:10px;color:var(--rc-muted);font-family:var(--font-receipt-mono);margin:0}.receipt.Receipt6 .item-row-price{font-weight:600;font-family:var(--font-receipt-mono);white-space:nowrap}.receipt.Receipt6 .totals{border-top:2px solid #111;text-align:left}.receipt.Receipt6 .totals p{display:flex;justify-content:space-between}.receipt.Receipt6 .totals .total-emphasis{font-size:15px}.receipt.Receipt6 .qr-wrap{display:flex;justify-content:center;margin-top:14px}.receipt.Receipt6 .payment-info{text-align:left}.receipt-container.Receipt7{width:290px;font-size:10px}.receipt.Receipt7{background:#fafafa;padding:12px 10px;border:1px dashed #888}.receipt.Receipt7 .store-name-text,.receipt.Receipt7 .sale-text{text-transform:uppercase;letter-spacing:.1em}.receipt.Receipt7 .store-info p{font-size:9px}.receipt.Receipt7 .outlet-meta{font-size:9px;margin:8px 0;text-transform:uppercase}.receipt.Receipt7 .outlet-meta p{margin:2px 0}.receipt.Receipt7 .compact-lines{margin:8px 0}.receipt.Receipt7 .compact-line{display:flex;justify-content:space-between;gap:8px;padding:3px 0;border-bottom:none;font-size:10px}.receipt.Receipt7 .compact-line-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receipt.Receipt7 .compact-line-price{flex-shrink:0;font-weight:600}.receipt.Receipt7 .totals{font-size:10px;border-top:1px solid #333}.receipt.Receipt7 .totals p{display:flex;justify-content:space-between}.receipt.Receipt7 .footer{font-size:9px;text-transform:uppercase}
