.ddwcpos-install-steps .ant-card{margin-top:16px}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--pos-height: 100vh;--pos-secondary-color: #1a1d21;--pos-grey-background: #f0f2f5;--pos-font-color: rgba(255,255,255,.9);--ddwcpos-sidebar-width: 100px;--ddwcpos-sidebar-compact: 80px;--ddwcpos-cart-width: 380px;--ddwcpos-cart-compact: 320px;--ddwcpos-header-height: 56px;--ddwcpos-card-radius: 8px;--ddwcpos-card-shadow: 0 1px 3px rgba(0,0,0,.08);--ddwcpos-border: 1px solid #e8e8e8;--ddwcpos-spacing: 16px;--ddwcpos-spacing-sm: 8px;--ddwcpos-sidebar-bg: #1a1d21;--ddwcpos-active-bg: #2d2d2d}.ddwcpos-container{display:grid!important;grid-template-columns:115px 1fr!important;min-height:100vh;height:var(--pos-height, 100vh);width:100%;background:var(--pos-grey-background, #f0f2f5);overflow:hidden}.ddwcpos-container>.ddwcpos-tabs-container{display:grid!important;grid-template-columns:63% 37%!important;min-width:0;overflow:hidden}.ddwcpos-container>.ddwcpos-tabs-container>.ddwcpos-main-content{min-width:0;overflow:hidden;display:flex;flex-direction:column}.ddwcpos-container>.ddwcpos-tabs-container>.ddwcpos-main-content>.ddwcpos-tabs-container-inner{flex:1;overflow:auto;padding:var(--ddwcpos-spacing);background:#fff}.ddwcpos-container>.ddwcpos-tabs-container>.ddwcpos-right-panel.ddwcpos-cart-wrapper{min-width:0;overflow:auto;background:#fff;border-left:var(--ddwcpos-border);display:flex;flex-direction:column;box-shadow:-2px 0 12px #00000014}.ddwcpos-tab-changer{display:flex;align-items:center;gap:8px}.ddwcpos-products-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.ddwcpos-products-toolbar .ddwcpos-search-input{flex:1;min-width:240px;max-width:480px}.ddwcpos-view-actions{display:flex;gap:4px;flex-shrink:0}.ddwcpos-right-panel{display:flex;flex-direction:column}.ddwcpos-card{background:#fff;border-radius:var(--ddwcpos-card-radius);box-shadow:var(--ddwcpos-card-shadow);border:var(--ddwcpos-border);padding:var(--ddwcpos-spacing)}.ddwcpos-grid{display:grid;gap:var(--ddwcpos-spacing)}.ddwcpos-grid-products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.ddwcpos-grid-products-list{grid-template-columns:1fr}.ddwcpos-grid-products-list .ddwcpos-product-card{display:flex;flex-direction:row}.ddwcpos-grid-products-list .ddwcpos-product-image{width:80px;min-width:80px;aspect-ratio:1}.ddwcpos-grid-products-list .ddwcpos-product-body{flex:1;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ddwcpos-grid-products-list .ddwcpos-product-name{margin-bottom:0;flex:1;min-width:120px}.ddwcpos-grid-products-list .ddwcpos-product-price{margin-bottom:0}.ddwcpos-grid-products-list .ddwcpos-product-stock{margin-left:auto}.ddwcpos-sidebar.ddwcpos-menu-container{width:100%;min-width:0;background:var(--pos-secondary-color, var(--ddwcpos-sidebar-bg));border-right:1px solid #ddd;display:flex!important;flex-direction:column!important;align-items:center;padding:16px 0;gap:2px;height:100%;overflow-y:auto;text-align:center}.ddwcpos-sidebar-logo{width:52px;height:52px;border-radius:50%;background:linear-gradient(145deg,#333,#1f1f1f);display:flex;align-items:center;justify-content:center;margin-bottom:6px;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.ddwcpos-sidebar-logo span{color:#fff;font-weight:700;font-size:18px;letter-spacing:-.5px}.ddwcpos-sidebar-brand{color:#fffffff2;font-size:13px;font-weight:600;margin-bottom:20px;letter-spacing:.02em}.ddwcpos-sidebar-nav-item{width:72px;padding:12px 0;border:none;border-radius:12px;background:transparent;color:#ffffffe0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.ddwcpos-sidebar-nav-item:hover{background:#ffffff1a;color:#fff}.ddwcpos-sidebar-nav-item.active{background:var(--ddwcpos-active-bg);color:#fff}.ddwcpos-sidebar-nav-item .anticon{font-size:22px}.ddwcpos-sidebar .ant-btn{color:#ffffffd9;border:none}.ddwcpos-sidebar-inner{display:flex!important;flex-direction:column!important;align-items:center;width:100%;height:100%;gap:2px}.ddwcpos-sidebar-spacer{flex:1;min-height:20px}.ddwcpos-header-bar{height:var(--ddwcpos-header-height);background:#fff;border-bottom:var(--ddwcpos-border);display:flex;align-items:center;justify-content:space-between;padding:0 var(--ddwcpos-spacing);flex-shrink:0}.ddwcpos-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:var(--ddwcpos-border);justify-content:space-around;align-items:center;z-index:100;padding:0 8px}.ddwcpos-bottom-nav .ant-btn{flex:1;max-width:80px;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;padding:6px 4px;border:none;color:#666}.ddwcpos-bottom-nav .ant-btn.active{color:#1890ff}@media(max-width:959px){.ddwcpos-container{grid-template-columns:10% 1fr!important}.ddwcpos-container>.ddwcpos-tabs-container{grid-template-columns:60% 40%!important}}@media(max-width:767px){.ddwcpos-container{grid-template-columns:0 1fr!important;padding-bottom:56px;min-height:100vh}.ddwcpos-container>.ddwcpos-sidebar{display:none!important}.ddwcpos-container>.ddwcpos-tabs-container{grid-template-columns:100%!important}.ddwcpos-container>.ddwcpos-tabs-container>.ddwcpos-right-panel{display:none!important}.ddwcpos-container>.ddwcpos-tabs-container>.ddwcpos-right-panel.ddwcpos-cart-wrapper{position:fixed;width:100%;max-width:100%}.ddwcpos-bottom-nav{display:flex}.ddwcpos-tabs-container-inner{padding:var(--ddwcpos-spacing-sm)}.ddwcpos-grid-products{grid-template-columns:repeat(2,1fr);gap:var(--ddwcpos-spacing-sm)}}.ddwcpos-category-row{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;margin-bottom:16px;scrollbar-width:thin}.ddwcpos-category-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;border:1px solid #e8e8e8;background:#fafafa;color:#595959;font-size:13px;cursor:pointer;transition:all .2s}.ddwcpos-category-pill:hover{background:#f0f0f0;border-color:#d9d9d9}.ddwcpos-category-pill.active{background:#2d2d2d;border-color:#2d2d2d;color:#fff}.ddwcpos-product-card{cursor:pointer;transition:box-shadow .2s,transform .2s;padding:0;overflow:hidden}.ddwcpos-product-card .ddwcpos-product-image{aspect-ratio:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}.ddwcpos-product-card .ddwcpos-product-image .anticon{font-size:36px;color:#bfbfbf}.ddwcpos-product-card .ddwcpos-product-body{padding:10px 12px;text-align:left}.ddwcpos-product-card .ddwcpos-product-name{font-weight:600;font-size:13px;margin-bottom:4px;line-height:1.3}.ddwcpos-product-card .ddwcpos-product-price{font-size:14px;color:#262626;margin-bottom:2px}.ddwcpos-product-card .ddwcpos-product-stock{font-size:12px;color:#52c41a}.ddwcpos-product-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.ddwcpos-cart-header{padding:12px 16px;border-bottom:var(--ddwcpos-border);display:flex;flex-direction:column;gap:8px}.ddwcpos-cart-header-top{display:flex;align-items:center;justify-content:space-between}.ddwcpos-cart-user{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px}.ddwcpos-cart-title{font-weight:700;font-size:15px;margin:0}.ddwcpos-cart-actions-row{display:flex;gap:8px;padding:12px 16px;border-bottom:var(--ddwcpos-border)}.ddwcpos-cart-actions-row .ant-btn{flex:1;background:#2d2d2d;color:#fff;border:none;border-radius:6px;font-size:12px}.ddwcpos-cart-actions-row .ant-btn:hover{background:#404040;color:#fff}.ddwcpos-proceed-btn{background:#1a1d21!important;color:#fff!important;border:none!important;height:48px;font-weight:600;font-size:15px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.ddwcpos-proceed-btn:hover{background:#2d2d2d!important;color:#fff!important}.ddwcpos-summary-block{padding:12px 16px;border-top:var(--ddwcpos-border);background:#fafafa}.ddwcpos-summary-block .ddwcpos-summary-row{padding:4px 0;font-size:13px}.ddwcpos-summary-block .ddwcpos-summary-row.total{margin-top:8px;padding-top:8px;border-top:1px dashed #e8e8e8}.ddwcpos-cart-item{padding:var(--ddwcpos-spacing-sm) 0;border-bottom:var(--ddwcpos-border)}.ddwcpos-cart-item:last-child{border-bottom:none}.ddwcpos-summary-row{display:flex;justify-content:space-between;padding:6px 0}.ddwcpos-summary-row.total{font-weight:600;font-size:16px;border-top:var(--ddwcpos-border);margin-top:8px;padding-top:12px}.ddwcpos-admin-sidebar{min-height:100vh;background:#001529}.ddwcpos-admin-layout{min-height:100vh}.ddwcpos-admin-header{background:#fff;padding:0 var(--ddwcpos-spacing);display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00000014}.ddwcpos-install-steps{max-width:720px;margin:0 auto;padding:var(--ddwcpos-spacing)}.ddwcpos-install-steps .ant-steps{margin-bottom:24px}.ddwcpos-install-steps .ant-form{max-width:480px}.ddwcpos-pay-screen{padding:var(--ddwcpos-spacing);max-width:640px;margin:0 auto}.ddwcpos-pay-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.ddwcpos-pay-card{background:#fff;border-radius:8px;border:1px solid #e8e8e8;padding:12px 16px;text-align:center;box-shadow:0 1px 2px #0000000f}.ddwcpos-pay-card h4{margin:0 0 6px;font-size:12px;font-weight:600;color:#666}.ddwcpos-pay-card span{font-size:18px;font-weight:700;color:#262626}.ddwcpos-pay-card-left span{color:#d4380d}.ddwcpos-pay-input-section{margin-bottom:20px}.ddwcpos-pay-field{margin-bottom:12px}.ddwcpos-pay-field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:#262626}.ddwcpos-pay-add-method{background:#1a1d21!important;color:#fff!important;border:none!important;margin-bottom:12px}.ddwcpos-pay-add-method:hover{background:#2d2d2d!important;color:#fff!important}.ddwcpos-pay-quick-amounts{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.ddwcpos-pay-quick-amounts .ant-btn{flex:1;min-width:80px;background:#f5f5f5;border:1px solid #e8e8e8;color:#262626}.ddwcpos-pay-quick-amounts .ant-btn:hover{border-color:#1890ff;color:#1890ff}.ddwcpos-pay-keypad-section{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-start}.ddwcpos-pay-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:200px}.ddwcpos-keypad-btn{padding:14px;font-size:16px;font-weight:500;border:1px solid #e8e8e8;border-radius:6px;background:#fff;cursor:pointer;transition:background .2s,border-color .2s}.ddwcpos-keypad-btn:hover{background:#f5f5f5;border-color:#d9d9d9}.ddwcpos-pay-actions{display:flex;flex-direction:column;gap:8px;flex:1;min-width:120px}.ddwcpos-pay-btn{background:#1a1d21!important;border:none!important;height:48px;font-size:16px;font-weight:600}.ddwcpos-pay-btn:hover:not(:disabled){background:#2d2d2d!important;border:none!important;color:#fff!important}.ddwcpos-cancel-btn{background:#1a1d21!important;color:#fff!important;border:none!important}.ddwcpos-cancel-btn:hover{background:#2d2d2d!important;color:#fff!important}@media(max-width:767px){.ddwcpos-pay-summary-cards{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}
