@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;700&display=swap";:root{--bg-color:#0f172a;--panel-bg:#1e293bb3;--panel-border:#ffffff1a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--primary:#3b82f6;--primary-hover:#2563eb;--danger:#ef4444;--success:#10b981;--touch-target:64px}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(at 0 0,#3b82f626 0,#0000 50%),radial-gradient(at 100% 100%,#10b98126 0,#0000 50%);justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}#root{flex-direction:column;width:96%;height:94%;display:flex}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:24px;padding:2rem;box-shadow:0 25px 50px -12px #00000080}h1,h2,h3{margin-bottom:1rem;font-family:Outfit,sans-serif}.title{text-align:center;background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.btn{min-height:var(--touch-target);cursor:pointer;color:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:1.25rem;font-weight:600;transition:transform .1s,filter .2s;display:flex}.btn:active{transform:scale(.96)}.btn-primary{background:linear-gradient(135deg, var(--primary), #60a5fa);box-shadow:0 4px 14px #3b82f666}.btn-danger{background:linear-gradient(135deg, var(--danger), #f87171);box-shadow:0 4px 14px #ef444466}.btn-outline{border:2px solid var(--panel-border);color:var(--text-primary);background:0 0}.btn-outline:active{background:#ffffff0d}.search-input{border:2px solid var(--panel-border);color:#fff;background:#0000004d;border-radius:16px;outline:none;width:100%;margin-bottom:2rem;padding:1.5rem;font-family:Inter,sans-serif;font-size:1.5rem;transition:border-color .2s}.search-input:focus{border-color:var(--primary)}.input-field{min-height:var(--touch-target);border:2px solid var(--panel-border);letter-spacing:.25rem;background:#0000004d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:2rem;font-weight:700;display:flex}.table-container{border:1px solid var(--panel-border);background:#ffffff0d;border-radius:16px;flex:1;overflow-y:auto}.user-table{border-collapse:collapse;width:100%}.user-table th{text-align:left;border-bottom:2px solid var(--panel-border);z-index:10;background:#1e293bf2;padding:1.5rem;font-size:1.25rem;position:sticky;top:0}.user-table td{cursor:pointer;border-bottom:1px solid #ffffff0d;padding:1.5rem;font-size:1.5rem}.user-table tr:hover{background:#ffffff1a}.user-table tr.active td{color:#fff;background:#3b82f633;font-weight:700}.numpad{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:400px;margin:0 auto;display:grid}.num-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;min-height:80px;font-size:2rem;display:flex}.num-btn:active{background:#fff3;transform:scale(.95)}.products-wrapper{gap:2rem;height:100%;display:flex}.products-grid{flex:2;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-content:start;gap:1.5rem;display:grid}.product-card{border:1px solid var(--panel-border);cursor:pointer;background:#ffffff0d;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.product-card:active{border-color:var(--primary);transform:scale(.96)}.product-icon{font-size:4rem}.product-info{text-align:center}.product-name{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.product-price{color:#34d399;font-size:1.5rem;font-weight:700}.cart-panel{border:1px solid var(--panel-border);background:#0003;border-radius:24px;flex-direction:column;flex:1;padding:1.5rem;display:flex}.cart-items{flex-direction:column;flex:1;gap:1rem;display:flex;overflow-y:auto}.cart-item{background:#ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.cart-total{border-top:1px solid var(--panel-border);justify-content:space-between;margin-top:1rem;margin-bottom:1rem;padding-top:1rem;font-size:1.5rem;font-weight:700;display:flex}.keyboard{flex-direction:column;gap:.75rem;width:100%;max-width:800px;margin:0 auto;display:flex}.keyboard-row{justify-content:center;gap:.75rem;display:flex}.key-btn{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;flex:1;justify-content:center;align-items:center;min-width:50px;min-height:64px;font-size:1.5rem;font-weight:600;transition:all .1s;display:flex}.key-btn:active{background:#ffffff40;transform:scale(.95)}.key-btn.action{background:#3b82f633;flex:1.5}
