#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.login-page{padding:20px}.login-card .ant-card-body{padding:40px 32px}@media (max-width: 480px){.login-page{padding:12px}.login-card .ant-card-body{padding:24px 16px}.login-icon{font-size:40px!important}.login-title{font-size:22px!important}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.block{display:block}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.loading-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.pos-container{height:100vh;overflow:hidden}.pos-main-content{height:calc(100vh - 64px);overflow-y:auto}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:16px;display:grid}.product-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.cart-container{flex-direction:column;height:100%;display:flex}.cart-items{flex:1;padding:16px;overflow-y:auto}.cart-footer{background:#fff;border-top:1px solid #f0f0f0;padding:16px}.transaction-table{background:#fff;border-radius:8px;overflow:hidden}.dashboard-card{border-radius:8px;transition:box-shadow .3s;box-shadow:0 1px 2px #00000014}.dashboard-card:hover{box-shadow:0 4px 12px #00000026}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 2px #00000014}.stat-card .ant-statistic-title{color:#8c8c8c;margin-bottom:8px;font-size:14px}.stat-card .ant-statistic-content{font-size:24px;font-weight:600}.login-container{background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 40px #0003}.notification-badge{position:relative}.notification-badge .ant-badge-count{top:-8px;right:-8px}.sync-indicator{background:#f0f0f0;border-radius:4px;align-items:center;gap:8px;padding:4px 12px;display:flex}.sync-indicator.online{color:#52c41a;background:#f6ffed}.sync-indicator.offline{color:#fa8c16;background:#fff2e8}.sync-indicator.syncing{color:#1890ff;background:#e6f7ff}.print-only{display:none}.receipt-capture{background:#fff;width:302px;position:fixed;top:0;left:-99999px}@media print{.no-print{display:none!important}.print-only{display:block!important}.receipt-capture{position:static;top:auto;left:auto}body{background:#fff}}@media (max-width:768px){body,.ant-layout,.ant-layout-content{overflow-x:hidden}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.pos-container{flex-direction:column}.cart-container{z-index:1000;background:#fff;border-top:1px solid #f0f0f0;height:50vh;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.cart-container.open{transform:translateY(0)}}@media (max-width:1024px){.app-content{margin:12px!important;padding:16px!important}}@media (max-width:768px){.app-header{height:56px!important}.app-header-left,.app-header-right{margin:0 8px!important}.app-header-left .ant-btn,.app-header-right .ant-btn{width:36px;height:36px;padding:0}.app-search-button,.app-user-name{display:none!important}.app-content{margin:8px!important;padding:12px!important}.ant-card-body{padding:16px!important}.ant-table-wrapper{padding:12px}}@media (max-width:480px){.app-content{margin:6px!important;padding:10px!important}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out fadeIn}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-1{flex:1}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.ant-layout-sider{box-shadow:2px 0 8px #0000000d}.app-sider-header{position:relative}.app-sider-close{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.sidebar-overlay{z-index:99;background:#00000059;position:fixed;inset:0}.ant-menu-item-selected{background-color:#e6f7ff!important}.ant-btn-primary{box-shadow:0 2px 4px #1890ff33}.ant-btn-primary:hover{box-shadow:0 4px 8px #1890ff4d}.ant-card{border-radius:8px}.ant-table-wrapper{background:#fff;border-radius:8px;padding:16px;overflow-x:auto}@media (max-width:768px){.transactions-table .ant-pagination{flex-wrap:wrap;justify-content:center}.transactions-table .ant-pagination-total-text{text-align:center;width:100%;margin-right:0}}.ant-modal-content{border-radius:8px}.ant-message{top:24px}.ant-notification{top:64px}@media (max-width:768px){.ant-layout-content{padding:12px!important}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}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)}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}
