#app,body,page{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.7rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-primary{color:#333}.text-secondary{color:#666}.text-hint{color:#999}.text-accent{color:#1890ff}.text-success{color:#52c41a}.text-error{color:#ff4d4f}.text-warning{color:#faad14}.page-container{background-color:#f5f5f5;min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}.page-content{padding:.6rem}.section{margin-bottom:.6rem}.section-title{color:#333;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.card{background:#fff;border-radius:.2rem;-webkit-box-shadow:0 .025rem .1rem rgba(0,0,0,.06);box-shadow:0 .025rem .1rem rgba(0,0,0,.06);margin-bottom:.4rem;padding:.6rem}.card-title{color:#333;font-size:.75rem;font-weight:600;margin-bottom:.3rem}.btn{-webkit-align-items:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;border:none;border-radius:.2rem;cursor:pointer;font-size:.7rem;height:2rem;justify-content:center;padding:0 .8rem;-webkit-transition:opacity .2s;transition:opacity .2s}.btn::after{border:none}.btn-primary{background-color:#1890ff;color:#fff}.btn-primary:active{opacity:.85}.btn-secondary{background-color:#f0f0f0;color:#333}.btn-secondary:active{opacity:.85}.btn-danger{background-color:#ff4d4f;color:#fff}.btn-danger:active{opacity:.85}.btn-block{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.btn-sm{border-radius:.15rem;font-size:.6rem;height:1.5rem;padding:0 .5rem}.input-field{background:#f5f5f5;border:.025rem solid #e8e8e8;border-radius:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;font-size:.7rem;height:2rem;outline:none;padding:0 .6rem;width:100%}.input-field::-webkit-input-placeholder{color:#bfbfbf}.input-field::-moz-placeholder{color:#bfbfbf}.input-field:-ms-input-placeholder{color:#bfbfbf}.input-field::-ms-input-placeholder{color:#bfbfbf}.input-field::placeholder{color:#bfbfbf}.input-field:focus{background:#fff;border-color:#1890ff}.badge{-webkit-align-items:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#ff4d4f;border-radius:.4rem;color:#fff;font-size:.5rem;height:.8rem;justify-content:center;min-width:.8rem;padding:0 .2rem}.status-dot{border-radius:50%;display:inline-block;height:.4rem;margin-right:.2rem;width:.4rem}.status-dot.online{background-color:#52c41a}.status-dot.offline{background-color:#999}.status-dot.cooking{background-color:#1890ff}.status-dot.error{background-color:#ff4d4f}.divider{background-color:#f0f0f0;height:.025rem;margin:.4rem 0}.flex-row{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.flex-between{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-center{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}::-webkit-scrollbar{display:none}