*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}button,input,textarea{min-height:44px;font-size:16px}button{padding:10px 14px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;background:#0f0f10;color:#f1f1f1;overflow:hidden}button{background:#1f1f22;color:#fff;border:1px solid rgba(255,255,255,.12);padding:10px 14px;border-radius:8px;cursor:pointer}button:hover{background:#2a2a2f}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{background:#1a1a1d;color:#fff;border:1px solid rgba(255,255,255,.15);padding:10px;border-radius:8px;width:100%}table{width:100%;border-collapse:collapse}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:6px}::-webkit-scrollbar-track{background:transparent}.app-layout{height:100%;display:flex;flex-direction:column;min-height:0}.app-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px}.receipt{width:80mm;padding:6mm;color:#000;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.2}.receipt .row{display:flex;justify-content:space-between;gap:8px}.receipt .center{text-align:center}.receipt .bold{font-weight:700}.receipt .big{font-size:14px}.receipt .line{border-top:1px dashed #000;margin:8px 0}.receipt .spacer{height:6px}@media (max-width: 480px){.app-content{padding:8px}button{min-height:48px;font-size:14px}input,select,textarea{min-height:48px;font-size:16px}.hide-mobile{display:none!important}.stack-mobile{flex-direction:column!important}.full-mobile{width:100%!important}}@media (min-width: 481px) and (max-width: 768px){.app-content{padding:12px}.hide-tablet{display:none!important}}@media (max-width: 768px){h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}.responsive-flex{flex-direction:column!important}.responsive-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important}}@media (min-width: 1025px){.hide-desktop{display:none!important}}@media print{body{background:#fff!important}.no-print{display:none!important}}
