*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,Arial,sans-serif;background:#f4f7fb;color:#142033}button,input{font:inherit}.hidden{display:none!important}.pdv-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.pdv-top{height:64px;background:#0b1d31;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.pdv-brand{font-size:20px;font-weight:800;letter-spacing:.5px}.pdv-brand b{color:#2bd675}.pdv-brand small{font-size:10px;margin-left:8px;opacity:.7}.pdv-top-center{font-size:13px}.online-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2bd675;margin-right:7px}.pdv-operator{display:flex;gap:10px;align-items:center}.pdv-operator button{border:1px solid #30465f;background:#122a43;color:#fff;border-radius:8px;padding:8px 11px;cursor:pointer}.pdv-workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:14px;padding:14px;overflow:hidden}.pdv-sale{background:#fff;border-radius:14px;border:1px solid #dfe6ef;display:flex;flex-direction:column;overflow:hidden}.pdv-search-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px;border-bottom:1px solid #e6ebf2}.pdv-search-box input{height:48px;border:1px solid #cfd8e6;border-radius:10px;padding:0 14px;font-size:17px}.pdv-search-box button{height:48px;background:#1468e5;color:#fff;border:0;border-radius:10px;padding:0 18px;font-weight:700}.pdv-search-results{position:absolute;z-index:5;margin:65px 15px 0;width:calc(100% - 420px);max-width:700px;background:#fff;border-radius:10px;box-shadow:0 10px 35px #0002;overflow:hidden}.pdv-search-results button{display:block;width:100%;text-align:left;padding:12px;border:0;border-bottom:1px solid #eee;background:#fff;cursor:pointer}.pdv-table-head,.cart-row{display:grid;grid-template-columns:45px minmax(240px,1fr) 155px 110px 120px 42px;align-items:center;gap:8px}.pdv-table-head{background:#f6f8fb;padding:11px 14px;font-size:12px;text-transform:uppercase;color:#69788b;font-weight:700}.pdv-cart{flex:1;overflow:auto}.cart-row{padding:12px 14px;border-bottom:1px solid #edf1f5}.product-name{font-weight:700}.product-sub{font-size:11px;color:#7b8796}.qty{display:flex}.qty button,.qty input{height:34px;border:1px solid #d7deea;background:#fff}.qty button{width:34px}.qty input{width:70px;text-align:center}.remove{border:0;background:transparent;color:#e24545;font-size:18px}.empty-cart{height:100%;display:grid;place-items:center;color:#8592a3;text-align:center}.pdv-bottom-actions{padding:12px;border-top:1px solid #e5eaf0;display:flex;gap:8px}.pdv-bottom-actions button{border:1px solid #d3dce8;background:#fff;border-radius:9px;padding:9px 12px}.pdv-bottom-actions .danger{color:#d33}.pdv-checkout{background:#fff;border:1px solid #dfe6ef;border-radius:14px;padding:20px;display:flex;flex-direction:column}.total-label{text-align:center;color:#188748;font-weight:800;font-size:13px}.pdv-total{text-align:center;color:#16863f;font-size:42px;font-weight:900;margin:5px 0 18px}.checkout-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e4eaf1;border-bottom:1px solid #e4eaf1;padding:12px 0;margin-bottom:18px}.checkout-stats div{display:flex;justify-content:space-between;padding:0 8px}.pdv-checkout label{font-size:12px;font-weight:800;margin:12px 0 6px}.pdv-checkout input{height:44px;border:1px solid #d1dae7;border-radius:9px;padding:0 11px}.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pay-grid button{height:44px;border:1px solid #cfd8e6;background:#f7f9fc;border-radius:9px;font-weight:700}.pay-grid button.active{background:#1468e5;color:#fff;border-color:#1468e5}.finish-btn{margin-top:auto;height:58px;border:0;border-radius:11px;background:#21b45a;color:#fff;font-size:18px;font-weight:900}.pdv-tip{text-align:center;color:#7c8999;font-size:11px;margin-top:10px}.pdv-toast{position:fixed;right:20px;bottom:20px;background:#172334;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}.pdv-toast.show{opacity:1;transform:none}.pdv-toast.error{background:#b52d2d}.pdv-login{position:fixed;inset:0;background:#071421;display:grid;place-items:center}.pdv-login-card{width:360px;background:#fff;padding:28px;border-radius:16px}.pdv-login-card h2{margin:20px 0}.pdv-login-card input{width:100%;height:46px;margin:6px 0;border:1px solid #ccd6e2;border-radius:9px;padding:0 12px}.pdv-login-card button{width:100%;height:46px;margin-top:10px;background:#1468e5;color:#fff;border:0;border-radius:9px;font-weight:800}.pdv-login-card p{color:#d33}.modal{position:fixed;inset:0;background:#0007;display:grid;place-items:center;z-index:20}.modal-card{width:min(760px,90vw);max-height:80vh;overflow:auto;background:#fff;border-radius:14px;padding:18px}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head button{border:0;background:transparent;font-size:20px}@media(max-width:900px){.pdv-workspace{grid-template-columns:1fr;overflow:auto}.pdv-checkout{min-height:500px}.pdv-shell{overflow:auto}.pdv-table-head,.cart-row{grid-template-columns:35px minmax(180px,1fr) 135px 90px 100px 35px}}